Skip to content

Releases: simonwep/pickr

v1.10.0 - Maintenance release

Choose a tag to compare

@simonwep simonwep released this 18 Jul 15:02

Changes

  • Ship modern .mjs bundle as module entrypoint
  • Replace es5 with common umd bundle
  • Remove all dependencies and legacy core-js inclusions

Breaking changes

  • There's no pickr.min.es5 bundle anymore, it's just pickr.min.js and a new pickr.min.mjs for modules now.

v1.9.1

Choose a tag to compare

@simonwep simonwep released this 10 May 14:33

Bug fixes

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

v1.9.0

Choose a tag to compare

@simonwep simonwep released this 08 May 17:31

Features

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

v1.8.2

Choose a tag to compare

@simonwep simonwep released this 27 Jun 09:30

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

Choose a tag to compare

@simonwep simonwep released this 13 May 09:15

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

Choose a tag to compare

@simonwep simonwep released this 05 Dec 11:12

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

Choose a tag to compare

@simonwep simonwep released this 06 Sep 18:26
  • Fix: Prevent event-bubbling if representation-button gets clicked #243

v1.7.3

Choose a tag to compare

@simonwep simonwep released this 05 Sep 15:51
  • Update: Use latest nanopop version, update (dev-)dependencies and clear npm audits

v1.7.2

Choose a tag to compare

@simonwep simonwep released this 13 Jul 18:08
  • 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

Choose a tag to compare

@simonwep simonwep released this 17 Jun 10:42
  • Fix: Chrome warnings about passive-eventlistener
  • Update: Security related dependency updates