Releases: ant-design/ant-design-mobile
Releases · ant-design/ant-design-mobile
v5.29.0
Features
- A11y: Enhance ActionSheet, NumberKeyboard, Selector, Tabs and VirtualInput accessibility. (#6070 #6078)
- CheckList: Add
extra
prop support. (#6067) - Avatar: Add
onLoad
prop support. (#6047) - Popover: Support custom arrow size. (#6072)
Enhancements
- Design Token: Update batch of components design token. (#6012 #6014 #6018 #6022 #6029 #6032 #6034 #6037 #6041 #6043 #6050 #6061 #6062)
Bug Fixes
- Ellipsis: Fix default expand not show the expand icon after collapse. (#6082)
特性
- A11y: 改进 ActionSheet, NumberKeyboard, Selector, Tabs and VirtualInput 无障碍体验。(#6070 #6078)
- CheckList: 添加
extra
属性以支持额外渲染能力。(#6067) - Avatar: 添加
onLoad
属性支持加载触发事件。(#6047) - Popover: 支持自定义箭头尺寸。(#6072)
优化
- Design Token: 统一文本颜色相关的 Design Token。(#6012 #6014 #6018 #6022 #6029 #6032 #6034 #6037 #6041 #6043 #6050 #6061 #6062)
修复
- Ellipsis: 修复默认展开时,收起后无法展开的问题。(#6082)
v5.28.2
Enhancements
- Stepper: support
ref
. (#5997) - Locale: Update Korean locale. (#6011)
- Popover: Use global css variables to control font color. (#6045)
Bug Fixes
- PullToRefresh: Fix cannot back to pulling status after complete in
reduceMotion
mode. (#6040) - TextArea: Fix the height not adapting when setting
autoSize
. (#6059) - Toast: Fix Toast cannot be closed when calling
Toast.show
and immediately callingToast.clear
. (#6060)
优化
修复
v5.28.1
Features
- Ellipsis: support
defaultExpand
prop. (#5955)
Enhancements
- Popup: Improve accessibility experience. (#5949)
- Steps: Remove icon background to support the usage with colorful background. (#5978)
Bug Fixes
- Swiper: Fix auto play speed not stable when browser is busy. (#5957)
- TextArea: Fix
autoSize
not work as expect in part Android browser. (#5968) - Lock
@react-spring
version to resolve compile error. (#5989)
特性
- Ellipsis: 支持
defaultExpand
用以默认展开。(#5955)
优化
修复
v5.28.0
Features
- Input: Support native
step
prop. (#5895) - Calendar: Support
renderDate
for customize date cell. (#5910) - Swiper: Support
stopPropagation
to config preventing event bubble. (#5906)
Enhancements
- Cascader: Patch style fallback support. (#5887)
Bug Fixes
- Footer: Fix missing
divider
style import. (#5909)
特性
- Input: 支持原生
step
属性。(#5895) - Calendar: 支持
renderDate
以自定义日期单元。(#5910) - Swiper: 支持
stopPropagation
配置以阻止事件冒泡。(#5906)
优化
- Cascader: 添加降低样式支持。(#5887)
修复
- Footer: 修复丢失
divider
样式引入的问题。(#5909)
v5.27.0
v5.26.0
Features
- Mask:
color
support customize color. (#5789) - ImageUploader: support
columns
prop to customize display count in one line. (#5728) - WaterMark:
content
support multiple lines. (#5800) - FloatingBubble: Add
offset
andonOffsetChange
props to support customize drag position. (#5718) - ImageUploader: Add
deleteIcon
for customization. (#5807) - Stepper: Add
formatter
andparser
for customization. (#5828) - NoticeBar: Add
wrap
prop which will show multiple line instead of rolling. (#5810)
Enhancements
- Form: FormInstance export
setFieldValue
api type def. (#5806) - Calendar: Add additional className on the begin and end selected row to make customize style easier. (#5792)
Bug Fixes
- ImageUpload: Fix file list incorrect when remove file out of order. (#5815)
特性
- Mask:
color
支持自定义颜色。(#5789) - ImageUploader: 添加
columns
属性以支持自定义单行可展示的图片个数。(#5728) - WaterMark:
content
支持多行文字。(#5800) - FloatingBubble: 添加
offset
与onOffsetChange
属性以支持自定义拖拽位置。(#5718) - ImageUploader: 添加
deleteIcon
属性以支持自定义删除图标。(#5807) - Stepper: 添加
formatter
与parser
属性以支持自定义格式化展示与解析。(#5828) - NoticeBar: 添加
wrap
属性允许超长内容直接多行展示。(#5810)
优化
- Form: FormInstance 导出
setFieldValue
api 类型定义。(#5806) - Calendar: 在选择范围起始和结束行添加额外 className 以便于自定义样式拓展。(#5792)
修复
- ImageUpload: 修复乱序删除文件时,文件列表不正确的问题。(#5815)
v5.25.1
v5.25.0
Features
- ImageView:
maxZoom
supportauto
to auto set max scale as screen size. (#5709) - CascaderView:
placeholder
support function type customize by level. (#5689)
Enhancements
- Export all component props types. (#5768)
Bug Fixes
- Slider: Fix style file missing when in prod env. (#5759)
- ImageUploader:
showFailed=false
should auto remove failed task. (#5766)
特性
- ImageView:
maxZoom
支持auto
使缩放自动适配最大屏幕尺寸。(#5709) - CascaderView:
placeholder
支持自定义函数以配置不同层级的展示内容。(#5689)
优化
- 导出所有组件的属性定义。(#5768)
修复
v5.24.2
v5.24.1
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)