Skip to content

Releases: mdbassit/Coloris

v0.25.0

Choose a tag to compare

@mdbassit mdbassit released this 02 Jun 20:26
  • Keep the picked color and close the picker dialog on press on Enter
  • Fix a bug when Coloris is closed inside a dialog (#176)

v0.24.0

Choose a tag to compare

@mdbassit mdbassit released this 12 Apr 08:34
  • Accept an HTMLElement or an array of HTMLElements for the el option (#139)
  • Accept an HTMLElement for the parent option (#139)
  • Make right-click on the saturation-brightness area behave identically to a click (#141)
  • Remove inline styles to conform to a strict a Content Security Policy (CSP) header

v0.23.0

Choose a tag to compare

@mdbassit mdbassit released this 05 Mar 10:34
  • Remove a workaround for a now fixed Chromium bug where the alpha value is rounded incorrectly (#134)
  • More CSS hardening to render the hue and alpha sliders correctly in the presence of some overzealous CSS frameworks

v0.22.0

Choose a tag to compare

@mdbassit mdbassit released this 06 Nov 08:27

Expose the DOMReady function in the global Coloris object

v0.21.1

Choose a tag to compare

@mdbassit mdbassit released this 22 Aug 12:10

Fix a occasional race condition on Firefox (#117)

v0.21.0

Choose a tag to compare

@mdbassit mdbassit released this 30 Jun 11:19

Usability improvements

  • Allow manually clearing the color by deleting its value (#104)
  • Mirror selection from the original input field into the color picker's input field (#105)
  • Increase the hue and alpha sliders thumb size to improve usability on iOS/iPadOS devices (#109)

v0.20.0

Choose a tag to compare

@mdbassit mdbassit released this 04 Jun 06:16

The current input field is now passed to the onChange callback in addition to the selected color (#103)

v0.19.0

Choose a tag to compare

@mdbassit mdbassit released this 20 Apr 05:11

Accessibility improvements

  • Trap the focus within the color picker while it's open #87
  • Always focus the first element when opening the color picker using the keyboard
  • Improve the focus outline of the close button

v0.18.0

Choose a tag to compare

@mdbassit mdbassit released this 13 Feb 04:12

New features

  • Add a new onChange callback to the settings
  • Add option to activate basic right-to-left tweaks
  • Allow individual right-to-left color fields

Fixes and enhancements

  • Add "name" attribute to input fields by @melloware in #77
  • Add missing break in switch statement by @melloware in #82
  • Fix incorrect color marker position in inline mode

v0.17.1

Choose a tag to compare

@mdbassit mdbassit released this 16 Jan 02:21

Fix a style bug in the polaroid theme