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)