File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,20 @@ toc: false
55docClass : timeline
66---
77
8+ ## 🌈 0.23.1 ` 2022-10-24 `
9+ ### 🐞 Bug Fixes
10+
11+ - ` Steps ` : 修复内存溢出的问题 @LeeJim ([ #928 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/928 ) )
12+ - ` tabBar ` : 使用正确的备用初始值 @anlyyao ([ #930 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/930 ) )
13+
14+ ### 🚧 Others
15+ - ` Input ` : 修复 ` demo ` 中 ` value ` 属性拼写错误 @anlyyao ([ #923 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/923 ) )
16+ - ` Cascader ` : 修改文档导入示例错误 @miauyo ([ #924 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/924 ) )
17+ - ` Message ` : 新增示例演示如何在自定义导航栏时使用 message @LeeJim ([ #932 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/932 ) )
18+ - 修复因 buffer 超出限制导致单元测试报错的问题 @LeeJim ([ #925 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/925 ) )
19+ - 更新官网 Demo 示例的二维码 @anlyyao ([ #917 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/917 ) )
20+
21+
822## 🌈 0.23.0 ` 2022-10-17 `
923### 🚀 Features
1024- ` Cascader ` : 新增级联选择器 @LeeJim ([ #912 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/912 ) )
Original file line number Diff line number Diff line change 11{
22 "name" : " tdesign-miniprogram" ,
33 "purename" : " tdesign" ,
4- "version" : " 0.23.0 " ,
4+ "version" : " 0.23.1 " ,
55 "description" : " tdesign-miniprogram" ,
66 "title" : " tdesign-miniprogram" ,
77 "main" : " miniprogram_dist/index.js" ,
122122 "dependencies" : {
123123 "dayjs" : " ^1.10.7"
124124 }
125- }
125+ }
You can’t perform that action at this time.
0 commit comments