We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbfd3bf commit d0c3b32Copy full SHA for d0c3b32
2 files changed
docs/log.md
@@ -9,6 +9,16 @@ group:
9
order: 3
10
---
11
12
+## 2.0.14 (2025-07-23)
13
+
14
+### Features
15
16
+- feat: [Tree] 新增 renderItem 属性 ([84164b9](https://github.com/ShuyunFF2E/cloud-react/commit/84164b9))
17
18
+### Bug Fixes
19
20
+- fix: [Drawer]解决抽屉更改 size 后,组件没有更新的问题 ([33899ef](https://github.com/ShuyunFF2E/cloud-react/commit/33899ef))
21
22
## 2.0.13 (2025-07-17)
23
24
### Features
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "cloud-react",
3
- "version": "2.0.13",
+ "version": "2.0.14",
4
"description": "数据赢家 react 组件",
5
"scripts": {
6
"gen:index": "node ./scripts/generate-index.js",
0 commit comments