You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Minor Changes
cea33ba: Extract the internal useParameter hook: 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 when max === min, and Transport gains the outside-click commit that previously existed only in Fader.
Patch Changes
34233f9: Bump the typescript dev dependency to ^6.0.3.