Skip to content

Commit aeda293

Browse files
docs: release 0.17.1 (#1083)
* docs: release 0.17.1 * chore: changelog's changes Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 6c88ca6 commit aeda293

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ toc: false
55
docClass: timeline
66
---
77

8+
## 🌈 0.17.1 `2022-06-27`
9+
### 🐞 Bug Fixes
10+
- `Select`: 修复分组插槽使用在列表尾部会产生多余渲染,修复筛选状态交互。([issue #1048](https://github.com/Tencent/tdesign-vue-next/issues/1048)) @pengYYYYY ([#1082](https://github.com/Tencent/tdesign-vue-next/pull/1082))
11+
812
## 🌈 0.17.0 `2022-06-27`
913
### ❗ Breaking Changes
1014
- `reset`: 默认移除全局 reset 样式引入,可从 `tdesign-react/dist/reset.css` 中单独引入

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tdesign-vue-next",
33
"purename": "tdesign",
4-
"version": "0.17.0",
4+
"version": "0.17.1",
55
"title": "tdesign-vue-next",
66
"description": "TDesign Component for vue-next",
77
"keywords": [

0 commit comments

Comments
 (0)