Skip to content

v1.1.1

Choose a tag to compare

@0xNeit 0xNeit released this 28 May 19:14
· 30 commits to main since this release
5208e6c

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/reanimated driver subpath. It was documented but never built or exported, so consumers could only reach the JS-thread fallback driver. (#75)
  • fix(react): useDrag now returns a passthrough Wrapper on 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): Calendar ships built-in grid layout — a 7-column month out of the box instead of a vertical line — and DatePicker forwards style to 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