Features
- CalendarPickerView:
renderTop
&renderBottom
supportfalse
to skip render. #6735 - PasscodeInput: Add
inputMode
to support customize keyboard mode. #6780 - SwipeAction: Support
onClose
event. #6812 - FloatingPanel: Support
placement
fortop
orbottom
position. #6829 - ImageViewer: Support
imageRender
for customize popup view. #6825
Bug Fixes
- ImageUploader: Fix
onChange
not correct trigger when part of file upload failed. #6779 - Popover: Fix
autoUpdate
not working whendefaultVisible
isfalse
. 679e974 - DatePicker: Fix the edge case for week select that date selection not correct. #6808
- Ellipsis: Fix ellipsis sometime not take fully line width for multiple rows. #6797
特性
- CalendarPickerView:
renderTop
&renderBottom
支持通过false
跳过渲染。#6735 - PasscodeInput: 新增
inputMode
属性,用于支持自定义输入法模式。#6780 - SwipeAction: 支持
onClose
事件。#6812 - FloatingPanel: 支持
placement
属性,可设置面板弹出位置为顶部或底部。#6829 - ImageViewer: 支持
imageRender
属性,用于自定义弹出视图。#6825