New Features
- fcf05d2 Picker: Add loading & loadingContent props (#5404)
- c152cf3 Image: Add
onContainerClick
prop (#5419)
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: 增加了
loading
和loadingContent
属性,用来控制 Picker 的加载状态 (#5404) - c152cf3 Image: 增加了
onContainerClick
属性 (#5419)