Skip to content

v1.0.1

Choose a tag to compare

@yairEO yairEO released this 14 Jan 18:26
· 91 commits to master since this release
  • [CHORE] updated demo video 4e76927
  • [BUGFIX] - issue when resetting all knobs and some of the knobs were affecting the same CSS variable 7931bc1
  • [BUGFIX] - added "n/a" when nothing is selected in a "select" knob 4ba8feb
  • [FEAT] Added knob of type "select" 31e1f9a
  • [BUGFIX] if no color value was able to be extracted from the target styles, use "transparent" cf75b7a
  • [FEAT] - vastly improved persisted data setter/getter by dropping ALL of the knobs data directly to the localstorage on every change. Also added a version. Also added backdrop blur to the main background a54ea90
  • [BUGFIX] non-checked knobs should not allow input range to be moved. since the thumb has its own "pointer-events:auto" it bypasses the parent, and should be dealt with, when the knob's toggle is "off" d60486f
  • [BUGFIX] Added ability to pre-define a knob as non-checked af064e0
  • [BUGFIX] Fix checkbox alignment when in compact-mode 9072b06
  • [BUGFIX] - reduced offset-y of range value element 1f646b5
  • [CHORE] rollup version bump a01e599
  • [BUGFIX] fix color knobs unable to revert 612217b
  • [BUGFIX] improved color picker show/hide logic and moved inline styles to "host" SCSS file 1010f96
  • [FEAT] - max height - allow scroll of knobs when height is more than viewport (use resize observer) 34f18f6
  • [FEAT] upgraded to ui-range v2 e0e95aa
  • [BUILD] 29f170c

v0.5.2...v1.0.1