Skip to content

Releases: yairEO/knobs

v1.2.0

17 May 13:20

Choose a tag to compare

  • [CHORE] improved example for custom styles for "knobClass" knob setting db8b15c
  • [FEAT] added "render" property for knobs, to allow complete control over what's rendered inside a knob wrapper (row) b0c9bae
  • [FEAT] allows knobs without labels 4a7b452
  • improved hover effect for each knob's checkbox toggler 629fb0a
  • [BUGFIX] when changing slider value & disabling & enabling - does not re-apply the slider's value c89805d

v1.1.0...v1.2.0

v1.1.0

15 May 20:43

Choose a tag to compare

  • removed "np" configuration from package.json file 01fdc69
  • removed "nanopop" 3rd-party positioning script and wrote a small one which actually does what I wanted - placing the color picker near the clicked area 96c9f55
  • refactored color knob appearance 16ccc21
  • Allows separator line without any text - refactored color knob appearance 71d02ea
  • Update README.md fa24dee
  • Update README.md 0e40792

v1.0.4...v1.1.0

v1.0.4

06 Feb 20:04

Choose a tag to compare

v1.0.3...v1.0.4

v1.0.3

15 Jan 15:43

Choose a tag to compare

  • [CHORE] replaced demo video APNG because of a bug shown in the last video aaa6699
  • [BUGFIX] tiny bug fix + refactor regarding input parent value css variable not being placed for disabled knobs 1acec73
  • [BUILD] a5625cc

v1.0.2...v1.0.3

v1.0.2

14 Jan 18:48

Choose a tag to compare

  • [BUGFIX] - should set initial css variable "--value" for knob type select. Also added more props to the blacklist d6ceffc
  • [BUILD] 8b8738a

v1.0.1...v1.0.2

v1.0.1

14 Jan 18:26

Choose a tag to compare

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

v0.5.2

24 Dec 18:15

Choose a tag to compare

  • [FEATURE] - improved range slider thumb to visually distinguish it from a color input b55d495
  • [BUGFIX] checkbox "onchange" did not send the correct knobData to the knob's "onchange" prop. should have used checked instead of value when updating the knob's data before sending. f57d617
  • [BUILD] 355e171

v0.5.1...v0.5.2

v0.5.1

24 Dec 17:56

Choose a tag to compare

  • [BUGFIX] toggled knobs now also call the knob's "onChange" callback, of defined by the developer 1cf2bc9
  • [BUILD] f979434

v0.5.0...v0.5.1

v0.5.0

24 Dec 17:43

Choose a tag to compare

  • [FEAT] added group label knobs count 9598db3
  • improved group toggle effect (also fixed the issue where the range input value tooltip was trimmed) 808646c
  • [BUILD] 32cc20a

v0.4.0...v0.5.0

v0.4.0

24 Dec 12:09

Choose a tag to compare

  • added "standalone" setting: if true - does not create an iframe and appends it to the page, but simply gives the developer the DOM node, as is, to inject manually with knobs.DOM.scope node. Note that CSS in also needed ('./src/styles/styles.scss`) 854f81d
  • moved method to a better location in the file 818e04f
  • [BUGFIX] - removed the need for background color on the knobs's group for the collapsing effect overflow. Added an extra wrapped which encapsulates the effect. Now the main knobs background can have opacity which looks perfect. 1e822ee
  • [FEAT] Add a toggle button next to each knob (if supplied in setting to allow it) 81a845d
  • minor style changes 57291d5
  • improved visual expand/contract of knobs sections 2847178
  • [BUILD] e5cb8b2

v0.3.5...v0.4.0