Skip to content

Commit 0220280

Browse files
committed
docs(changelog): release 0.10.0
1 parent e007c1f commit 0220280

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,16 @@ docClass: timeline
77

88
## 0.9.5 `2022-03-11`
99

10+
### BREAKING CHANGES
11+
12+
* Input: `DOM` 结构调整,最外层调整为 `t-input__wrap`([pr #409](https://github.com/Tencent/tdesign-vue-next/pull/409)), ([@pengYYYYY](https://github.com/pengYYYYY))
1013

1114
### Bug Fixes
1215

1316
* Select:
1417
* 修复单选下斜八度动画覆盖文字的错误 ([pr #421](https://github.com/Tencent/tdesign-vue-next/pull/421)), ([@uyarn](https://github.com/uyarn))
15-
* 修复 `filterable` 属性导致高度变化 ([pr #422](https://github.com/Tencent/tdesign-vue-next/pull/422)), ([issue #405](https://github.com/Tencent/tdesign-vue-next/issues/405)), ([@pengYYYYY](https://github.com/pengYYYYY))
18+
* 修复 `filterable` 属性导致高度变化 ([pr #430](https://github.com/Tencent/tdesign-vue-next/pull/430)), ([issue #423](https://github.com/Tencent/tdesign-vue-next/issues/423)), ([@pengYYYYY](https://github.com/pengYYYYY))
19+
* 修复事件与双向绑定数据更新时机不一致问题 ([pr #421](https://github.com/Tencent/tdesign-vue-next/pull/421)), ([@uyarn](https://github.com/uyarn))
1620
* cascader: ([pr #422](https://github.com/Tencent/tdesign-vue-next/pull/422)), ([@pengYYYYY](https://github.com/pengYYYYY))
1721
* 修复 `filterable` 属性导致 `hover` 样式异常的问题
1822
* 修复可选任意一级缺少高亮状 ([issue #114](https://github.com/Tencent/tdesign-vue-next/issue/114))

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tdesign-vue-next",
33
"purename": "tdesign",
4-
"version": "0.9.5",
4+
"version": "0.10.0",
55
"title": "tdesign-vue-next",
66
"description": "TDesign Component for vue-next",
77
"keywords": [

0 commit comments

Comments
 (0)