Pickr Versions Save

? Flat, simple, multi-themed, responsive and hackable Color-Picker library. No dependencies, no jQuery. Compatible with all CSS Frameworks e.g. Bootstrap, Materialize. Supports alpha channel, rgba, hsla, hsva and more!

1.8.2

2 years ago

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.

1.8.1

2 years ago

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.

1.8.0

3 years ago

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

1.7.4

3 years ago
  • Fix: Prevent event-bubbling if representation-button gets clicked #243

1.7.3

3 years ago
  • Update: Use latest nanopop version, update (dev-)dependencies and clear npm audits

1.7.2

3 years ago
  • 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

1.7.1

3 years ago
  • Fix: Chrome warnings about passive-eventlistener
  • Update: Security related dependency updates

1.7.0

3 years ago
  • 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. (bbc87c53326d9e66abda17d888e0e0699bdeaea7, bd9325e7bc7253ea2ad61acce919a6925722111a)

1.6.0

4 years ago
  • Update: new i18n option to fully customize all strings. [Breaking Change]
  • Update: See #206 and #207, thanks to @DEfusion.
  • Add: Add missing aria-label, see #202, thanks to @adityatoshniwal

1.5.1

4 years ago
  • Fix: Memory leak #191
  • Fix: Issues with zoomed-in page #192