Skip to content

Commit

Permalink
chore: release 1.7.1 (#2864)
Browse files Browse the repository at this point in the history
* chore: release 1.7.1

* chore: changelog's changes

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
uyarn and github-actions[bot] committed Oct 20, 2023
1 parent 1ab326d commit 25d840c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ toc: false
docClass: timeline
---

## 🌈 1.7.1 `2023-10-20`
### 🚀 Features
- `Table`: 可筛选表格,支持设置 `confirmEvents: ['onChange']` 后,单选筛选器(Radio) 选择完成后自动关闭筛选器浮层 @chaishi ([#2850](https://github.com/Tencent/tdesign-vue/pull/2850))
### 🐞 Bug Fixes
- `Tree`:
- 修复 `setItem` 方法设置 checked, actived, expanded 属性时,未触发 props 变更与相应事件的问题 @TabSpace ([#2852](https://github.com/Tencent/tdesign-vue/pull/2852))
- 完善受控逻辑,解决 onChange 事件触发时,组件状态传递有延迟的问题 @TabSpace ([#2861](https://github.com/Tencent/tdesign-vue/pull/2861))
- `Checkbox`: 修复 `checkbox.disabled` 动态赋值失效问题 @chaishi ([#2849](https://github.com/Tencent/tdesign-vue/pull/2849))

## 🌈 1.7.0 `2023-10-12`
### 🚀 Features
- `Tag`: @chaishi
Expand Down Expand Up @@ -2440,4 +2449,4 @@ CSS 类名规范:
- 新增 `expandOnRowClick` 属性,允许点击整行展开/收起
- 支持 `row-mouseenter``row-mouseleave` 事件
- Dropdown: 支持 `dropdown-item` slot 用法,[@uyarn](https://github.com/uyarn)
- Popup: 优化弹出层方向判断逻辑 [@uyarn](https://github.com/uyarn)
- Popup: 优化弹出层方向判断逻辑 [@uyarn](https://github.com/uyarn)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tdesign-vue",
"purename": "tdesign",
"version": "1.7.0",
"version": "1.7.1",
"description": "tdesign-vue",
"title": "tdesign-vue",
"keywords": [
Expand Down

0 comments on commit 25d840c

Please sign in to comment.