File tree Expand file tree Collapse file tree 3 files changed +25
-3
lines changed
Expand file tree Collapse file tree 3 files changed +25
-3
lines changed Original file line number Diff line number Diff 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'
2121exclude-labels :
2222 - ' skip-changelog'
23+ - ' chore'
24+ - ' test'
2325sort-by : title
2426change-template : ' - $TITLE @$AUTHOR (#$NUMBER)'
2527change-title-escapes : ' \<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks.
Original file line number Diff line number Diff line change @@ -4,6 +4,26 @@ spline: explain
44toc : false
55docClass : 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
Original file line number Diff line number Diff line change 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" : [
181181 " eslint --fix"
182182 ]
183183 }
184- }
184+ }
You can’t perform that action at this time.
0 commit comments