@@ -109,7 +109,7 @@ docClass: timeline
109109- ` Textarea ` : 新增 ` placeholderClass ` 属性 @anlyyao ([ #3468 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/3468 ) )
110110- ` Textarea ` : 新增 ` readonly ` 与 ` allowInputOverMax ` 属性 @richardji202 ([ #3474 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/3474 ) )
111111- ` Input ` : 新增 ` allowInputOverMax ` 属性 @yangbai1991 ([ #3473 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/3473 ) )
112- - ` Radiogroup ` : 新增 ` readonly ` 属性 @yangbai1991 ([ #3470 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/3470 ) )
112+ - ` RadioGroup ` : 新增 ` readonly ` 属性 @yangbai1991 ([ #3470 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/3470 ) )
113113### 🐞 Bug Fixes
114114
115115- ` Dialog ` : 修复圆角样式错误,并新增 ` --td-dialog-border-radius ` @anlyyao ([ #3469 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/3469 ) )
@@ -172,7 +172,7 @@ docClass: timeline
172172
173173## 🌈 1.8.2 ` 2024-12-11 `
174174### 🚀 Features
175- - ` DropdownMenuItem ` : 新增 ` placement ` 属性,用于调整复选框和内容相对位置,仅单选菜单栏有效 @anlyyao ([ #3327 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/3327 ) )
175+ - ` DropdownItem ` : 新增 ` placement ` 属性,用于调整复选框和内容相对位置,仅单选菜单栏有效 @anlyyao ([ #3327 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/3327 ) )
176176- ` Cascader ` : 新增 ` checkStrictly ` 属性,父子节点选中状态不再关联,可各自选中或取消 @hkaikai ([ #3333 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/3333 ) )
177177- ` Calendar ` : 支持 ` switchMode ` 属性,支持按年/月翻页 @anlyyao ([ #3326 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/3326 ) )
178178### 🐞 Bug Fixes
@@ -190,7 +190,7 @@ docClass: timeline
190190- ` Input ` : 新增 ` --td-input-align-items ` 变量,支持自定义组件内容对齐方式 @anlyyao ([ #3308 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/3308 ) )
191191- ` ColorPicker ` : 新增 ` header ` 和 ` footer ` 插槽,仅在 ` usePopup ` 为 ` true ` 时有效 @anlyyao ([ #3310 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/3310 ) )
192192### 🐞 Bug Fixes
193- - ` DropdownMenuItem ` : 修复默认插槽无效,并补充 ` footer ` 具名插槽 @anlyyao ([ #3309 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/3309 ) )
193+ - ` DropdownItem ` : 修复默认插槽无效,并补充 ` footer ` 具名插槽 @anlyyao ([ #3309 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/3309 ) )
194194- ` Navbar ` : 修复 ` getRect ` 耗时过长导致 ` navbar ` 位置不准确问题,并兼容部分机型因精度问题导致的翻译功能完成后标题仍然隐藏的问题 @jarmywang @anlyyao @betavs ([ #3286 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/3286 ) )
195195
196196
@@ -209,7 +209,7 @@ docClass: timeline
209209## 🌈 1.7.1 ` 2024-11-08 `
210210### 🚀 Features
211211- ` Stepper ` : 新增 ` integer ` 属性,支持输入小数 @anlyyao ([ #3230 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/3230 ) )
212- - ` DropdownMenuItem ` : 优化组件样式,当 ` option ` 为空时选项区域不占位 @anlyyao ([ #3235 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/3235 ) )
212+ - ` DropdownItem ` : 优化组件样式,当 ` option ` 为空时选项区域不占位 @anlyyao ([ #3235 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/3235 ) )
213213- ` Input ` : 支持 ` readonly ` 属性 @anlyyao ([ #3255 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/3255 ) )
214214- ` ColorPicker ` : 新增 ` usePopup ` 、` visible ` 、` autoClose ` 、` style ` 与 ` customStyle ` 等属性,新增 ` close ` 事件 @anlyyao ([ #3260 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/3260 ) )
215215- ` DateTimePicker ` : 新增 ` autoClose ` 属性 @anlyyao ([ #3263 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/3263 ) )
@@ -265,7 +265,7 @@ docClass: timeline
265265- ` Fab ` : 新增 ` yEdge ` 属性,支持设置垂直方向边界限制 @anlyyao ([ #3125 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/3125 ) )
266266- ` PickerItem ` : 支持插槽,自定义 ` label ` 后缀内容 @anlyyao ([ #3127 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/3127 ) )
267267- ` AvatarGroup ` : 新增 ` shape ` 属性,新增 ` collapsed-item-click ` 事件 @anlyyao ([ #3134 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/3134 ) )
268- - ` radioGroup ` : 新增 ` allowUncheck ` 属性 @anlyyao ([ #3140 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/3140 ) )
268+ - ` RadioGroup ` : 新增 ` allowUncheck ` 属性 @anlyyao ([ #3140 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/3140 ) )
269269### 🐞 Bug Fixes
270270- ` Slider ` : ` dragend ` 事件增加返回 ` value ` @jarmywang ([ #3112 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/3112 ) )
271271- ` ImageViewer ` : 修复 ` images ` 长度更新导致 ` index ` 显示异常 @jarmywang ([ #3111 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/3111 ) )
@@ -814,14 +814,14 @@ docClass: timeline
814814- ` Radio ` : 新增 CSS Variables 用于控制内容字体大小 @favouredddd ([ #1895 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/1895 ) )
815815
816816### 🐞 Bug Fixes
817- - ` loading ` : 修复 ` inheritColor = true ` 时,因样式问题导致组件一直处于加载状态 @Cyrus97 ([ #1873 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/1873 ) )
817+ - ` Loading ` : 修复 ` inheritColor = true ` 时,因样式问题导致组件一直处于加载状态 @Cyrus97 ([ #1873 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/1873 ) )
818818- ` Empty ` : 支持描述内容超出自动换行 @favouredddd ([ #1870 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/1870 ) )
819819- ` Row ` : 增加默认样式实现垂直居中 @tomcat-hz ([ #1866 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/1866 ) )
820820- ` Progress ` : 优化无障碍访问体验 @yaogengzhu ([ #1354 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/1354 ) )
821821- ` Radio ` : 优化样式,新增 CSS Variables 控制文字激活态颜色 @LeeJim ([ #1889 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/1889 ) )
822822- ` ActionSheet ` : 解决 show 方法的 TS 报错 @LeeJim ([ #1907 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/1907 ) )
823823- ` Radio ` : 修复图标尺寸无法调整的问题 @bitjian ([ #1909 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/1909 ) )
824- - Button: 修复 type = submit 时,disabled 未生效的问题 @bitjian ([ #1878 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/1878 ) )
824+ - ` Button ` : 修复 type = submit 时,disabled 未生效的问题 @bitjian ([ #1878 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/1878 ) )
825825
826826
827827## 🌈 1.1.1 ` 2023-04-03 `
0 commit comments