Skip to content

Releases: pos-lifestyle/laravel-nova-date-range-filter

1.3.3

29 Jul 13:25
9c1c1c1
Compare
Choose a tag to compare

Fixed

  • Replace Font Awesome reset icon with Nova x-circle icon #20

1.3.2

25 May 12:32
7439759
Compare
Choose a tag to compare

Fixed

  • PHP version requirement #19

1.3.1

11 May 08:02
73b06c9
Compare
Choose a tag to compare

Fixed

  • Filter reset behaviour #18

1.3.0

13 Mar 13:05
b69bc1e
Compare
Choose a tag to compare

Added

  • Added Laravel 8 compatibility. #9

1.2.0

05 Nov 10:55
d86db4b
Compare
Choose a tag to compare

Added

  • Added Laravel 7 compatibility #6

1.1.2

05 Nov 10:54
cf2c87c
Compare
Choose a tag to compare

Fixed

  • Fixed non-PSR-4 compliance of enums #8

1.1.1

18 Dec 14:21
Compare
Choose a tag to compare

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

16 Dec 10:58
Compare
Choose a tag to compare

Added

  • Added the possibility to set a default date range

Fixed

  • Filter uses the correct values now
    Y-m-d 00:00:00 for start date and Y-m-d 23:59:59 for end date instead of Y-m-d 00:00:00 for both dates

1.0.2

03 Nov 13:07
Compare
Choose a tag to compare

Removed

  • Removed placeholder translation
    Didn't work as expected. Translation is still possible via config or the Laravel Nova translation files.

1.0.1

24 Oct 21:54
Compare
Choose a tag to compare

Changed

  • The name parameter is now optional (defaults to "Created at")
  • Changed the default value of Config::ALLOW_INPUT to false
  • Changed the default value of Config::LOCALE to "default"
  • Changed the default value of Config::TIME24HR to false

Fixed

  • Fixed Laravel Nova installation
  • Fixed setting Config::FIRST_DAY_OF_WEEK (didn't work)
  • Fixed setting Config::LOCALE (didn't work)