Releases: tahti-studio/solid-knobs
Releases · tahti-studio/solid-knobs
v0.5.2
v0.5.1
v0.5.0
- breaking change: all logic regarding ranges is now moved from
<ParameterGestureHandler />
to<Control />
. this allows usingParameterGestureHandler
without the built-in range type. - breaking change: rename the
onStart
andonEnd
props onParameterGestureHandler
toonGestureStart
andonGestureEnd
Full Changelog: v0.4.5...v0.5.0
v0.4.5
- fix stepped ranges not respecting range bounds
- add
touchend
event listener to triggeronGestureEnd
(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
- the
getStart
andgetEnd
functions now work properly with choice ranges
Full Changelog: v0.4.2...v0.4.3
v0.4.2
- 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
- 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
- properly build the distributed code with Rollup
Full Changelog: v0.3.0...v0.3.1
v0.3.0
v0.2.1
- 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