Skip to content

Releases: simonwep/pickr

v0.6.2

31 May 08:37
Compare
Choose a tag to compare

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

31 May 08:34
Compare
Choose a tag to compare

Changelog:

  • New: Smooth re-positioning during resize and scroll.
  • Change: Pickr's theme-color (#42445A) is used as default default.

v0.6.0

31 May 08:33
Compare
Choose a tag to compare

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

31 May 08:29
Compare
Choose a tag to compare

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

31 May 08:24
Compare
Choose a tag to compare

Changelog:

  • New: Shadow-dom selection
  • New: Show proper grabbing cursors
  • Change: Use parentNode if parent of el need to be resolved