You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
now only outputs a minified file and not a second, unfinished file - replaced native color-picker inputs with custom one - added "wheel" event for range sliders 54e1684
[FEAT] Allow setting units in a way that it's a part of knob's title but not part of the variable 975001b
[FEAT] Auto-detect initial CSS variables values from the target element, and populate knobs, if "value" prop is not specified (input type considered) 18725f3
[FEAT] Auto-detect initial CSS variables values from the target element, and populate knobs, if "value" prop is not specified (input type considered) 9bb0d7f
fixed initial "flow" theme state of the "compact" knob on the demo page 7b927ec
added shadow to range slider's "output" element ed13abf
[bugfix] - toggler "checked" property should be defined before calculating iframe size c1d535b
major CSS changes - continues - moved the toggler's input to be outside of the knobs container, for better CSS targeting 9dea943
CSS mega-refactor regarding the toggler animation & circular background 279592b
[bugfix] - knobs fails if the first item of the knobs array was a String - output of a range slider on the first fieldset if it has no legend is now fully visible and not trimmed da97875
when "resetAll" fired, should also run "setKnobChangedFlag" with "false" 8e3ae8d
new toggler icon - removed resizeObserver due to FF inconsistency with Chrome, and replaced with code in "onInput" event - major refactor to SCSS 5edb840
Major refacor to multiple areas. - Add labels grouping & collapsing e5cbbda
[bugfix] on initial reset, use the real DOM node as the "tagret" property in the event data 52e9430
[bugix] - make sure slider's output value is over the icon and not under b67d982
[bugfix] apparently the last fix was not enough, so remoevd the "string trick" and replaced with full-non-tricky implementation of "toString" from object ae86516
[bugfix] - better element detection. less sensetive to different types of elements 845e2a4