Skip to content

v5.17.0

Compare
Choose a tag to compare
@awmleer awmleer released this 30 Jun 02:46
· 624 commits to master since this release
abeaefe

New Features

Enhancements

Bug Fixes

  • 4a81b83 CapsuleTab & JumboTab: Animation does not work when content height change (#5421)
  • 05b1814 Cascader & CascaderView: Fix onTabsChange not being triggered when jump to next level
  • 6177784 onChange prop should only be called when the previous and next values are different
  • 1b78356 Empty: Fix svg image too high on iOS 11.4
  • 86c70fc TextArea: Fix autoSize may cause blinking in some browsers

特性

  • fcf05d2 Picker: 增加了 loadingloadingContent 属性,用来控制 Picker 的加载状态 (#5404)
  • c152cf3 Image: 增加了 onContainerClick 属性 (#5419)

优化

修复

  • 4a81b83 CapsuleTab & JumboTab: 修复了当内容高度变化时,tab 切换的动画效果缺失的问题 (#5421)
  • 05b1814 Cascader & CascaderView: 修复了当自动进入下一级选项时,onTabsChange 事件没有触发的问题
  • 6177784 各种组件的 onChange 事件现在只会在前后两次值不一样时才进行触发了
  • 1b78356 Empty: 修复了在 iOS 11.4 上 svg 元素高度异常的问题
  • 86c70fc TextArea: 修复了当开启 autoSize 时,输入框可能出现闪烁的问题