Bug Fixes
- popover: pass theme properly through portal bug (natew)
- popover: fix Popover.ScrollView (natew)
- core: fix re-propagating popovers and native passThrough (natew)
- sheet: improve logic for determining scrollable content to fix drag on both non-scrollable and scrollable cases on web (natew)
- popover: fix re-propagating context (natew)
Performance Improvements
- animations-motion: avoid lots of requestAnimationFrame (natew)
- core: avoid more work in onLayout element (natew)
- popover: contain theme to improve performance (natew)
- sheet: contain theme to improve performance (natew)
- toast: contain theme to improve performance (natew)
- core: allow containing theme to improve performance (natew)
Chores
- portal: simplify, use lighter elements (natew)