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.0.0 - First stable release
1.0.0 - 2022-01-18
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
0.3.0: Improved validation and more options
- Improved colour validation using a modified version of the pattern used in spatie/color
- Added
layout
option - Added
cancelButton
option
0.2.0: Better colour handling
0.2.0 - 2021-07-11
- Improved handling for disabled popups
- Added validation and handling for RGB, RGBA, HSL and HSLA values
- Added some tests