Releases: simonwep/pickr
Releases · simonwep/pickr
v1.9.1
Bug fixes
- Include missing
scss
files in npm package (#331)
- Add
module
field (#323)
- Remove
node-sass
dependency (#328)
v1.9.0
Features
- Support percentages for alpha in hsl and hsv.
- Support new rgba syntax with relative values (#327).
v1.8.2
Fixes
- Fix broken
comparison
option due to switch to css variables (#286).
- Fix broken clear button (#283).
Improvements
- Dependency upgrades.
- Upgrade to webpack 5.
- Switch to GitHub actions.
- Cleanups.
v1.8.1
Fixes
- Add missing types for the i18n properties (#274).
- Emit correct color when clicking on the previous color (#272).
- Fix possible stackoverflow in hide and show functions.
Improvements
- Use CSS Variables for all sorts of color propagation.
v1.8.0
Breaking changes
change
and changeStop
now have different arguments, see events for more information. #245 #193
Fixes
- Fix possible issue when pickr gets destroyed before initialization. #233
v1.7.4
- Fix: Prevent event-bubbling if representation-button gets clicked #243
v1.7.3
- Update: Use latest nanopop version, update (dev-)dependencies and clear npm audits
v1.7.2
- Fix: Misconfigured nanopop configuration leading to wrong positioning (#231)
- Fix: Initialization issue if pickr is not visible (#226, still in discussion - see #229)
- Update: Dependencies
v1.7.1
- Fix: Chrome warnings about passive-eventlistener
- Update: Security related dependency updates
v1.7.0
- Add:
Pickr.DEFAULT_OPTIONS
can be modified to change the default-options globally
- Remove: Validation of arguments passed to
on
has been removed.
- Update: Pickr is now using NanoPop internally 🎉
- Update: The browser-target for the ES5 bundle has been updated, it's still a WIP (see #210) but this should fix compatibility issues with older browsers. (bbc87c5, bd9325e)