Releases: savannabits/filament-flatpickr
Releases · savannabits/filament-flatpickr
v3.1.1
What's Changed
- Bump aglipanci/laravel-pint-action from 2.3.0 to 2.3.1 by @dependabot in #59
- Bump aglipanci/laravel-pint-action from 2.3.1 to 2.4 by @dependabot in #64
- Fix minDate Function by @AhmadFida2 in #58
- fix PHPStan by @AurelDemiri in #68
New Contributors
- @AhmadFida2 made their first contribution in #58
- @AurelDemiri made their first contribution in #68
Full Changelog: v3.1.0...v3.1.1
v3.1.0
What's Changed
- Allow globally configure dehydrateStateUsing by @rahmanramsi in #40
- Bump actions/checkout from 3 to 4 by @dependabot in #43
- Bug Fix: Month Selector and Week Selector by @alexandrevega in #46
- Bump stefanzweifel/git-auto-commit-action from 4 to 5 by @dependabot in #47
- Allow Closure at min and max date by @stephanus-tantiono in #49
- Fix altInput with
live()
fields by @dave-mills in #51 - add Laravel 11 support by @atmonshi in #54
New Contributors
- @rahmanramsi made their first contribution in #40
- @alexandrevega made their first contribution in #46
- @stephanus-tantiono made their first contribution in #49
- @dave-mills made their first contribution in #51
- @atmonshi made their first contribution in #54
Full Changelog: v3.0.1...v3.1.0
v3.0.1
What's Changed
- Bug Fix: Component State was always NULL by @coolsam726 in #36
Full Changelog: 3.0.0...v3.0.1
3.0.0
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
- Bump aglipanci/laravel-pint-action from 2.2.0 to 2.3.0 by @dependabot in #30
- Version 3 dev: Full Rewrite for Filament 3 by @coolsam726 in #31
- Readme UPDATE by @coolsam726 in #32
- Refactored README by @coolsam726 in #33
Full Changelog: v1.1.0...3.0.0
v2.0.0
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
v1.1.0 - Support for Laravel 10
What's Changed
- Bump dependabot/fetch-metadata from 1.3.3 to 1.3.4 by @dependabot in #7
- Bump dependabot/fetch-metadata from 1.3.4 to 1.3.5 by @dependabot in #8
- Bump dependabot/fetch-metadata from 1.3.5 to 1.3.6 by @dependabot in #14
- Updated Dependencies to support Laravel 10 by @coolsam726 in #19
- Support Laravel 10 by @husam-tariq in #17
New Contributors
- @dependabot made their first contribution in #7
- @husam-tariq made their first contribution in #17
Full Changelog: v1.0.3...v1.1.0
v1.0.3
v1.0.2
What's Changed
- Bug Fix: Datepicker not loading in action modals by @coolsam726 in #2
New Contributors
- @coolsam726 made their first contribution in #2
Full Changelog: v1.0.1...v1.0.2
v1.0.1
Full Changelog: v1.0.0...v1.0.1
v1.0.0
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