TDesign Weekly Release (Jan 3rd 2025)
·
59 commits
to main
since this release
React for Web 发布 1.10.5
🌈 1.10.5 2025-01-16
🚀 Features
Radio
:RadioGroup
新增theme
API,用于决定使用 options 时渲染的子组件样式 @HaixingOoO (#3303)Upload
: 新增imageProps
API,用于在上传图片场景下透传Image
组件的相关属性 @HaixingOoO (#3317)AutoComplete
: 新增empty
API ,用于支持自定义空节点内容 @liweijie0812 (#3319)drawer
:sizeDraggable
新增支持SizeDragLimit
类型的功能实现 @huangchen1031 (#3323)Icon
: 新增logo-alipay
、logo-behance-filled
等图标,修改logo-wecom
图标,移除不合理的logo-wecom-filled
图标 @uyarn (#3326)
🐞 Bug Fixes
Select
: 修复onChange
回调context
中的全部选项的值没有包含选项本身全部内容的问题 @uyarn (#3305)DateRangePicker
: 开始结束值同时存在的逻辑判断错误问题 @betavs (#3301)Notification
: 修复使用attach
属性配置导致渲染节点异常的问题 @centuryPark (#3306)AutoComplete
: 修复当选项为空时显示效果异常的问题 @betavs (#3316)Menu
: 修复head-menu
不渲染icon
的问题 @HaixingOoO (#3320)Statistic
: 修复decimalPlaces=0
时数值动画期间精度错误的问题 @huangchen1031 (#3327)ImageVewer
: 修复开启closeOnOverlay
时,点击蒙层关闭存在闪烁情况的问题 @huangchen1031
详情见: https://github.com/Tencent/tdesign-react/releases/tag/1.10.5
Miniprogram for WeChat 发布 1.8.5
🌈 1.8.5 2025-01-16
🚀 Features
TreeSelect
: 新增customValue
属性,自定义选中值,用于弥补value
为空数组场景 @anlyyao (#3400)Loading
: 新增fullscreen
属性,支持全屏加载 @TeacherDingTing (#3427)ColorPicker
: 新增fixed
属性, @anlyyao (#3426)Guide
: 支持自定义计数器 @demoadminjie (#3439)Icon
: 新增logo-alipay
、logo-behance-filled
等图标,修改logo-wecom
图标,移除不合理的logo-wecom-filled
图标 @anlyyao (#3434)
🐞 Bug Fixes
Guide
: 修正返回按钮出现时机,并新增hideBack
属性 @anlyyao (#3403)Message
:link
参数类型申明缺失的问题 @betavs (#3412)SwipeCell
: 修复在iOS
手机中导致scroll-view
无法滚动问题 @jarmywang (#3425)Tabs
: 修复徽标激活态颜色错误 @anlyyao (#3429)TabBar
: 修复子项数量大于 3 时子项未按预期调整内边距 @anlyyao (#3436)Search
: 修复禁用态样式错误 @anlyyao (#3437)Image
: 未正确触发组件数据更新的问题 @betavs (#3443)Picker
: 修复PickerItem
项label
超出未省略问题 @anlyyao (#3415)Picker
: 规避 Skyline render 下深/浅模式透明色渲染不一致问题 @betavs (#3449)Stepper
: 修复Skyline
中增加和减少按钮动态更新时禁用态样式错误 @anlyyao (#3454)ActionSheet
: 数据更新后未更新视图的问题 @betavs (#3438)Calendar
: 修复value
不在[minDate, maxDate ]
内时带翻页功能的日历面板空白问题 @anlyyao (#3457)Input
:cursorColor
属性默认值设#0052d9
,修复安卓在 Skyline 下光标消失的问题 @anlyyao (#3453)ColorPicker
: 修复动态设置value
值无效的问题 @anlyyao (#3426)
🚧 Others
详情见: https://github.com/Tencent/tdesign-miniprogram/releases/tag/1.8.5
React for Mobile 发布 0.10.0
🌈 0.10.0 2025-01-20
🚀 Features
Radio
: 组件重构,新增block
、borderless
、placement
与readonly
等属性 @byq1213 (#468)RadioGroup
: 组件重构,新增allowUncheck
、borderless
、keys
、placement
与readonly
等属性 @byq1213 (#468) @liweijie0812 (#555)Rate
: 组件重构,废弃variant
属性, 新增placement
与icon
属性 @ming680 (#493)Input
: 新增enterkeyhint
API 用于控制回车键样式,此 API 仅在部分浏览器支持,HTML5 原生属性。新增spellcheck
API 是否开启拼写检查,HTML5 原生属性 @liweijie0812 (#553)Icon
: 新增logo-alipay
、logo-behance-filled
等图标,修改logo-wecom
图标,移除不合理的logo-wecom-filled
图标,并优化部分图标的绘制路径 @uyarn @tdesign-bot (#559)Swiper
: 新增touchable
属性 @anlyyao (#565)
🐞 Bug Fixes
详情见: https://github.com/Tencent/tdesign-mobile-react/releases/tag/0.10.0