All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
2.12.3 - 2024-03-23
"types"
inpackage.json
.
2.12.2 - 2023-08-20
export
TypeScript types.
2.12.1 - 2021-10-28
- More
exports
frompackage.json
.
2.12.0 - 2021-10-27
vanilla-picker.csp.js
for sites with strict CSP settings (#45).
2.11.2 - 2021-01-23
- Updated TypeScript definitions (#38, #42).
2.11.0 - 2020-11-12
- TypeScript declaration (#37).
2.10.1 - 2019-12-29
options.defaultColor
(#29).
- Clarified documentation.
2.10.0 - 2019-09-03
destroy()
(#14).
2.9.2 - 2019-07-23
- More relevant CSS prefixes.
- Transpiled ES module (#22).
2.9.1 - 2019-07-17
- Normalized CSS for
input
andbutton
(#21).
2.9.0 - 2019-06-28
options.cancelButton
(#18).
2.8.2 - 2019-06-28
- Simpler mouse/touch interaction. Fixes #19.
2.8.1 - 2019-06-09
- Text field interaction.
2.8.0 - 2019-04-19
- Shadow DOM support (#15).
- Better event handling when closing the popup (#17).
2.7.2 - 2019-01-24
- Removed double
onChange
event (#11).
2.7.1 - 2019-01-11
- CSS vendor prefixes with Autoprefixer.
- Updated dependencies.
2.7.0 - 2018-11-12
options.editorFormat
(#7).
2.6.0 - 2018-10-05
- Make an ES6 module that actually works.
2.5.3 - 2018-10-03
- Minor documentation changes.
2.5.2 - 2018-09-14
- Focusing and mouse interaction.
2.5.1 - 2018-09-13
- Bug in
setColor()
.
2.5.0 - 2018-09-13
- Keyboard navigation and basic accessibility.
2.4.3 - 2018-09-09
- README changes.
2.4.2 - 2018-09-06
- js.org domain.
2.4.1 - 2018-09-03
- Minor documentation changes.
2.4.0 - 2018-09-02
movePopup()
: Share a picker among multiple parents.- silent flag in
setColor()
(#4). - JSDoc documentation.
2.3.0 - 2018-08-16
onOpen
/onClose
callbacks when the popup opens and closes.
2.2.1 - 2018-05-21
- Disabled package-lock.json (https://stackoverflow.com/questions/44206782/do-i-commit-the-package-lock-json-file-created-by-npm-5).
2.2.0 - 2018-05-20
- Supports CSS color names as input.
2.1.0 - 2018-04-10
- Text field for color input.
- This CHANGELOG file.
- Separate layout CSS for easier customization.
2.0.2 - 2018-04-05
- Build scripts for development.
2.0.1 - 2018-03-24
- CSS fix for Firefox (#1).
Major changes from https://github.com/dissimulate/Picker
- Multiple instances
- Touch support
- Enable/disable alpha
- .setColor()
- Inline styles replaced with CSS for easier customization