Skip to content

Releases: simonwep/pickr

v1.4.1

02 Sep 15:27
Compare
Choose a tag to compare
  • Add: New padding option to specify the space betweenel and pickr.
  • Add: Very basic Accessibility support (currently only in English)

v1.4.0

23 Aug 13:48
Compare
Choose a tag to compare

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.

v.1.3.0

13 Aug 14:00
Compare
Choose a tag to compare

Changelog:

  • Add: All themes now have vendor-prefixes.
  • Add: Auto-detect swatch and select it.
  • Fix: Broken .hide() and .show() functions if inline: true.

v1.2.7

09 Aug 08:36
Compare
Choose a tag to compare

Changelog:

v1.2.6

30 Jul 19:02
Compare
Choose a tag to compare

Changelog:

  • Change: Center pickr on small devices.

v1.2.4

26 Jul 14:13
Compare
Choose a tag to compare

Changelog:

  • Add: New hide, show and changestop events.
  • Fix: Visibility issues with safari.
  • Fix: Infinity firing animation listener.

v1.2.3

21 Jul 10:40
Compare
Choose a tag to compare

Changelog:

  • Add: New clear and cancel events.
  • Change: change gets fired on swatchselect.
  • Fix: Pickr does not stick somewhere if repositioning fails.
  • Fix: Update local representation (used by getColorRepresentation) on setColor.

v1.2.2

19 Jul 10:01
Compare
Choose a tag to compare

Changelog:

  • Add: Export Moveable, Nanopop, Selectable and HSVaColor in Pickr.libs.
  • Add: swatchselect also fires change.
  • Fix: Space-consuming if invisible or not yet re-positioned.
  • Fix: Possible error on destroyAndRemove if useAsButton is true.

v1.2.1

07 Jul 15:06
Compare
Choose a tag to compare

Changelog:

  • Add: New autoReposition option #115
  • Improve: Hide opacity bar if lockOpacity is true #117
  • Fix: Issue with floating-point RGBA in safari.

v1.2.0

28 Jun 09:46
Compare
Choose a tag to compare

Changelog:

  • Add: New lockColor option to move pickr in a non-alpha mode. #107
  • Improve: Better color parsing, prevent entering alpha values on non-alpha types (e.g. rgb).
  • Fix: Better swatch alignment if not that many where added.