v1.31.0
版本发布时间: 2023-06-07 22:30:27
tamagui/tamagui最新发布版本:v1.116.7(2024-10-24 18:09:38)
Features
- web: add View for a totally unstyled component, useful for asChild (natew)
- web: add asChild="except-style" to avoid passing styles down to children when using asChild (natew)
Bug Fixes
- image: unset default z-index from Image (natew)
- popover: theme not changing inside portal #1262 (Alireza Zamani)
- web: fix again export RegisteredStyle to appease TS (natew)
- select: work with new floating ui #1262 (Alireza Zamani)
- web: fix TypeScript 5.1 regression in styled type inference when using variants (natew)
- tabs: use asChild="except-style" to avoid overwriting tab children styles (natew)
- select: scroll not changing height of floating frame (#1264) #1264 (Alireza Zamani)
- select: padding looking off on native web (Alireza Zamani)
Documentation
Chores
- popover Trigger uses Stack rather than YStack for simplicity (natew)
- various cleanup (natew)
- move to using plain view internally for various components to avoid style breaking (natew)