@@ -5,6 +5,33 @@ toc: false
5
5
spline : explain
6
6
---
7
7
8
+ ## 🌈 1.0.0 ` 2023-08-16 `
9
+ ### ❗ Breaking Changes
10
+ - ` CellGroup ` : 调整 ` DOM ` 结构 @anlyyao ([ #1010 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/1010 ) )
11
+ - ` Rate ` : 移除 variant 废弃属性 @LeeJim ([ #1005 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/1005 ) )
12
+ - ` Icon ` : 新增 ` 960 ` 个图标;调整图标命名 ` photo ` 为 ` camera ` ,` books ` 为 ` bookmark ` ,` stop-cirle-1 ` 为 ` stop-circle-stroke ` ;移除 ` money-circle ` 图标,具体请查看图标页面。 @anlyyao ([ #1024 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/1024 ) )
13
+
14
+ ### 🚀 Features
15
+ - ` CollapsePanel ` : 新增 ` headerLeftIcon ` 属性 @LeeJim ([ #1009 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/1009 ) )
16
+ - ` CellGroup ` : ` CellGroup ` 支持最后一项 ` Cell ` 无 ` border ` @anlyyao ([ #1010 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/1010 ) )
17
+ -
18
+ ### 🐞 Bug Fixes
19
+ - ` Avatar ` : 修复 ` src ` 属性不支持应式的问题 @anlyyao ([ #1008 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/1008 ) )
20
+ - ` Badge ` : 修复 count 不支持 slot 的问题 @LeeJim ([ #1007 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/1007 ) )
21
+ - ` DropdownMenu ` : 修复单选和多选混合使用是 ` label ` 显示错误问题 @ccccpj ([ #1011 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/1011 ) )
22
+ - ` Radio ` : 修复 ` icon='none' ` 时 ` ts ` 类型报错 @anlyyao ([ #1015 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/1015 ) )
23
+ - ` Slider ` : 修复 ` max ` 存在时,刻度计算错误 @anlyyao ([ #1026 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/1026 ) )
24
+ - ` Message ` : 修复函数式调用时 ` onDurationEnd ` 属性无效 @anlyyao ([ #1028 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/1028 ) )
25
+ - ` CellGroup ` : 修复 ` bordered ` 属性无效 @anlyyao ([ #1010 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/1010 ) )
26
+ - ` Drawer ` : 修复按需引入时无法在 ` SFC ` 中使用 ` Drawer ` 组件 @anlyyao ([ #1030 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/1030 ) )
27
+ - ` TabBar ` : 修复 ` bordered ` 属性无效的问题 @anlyyao ([ #1569 ] ( https://github.com/Tencent/tdesign-common/pull/1569 ) )
28
+
29
+ ### 🚧 Others
30
+ - ` Upload ` : 优化` Upload ` 逻辑 @yaogengzhu ([ #999 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/999 ) )
31
+ - ` Tabs ` : 隐藏滚动条样式 @anlyyao ([ #1560 ] ( https://github.com/Tencent/tdesign-common/pull/1560 ) )
32
+ - other: 支持 WebStrom 编辑器代码提示 @liweijie0812 ([ #998 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/998 ) )
33
+
34
+
8
35
## 🌈 1.0.0-rc.6 ` 2023-08-01 `
9
36
### 🐞 Bug Fixes
10
37
- ` Calendar ` : 解决属性不支持响应式的问题 @LeeJim ([ #991 ] ( https://github.com/Tencent/tdesign-mobile-vue/pull/991 ) )
0 commit comments