Bug Fixes
- static: ensure outputCSS runs when re-generating tamagui config (natew)
- static: avoid logging themes generated if not changed (natew)
Performance Improvements
- react-native-web-internals: avoid a lot of stylesheet work on load (natew)
- web: use much faster string sort for transforms and theme generation (natew)
- static: avoid watching node_modules in tamagui config watcher (natew)
- build: kill esbuild processes after using (natew)
Chores
- remove undocumented minifyCSS in favor of letting bundlers handle that (natew)
- core: refactor useComponentState so splitting can be better (natew)
- rename react-native-web-internals to @tamagui/react-native-web-internals to avoid de-mismatch issues running tamagui upgrade (natew)
- popover: dont add aria-haspopup because it expects a menu or dialog element and popover tag isnt menu, we can bring back with proper menu (natew)
- upgrade esbuild and use debounce in vite plugin (natew)
Commits
- 92f2e6a: search design cleanup (natew)
- 83321e1: cleanups (natew)
- 7d33ff7: create-tamagui improvements (#2947) (Jon Sherrard) #2947
- ba7bd27: various wording (natew)
- beb17ac: lint (natew)
- 7d222bd: various optimizations (natew)
- a11ed68: update css (natew)
- 5a7fcec: words (natew)
- 9fd8af0: ssr safe theme-color meta (natew)
- 0235601: add dark mode guide (natew)
- dba9a6e: various design fixes (natew)
- a119ba1: ssr compat quick nav (natew)
- d8efc13: upgrade vxrn (natew)
- 1ec0653: fix rnwl resolve and upgrade vxrn (natew)
- 4914410: use safe resolve for all resolves (natew)
- 6d86b93: Feature/update to Vitest 2 (#2949) (Jon Sherrard) #2949
- a4ec9b5: various ooo fixes (natew)
- a1951fb: more cleanup (natew)
- c02720a: add features and improve intro (natew)
- 5f885ba: undo debounce in vite plugin (natew)
- 4d93850: testing new deploy (natew)
- b4f58d1: v1.112.2 (natew)