v5.17.0
版本发布时间: 2022-06-30 10:46:08
ant-design/ant-design-mobile最新发布版本:v5.37.1(2024-07-03 12:00:22)
New Features
- fcf05d211 Picker: Add loading & loadingContent props (#5404)
- c152cf386 Image: Add
onContainerClick
prop (#5419)
Enhancements
- 050e83efa 7cb6691a0 Adjust the style of some components in dark mode (#5395) (#5386)
Bug Fixes
- 4a81b8375 CapsuleTab & JumboTab: Animation does not work when content height change (#5421)
- 05b18147c Cascader & CascaderView: Fix
onTabsChange
not being triggered when jump to next level - 6177784bc
onChange
prop should only be called when the previous and next values are different - 1b78356c2 Empty: Fix svg image too high on iOS 11.4
- 86c70fcf5 TextArea: Fix
autoSize
may cause blinking in some browsers
特性
- fcf05d211 Picker: 增加了
loading
和loadingContent
属性,用来控制 Picker 的加载状态 (#5404) - c152cf386 Image: 增加了
onContainerClick
属性 (#5419)
优化
- 050e83efa 7cb6691a0 优化了一些组件在深色模式下的样式 (#5395) (#5386)
修复
- 4a81b8375 CapsuleTab & JumboTab: 修复了当内容高度变化时,tab 切换的动画效果缺失的问题 (#5421)
- 05b18147c Cascader & CascaderView: 修复了当自动进入下一级选项时,
onTabsChange
事件没有触发的问题 - 6177784bc 各种组件的
onChange
事件现在只会在前后两次值不一样时才进行触发了 - 1b78356c2 Empty: 修复了在 iOS 11.4 上 svg 元素高度异常的问题
- 86c70fcf5 TextArea: 修复了当开启
autoSize
时,输入框可能出现闪烁的问题