Skip to content
This repository has been archived by the owner on Apr 21, 2022. It is now read-only.

Releases: RVxLab/filament-colorpicker

v1.0.0 - First stable release

17 Jan 22:16
Compare
Choose a tag to compare

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 and PopupPosition to be passed as arguments to editorFormat and popupPosition 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

13 Jul 18:23
Compare
Choose a tag to compare
  • 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

11 Jul 18:52
Compare
Choose a tag to compare

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

0.1.0

13 Jun 08:59
Compare
Choose a tag to compare
Minify the JS for first tag