Features
- tamagui: adds useStyle() hook that acts much like useProps() but only return styles and not props, as well as usePropsAndStyle() which returns [props, style], so you can use them as you need #1688 (natew)
- web: adds asChild="web" and asChild="except-style-web" that ensures that all props passed down are in the web-form, ie, onClick rather than onPress #1688 (natew)
Bug Fixes
- toggle-group: bug with default size not being applied (#1681) #1681 (Alireza Zamani)
Performance Improvements
- web: avoid re-renders on components with press events but no need for runtime press styles #1688 (natew)
Commits
- add per-panel settings + inverse option #1682 (Alireza Zamani)
- studio icon color bug fixes #1682 (Alireza Zamani)
- border radius option + more #1682 (Alireza Zamani)
- change default border radius for preview #1682 (Alireza Zamani)
- menu changes #1682 (Alireza Zamani)
- confirm theme delete #1682 (Alireza Zamani)
- hide nav on /builder #1682 (Alireza Zamani)
- 9fcc7c5: Update takeout.ts (Alireza Zamani) #1684
- a29f417: Add internal use scopes to popovers, styled context (will document and release later) (#1678) (Ehsan sarshar) #1678
- 29d4e77: cleanup, lint, and merge rest of work from un-mergeable branch (natew) #1688
- 9314130: Revert "fix(popper): remove
ArrowOuter" (Alireza Zamani) #1688 - febee24: disable app dir on starter to avoid errors on new version of next (natew)
- 60aec43: fix useProps regression in expansion (natew)
- 02e7692: v1.69.0 (natew)