Fix Input.OTP controlled value
to ''
not work as expect. #48399
Fix DatePicker of multiple
with week picker not show the selection on the panel. #48355
Fix Upload listType
with picture-card
or picture-circle
has additional space on top. #48370
Typography
- Fix Typography dynamic set
copyable
oreditable
will not show the operation button. #48350 - Fix Typography dynamic update
copyable.text
not working. #48347 - Fix Typography using
ellipsis
config withexpandable="collapsible"
androw={1}
at both time will make ellipsis not working as expect. #48340
Fix Steps in compact theme not show the correct progress style. #48251
Refactor Tabs and wave-related components CSS duration values with motionDurationSlow
Component Token. #48311 #48312 @li-jia-nan
Add Transfer missing ja_JP translations. #48411 @Inshiku-Han
Fix Picker ja-JP and ko-KR translations. #48382 @li-jia-nan
Use constant instead of enumeration to reduce package size. #48406 @kiner-tang
修复 Input.OTP 组件受控设置 value
为 ''
时不生效的问题。#48399
修复 DatePicker 对周选择器配置 multiple
多选时,弹出面板不会正确高亮选中项的问题。#48355
修复 Upload 配置 listType
为 picture-card
或 picture-circle
时,上方有额外空隙的问题。#48370
Typography
- 修复 Typography 动态配置
copyable
或editable
时不会显示操作按钮的问题。#48350 - 修复 Typography 动态调整
copyable.text
不生效的问题。#48347 - 修复 Typography 的
ellipsis
同时配置expandable="collapsible"
和row={1}
时,不会正确省略的问题。#48340
修复 Steps 的进度样式在紧凑模式下不正确的问题。#48251
重构 Tabs 和波纹样式相关组件的 CSS 过渡时间值,替换为 motionDurationSlow
Component Token。#48311 #48312 @li-jia-nan
补充 Transfer 的 ja_JP 本地化文案。#48411 @Inshiku-Han
修复 Picker 的 ja_JP 和 ko_KR 本地化文案。#48382 @li-jia-nan
使用常量替代枚举减小包体积。#48406 @kiner-tang