v1.115.0
版本发布时间: 2024-10-14 09:52:31
tamagui/tamagui最新发布版本:v1.116.7(2024-10-24 18:09:38)
Bug Fixes
- build: add back in cjs builds and specification for import => require node compat (natew)
You'll generally want to have your package.json exports
look like this as of this version:
".": {
"react-native-import": "./dist/esm/index.native.js",
"react-native": "./dist/cjs/index.native.js",
"types": "./types/index.d.ts",
"import": "./dist/esm/index.mjs",
"require": "./dist/cjs/index.cjs"
}
Documentation
- add some more clarity around themes and tokens relationships (natew)
Chores
- add default fallback just in case metro is weird (natew)
- fix some imports for new build style (natew)
Commits
- b54affa: update exports to match new tamagui-build (natew)
- e39e06d: temp fix our internal vite plugin for testing compat (natew)
- 78c4a9f: fix create from cjs changes (natew)
- bac00ba: disable use-store test for now - we arent updating this library anymore (natew)
- cb59d36: fix more package jsons (natew)
- b892bc4: v1.115.0 (natew)