color-picker

Minimal javascript color picker component

AGPL-3.0 License

Downloads
189
Stars
63
Committers
3

Bot releases are hidden (Show)

color-picker - Latest Release

Published by yairEO 9 months ago

  • Created 2 separate build files for iife & es (the default module)
  • Updated packages 6e4bead

https://github.com/yairEO/color-picker/compare/v0.12.1...v0.13.0

color-picker -

Published by yairEO about 1 year ago

  • 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 than color 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

https://github.com/yairEO/color-picker/compare/v0.12.0...v0.12.1

color-picker -

Published by yairEO over 1 year ago

  • 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

https://github.com/yairEO/color-picker/compare/v0.11.0...v0.12.0

color-picker -

Published by yairEO about 3 years ago

  • 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

https://github.com/yairEO/color-picker/compare/v0.10.3...v0.11.0

color-picker -

Published by yairEO about 3 years ago

  • fixed README markdown table mistake 6ad03b9

https://github.com/yairEO/color-picker/compare/v0.10.2...v0.10.3

color-picker -

Published by yairEO over 3 years ago

color-picker -

Published by yairEO over 3 years ago

  • [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
    • fa3b660
  • [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

https://github.com/yairEO/color-picker/compare/v0.10.0...v0.10.1

color-picker -

Published by yairEO almost 4 years ago

  • forgot building SCSS in "build:prod" npm script 9add9b7
  • [BUILD] 820b55c

https://github.com/yairEO/color-picker/compare/v0.9.9...v0.10.0

color-picker -

Published by yairEO almost 4 years ago

  • [bugfix] - range styles were not specific enough to the color-picker 1c76c7e
  • [bugfix] - minor changes b8b23f6
  • README minor change 0c7ca5c

https://github.com/yairEO/color-picker/compare/v0.9.8...v0.9.9

color-picker -

Published by yairEO almost 4 years ago

    • 70aa9e1
    • 7549bf4
  • v bump 7890938
  • minified 86cc72c

https://github.com/yairEO/color-picker/compare/v0.9.5...v0.9.8

color-picker -

Published by yairEO almost 4 years ago

  • improved README 015eb54
  • added more configuration for controlling the buttons (title & icon) 585ed19

https://github.com/yairEO/color-picker/compare/v0.9.4...v0.9.5

color-picker -

Published by yairEO almost 4 years ago

  • mobile modifications (button unicodes / keyboard layout / media query) 6942dcd

https://github.com/yairEO/color-picker/compare/v0.9.3...v0.9.4

color-picker -

Published by yairEO almost 4 years ago

  • 0.9.3 fe5373a
  • added "np" package 9b68b16
  • [bugfix] - if localstorage not available (not yet used), do not throw error e4a554a
  • conversion to HSLA was not precise enough - clicking on swatch color now adds it to the history d132c53
  • README changes d464ea6
  • added swatches & localstorage support 9896f55

https://github.com/yairEO/color-picker/compare/0.9.0...v0.9.3