File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,22 @@ docClass: timeline
6
6
---
7
7
8
8
9
+ ## 🌈 1.4.3 ` 2024-06-21 `
10
+ ### 🚀 Features
11
+ - ` TabPanel ` : 支持动态 ` lable ` @anlyyao ([ #2872 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/2872 ) )
12
+ ### 🐞 Bug Fixes
13
+ - ` Calendar ` : 优化 ` title ` 默认值 @anlyyao ([ #2858 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/2858 ) )
14
+ - ` Swiper ` : 修复 ` navigation ` 插槽无效的问题 @jarmywang ([ #2859 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/2859 ) )
15
+ - ` TabBar ` : 修复自定义 ` tabbar ` 中深色模式颜色错误 @anlyyao ([ #2861 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/2861 ) )
16
+ - ` CheckTag ` : 更正组件内部 ` checked ` 属性类型 @anlyyao ([ #2871 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/2871 ) )
17
+ - ` Navbar ` : 修复占位区高度错误 @jby0107 ([ #2877 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/2877 ) )
18
+ - ` Radio ` : 修复禁用态样式错误 @anlyyao ([ #2875 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/2875 ) )
19
+ - ` Dialog ` : ` close-on-overlay-click ` 属性默认值从 ` undefined ` 改为 ` false ` @jarmywang ([ #2874 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/2874 ) )
20
+ - ` Cascader ` : 优化组件性能,支持4级地址 @novlan1 ([ #2866 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/2866 ) )
21
+ ### 🚧 Others
22
+ - ` site(Button) ` : 支持示例代码导入开发者工具 @anlyyao ([ #2883 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/2883 ) )
23
+
24
+
9
25
## 🌈 1.4.2 ` 2024-06-07 `
10
26
### 🐞 Bug Fixes
11
27
- ` Skeleton ` : 修复深色模式渐变动画颜色错误 @anlyyao ([ #2818 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/2818 ) )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " tdesign-miniprogram" ,
3
3
"purename" : " tdesign" ,
4
- "version" : " 1.4.2 " ,
4
+ "version" : " 1.4.3 " ,
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