Bug Fixes
- card: move to using createStyledContext which makes styled(Card) a bit more regular, fixes issue with space applying multiple times (natew)
- core: use defaultVariants as default value for context (natew)
Performance Improvements
- portal: improve performance on Safari by avoiding rendering the portal frame until children content exists, avoiding some memory usage (natew)
- popover: improve performance on Safari by avoiding rendering portal children unless visible (natew)
- sheet: improve performance on Safari by avoiding rendering portal children unless visible (natew)
Commits
- f74c154: small optimization on
createTamagui
(Alireza Zamani) - 848fe68: fix expo on initial load (#1199) (benjamin) #1199
- a6b52c5: Update next.md (Alireza Zamani)
- f8efb7a: site docs on button guide (natew)
- 3ed8cad: site words (natew)
- 7bd0505: perf site: add contain to a few more areas (natew)
- f5dced7: v1.29.4 (natew)