Skip to content

Commit d655613

Browse files
release/1.7.9 (#3040)
* release/1.7.9 * chore: changelog's changes --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent d5cd837 commit d655613

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ toc: false
55
spline: explain
66
---
77

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+
813
## 🌈 1.7.8 `2024-08-01`
914
### 🚀 Features
1015
- `ConfigProvider`: 新增 `attach` API, 支持全局配置attach或全局配置部分组件的attach @HaixingOoO ([#3001](https://github.com/Tencent/tdesign-react/pull/3001))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tdesign-react",
33
"purename": "tdesign",
4-
"version": "1.7.8",
4+
"version": "1.7.9",
55
"description": "TDesign Component for React",
66
"title": "tdesign-react",
77
"main": "lib/index.js",

0 commit comments

Comments
 (0)