Skip to content

Commit ca982ce

Browse files
🔖 chore(release): v3.0.0-alpha.2 [skip ci]
# [3.0.0-alpha.2](v3.0.0-alpha.1...v3.0.0-alpha.2) (2023-01-07) ### ✨ Features * AppContainer 支持亮暗模式主题切换 ([bfd9922](bfd9922)) * useTheme 中增加 appearance 等主题状态属性 ([6ce3b7d](6ce3b7d)) * 支持基于主题模式的风格定制 ([3f5d2cb](3f5d2cb)) * 自定义增加一个 isDark 字段 ([ac0fb23](ac0fb23))
1 parent ac0fb23 commit ca982ce

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
# [3.0.0-alpha.2](https://github.com/arvinxx/antd-style/compare/v3.0.0-alpha.1...v3.0.0-alpha.2) (2023-01-07)
4+
5+
### ✨ Features
6+
7+
- AppContainer 支持亮暗模式主题切换 ([bfd9922](https://github.com/arvinxx/antd-style/commit/bfd9922))
8+
- useTheme 中增加 appearance 等主题状态属性 ([6ce3b7d](https://github.com/arvinxx/antd-style/commit/6ce3b7d))
9+
- 支持基于主题模式的风格定制 ([3f5d2cb](https://github.com/arvinxx/antd-style/commit/3f5d2cb))
10+
- 自定义增加一个 isDark 字段 ([ac0fb23](https://github.com/arvinxx/antd-style/commit/ac0fb23))
11+
312
# [3.0.0-alpha.1](https://github.com/arvinxx/antd-style/compare/v2.0.2...v3.0.0-alpha.1) (2023-01-07)
413

514
### ✨ Features

package.json

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

0 commit comments

Comments
 (0)