Releases: melloware/coloris-npm
Releases · melloware/coloris-npm
0.24.0
- 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
0.23.0
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
What's Changed
- Expose DOMReady function in the Coloris object
- Bump @babel/core from 7.22.9 to 7.22.11 by @dependabot in #118
- Bump @babel/preset-env from 7.22.9 to 7.22.14 by @dependabot in #117
- Bump @babel/register from 7.22.5 to 7.22.15 by @dependabot in #122
- Bump @babel/preset-env from 7.22.14 to 7.22.20 by @dependabot in #121
- Bump @babel/core from 7.22.11 to 7.23.0 by @dependabot in #120
- Bump actions/checkout from 3 to 4 by @dependabot in #119
- Bump actions/setup-node from 3 to 4 by @dependabot in #123
- Bump @babel/core from 7.23.0 to 7.23.2 by @dependabot in #124
- Bump @babel/preset-env from 7.22.20 to 7.23.2 by @dependabot in #125
Full Changelog: 0.21.1...0.22.0
0.21.1
What's Changed
- Fix Firefox ColorAreaDims mdbassit/Coloris#117
- Bump @babel/preset-env from 7.22.5 to 7.22.9 by @dependabot in #116
- Bump @babel/core from 7.22.5 to 7.22.9 by @dependabot in #115
Full Changelog: 0.21.0...0.21.1
0.21.0
What's Changed
- Usability improvements
- Allow manually clearing the color by deleting its value (mdbassit/Coloris#104)
- Mirror selection from the original input field into the color picker's input field (mdbassit/Coloris#105)
- Increase the hue and alpha sliders thumb size to improve usability on iOS/iPadOS devices (mdbassit/Coloris#109)
- Bump @babel/register from 7.21.0 to 7.22.5 by @dependabot in #111
- Bump @babel/core from 7.22.1 to 7.22.5 by @dependabot in #112
- Bump @babel/preset-env from 7.22.4 to 7.22.5 by @dependabot in #113
Full Changelog: 0.20.0...0.21.0
0.20.0
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
0.19.0
What's Changed
- Trap the focus within the color picker while it's open mdbassit/Coloris#87
- Always focus the first element when opening the color picker using the keyboard
- Improve the focus outline of the close button
- Update types and expand tests by @blutorange in #94
- Bump @babel/core from 7.20.12 to 7.21.0 by @dependabot in #96
- Bump @babel/register from 7.18.9 to 7.21.0 by @dependabot in #95
- Add types to exports field in package.json by @blutorange in #98
- Expose new functions in ESM wrapper by @blutorange in #99
- Add tests for new functions + esbuild, update bundler + TS + yarn versions by @blutorange in #100
- Bump @babel/core from 7.21.0 to 7.21.3 by @dependabot in #101
- Bump @babel/core from 7.21.3 to 7.21.4 by @dependabot in #103
- Bump @babel/preset-env from 7.20.2 to 7.21.4 by @dependabot in #102
- Bump actions/checkout from 2 to 3 by @dependabot in #104
- Bump actions/setup-node from 2 to 3 by @dependabot in #105
Full Changelog: 0.18.0...0.19.0
0.18.0
- 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