Releases: simonwep/pickr
Releases · simonwep/pickr
v1.1.2
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
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
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
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
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.
v0.6.6
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
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
Changelog:
- Fix: Update crippled
pickr.min.css
, see #96 and #97
v0.6.3
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).