Features
- web: make fonts, tokens, and themes all optional on the createTamagui object #1708 (natew)
- web: Allow using Tamagui without any themes, log a warning but allow supression of the warning #1708 (natew)
- web: add component and useConfiguration() hook - one place to manage changing language, animation driver, rtl, and other options. Can now turn of SSR mode for a sub-tree using #1720 (natew)
Bug Fixes
- switch: export SwitchContext for headless consumers #1712 (_nderscore)
- tamagui: add missing type export from core, RadiusTokens #1714 (natew)
- web: dont fallback to ...size spread variant by default, if a ...size spread variant recieves an undefined value it will not be used anymore #1714 (natew)
- themes: make light shadow lighter and dark shadow stronger #1717 (Alireza Zamani)
- demos: change select's linear gradient to play well with studio #1717 (Alireza Zamani)
Documentation
Commits
- 4ebf174: fix tests (natew) #1714
- a339562: fix root theme not providing from last commit (natew)
- repro for group breaking animations (Alireza Zamani)
- tweak modal's position #1717 (Alireza Zamani)
- fix url steps breaking AnimatePresence's direction #1717 (Alireza Zamani)
- fix hue gradient being off on colors #1717 (Alireza Zamani)
- fix default color on ColorPicker being black #1717 (Alireza Zamani)
- fix popovers and arrow issues #1717 (Alireza Zamani)
- preview separate palette panels #1717 (Alireza Zamani)
- size changes on base themes list #1717 (Alireza Zamani)
- preview tooltips less delay #1717 (Alireza Zamani)
- preview top floating bar changes #1717 (Alireza Zamani)
- change grid on $xl #1717 (Alireza Zamani)
- demo panels changes #1717 (Alireza Zamani)
- ul indentation #1717 (Alireza Zamani)
- several improvements and fixes #1717 (Alireza Zamani)
- add letter spacing to the serif font + increase size #1717 (Alireza Zamani)
- text contrast option + preview fixes #1717 (Alireza Zamani)
- fix modal height changing sometimes #1717 (Alireza Zamani)
- d942c39: fix type issue (natew)
- 930cde7: Match the order of the extensions to the vite default (satoren) #1715
- add user to studio whitelist (Alireza Zamani)
- 9296ed0: update references from useAnimationDriver to useConfiguration (natew) #1720
- e9e6630: fix types and fix missing scope causing errors (natew) #1720
- 81bc6ea: revert shadows change needs to go only into new themebuilder not in existing themes (natew) #1720
- a42459e: Update styled.mdx (Dominik Pietrzyca) #1721
- export options #1722 (Alireza Zamani)
- improve number inputs on sub theme panel #1722 (Alireza Zamani)
- base for the copy preview components feature #1722 (Alireza Zamani)
- fix default textContrast value #1722 (Alireza Zamani)
- progress on preview component copy #1722 (Alireza Zamani)
- refactor preview components to make them work with copying #1722 (Alireza Zamani)
- bring back the isLocal check on callApi #1722 (Alireza Zamani)
- 7e6de99: fix bad reference to driver (natew)
- 3ccc989: v1.73.0 (natew)