File tree Expand file tree Collapse file tree 7 files changed +15
-24
lines changed
Expand file tree Collapse file tree 7 files changed +15
-24
lines changed Original file line number Diff line number Diff line change 6464 BODY : ${{ github.event.comment.body }}
6565 run : |
6666 txt=$(cat packages/tdesign-miniprogram/CHANGELOG.md)
67- chat_txt=$(cat packages/tdesign-miniprogram-chat/CHANGELOG.md)
6867 echo "${txt%%##*}$BODY${txt##*---}" > packages/tdesign-miniprogram/CHANGELOG.md
69- echo "${chat_txt%%##*}$BODY${chat_txt##*---}" > packages/tdesign-miniprogram-chat/CHANGELOG.md
7068 git add .
7169 git config --local user.email "github-actions[bot]@users.noreply.github.com"
7270 git config --local user.name "github-actions[bot]"
Original file line number Diff line number Diff line change @@ -53,6 +53,6 @@ Name | Default Value | Description
5353--td-cascader-step-dot-size | 16rpx | -
5454--td-cascader-step-height | 88rpx | -
5555--td-cascader-title-color | @text-color-primary | -
56+ --td-cascader-title-font-size | 36rpx | -
5657--td-cascader-title-height | 26rpx | -
57- --td-cascader-title-padding | @spacer-2 | -
58- --td-cascader-title-font-size | 36rpx | -
58+ --td-cascader-title-padding | @spacer-2 | -
Original file line number Diff line number Diff line change @@ -110,6 +110,6 @@ title | 自定义 `title` 显示内容
110110--td-cascader-step-dot-size | 16rpx | -
111111--td-cascader-step-height | 88rpx | -
112112--td-cascader-title-color | @text-color-primary | -
113+ --td-cascader-title-font-size | 36rpx | -
113114--td-cascader-title-height | 26rpx | -
114- --td-cascader-title-padding | @spacer-2 | -
115- --td-cascader-title-font-size | 36rpx | -
115+ --td-cascader-title-padding | @spacer-2 | -
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -12,14 +12,6 @@ export const docs = [
1212 path : '/miniprogram-chat/getting-started' ,
1313 component : ( ) => import ( '@docs/getting-started.md' ) ,
1414 } ,
15- {
16- title : '更新日志' ,
17- titleEn : 'CHANGELOG' ,
18- name : 'changelog' ,
19- meta : { docType : 'explain' } ,
20- path : '/miniprogram-chat/changelog' ,
21- component : ( ) => import ( '@tdesign-miniprogram-chat/CHANGELOG.md' ) ,
22- } ,
2315 {
2416 title : '什么是流式输出' ,
2517 name : 'sse' ,
Original file line number Diff line number Diff line change @@ -6,6 +6,16 @@ docClass: timeline
66---
77
88
9+ ## 🌈 1.11.2 ` 2025-11-12 `
10+ ### 🚀 Features
11+ - ` Picker ` :
12+ - ⚠️ ` itemHeight ` 默认单位改用 ` px ` ,避免单位转换带来的精度问题 @anlyyao ([ #4052 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/4052 ) )
13+ - 新增 ` visibleItemCount ` 属性,可自定义可视区域 ` PickerItem ` 的子项个数 @anlyyao ([ #4052 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/4052 ) )
14+ - 优化大量数据时列表滚动性能 @jarmywang ([ #4014 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/4014 ) )
15+ - ` Calendar ` : 新增 ` allowSameDay ` 属性,允许 ` type='range' ` 场景的起始时间相同 @anlyyao ([ #4045 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/4045 ) )
16+ - ` Cascader ` : 支持通过 ` keys ` 属性定义 ` children / disabled ` 在 ` options ` 中对应的字段别名 @anlyyao ([ #4044 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/4044 ) )
17+
18+
919## 🌈 1.11.1 ` 2025-11-06 `
1020### 🐞 Bug Fixes
1121- ` Calendar ` : 修复 ` value[] ` 结合 ` swich-mode ` 时,初始化错误 @anlyyao ([ #4005 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/4005 ) )
Original file line number Diff line number Diff line change 11{
22 "name" : " tdesign-miniprogram" ,
3- "version" : " 1.11.1 " ,
3+ "version" : " 1.11.2 " ,
44 "title" : " tdesign-miniprogram" ,
55 "description" : " TDesign Component for miniprogram" ,
66 "main" : " miniprogram_dist/index.js" ,
You can’t perform that action at this time.
0 commit comments