Skip to content

Releases: mdbassit/Coloris

v0.16.2

11 Oct 14:05
Compare
Choose a tag to compare

Fix setting a color manually from text input in inline mode (#63)

v0.16.1

19 Sep 10:58
Compare
Choose a tag to compare
  • Fix an issue where the change event wasn't triggered in some cases (#62)

v0.16.0

11 Aug 09:03
Compare
Choose a tag to compare
  • Add a new "pill" (horizontal) theme
  • Do not position the picker above the input if there is not enough space (#57)

v0.15.0

19 Jul 13:13
Compare
Choose a tag to compare

What's Changed

  • Add support for (virtual) instances

Credit

  • Many thanks to @melloware for their help to test the new instances feature

v0.14.0

02 Jun 10:54
Compare
Choose a tag to compare

What's Changed

  • Option to select the color value input when the picker opens by @savissimo in #51

v0.13.0

01 Jun 21:18
Compare
Choose a tag to compare

Enhancements

  • Add an option to always include the alpha value in the output color string (#50)

Bugfixes

  • Set the default color format when switching to inline mode

v0.12.2

20 May 16:00
Compare
Choose a tag to compare

What's Changed

  • Add type="button" to all button elements to avoid submitting a container form (#46)

New Contributors

v0.12.1

30 Apr 19:10
Compare
Choose a tag to compare

Fix an issue with the calculation of the color area position in inline mode (fixes #42)

v0.12.0

25 Apr 16:31
Compare
Choose a tag to compare
  • Add a new inline (static) mode
  • Trigger an event when a new color is picked

v0.11.0

23 Apr 05:31
Compare
Choose a tag to compare

Add an "open" and "close" events.