Skip to content

v1.3.0

Compare
Choose a tag to compare
@yairEO yairEO released this 07 Sep 16:36
· 27 commits to master since this release
  • updated README regarding latest updates (mostly for color & radio group) b22f1f4
  • improved examples a670e93
  • added color knob swatches support - fixed color-picker not detecting "onClickOutside" when done inside the knobs iframe e4a95e1
  • visual adjustments for some knobs types in compact view 9d61c1d
  • added ":invalid" style for plain inputs of type text /number 44a260d
  • color-picker first input element now gets focus when the color-picker is shown (so keydown binding would work for the ESC key) 505313c
  • [bugfix] "--knobs-gap" was not affecting c818199
  • color picker positioning refactor e96f282
  • added favicon to demo page 5bd6d75
  • complete refactor to color-picker & its positioning f3dcacf
  • added support for radio inputs - added support for cusom HTML & scripts - improved color knobs: * added extra parameter to the onChange (HSLA array) - minor bug fixes - minor refactoring - changed "name" to "data-name" for identifying knows (name should be used for radio inputs) a822fab
  • updated dependencies 4cd93c5
  • added "labelTitle" knob property for optional title for the knob's label 092ea5e
  • added gloval event dispatcher - chancged "mergeDeep" export to a default export 2c96dd3
  • added extra data to the external "onChange" callback (for now only "color" knob gets hsla value as extra data) bd2de85
  • removed extra new line e62940d
  • added support for default color format and exposed "CSStoHSLA" in the global export 3ef8a1a
  • various minor fixes and changes 37e28b4

v1.2.3...v1.3.0