- Update
Stackto better support gestures.
- Use a
buttontag whentype=submitis used on aButton.
- Fix
useFocusLockhook to prevent unwanted focusing.
ComboBoxnow accepts an autocomlete prop, andComboBoxInputuses aBaseInputby default.
- Add
ComboBox,usePositionerand improveuseMeasure.
- Rename
GestureStacktoPager - use new scroll-lock hook
- Update Stack to fix measurement issues
- Fix
Stackdropshadow in dark mode
- Added
Stack ScrollViewnow accepts arbitrary props (for things like styling)
- Added
Skeleton,AlertDialog, anduseInfiniteScrollhook. - Start using
useCallbackin more places to ensure better performance.
- Update react-spring, react-gesture-view, toasted-notes
- Upgrade react-gesture-view and react-gesture-responder. This enables users to disable gestures for GestureView.
- Fix disabled form states
- Improve input error appearances
- Replace TabContent and ReactSwipeableView with our own
GestureViewcomponent. Because GestureView uses the pan-responder-hook it works better with our other gestures. DarkModeandLightModenow forward refs and props. Unfortunately, this requires that both components only accept a single child which results in a breaking change.