Releases
v5.32.1
Enhancements
PickerView: align the mouseWheel
direction with real world. (#6240 )
Toast: support rtl
mode. (#6287 )
Calendar: Refactor locale
field from method to string to be cache-able. (#6276 )
Design Token: Replace some style with css variables. (#6320 )
Bug Fixes
TextArea: Fix rows
not limited by autoSize
. (#6256 )
Form: Fix Form.Item className
repeat issue. (#6278 )
PullToRefresh: Fix some time not pull-able. (#6296 )
FloatingPanel: Fix Unable to preventDefault inside passive event listener invocation
warning. (#6284 )
FloatingPanel: Fix prefixCls
not fully apply on the component. (#6297 )
PickView: Fix prefixCls
not fully apply on the component. (#6304 )
CenterPopup: Fix prefixCls
not fully apply on the component. (#6305 )
WaterMark: Fix css variable --adm-water-mark-z-index
not working. (#6330 )
ErrorBlock: Fix title
or description
not support 0
. (#6309 )
Popup: Fix scroll issue when in some edge case. (#6254 )
优化
PickerView: 将 mouseWheel
触发的鼠标滚动方向与实际方向一致。(#6240 )
Toast: 支持 rtl
模式。(#6287 )
Calendar: 重构 locale
内容从方法为字符串以支持缓存。(#6276 )
Design Token: 替换部分颜色为 css 变量。(#6320 )
修复
TextArea: 修复 autoSize
与 rows
同时配置时,rows
可以超出范围的问题。(#6256 )
Form: 修复 Form.Item className
重复的问题。(#6278 )
PullToRefresh: 修复偶尔下拉失效的问题。(#6296 )
FloatingPanel: 修复出现 Unable to preventDefault inside passive event listener invocation
警告信息。(#6284 )
FloatingPanel: 修复部分子组件没有应用 prefixCls
的问题。(#6297 )
PickView: 修复部分子组件没有应用 prefixCls
的问题。(#6304 )
CenterPopup: 修复部分子组件没有应用 prefixCls
的问题。(#6305 )
WaterMark: 修复 css 变量 --adm-water-mark-z-index
不生效的问题。(#6330 )
ErrorBlock: 修复 title
与 description
不支持 0
的问题。(#6309 )
Popup: 修复弹出层在某些边界情况下滚动异常的问题。(#6254 )
You can’t perform that action at this time.