v5.22.0
版本发布时间: 2022-08-18 17:59:48
ant-design/ant-design-mobile最新发布版本:v5.37.1(2024-07-03 12:00:22)
New Features
- 4ff80b4f4 ActionSheet: Add new property
bold
to typeAction
and adjust some styles (#5582) - b118e4ce7 Add dev and prod bundle (#5576)
- 4066eb73b Selector: Add gap related CSS variables (#5554)
Enhancements
- 630e0ddbe CheckList: Change icon size (#5566)
- 056746a4f TabBar: Adjust text color and font size (#5562)
- e94b4d4ac IndexBar: Adjust bubble distance (#5561)
- e40827de2 PageIndicator: Adjust default
--dot-color
(#5556)
Bug Fixes
- eeaf90054 The new umd bundle should load antdMobile variable onto window
- 3b6d3ecca Ellipsis: Fix error when using with display flex (#5568)
- 222ff2bc7 ImageViewer: Should reset the transform when viewer is reshowed (#5569)
- ca85f764e FloatingPanel: Fix rendering gaps caused by decimal point (#5551)
特性
- 4ff80b4f4 ActionSheet:
Action
支持了新属性bold
,同时微调了一些样式 (#5582) - b118e4ce7 各种预购建产物都支持了 dev 和 prod 两种版本 (#5576)
- 4066eb73b Selector: 增加了一些 gap 相关的 CSS 变量 (#5554)
优化
- 630e0ddbe CheckList: 微调了图标大小 (#5566)
- 056746a4f TabBar: 微调了文字颜色和图标大小 (#5562)
- e94b4d4ac IndexBar: 气泡现在距离屏幕右边缘更远一些了,避免手指遮挡 (#5561)
- e40827de2 PageIndicator: 调整了默认的
--dot-color
(#5556)
修复
- eeaf90054 预购建产物中的 umd 版本之前没有正确的挂载到 window 上,现在正常了
- 3b6d3ecca Ellipsis: 修复了当被放置在 flex 容器中时可能显示异常的问题 (#5568)
- 222ff2bc7 ImageViewer: 当关闭后重新打开时,现在会自动重置缩放比例到初始状态了 (#5569)
- ca85f764e FloatingPanel: 修复了部分情况下由于浏览器渲染精度问题导致出现缝隙的问题 (#5551)