Skip to content

Releases: simonwep/pickr

v1.1.2

25 Jun 13:36
Compare
Choose a tag to compare

Changelog:

  • Change: Rename default.min.css to classic.min.css #111
  • Fix: Take x- and y-scrolling into account, fixing strange behavior #112

v1.1.1

24 Jun 15:26
Compare
Choose a tag to compare

Changelog:

  • Add: New outputPrecision option to control the decimal places on the input field.
  • Add: All toString methods (except toHEX) accept a number as parameter to specify the floating-point precision.
  • Fix: Numbers with decimal places can now be adjusted with the mouse-wheel.

v1.1.0

21 Jun 16:13
Compare
Choose a tag to compare

Changelog:

  • Change: Move themes to separate folder
  • Fix: Update output after recalculating the color. Fixes strange selection issues.
  • Fix: Correct doubled alpha values in HEXA

v1.0.1

20 Jun 12:04
Compare
Choose a tag to compare

Changelog:

  • Change: All toString functions in HSVAColor now provide the full available, decimal accuracy
  • Fix: Broken hex shorthand conversion #108
  • Fix: Not updated output on cancelling

v1.0.0

17 Jun 16:19
Compare
Choose a tag to compare

Changelog:

  • Add: Cancel button to revert to previous color.
  • Add: Silent option get's now also recognized on clear (setColor(null)).
  • Fix: Fix layout issues with safari.

v1.0.0-beta

13 Jun 18:08
Compare
Choose a tag to compare

Changelog:

  • Add: Theming.

v0.6.6

11 Jun 20:34
Compare
Choose a tag to compare

Changelog:

  • Add: closeOnScroll option to close pickr if the user scrolls the area behind it. Useful on nested scrollable elements.
  • Change: Make pickr's position absolute to prevent sticking at the top.
  • Change: Make swatches not-centered, see #99

v0.6.5

10 Jun 11:31
Compare
Choose a tag to compare

Changelog:

  • Add: Restrict range of numbers if user uses the mouse-wheel to change numbers.
  • Add: Use the sliders option to define in which direction hue and opacity can be moved.
  • Fix: Move pickr to the very top if positioning fails.

v0.6.4

04 Jun 19:02
Compare
Choose a tag to compare

Changelog:

  • Fix: Update crippled pickr.min.css, see #96 and #97

v0.6.3

03 Jun 14:29
Compare
Choose a tag to compare

Changelog:

  • Fix: Show opacity in hexa view also in hexadecimal.
  • Fix: Prevent overflows in moveable ranges under 0/ above 1.
  • Change: Lock cleared symbol if comparison is true (default).