Releases: ant-design/antd-style
Releases · ant-design/antd-style
v3.0.0-alpha.54
v3.0.0-alpha.53
v3.0.0-alpha.52
v3.0.0-alpha.51
3.0.0-alpha.51 (2023-02-17)
♻ Code Refactoring
- 将 styled 语法替换回 @emotion/styled (4733e00)
✨ Features
- 新增 createInstance 方法,并用 createInstance 重构相关功能导出 (39a05ae)
🐛 Bug Fixes
💥 BREAKING CHANGES
- 不再计划默认支持组件选择器
v3.0.0-alpha.50
3.0.0-alpha.50 (2023-02-15)
v3.0.0-alpha.49
v3.0.0-alpha.48
v3.0.0-alpha.47
v3.0.0-alpha.46
3.0.0-alpha.46 (2023-02-04)
✨ Features
- 替换默认的 css 导出 (8124791)
💥 BREAKING CHANGES
- 将 antd-style 中导出的 css 都替换为
@emotion/react
的 css,建立起 css`` -> styleObject 的心智。
原因:由于 emotion/css 的 css`` 只产出 className,因此无法做一些复杂操作,例如样式片段复用,需要替换为 react 的版本