File tree 2 files changed +13
-1
lines changed
2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ # [ 3.0.0-alpha.1] ( https://github.com/arvinxx/antd-style/compare/v2.0.2...v3.0.0-alpha.1 ) (2023-01-07)
4
+
5
+ ### ✨ Features
6
+
7
+ - 支持 useTheme 获取默认的主题变量 ([ a465bf4] ( https://github.com/arvinxx/antd-style/commit/a465bf4 ) )
8
+ - 通过实际使用测试,移除 AppContainer 上的 globalStyle props ([ 1d3ee08] ( https://github.com/arvinxx/antd-style/commit/1d3ee08 ) )
9
+
10
+ ### 💥 BREAKING CHANGES
11
+
12
+ - useTheme 的默认返回值发生变动,默认返回 antd token 值
13
+ - 移除 AppContainer 的 globalStyle props
14
+
3
15
## [ 2.0.2] ( https://github.com/arvinxx/antd-style/compare/v2.0.1...v2.0.2 ) (2023-01-06)
4
16
5
17
## [ 2.0.2-alpha.1] ( https://github.com/arvinxx/antd-style/compare/v2.0.1...v2.0.2-alpha.1 ) (2023-01-06)
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " antd-style" ,
3
- "version" : " 2 .0.2 " ,
3
+ "version" : " 3 .0.0-alpha.1 " ,
4
4
"description" : " a css-in-js application solution combine emotion with antd v5 token system" ,
5
5
"keywords" : [
6
6
" npm" ,
You can’t perform that action at this time.
0 commit comments