Features
- ImageView:
maxZoom
supportauto
to auto set max scale as screen size. (#5709) - CascaderView:
placeholder
support function type customize by level. (#5689)
Enhancements
- Export all component props types. (#5768)
Bug Fixes
- Slider: Fix style file missing when in prod env. (#5759)
- ImageUploader:
showFailed=false
should auto remove failed task. (#5766)
特性
- ImageView:
maxZoom
支持auto
使缩放自动适配最大屏幕尺寸。(#5709) - CascaderView:
placeholder
支持自定义函数以配置不同层级的展示内容。(#5689)
优化
- 导出所有组件的属性定义。(#5768)