Minor Changes
- cea33ba: Extract the internal
useParameterhook: Fader, Transport, and Knob now share one implementation of value clamping/stepping, commit semantics, keyboard navigation, wheel handling, and the drag lifecycle. No public API changes. Fixes inherited by the unification: Fader now guards against zero-sized track rects (previously a division by zero), Fader's thumb position is guarded whenmax === min, and Transport gains the outside-click commit that previously existed only in Fader.
Patch Changes
- 34233f9: Bump the
typescriptdev dependency to^6.0.3.