Skip to content

Releases: simonwep/pickr

v1.9.1

10 May 14:33
Compare
Choose a tag to compare

Bug fixes

  • Include missing scss files in npm package (#331)
  • Add module field (#323)
  • Remove node-sass dependency (#328)

v1.9.0

08 May 17:31
Compare
Choose a tag to compare

Features

  • Support percentages for alpha in hsl and hsv.
  • Support new rgba syntax with relative values (#327).

v1.8.2

27 Jun 09:30
Compare
Choose a tag to compare

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

13 May 09:15
Compare
Choose a tag to compare

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

05 Dec 11:12
Compare
Choose a tag to compare

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

06 Sep 18:26
Compare
Choose a tag to compare
  • Fix: Prevent event-bubbling if representation-button gets clicked #243

v1.7.3

05 Sep 15:51
Compare
Choose a tag to compare
  • Update: Use latest nanopop version, update (dev-)dependencies and clear npm audits

v1.7.2

13 Jul 18:08
Compare
Choose a tag to compare
  • 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

17 Jun 10:42
Compare
Choose a tag to compare
  • Fix: Chrome warnings about passive-eventlistener
  • Update: Security related dependency updates

v1.7.0

23 May 14:06
Compare
Choose a tag to compare
  • 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)