File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,21 @@ toc: false
5
5
spline : explain
6
6
---
7
7
8
+ ## 🌈 1.0.0-rc.2 ` 2023-07-11 `
9
+ ### ❗ Breaking Changes
10
+ - ` NoticeBar ` : ` prefixIcon ` 属性默认值变更为 ` true ` @anlyyao ([ #929 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/929 ) )
11
+ ### 🚀 Features
12
+ - ` Cascader ` : ` pick ` 事件新增 ` level ` 参数 @anlyyao ([ #940 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/940 ) )
13
+ ### 🐞 Bug Fixes
14
+ - ` Message ` : 修复 ` link ` 、` onLinkClick ` 属性无效 @anlyyao ([ #931 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/931 ) )
15
+ - ` Overlay ` : 修复 ` backgroundColor ` 属性致动画失效问题 @yaogengzhu ([ #942 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/942 ) )
16
+ - ` ActionSheet ` : 修复多页宫格工作面板高度计算错误 @anlyyao ([ #936 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/936 ) )
17
+ - ` CollapsePanel ` : 修复 ` expandIcon ` 的值为插槽或函数时无效 @anlyyao ([ #934 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/934 ) )
18
+ - ` Table ` : 修复table组件卸载时,异常报错 @yaogengzhu ([ #938 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/938 ) )
19
+ - ` Toast ` : 修复preventScrollThrough属性无效 @yaogengzhu ([ #939 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/939 ) )
20
+ - ` Search ` : 修复 ` iOS ` 环境 ` search ` 默认自带图标 @yaogengzhu ([ #1519 ] ( https://github.com/Tencent/tdesign-common/pull/1519 ) )
21
+
22
+
8
23
## 🌈 1.0.0-rc.1 ` 2023-07-04 `
9
24
### ❗ Breaking Changes
10
25
- ` Loading ` : 移除` progress ` 属性 @anlyyao ([ #918 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/918 ) )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " tdesign-mobile-vue" ,
3
3
"purename" : " tdesign" ,
4
- "version" : " 1.0.0-rc.1 " ,
4
+ "version" : " 1.0.0-rc.2 " ,
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