Releases: yairEO/color-picker
Releases · yairEO/color-picker
v0.13.1
v0.13.0
v0.12.1
- added
engines
property with"node": "> 12 < 20"
value baf165c - minor improvements to the example in the
index.html
file with additional comments 738c198 - added an example of how to sync the picker's value with an input's value dec5347
- added a paragraph in the README advising to pair this component with
text
inputs rather thancolor
inputs which are limiting e9c4364 - upgraded dependencies and added
publishConfig
with"access": "public"
set because this package is scoped 50b2692 - replaced deprecated
rollup-plugin-terser
with@rollup/plugin-terser
2bee4a4 - added sourcemaps to
dev
Rollout output 3381cb9 - added a comment a6ad5fb
v0.12.0
- should use
;
as a delimiter for the swatches saves in localstorage b4134f6 - fixed typo and added some more comments to the code example 61c8b3b
- improved demo so color-pickers are showing with an animation, and are removed from the DOM when aren't needed anymore (click-outside) 8a041e1
- fixed checkboard pattern not appearing aligned (on Chrome) 95190b0
- importing "package.json" as per directions - https://rollupjs.org/command-line-interface/#caveats-when-using-native-node-es-modules a603524
- upgraded node packages 9d5f128
v0.11.0
- better detection of "hsl" values in "getHSLA" method 892f53b
- removed "popper" SCSS file. Positioning the color-picker should not be coupled with it b3608cd
- decreased color value font size to better fit extra-long values 2778555
- changed default local server port 2d3ce06
- removed unused packages from
package.json
1f42afc - updated demo page to use my own positioning package 2a68854
- updated dependencies c4e7733
v0.10.3
v0.10.2
v0.10.1
- [BUGFIX] fixed thumb for Firefox & removed
.min
file (now only one js file is included) 6f023d1 - [CHORE] improved build process 4c0c77f
- [CHORE] removed unneeded scripts step for
np
command to work 145170d - [CHORE] changed demo video for README file e2054a8
- changed emoji in page title ae98517
- added tests f41e122
- added favicon 9adc6b4
- refactored demo page for performance 7c92bbf
- [BUILD] 36f62e0