Bug Fixes
- core: fix bug where animatableDefaults from enterStyle or exitStyle would overwrite the base prop if the prop comes before they do (natew)
Documentation
- fix link (natew)
Performance Improvements
- core: improve native performance in a few ways - avoid a hook, avoid a object spread, avoid object assign, and avoid function arguments gather and spread #2172 (natew)
- core: avoid some work when possible checking startsWith on prop keys #2172 (natew)
- web: take out logic avoiding extra groupEnd calls to speed up development mode (natew)
Chores
- create-tamagui: add small notice to help users upgrade (natew)
Commits
- takeout design cleanup (natew)
- fix safari blurs (natew)
- b9e3f1b: Bento + Stripe (#2100) (Alireza Zamani) #2100
- 6118ff5: redo migration (natew)
- update bento's stripe slug (Alireza Zamani)
- aba0594: Bento/make showcase resizable ( mouse ) add one more form screen (#2164) (Ehsan sarshar) #2164
- 5eafdfe: bento - add signup screen two column (#2165) (Ehsan sarshar) #2165
- 62f058b: bento/add Alert with react-native like api (#2166) (Ehsan sarshar) #2166
- e1e06c8: bento - fix form aligning (#2167) (Ehsan sarshar) #2167
- various design improvements (natew)
- purchase modal improvements (natew)
- 9c401c8: bento - layout improvement (#2169) (Ehsan sarshar) #2169
- cb0bd58: bento - improve more bento components (#2170) (Ehsan sarshar) #2170
- 26e49ab: bento - fix lists (#2171) (Ehsan sarshar) #2171
- 5633246: v1.88.18 (natew)