Releases: pos-lifestyle/laravel-nova-date-range-filter
Releases · pos-lifestyle/laravel-nova-date-range-filter
1.3.3
1.3.2
1.3.1
1.3.0
1.2.0
1.1.2
1.1.1
Fixed
- Fixed input value if current filter value is empty and a default date is passed
The input field was filled with the passed default date after submitting the filter with an empty value and reopening the filter menu. - Fixed the active filter count
When selecting the default value, the active filter count was showing the filter as active.
1.1.0
1.0.2
1.0.1
Changed
- The name parameter is now optional (defaults to "Created at")
- Changed the default value of
Config::ALLOW_INPUT
tofalse
- Changed the default value of
Config::LOCALE
to"default"
- Changed the default value of
Config::TIME24HR
tofalse
Fixed
- Fixed Laravel Nova installation
- Fixed setting
Config::FIRST_DAY_OF_WEEK
(didn't work) - Fixed setting
Config::LOCALE
(didn't work)