File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,24 @@ toc: false
5
5
docClass : timeline
6
6
---
7
7
8
+ ## 🌈 1.1.0 ` 2023-03-27 `
9
+ ### 🚀 Features
10
+ - ` Layout ` : 新增布局组件,包含 row 和 col 组件 @wuping97 ([ #1821 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/1821 ) )
11
+ - ` Search ` : 新增 type 属性透传至 input,默认为 text @haochenli ([ #1828 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/1828 ) )
12
+
13
+ ### 🐞 Bug Fixes
14
+ - ` Button ` : 修复 disabled = true 仍触发 tap 事件的问题 @wuping97 ([ #1833 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/1833 ) )
15
+ - ` NoticeBar ` : 修复二轮滚动初始位置不正确 @anlyyao ([ #1835 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/1835 ) )
16
+ - ` PullDownRefresh ` : 修复 loading-texts 默认值缺失的问题 @haochenli ([ #1837 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/1837 ) )
17
+ - ` PullDownRefresh ` : 解决外部样式类 t-class-text 拼写错误的问题 @LeeJim ([ #1839 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/1839 ) )
18
+ - ` Grid ` : 修复 t-class-image 无法赋予 image 样式的问题 @LeeJim ([ #1842 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/1842 ) )
19
+ - ` NoticeBar ` : 修复 loop 为 0 时还会循环播放的问题 @haochenli ([ #1826 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/1826 ) )
20
+ - ` Cascader ` : 修复当 value 发生变更时,options 没有更新的问题 @LeeJim ([ #1841 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/1841 ) )
21
+ - ` Tabs ` : 修复设置 animation 导致 panel 内容无法切换的问题 @LeeJim ([ #1843 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/1843 ) )
22
+ - ` Tabs ` : 修复 theme 不等于 line 时,获取 track 报错的问题 @LeeJim ([ #1843 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/1843 ) )
23
+ - ` Tabs ` : 移除滚动条 @LeeJim ([ #1844 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/1844 ) )
24
+
25
+
8
26
## 🌈 1.0.4 ` 2023-03-20 `
9
27
### 🚀 Features
10
28
- ` PullDownRefresh ` : 支持无障碍访问支持 @shinyina ([ #1241 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/1241 ) )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " tdesign-miniprogram" ,
3
3
"purename" : " tdesign" ,
4
- "version" : " 1.0.4 " ,
4
+ "version" : " 1.1.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