- Update
Stack
to better support gestures.
- Use a
button
tag whentype=submit
is used on aButton
.
- Fix
useFocusLock
hook to prevent unwanted focusing.
ComboBox
now accepts an autocomlete prop, andComboBoxInput
uses aBaseInput
by default.
- Add
ComboBox
,usePositioner
and improveuseMeasure
.
- Rename
GestureStack
toPager
- use new scroll-lock hook
- Update Stack to fix measurement issues
- Fix
Stack
dropshadow in dark mode
- Added
Stack
ScrollView
now accepts arbitrary props (for things like styling)
- Added
Skeleton
,AlertDialog
, anduseInfiniteScroll
hook. - Start using
useCallback
in 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
GestureView
component. Because GestureView uses the pan-responder-hook it works better with our other gestures. DarkMode
andLightMode
now forward refs and props. Unfortunately, this requires that both components only accept a single child which results in a breaking change.