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 d5cd837 commit d655613Copy full SHA for d655613
CHANGELOG.md
@@ -5,6 +5,11 @@ toc: false
5
spline: explain
6
---
7
8
+## 🌈 1.7.9 `2024-08-07`
9
+### 🐞 Bug Fixes
10
+- `Tree`: 修复`1.7.8`版本更新导致的展开收起功能的缺陷 @HaixingOoO ([#3039](https://github.com/Tencent/tdesign-react/pull/3039))
11
+
12
13
## 🌈 1.7.8 `2024-08-01`
14
### 🚀 Features
15
- `ConfigProvider`: 新增 `attach` API, 支持全局配置attach或全局配置部分组件的attach @HaixingOoO ([#3001](https://github.com/Tencent/tdesign-react/pull/3001))
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "tdesign-react",
3
"purename": "tdesign",
4
- "version": "1.7.8",
+ "version": "1.7.9",
"description": "TDesign Component for React",
"title": "tdesign-react",
"main": "lib/index.js",
0 commit comments