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.5.0

4 years ago
  • Pickr will try to keep widget aligned to the reference, see #189

1.4.8

4 years ago
  • Update type-declarations #182

1.4.7

4 years ago
  • Fix: #176
  • Fix: Add polyfills to es5 build #173
  • Improve: Prevent propagating keyboard-events if arrow-keys are used: #172

1.4.6

4 years ago
  • Fix: #167 and #168
  • Fix: Add missing, static, typescript declarations

1.4.5

4 years ago
  • Fix #165
  • Fix #164
  • Fix: silentinapplyColor` should be optional.

1.4.4

4 years ago
  • Fix types #163

1.4.3

4 years ago
  • Fix: Fixed #153
  • Update: Update return values of several methods

1.4.2

4 years ago
  • Fix: Fixed #149 and #150

1.4.1

4 years ago
  • Add: New padding option to specify the space betweenel and pickr.
  • Add: Very basic Accessibility support (currently only in English)

1.4.0

4 years ago

Changelog:

  • Add: New getSelectedColor() function to get the currently selected color. Can be null if no color was selected.
  • Add: container option to specify the parent of pcr-app #138 .
  • Change: Export resolveElement function which supports >>> as shadow-dom selector.