We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f66a23d commit e9be1adCopy full SHA for e9be1ad
CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Changelog
2
3
+# [3.0.0-alpha.18](https://github.com/arvinxx/antd-style/compare/v3.0.0-alpha.17...v3.0.0-alpha.18) (2023-01-11)
4
+
5
+### ✨ Features
6
7
+- 经过讨论移除 AppContainer 容器组件,直接使用 antd 的 App 即可 ([0ff52d3](https://github.com/arvinxx/antd-style/commit/0ff52d3))
8
9
+### 💥 BREAKING CHANGES
10
11
+- 移除 AppContainer
12
13
# [3.0.0-alpha.17](https://github.com/arvinxx/antd-style/compare/v3.0.0-alpha.16...v3.0.0-alpha.17) (2023-01-10)
14
15
### 🐛 Bug Fixes
package.json
@@ -1,6 +1,6 @@
{
"name": "antd-style",
- "version": "3.0.0-alpha.17",
+ "version": "3.0.0-alpha.18",
"description": "a css-in-js solution for application combine with antd v5 token system and emotion",
"keywords": [
"css-in-js",
0 commit comments