v1.1.1
Patch release — four bugs found while dogfooding v1.1.0, plus a lockstep version bump so every @usemotif/* package stays on a single version line.
Fixes
- fix(react-native): ship the
@usemotif/react-native/reanimateddriver subpath. It was documented but never built or exported, so consumers could only reach the JS-thread fallback driver. (#75) - fix(react):
useDragnow returns a passthroughWrapperon web (matching native), so the documented cross-platform drag recipe works on web instead of throwing. (#78) - fix(react): overlays (Dialog, Drawer, Popover, Menu, Tooltip, …) carry the active theme across the portal boundary, so token CSS variables resolve in portaled content instead of painting transparent. (#77)
- fix(headless):
Calendarships built-in grid layout — a 7-column month out of the box instead of a vertical line — andDatePickerforwardsstyleto the inner calendar. (#79)
Other
- All 14 publishable
@usemotif/*packages bumped to 1.1.1. Unchanged packages have no functional changes (lockstep version sync).
Merged in #80 · Full changelog: v1.1.0...v1.1.1