File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,25 @@ toc: false
5
5
spline : explain
6
6
---
7
7
8
+ ## 🌈 1.0.0-rc ` 2023-06-27 `
9
+ ### ❗ Breaking Changes
10
+ - ` Divider ` : 调整 DOM,移除 lineColor 废弃属性 @LeeJim ([ #896 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/896 ) )
11
+ - ` CheckTag ` : 移除废弃属性 closable @LeeJim ([ #899 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/899 ) )
12
+
13
+ ### 🚀 Features
14
+ - ` Popover ` : 新增 Popover 弹出气泡组件 @anlyyao ([ #898 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/898 ) )
15
+ ### 🐞 Bug Fixes
16
+ - ` PullDownRefresh ` : 修复下拉刷新加载样式未居中问题 @ccccpj ([ #888 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/888 ) )
17
+ - ` Fab ` : 改用 setup 语法糖 @LeeJim ([ #897 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/897 ) )
18
+ - ` Textarea ` : 修复计数器错误 @anlyyao ([ #902 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/902 ) )
19
+ - ` Table ` : 修复事件 cell-click 和 row-click 返回参数错误的问题 @LeeJim ([ #899 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/899 ) )
20
+ - ` Drawer ` : 修复事件 close 返回参数错误的问题 @LeeJim ([ #899 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/899 ) )
21
+ - ` Image ` : 修复事件 load 和 error 返回参数错误的问题 @LeeJim ([ #899 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/899 ) )
22
+ - ` Search ` : 修复事件 action-click 返回参数错误的问题 @LeeJim ([ #899 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/899 ) )
23
+ - ` Upload ` : 修复事件 select-change 返回参数错误的问题 @LeeJim ([ #899 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/899 ) )
24
+ - ` Search ` : 修复 ` action-click ` 事件无效 @anlyyao ([ #908 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/908 ) )
25
+ - ` DateTimePicker ` : 修复 ` modelValue ` 属性无效的问题 @anlyyao ([ #903 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/903 ) )
26
+
8
27
## 🌈 0.26.0 ` 2023-06-20 `
9
28
### ❗ Breaking Changes
10
29
- ` NavBar ` : 调整布局方式 @LeeJim ([ #871 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/871 ) )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " tdesign-mobile-vue" ,
3
3
"purename" : " tdesign" ,
4
- "version" : " 0.26.0 " ,
4
+ "version" : " 1.0.0-rc " ,
5
5
"description" : " tdesign-mobile-vue" ,
6
6
"author" : " TDesign Group" ,
7
7
"homepage" : " https://tdesign.tencent.com/mobile-vue/" ,
You can’t perform that action at this time.
0 commit comments