All notable changes to filament-colorpicker
will be documented in this file.
This release marks the deprecation of this package. Use Filament's built-in colour picker instead
Full Changelog: https://github.com/RVxLab/filament-colorpicker/compare/1.4.1...1.4.2
- Added missing blade file
Full Changelog: https://github.com/RVxLab/filament-colorpicker/compare/1.4.0...1.4.1
- Add support for
null
values
- Fixed pickers with the popup disabled looking strange on larger screens
- Bump minimist from 1.2.5 to 1.2.6 by @dependabot in #16
- @dependabot made their first contribution in #16
Full Changelog: https://github.com/RVxLab/filament-colorpicker/compare/1.3.3...1.4.0
- Update colorpicker.blade.php by @invaders-xx in #13
- Improve script loading by using a promise
- @invaders-xx made their first contribution in #13
Full Changelog: https://github.com/RVxLab/filament-colorpicker/compare/1.3.2...1.3.3
- Fixed the inability to have multiple ColorPicker fields in the same form
Full Changelog: https://github.com/RVxLab/filament-colorpicker/compare/1.3.1...1.3.2
- fix: input not being initialized on simple resource modal by @saade in #12
Full Changelog: https://github.com/RVxLab/filament-colorpicker/compare/1.3.0...1.3.1
Full Changelog: https://github.com/RVxLab/filament-colorpicker/compare/1.2.1...1.3.0
illuminate/contract
now correctly states^8.70
for theJs
class and use the full FQN to prevent issues with aliases (#10)
- Add a swatch for use on tables (#8)
Thanks to @morganchorlton3 for adding this feature!
- Add Laravel 9 support
This release marks the first stable release of this package and targets Filament 2.x.
An upgrade guide can be found in the README.
- Update Filament dependency to
filament/filament:^2.0
- Add support for the
template
option - Allow the string representations of
EditorFormat
andPopupPosition
to be passed as arguments toeditorFormat
andpopupPosition
respectively - Add a debounce for updating the value when the popup is disabled
- Remove the ability to publish the JavaScript file
- Improved handling for disabled popups
- Added validation and handling for RGB, RGBA, HSL and HSLA values
- Added some tests
- First unstable release