Releases: yairEO/knobs
Releases · yairEO/knobs
v1.2.0
- [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
- 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
- [BUGFIX] bumped dependencies to fix bug related to the slider package (thumb was not styled in FF) 3d678c1
- [CHORE] improved build process 44c67f8
- Merge branch 'master' of https://github.com/yairEO/knobs b662ac1
- [CHORE] cdn link updated to use LATEST file 42e189f
- [CHORE] cdn link updated to use LATEST file 15c8aea
- [BUILD] b78eedd
v1.0.3
v1.0.2
v1.0.1
- [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
v0.5.1
v0.5.0
v0.4.0
- 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 withknobs.DOM.scopenode. 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