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:
- Dark mode is now enabled on the fly for the FilamentPHP admin panel.
- The package can now be used in standalone forms outside the filament admin panel. Closes #1, #2, #6, #23
- Almost all of Flatpickr's native configuration is now supported out of the box through a fluent interface. Closes #10, #11, #24
- Alpine.js component is now loading lazily using async-alpine
Breaking Changes
- Assets have to be published by running
php artisan vendor:publish --tag=filament-flatpickr-assets
in order to be registered - The
rangePicker
andmultiplePicker
methods have been renamed torange
andmultiple
respectively. - Due to the use of enums, the package now only supports PHP >= 8.1
Full Changelog: v1.1.0...v2.0.0