Skip to content

Releases: yairEO/knobs

v0.3.5

22 Dec 22:21
Compare
Choose a tag to compare

v0.3.4...v0.3.5

fixed color picker CSS related to "range" sliders not specific, and leaks to the page

v0.3.1

22 Dec 20:57
Compare
Choose a tag to compare
  • [chore] - minor build refactor 7c51025

v0.3.0...v0.3.1

custom color picker, localstorage persistence, refactoring

22 Dec 20:39
Compare
Choose a tag to compare
  • irrelevant minor changes/revert f4ddeab
  • [bugfix] minor fix to color picker show/hide toggle ebf7441
    • general refactor - fixed checkboxes initial "checked" property acc0a9a
  • [WIP] persisted knobs data 0e76936
  • [chore] - refactored rollup.config.js b8e1ebb
    • 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
  • refactor 54998fd
  • [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
  • new gif demo instead of still screenshots b4a3454
  • version bump ba0a3cf
  • decreased range size in "compact-view" 8f76e50
  • version bump 215ffad
  • 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
  • version bump 14242dc
  • [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
  • version bump 66ac715
  • [bugifx] elements inside iframes are now detected as type "Element" f47a4a9
  • version bump cb67105
  • [FEAT] Knobs may now be initialized without any knobs array 83597b3
    • fixed typo in CSS variable name "backgroud" - added ability to set knobs after initialization - refactored "createIframe" method - added "render" method - added "this.state" 908795e
  • ]bugfix] corrected deep-cloning of knobs Array to fix the labels not showing 2394db0
  • [bugfix] - input color picker on windows is most visible with scale factor of 2 apparently 2108fde
  • [chore] README link to demo page in the main title updated 4c67d13
  • version bump 0629dab
  • [chore] demo page texts changes d762475
  • [bugfix] chrome on windows did not show color-picker when input clicked 9767e0c
  • reverted to version 0.9.9 for safety 91dbd79
  • big refactor, mainly with the rollup builds 1204749
  • refoactored: - output minifined & unminified bundles 0ee3434
  • bumped version c0ca87d
  • refactored: - added templates external file - added nicer Switch styles for checkboxes aa137af
  • huge refactor fba7810
  • fixed border radius in color input 972557d
  • lots of visual improvements. added watermark link to repo. 141e34b
  • improved range input visuals b356293
  • changed .range class 40af130
  • added CDN url 36dc5f6
  • added sceenshot 98f55fa

621474f...v0.3.0