File tree Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Expand file tree Collapse file tree 2 files changed +17
-2
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.1 ` 2023-07-04 `
9
+ ### ❗ Breaking Changes
10
+ - ` Loading ` : 移除` progress ` 属性 @anlyyao ([ #918 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/918 ) )
11
+ ### 🚀 Features
12
+ - ` Popover ` : 新增 ` closeOnClickOutside ` 属性 @anlyyao ([ #916 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/916 ) )
13
+ - ` Loading ` : ` indicator ` 属性新增 ` Slot / Function ` 类型,支持自定义指示符 @anlyyao ([ #918 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/918 ) )
14
+ - ` Cascader ` : ` options ` 支持支持异步数据 @ccccpj ([ #917 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/917 ) )
15
+ - ` DropdownMenu ` : 新增 ` direction ` 属性 @ccccpj ([ #878 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/878 ) )
16
+ ### 🐞 Bug Fixes
17
+ - ` Stepper ` : 修复精度缺失问题 @anlyyao ([ #906 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/906 ) )
18
+ - ` Popup ` : 修复 ` visible-change ` 事件参数错误 @anlyyao ([ #920 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/920 ) )
19
+ - ` NavBar ` : 修复 ` fixed=true ` 时样式错误 @anlyyao ([ #1494 ] ( https://github.com/Tencent/tdesign-common/pull/1494 ) )
20
+ ### 🚧 Others
21
+ - ` Docs ` : 新增支持英文站点 @anlyyao ([ #914 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/914 ) )
22
+
8
23
## 🌈 1.0.0-rc ` 2023-06-27 `
9
24
### ❗ Breaking Changes
10
25
- ` Divider ` : 调整 DOM,移除 lineColor 废弃属性 @LeeJim ([ #896 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/896 ) )
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" ,
4
+ "version" : " 1.0.0-rc.1 " ,
5
5
"description" : " tdesign-mobile-vue" ,
6
6
"author" : " TDesign Group" ,
7
7
"homepage" : " https://tdesign.tencent.com/mobile-vue/" ,
188
188
" prettier --write"
189
189
]
190
190
}
191
- }
191
+ }
You can’t perform that action at this time.
0 commit comments