Features
- core: add transformOrigin support for web (React Native will support in next release) (#2023) #2023 (Ehsan sarshar)
- text: adds ellipsis prop which is identical to ellipse (fixing incorrect english), deprecate ellipse (natew)
- add experimental support for unstable_enablePackageExports by adding react-native export to package.jsons (natew)
Bug Fixes
- static: fix emitSingleCSSFile to use browserlist >=0.5% targets when combining and minifying css (natew)
- use-store: fix over-eager getter cache (natew)
- web: add missing component display names (#2021) #2021 (Alireza Zamani)
- create-tamagui: for repos that require a package manager, always use that one (natew)
- button: fix not passing fontWeight on native (natew)
Documentation
- site: fix broken link and docs for setting up compiler (natew)
Performance Improvements
- loader: avoid stringifying css code with emitSingleCSSFile (natew)
Continuous Integration
- update node version (natew)
Chores
- create-tamagui: update deps (natew)
- core: cleanup events logic a bit to reduce code (natew)
- web: remove unused var (natew)
Commits
- complete re-work of the data structures and big cleanup of code, template editing, multiple palettes, remove tinybase (natew)
- f8b6c4d: fix deps (natew)
- 4733996: site cleanup scripts (natew)
- fix sub-themes selection, red scale, make template palette selection work (natew)
- sub themes step has palette and theme editing (natew)
- initial step sub themes on template (natew)
- start on component themes (natew)
- fix load and save in prod for new data structuers (natew)
- 4d5edb1: disable emitSingleCSSFile until bug fixed (natew)
- 4d03cd5: Bento/new changes 2 2024 (#2025) (Ehsan sarshar) #2025
- disable seasonal stuff due to ssr issues not matching tz (natew)
- fix allow POST (natew)
- 98d8144: bento fix empty page (natew)
- add logs to load (natew)
- move to themeId to avoid id weirdness in postgres (natew)
- remove names from core components to avoid problems (natew)
- 3c0bba1: update types for transformOrigin (natew)
- 409c1dc: bring back displayName but remove name from Text (natew)
- 1000aac: add script to fix react-native exports for Metro unstable_enablePackageExports (natew)
- 8ee2485: v1.82.0 (natew)