Releases: simonwep/pickr
Releases · simonwep/pickr
v0.6.2
Changelog:
- Fix: Add missing
.map
files.
- Fix: Prevent possible null-pointer exception during initialization.
- Fix: Solve issues with invisible components. Fixes: #93.
v0.6.1
Changelog:
- New: Smooth re-positioning during resize and scroll.
- Change: Pickr's theme-color (
#42445A
) is used as default default
.
v0.6.0
Changelog:
- New: More positioning controls with
position
. Any combination of top
, left
, bottom
, right
and start
, end
, middle
are possible. Example: top-start
.
- New: Entire utils module get's exposed into
Pickr.utils
.
- Change: Remove padStart from
es5
bundle. Need's to be manually polyfilled.
- Fix: Add missing
opacity
attribute to toRGBA
.
v0.5.1
Changelog:
- New:
appClass
option, will be added to the pickr-app
and can be used to apply custom styles.
- New: Use
ctrl
to increase a number (with the mouse wheel) in 100-steps.`
- Change: Update position only on
resize
and scroll
, not on wheel
events.
v0.5.0
Changelog:
- New: Shadow-dom selection
- New: Show proper grabbing cursors
- Change: Use parentNode if parent of
el
need to be resolved