Releases: yairEO/knobs
Releases · yairEO/knobs
v1.3.6
v1.3.5
- theme styles should be added after the default CSS and not before, so they could override it e7bf08d
- added support for alpha channel for the knobs background a73e67b
- minor refactor to transparent color input background cb48e45
- renamed
background
tobase-color
in thetheme
setting 7c065e4 - renamed file extension to
mjs
so imports could work after upgrading Rollup (and the rest of the packages) 9e72771 - upgraded all packages 8409912
v1.3.4
v1.3.3
- Merge branch 'master' of https://github.com/yairEO/knobs b71eb57
- build 3f91d9c
- removed special symbols from the
name
because they aren't allows in theid
attribute 0a267aa - Merge pull request #9 from leettaylor/patch-1 e7bd54c
- Update install to use lowercase package name a057a22
- Merge pull request #8 from dym-sh/patch-1 388a455
- fix unclosed code block 0913639
v1.3.2
v1.3.1
v1.3.0
- 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