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)