New Features
- 1c9c814 Add dark mode support (experimental)
- 8a29b17 Add
css-vars-patch.css
for CSS variables auto fallback (#5289) - 351dec0 Expose some new global CSS variables for theming
- 183e7ed Add a new component CenterPopup
- f6444f4 InfiniteScroll: Supports retry when load more failed and
children
supports render function - c1a4964 CascaderView & Cascader: Add onTabsChange prop (#5266)
- bec179d Slider: Add
popover
prop
Enhancement
- 1161185 Slider: Adjust style
- c2e60c0 TabBar: Adjust style with larger icon
- 4505418 Dialog & Modal: Reimplement Dialog and Modal with CenterPopup under the hood
Bug Fixes
- ed33d50 Picker: Fix Picker body height over-exceeds in iOS 11.4 Safari (#5287)
- 3cecd63 List: Fix
extra
content can not break lines (#5277) - 9f48dec Cascader: Fix
isLeaf
may get wrong value (#5259)
特性
- 1c9c814 增加了暗黑模式(试验性)
- 8a29b17 增加了
css-vars-patch.css
支持 CSS 变量的自动降级 (#5289) - 351dec0 增加了更多的全局 CSS 变量,用于定制主题
- 183e7ed 增加了新组件 CenterPopup
- f6444f4 InfiniteScroll: 当请求失败时,支持点击重试,同时 children 支持了 render function
- c1a4964 CascaderView & Cascader: 增加了
onTabsChange
属性 (#5266) - bec179d Slider: 增加了
popover
属性
优化
- 1161185 Slider: 调整了外观
- c2e60c0 TabBar: 调整了外观,现在的图标更大一些了
- 4505418 Dialog & Modal: 基于新的 CenterPopup 组件重构了 Dialog 和 Modal 的底层实现