File tree 2 files changed +20
-1
lines changed
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
docClass : timeline
6
6
---
7
7
8
+ ## 0.12.0 ` 2022-5-24 `
9
+
10
+ ### BREAKING CHANGES
11
+
12
+ - Collapse: ` expandIcon ` 默认值从 ` true ` 改成 ` null ` [ #462 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/462 ) [ @LeeJim ] ( https://github.com/LeeJim )
13
+ - Collapse: ` headerRightContent ` 移除 ` boolean ` 类型 [ #462 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/462 ) [ @LeeJim ] ( https://github.com/LeeJim )
14
+ ### Bug Fixes
15
+
16
+ - Tabbar: 优化代码避免在 setData 里传输不必要的页面实例 [ #448 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/448 ) [ @1977474741 ] ( https://github.com/1977474741 )
17
+ - Sticky: 修复在无法获取页面实例时报错的问题 [ #449 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/449 ) [ @JJunYang ] ( https://github.com/JJunYang )
18
+ - Skeleton: 添加组件基础默认样式 [ #453 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/453 ) [ @JJunYang ] ( https://github.com/JJunYang )
19
+ - DropdownMenu: 修正遮罩层的位置,以及下拉菜单的高度 [ #456 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/456 ) [ @LeeJim ] ( https://github.com/LeeJim )
20
+ - DropdownMenu: 修复菜单选项点击区域过小的问题 [ #457 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/457 ) [ @LeeJim ] ( https://github.com/LeeJim )
21
+ - BackTop: 修复丢失的 ` to-top ` 事件 [ #460 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/460 ) [ @JJunYang ] ( https://github.com/JJunYang )
22
+ - Collapse: 修复 ` header ` 、` expand-icon ` 、` header-right-content ` 插槽无法使用的问题 [ #462 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/462 ) [ @LeeJim ] ( https://github.com/LeeJim )
23
+ ### Features
24
+
25
+ - Steps: 节点支持自定义样式 [ #437 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/437 ) [ @anlyyao ] ( https://github.com/anlyyao )
26
+
8
27
## 0.11.2 ` 2022-5-15 `
9
28
10
29
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " tdesign-miniprogram" ,
3
3
"purename" : " tdesign" ,
4
- "version" : " 0.11.2 " ,
4
+ "version" : " 0.12.0 " ,
5
5
"description" : " tdesign-miniprogram" ,
6
6
"title" : " tdesign-miniprogram" ,
7
7
"main" : " miniprogram_dist/index.js" ,
You can’t perform that action at this time.
0 commit comments