We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61af366 commit e8521e5Copy full SHA for e8521e5
2 files changed
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## [3.6.1](https://github.com/ant-design/antd-style/compare/v3.6.0...v3.6.1) (2023-12-08)
4
+
5
+### 🐛 Bug Fixes
6
7
+- 兼容 createInstance 时自定义 prefixCls 的场景, closes [#126](https://github.com/ant-design/antd-style/issues/126) ([61af366](https://github.com/ant-design/antd-style/commit/61af366))
8
9
# [3.6.0](https://github.com/ant-design/antd-style/compare/v3.5.2...v3.6.0) (2023-12-08)
10
11
### ✨ Features
package.json
@@ -1,6 +1,6 @@
{
"name": "antd-style",
- "version": "3.6.0",
+ "version": "3.6.1",
"description": "css-in-js solution for application combine with antd v5 token system and emotion",
"keywords": [
"antd",
0 commit comments