Skip to content

Commit b5a0eb1

Browse files
authored
Merge pull request #532 from Tencent/release/0.11.1
chore: dump 0.11.1
2 parents 9712852 + 20fa3e5 commit b5a0eb1

File tree

3 files changed

+25
-3
lines changed

3 files changed

+25
-3
lines changed

.github/release-drafter.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ categories:
99
labels:
1010
- 'feature'
1111
- 'enhancement'
12-
- title: '🐛 Bug Fixes'
12+
- title: '🐞 Bug Fixes'
1313
labels:
1414
- 'fix'
1515
- 'bugfix'
@@ -20,6 +20,8 @@ categories:
2020
- 'dependencies'
2121
exclude-labels:
2222
- 'skip-changelog'
23+
- 'chore'
24+
- 'test'
2325
sort-by: title
2426
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
2527
change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks.

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,26 @@ spline: explain
44
toc: false
55
docClass: timeline
66
---
7+
8+
## 0.11.1 `2022-04-02`
9+
10+
### 🚀 Features
11+
12+
- 重构 TreeSelect 为 Composition-api [@Godlike-meteor](https://github.com/Godlike-meteor) [(#508)](https://github.com/Tencent/tdesign-vue-next/pull/508)
13+
- 重构 日历组件 为 Composition-api [@PsTiu](https://github.com/PsTiu) [(#472)](https://github.com/Tencent/tdesign-vue-next/pull/472)
14+
- 国际化配置迁移至common,相关代码优化 [@pengYYYYY](https://github.com/pengYYYYY) [(#492)](https://github.com/Tencent/tdesign-vue-next/pull/492)
15+
16+
### 🐞 Bug Fixes
17+
18+
- 重构 Tabs 为 Composition-api [@LeeJim](https://github.com/LeeJim) (#490)
19+
- 修复 Upload triggerupload 方法未导出 [@pengYYYYY](https://github.com/pengYYYYY) [(#515)](https://github.com/Tencent/tdesign-vue-next/pull/515)
20+
- 修复 InputNumber 未注册 input 组件 [@pengYYYYY](https://github.com/pengYYYYY) [(#514)](https://github.com/Tencent/tdesign-vue-next/pull/514)
21+
- 修复 CheckboxGroup disabled 属性无效 [@pengYYYYY](https://github.com/pengYYYYY) [(#514)](https://github.com/Tencent/tdesign-vue-next/pull/514)
22+
- 修复 Input 的 type 传入无效 [@pengYYYYY](https://github.com/pengYYYYY) [(#516)](https://github.com/Tencent/tdesign-vue-next/pull/516)
23+
- 修复 SelectInput Demo样式 [@pengYYYYY](https://github.com/pengYYYYY) [(#500)](https://github.com/Tencent/tdesign-vue-next/pull/500)
24+
- 修复 Pagination 跳转页输入框展示了额外 placeholder 默认内容 [@xiaosansiji](https://github.com/xiaosansiji) [(#507)](https://github.com/Tencent/tdesign-vue-next/pull/507)
25+
26+
727
## 0.11.0 `2022-03-25`
828

929
### BREAKING CHANGES

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tdesign-vue-next",
33
"purename": "tdesign",
4-
"version": "0.11.0",
4+
"version": "0.11.1",
55
"title": "tdesign-vue-next",
66
"description": "TDesign Component for vue-next",
77
"keywords": [
@@ -181,4 +181,4 @@
181181
"eslint --fix"
182182
]
183183
}
184-
}
184+
}

0 commit comments

Comments
 (0)