v5.24.1
版本发布时间: 2022-10-17 15:35:02
ant-design/ant-design-mobile最新发布版本:v5.37.1(2024-07-03 12:00:22)
Features
- Support
ja-JP
localization. (#5707)
Enhancements
- PasscodeInput: Adjust password dot style to make it more round in HuaWei phone. (#5737)
- NavBar:
back
definition support ReactNode. (#5715) - Use webpack building
umd
to compatible with the browser not supportglobalThis
. (#5735)
Bug Fixes
- Popup: Fix IOS 12 some time can scroll the screen even when Popup is show. (#5738)
- Picker: Fix IOS 10 view panel height too narrow. (#5734)
- Ellipsis: Fix break when
content
isundefined
. (#5727) - NumberKeyboard: Fix customize background not affect close button. (#5685)
- Slider: Fix value not correct when
step
is decimal. (#5706) - Fix CSS compile use
rgba
instead of#RGBA
to compatible with old version browser. (#5739)
特性
- 添加
ja-JP
国际化支持。(#5707)
优化
- PasscodeInput: 调整华为手机下密码圆点使其变得更圆。(#5737)
- NavBar:
back
定义支持 ReactNode。(#5715) - 使用 webpack 构建
umd
包以兼容浏览器不支持globalThis
的问题。(#5735)
修复
- Popup: 修复 IOS 12 在 Popup 弹出时某些场景仍然可以滚动屏幕的问题。(#5738)
- Picker: 修复 IOS 10 下弹层展示内容高度过小的问题。(#5734)
- Ellipsis: 修复
content
为undefined
会报错的问题。(#5727) - NumberKeyboard: 修复自定义背景色对关闭按钮无效的问题。(#5685)
- Slider: 修复
step
为小数时,数值不正确的问题。(#5706) - 修复 CSS 编译使用
rgba
而非#RGBA
以兼容旧版浏览器。(#5739)