Features
- dialog: add scope prop for easy scoping (natew)
 - popover: add scope prop for easy scoping (natew)
 - toast: add scope prop for easy scoping (natew)
 
Bug Fixes
- sheet: avoid setting data-testid on SheetCover and sheet so it duplicates (natew)
 - adapt: when={true} forces adapt to be active (natew)
 - select: fix potential race issues not showing select contents in sheet when adapted (natew)
 - dialog: no re-propagating context on native when portals not supported (natew)
 
Performance Improvements
- use-window-dimensions: avoid every frame updates and reduce bundle size on web (natew)
 - toast: reduce react-native dependencies (natew)
 - core: avoid extra useMedia re-rendering for ssr pages (natew)
 - popper: avoid re-rendering anchor on position changes (natew)
 
Commits
- 036ff7c: site fixes (natew)
 - 72d3a83: attempt animate backdrop filter (natew)
 - ddef9f0: improve title (natew)
 - update popper and other components to improve context usage, add tests for scoped components (natew)
 - fb9c854: chores - tests and cleanup (natew)
 - 022ba5d: add scope to Select (natew)
 - 628ef0e: more cleanup (natew)
 - e06454d: cleanups (natew)
 - 6194040: v1.131.0 (natew)