- 🛎 Fix Button icon and text align issue by changing
inline-block
toinline-flex
and simplifyiconPosition
implementation. #47318 - Drawer
- 🆕 Drawer add
drawerRender
property to control render. #49125 @crazyair - 🛠 Drawer loading implementation changes to Skeleton from Spin. #48886 @li-jia-nan
- 🆕 Drawer add
- Form
- Image
- 🆕 Image add
onReset
andonClose
properties. #48936 @kiner-tang - 🆕 Image supports get
imgInfo
from arguments oftoolbarRender
andimageRender
render functions. #48729 @nova1751
- 🆕 Image add
- notification
- Progress
- 🆕 Progress add
percentPosition
property to control position for percent value. #48157 @LonelySnowman - 🆕 Progress
size
property supports object value. #48805 @crazyair
- 🆕 Progress add
- 🆕 Avatar.Group add
max
property for replacemaxCount
、maxStyle
、maxPopoverPlacement
andmaxPopoverTrigger
properties. #49131 @wanpan11 - 🆕 Modal add
loading
property to show the skeleton. #48848 @li-jia-nan - 🆕 Rate add
keyboard
property to ignore keyboard events. #49132 @Wxh16144 - 🆕 Spin support
percent
to render as progress. #48657 - 🐞 Watermark add
overflow: hidden
style to prevent setheight: 0
to hide the watermark case. #49130 - 🐞 Anchor fix scroll animation lost bug when set
replace
property. #49136 @mySkey - 🐞 Tour fix
current
argument ofonClose
is wrong. #49124 - 💄 List.Item add
styles
andclassName
properties. #49154 @wanpan11 - 🇯🇵 DatePicker add missing ja_JP translations. #49155 @huyikai
- 🛠 Simplify several logics and type definitions. #49146 #49156 #49169 #49162 @coding-ice
- 🛎 Button 默认布局由
inline-block
切换为inline-flex
以修复图标和文字对齐问题,并简化了iconPosition
的实现。#47318 - Drawer
- 🆕 Drawer 新增
drawerRender
属性以支持自定义渲染。#49125 @crazyair - 🛠 Drawer 加载中的状态实现由 Spin 替换为 Skeleton。#48886 @li-jia-nan
- 🆕 Drawer 新增
- Form
- Image
- 🆕 Image 新增
onReset
和onClose
属性。#48936 @kiner-tang - 🆕 Image 的
toolbarRender
和imageRender
渲染函数入参新增ImgInfo
信息。#48729 @nova1751
- 🆕 Image 新增
- notification
- Progress
- 🆕 Progress 新增
percentPosition
属性用于控制数值位置。#48157 @LonelySnowman - 🆕 Progress 的
size
属性支持配置为对象值。#48805 @crazyair
- 🆕 Progress 新增
- 🆕 Avatar.Group 新增
max
属性以替代maxCount
、maxStyle
、maxPopoverPlacement
和maxPopoverTrigger
。#49131 @wanpan11 - 🆕 Modal 新增
loading
属性以展示加载中的状态。#48848 @li-jia-nan - 🆕 Rate 新增
keyboard
属性以支持禁用键盘事件。#49132 @Wxh16144 - 🆕 Spin 支持
percent
属性以进度形态展示。#48657 - 🐞 Watermark 添加
overflow: hidden
样式以防止通过设置height: 0
样式达到隐藏水印的效果。#49130 - 🐞 Anchor 修复设置
replace
属性时滚动动画丢失的问题。#49136 @mySkey - 🐞 Tour 修复
onClose
的current
参数错误的问题。#49124 - 💄 List.Item 增加
styles
及classNames
属性。#49154 @wanpan11 - 🇯🇵 DatePicker 补充 ja_JP 本地化文案。#49155 @huyikai
- 🛠 精简数处判断逻辑及类型定义。#49146 #49156 #49169 #49162 @coding-ice