Skip to content

Releases: savannabits/filament-flatpickr

v3.1.1

19 Sep 12:36
4130212
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.1.0...v3.1.1

v3.1.0

21 Mar 12:15
67f88f0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0.1...v3.1.0

v3.0.1

10 Aug 21:10
c1a7487
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.0.0...v3.0.1

3.0.0

02 Aug 12:33
e324025
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...3.0.0

v2.0.0

27 Jul 09:41
89b1ade
Compare
Choose a tag to compare

What's Changed

  • Bump actions/configure-pages from 1 to 3 by @dependabot in #13
  • Bump ramsey/composer-install from 1 to 2 by @dependabot in #9
  • Bump aglipanci/laravel-pint-action from 0.1.0 to 2.2.0 by @dependabot in #16
  • Bump actions/deploy-pages from 1 to 2 by @dependabot in #15
  • Bump dependabot/fetch-metadata from 1.3.6 to 1.4.0 by @dependabot in #20
  • Bump dependabot/fetch-metadata from 1.4.0 to 1.5.1 by @dependabot in #21
  • Bump dependabot/fetch-metadata from 1.5.1 to 1.6.0 by @dependabot in #25
  • 2.x dev - Full Re-Write of the package, with bug fixes by @coolsam726 in #27

Improvements and Fixes:

  1. Dark mode is now enabled on the fly for the FilamentPHP admin panel.
  2. The package can now be used in standalone forms outside the filament admin panel. Closes #1, #2, #6, #23
  3. Almost all of Flatpickr's native configuration is now supported out of the box through a fluent interface. Closes #10, #11, #24
  4. Alpine.js component is now loading lazily using async-alpine

Breaking Changes

  1. Assets have to be published by running php artisan vendor:publish --tag=filament-flatpickr-assets in order to be registered
  2. The rangePicker and multiplePicker methods have been renamed to range and multiple respectively.
  3. Due to the use of enums, the package now only supports PHP >= 8.1

Full Changelog: v1.1.0...v2.0.0

v1.1.0 - Support for Laravel 10

08 Apr 04:40
0bebeee
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.3...v1.1.0

v1.0.3

25 Aug 17:58
9c42ea0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.2...v1.0.3

v1.0.2

11 Aug 08:09
2d0b517
Compare
Choose a tag to compare

What's Changed

  • Bug Fix: Datepicker not loading in action modals by @coolsam726 in #2

New Contributors

Full Changelog: v1.0.1...v1.0.2

v1.0.1

08 Aug 23:58
Compare
Choose a tag to compare

Full Changelog: v1.0.0...v1.0.1

v1.0.0

08 Aug 23:55
5659a28
Compare
Choose a tag to compare

v1.0.0
First Release. Features:

  • Configure easily using fluent (chained) methods
  • Supports an optional month Selector
  • Supports an optional week selector
  • Support for both light and dark modes
  • Specify the theme (among the available themes) as a configuration
  • Supports Range Selection mode
  • Supports multiple date selection mode
  • And many more features are coming...

Full Changelog: https://github.com/savannabits/filament-flatpickr/commits/v1.0.0