Skip to content

Commit 19b7502

Browse files
🔖 chore(release): v3.0.0-alpha.1 [skip ci]
# [3.0.0-alpha.1](v2.0.2...v3.0.0-alpha.1) (2023-01-07) ### ✨ Features * 支持 useTheme 获取默认的主题变量 ([a465bf4](a465bf4)) * 通过实际使用测试,移除 AppContainer 上的 globalStyle props ([1d3ee08](1d3ee08)) ### 💥 BREAKING CHANGES * useTheme 的默认返回值发生变动,默认返回 antd token 值 * 移除 AppContainer 的 globalStyle props
1 parent c601b2b commit 19b7502

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

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+
315
## [2.0.2](https://github.com/arvinxx/antd-style/compare/v2.0.1...v2.0.2) (2023-01-06)
416

517
## [2.0.2-alpha.1](https://github.com/arvinxx/antd-style/compare/v2.0.1...v2.0.2-alpha.1) (2023-01-06)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "antd-style",
3-
"version": "2.0.2",
3+
"version": "3.0.0-alpha.1",
44
"description": "a css-in-js application solution combine emotion with antd v5 token system",
55
"keywords": [
66
"npm",

0 commit comments

Comments
 (0)