This repository has been archived by the owner on Apr 21, 2022. It is now read-only.
Releases: RVxLab/filament-colorpicker
Releases · RVxLab/filament-colorpicker
v1.4.2 - So long, and thanks for all the fish!
This release marks the deprecation of this package. Use Filament's built-in colour picker instead
Full Changelog: 1.4.1...1.4.2
v1.4.1 - Add missing blade file
v1.4.0 - Nullable pickers
What's Changed
Added
- Add support for
null
values
Fixed
- Fixed pickers with the popup disabled looking strange on larger screens
Security
- Bump minimist from 1.2.5 to 1.2.6 by @dependabot in #16
New Contributors
- @dependabot made their first contribution in #16
Full Changelog: 1.3.3...1.4.0
v1.3.3 - Dark Mode and more reliable script loading
What's Changed
- Update colorpicker.blade.php by @invaders-xx in #13
- Improve script loading by using a promise
New Contributors
- @invaders-xx made their first contribution in #13
Full Changelog: 1.3.2...1.3.3
v1.3.2 - Allow multiple ColorPicker fields
Fixes
- Fixed the inability to have multiple ColorPicker fields in the same form
Full Changelog: 1.3.1...1.3.2
v1.3.1
1.3.0
v1.2.1 - Fix dependencies and use of Js class
Fixed
illuminate/contract
now correctly states^8.70
for theJs
class and use the full FQN to prevent issues with aliases (#10)
v1.2.0 - Add a swatch
- Add a swatch for use on tables (#8)
Thanks to @morganchorlton3 for adding this feature!
v1.1.0 - Laravel 9 support
Update changelog