v1.0.1-beta.227
版本发布时间: 2022-12-04 18:16:25
tamagui/tamagui最新发布版本:v1.116.7(2024-10-24 18:09:38)
Bug Fixes
- core: Fix Theme SSR issue when not changing theme returned true only on serverside #397 (natew)
- core: Fix ensure default values set on pseudos will set those default values on the base style for animations #397 (natew)
- core: Fix animation enterVariant and exitVariant only enable when proper state is set #397 (natew)
- core: Use normalize-css-color for color normalization to fix css color names not being processed #397 (natew)
- site: Slightly improve algolia coloring #397 (natew)
- next-plugin: Fix automatic component transpile to detect both esm and cjs style paths for enabling transpilation #397 (natew)
- static: Add presence check to avoid bugs on failed loading of components #397 (natew)
- static: de-opt it not flattened on web, reducing output size and work for compiler for a bit more performance #397 (natew)
- core: Fix removing themes when combined with componentName not removing when set to null #397 (natew)
- core: Find border radius tokens over space tokens #397 (natew)
Documentation
- site: install compiler, intro (natew)
- site: Update example code output for first example #397 (natew)
- site: rc0 blog post updates #397 (natew)
Code Refactoring
- core: Extract mergeStyle() to be shared with getSubStyle() #397 (natew)
- static: Disable dynamic loading by default, require environment variable TAMAGUI_ENABLE_DYNAMIC_LOAD=1 to re-enable #397 (natew)