Skip to content

Releases: melloware/coloris-npm

0.24.0

12 Apr 12:26
Compare
Choose a tag to compare
  • Accept an HTMLElement or an array of HTMLElements for the el option (mdbassit/Coloris#139)
  • Accept an HTMLElement for the parent option (mdbassit/Coloris#139)
  • Make right-click on the saturation-brightness area behave identically to a click (mdbassit/Coloris#141)
  • Remove inline styles to conform to a strict a Content Security Policy (CSP) header

Full Changelog: 0.23.1...0.24.0

0.23.1

05 Apr 13:38
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.23.0...0.23.1

0.23.0

05 Mar 13:45
Compare
Choose a tag to compare

What's Changed

  • Remove a workaround for a now fixed Chromium bug where the alpha value is rounded incorrectly (mdbassit/Coloris#134)
  • More CSS hardening to render the hue and alpha sliders correctly in the presence of some overzealous CSS frameworks
  • Bump @babel/preset-env from 7.23.2 to 7.23.5 by @dependabot in #126
  • Bump @babel/core from 7.23.2 to 7.23.5 by @dependabot in #127
  • Bump @babel/core from 7.23.5 to 7.23.7 by @dependabot in #128
  • Bump @babel/register from 7.22.15 to 7.23.7 by @dependabot in #129
  • Bump @babel/preset-env from 7.23.5 to 7.23.7 by @dependabot in #130
  • Bump @babel/preset-env from 7.23.7 to 7.23.9 by @dependabot in #131
  • Bump @babel/core from 7.23.7 to 7.23.9 by @dependabot in #132
  • Bump the dev-dependencies group with 2 updates by @dependabot in #133

Full Changelog: 0.22.0...0.23.0

0.22.0

06 Nov 12:36
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.21.1...0.22.0

0.21.1

22 Aug 12:22
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.21.0...0.21.1

0.21.0

30 Jun 13:27
d6b7ccd
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.20.0...0.21.0

0.20.0

04 Jun 12:05
Compare
Choose a tag to compare

What's Changed

  • the Current input element is now passed to onChange event
  • Bump @babel/preset-env from 7.21.4 to 7.21.5 by @dependabot in #107
  • Bump @babel/core from 7.21.4 to 7.21.5 by @dependabot in #108
  • Bump @babel/preset-env from 7.21.5 to 7.22.4 by @dependabot in #109
  • Bump @babel/core from 7.21.5 to 7.22.1 by @dependabot in #110

Full Changelog: 0.19.1...0.20.0

0.19.1

22 Apr 20:32
Compare
Choose a tag to compare

Fix 0.19.0 release. Identical in functionality.

0.19.0

20 Apr 11:45
Compare
Choose a tag to compare

What's Changed

  1. Trap the focus within the color picker while it's open mdbassit/Coloris#87
  2. Always focus the first element when opening the color picker using the keyboard
  3. Improve the focus outline of the close button

Full Changelog: 0.18.0...0.19.0

0.18.0

13 Feb 13:11
Compare
Choose a tag to compare
  • Right To Left Support
  • Add a new onChange callback to the settings
  • Add "name" attribute to input fields
  • Add missing break in switch statement
  • Fix incorrect color marker position in inline mode
    Full Changelog: 0.17.1...0.18.0