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 6c88ca6 commit aeda293Copy full SHA for aeda293
CHANGELOG.md
@@ -5,6 +5,10 @@ toc: false
5
docClass: timeline
6
---
7
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
+
12
## 🌈 0.17.0 `2022-06-27`
13
### ❗ Breaking Changes
14
- `reset`: 默认移除全局 reset 样式引入,可从 `tdesign-react/dist/reset.css` 中单独引入
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "tdesign-vue-next",
3
"purename": "tdesign",
4
- "version": "0.17.0",
+ "version": "0.17.1",
"title": "tdesign-vue-next",
"description": "TDesign Component for vue-next",
"keywords": [
0 commit comments