Skip to content

v1.10.2

Latest

Choose a tag to compare

@simonwep simonwep released this 08 Sep 15:59
· 1 commit to master since this release

Bug Fixes

  • Fixed an error when calling setColor() immediately after initializing Pickr. (#344)
  • Fixed incorrect parsing of named colors, including white. (#351)
  • Fixed an issue where autoReposition and closeOnScroll could interfere with each other. (#348)
  • Prevented a possible null-pointer error when destroying or updating Pickr before all UI components have been initialized. (#354)
  • Input fields are now blurred when the color is changed through the sliders, keeping displayed values synchronized. (#343)