Skip to content

Releases: tahti-studio/solid-knobs

v0.5.2

04 Dec 21:13
Compare
Choose a tag to compare
  • fix Control not nudging values

v0.5.1

04 Nov 14:51
Compare
Choose a tag to compare
  • fix wrong prop name in Control

v0.5.0

04 Nov 14:48
Compare
Choose a tag to compare
  • breaking change: all logic regarding ranges is now moved from <ParameterGestureHandler /> to <Control />. this allows using ParameterGestureHandler without the built-in range type.
  • breaking change: rename the onStart and onEnd props on ParameterGestureHandler to onGestureStart and onGestureEnd

Full Changelog: v0.4.5...v0.5.0

v0.4.5

11 Oct 13:34
Compare
Choose a tag to compare
  • fix stepped ranges not respecting range bounds
  • add touchend event listener to trigger onGestureEnd (thanks @eulervoid!)
  • improve string to value conversion for choice ranges
  • avoid selecting <ValueInput> text when releasing the mouse on top the element when it was pressed down elsewhere

Full Changelog: v0.4.4...v0.4.5

v0.4.3

31 Aug 18:10
Compare
Choose a tag to compare
  • the getStart and getEnd functions now work properly with choice ranges

Full Changelog: v0.4.2...v0.4.3

v0.4.2

28 Aug 11:41
Compare
Choose a tag to compare
  • fix scroll wheel doing nothing when used on controls with stepped ranges
  • improve parsing values from <ValueInput>

Full Changelog: v0.4.0...v0.4.2

v0.4.0

22 Aug 17:07
Compare
Choose a tag to compare
  • breaking change: remove duplicate onClick triggering onGestureStart in Control component (thanks @eulervoid!)
  • handle selecting all text in the ValueInput component more robustly

Full Changelog: v0.3.1...v0.4.0

v0.3.1

21 Aug 20:01
Compare
Choose a tag to compare
  • properly build the distributed code with Rollup

Full Changelog: v0.3.0...v0.3.1

v0.3.0

07 Jul 18:00
Compare
Choose a tag to compare
  • BREAKING: helper functions for creating ranges are now grouped in the rangeCreators namespace
  • move all documentation directly in the source as TSDoc and generate the Markdown reference automatically

v0.2.1

04 Jul 19:10
Compare
Choose a tag to compare
  • improve the performance of createSmoothedValue() and add an optional argument for defining a threshold for when the animation should be stopped

Full Changelog: v0.2.0...v0.2.1