- 🔥🔥🔥
@ant-design/cssinjs
StyleProvider supports configuringlayer
to unified downgrade CSS priority. After the downgrade, the style of antd will always be lower than the default CSS selector priority, so that users can override the style (please be sure to check the browser compatibility of @layer), see full documentation for usage. #48229 - 🆕 Carousel supports
arrows
to switching between slides now. #48542 - Form
- Typography
- DatePicker
- Drawer
- 🆕 Drawer supports
loading
prop now. #48563 @Enigama - 🐞 Fix Drawer
classNames.wrapper
not working. #48721 @replygirl
- 🆕 Drawer supports
- Slider
- Button
- 🆕 Button add
iconPosition
prop to specify icon position. #47791 @GeorgeHcc - 🆕 Button supports
autoInsertSpace
prop. #48348 @li-jia-nan
- 🆕 Button add
- 🆕 ConfigProvider supports
button.autoInsertSpace
prop and deprecatedautoInsertSpaceInButton
prop. #48348 @li-jia-nan - 🆕 TreeSelect supports
onPopScroll
prop now. #48636 @wanpan11 - 🆕 Tabs supports
more={{ .. }}
to customize more dropdown. #48321 @CooperHash - 🆕 Flex
wrap
could be boolean type now. #48391 @li-jia-nan - 🆕 Input.OTP supports
mask
prop. #48257 @li-jia-nan - 🆕 Alert supports
id
andref
props. #48336 @li-jia-nan - 🆕 Upload supports
ref.nativeElenent
. #48210 @Wxh16144 - 🐞 Fix List would not rerender when
grid
changed. #48683 @coderz-w - 🐞 Fix QRCode size cannot fit it's container and remove default padding of
bordered={false}
. #48194 @thinkasany - 🐞 Fix Table shadow should be show when there are columns where
fixed={false}
. #1113 @linxianxi - 🐞 Fix Progress tooltip wrong distance. #48686
- 📖 Table add column-drag sorting demo. #48434 @GeorgeHcc
- TypeScript
- Locales
- 🇯🇵 Fix missing Japanese locale translation. #48704 @edikurniawan-dev
- 🇮🇩 Fix missing Indonesian locale translation. #48703 @edikurniawan-dev
- 🔥🔥🔥
@ant-design/cssinjs
StyleProvider 支持配置layer
统一降级 默认 CSS 优先级。经过降权后,antd 的样式将始终低于默认的 CSS 选择器优先级,以便于用户进行样式覆盖(请务必注意检查 @layer 浏览器兼容性),详情可见文档。#48229 - 🆕 Carousel 现在支持
arrows
来开启箭头切换功能。#48542 - Form
- Typography
- DatePicker
- Drawer
- 🆕 Drawer 新增
loading
属性。#48563 @Enigama - 🐞 修复 Drawer 不支持
classNames.wrapper
的问题。#48721 @replygirl
- 🆕 Drawer 新增
- Slider
- Button
- 🆕 Button 新增
iconPosition
以指定预置图标位置。#47791 @GeorgeHcc - 🆕 Button 组件支持
autoInsertSpace
属性,用来移除两个汉字之间的空格。#48348 @li-jia-nan
- 🆕 Button 新增
- 🆕 ConfigProvider 组件支持
button.autoInsertSpace
属性并废弃autoInsertSpaceInButton
属性。#48348 @li-jia-nan - 🆕 TreeSelect 支持
onPopScroll
属性。#48636 @wanpan11 - 🆕 Tabs 新增
more={{ ... }}
属性以支持自定义下拉菜单的属性。#48321 @CooperHash - 🆕 Flex 组件
wrap
参数支持 boolean 类型。#48391 @li-jia-nan - 🆕 Input.OTP 组件支持
mask
属性,以自定义遮罩字符。#48257 @li-jia-nan - 🆕 Alert 组件支持
id
和ref
属性。#48336 @li-jia-nan - 🆕 Upload 组件
ref.nativeElenent
以支持访问原生元素。#48210 @Wxh16144 - 🐞 修复 List
grid
属性值更新后组件未重新渲染的问题。#48683 @coderz-w - 🐞 修复 Progress tooltip 提示距离太近的问题。#48686
- 🐞 修复 QRCode 无法自适应容器大小的问题并移除
bordered={false}
时的默认边距。#48194 @thinkasany - 🐞 修复 Table 组件设置
fixed={false}
时的某些特殊情况下未正常显示投影的问题。#1113 @linxianxi - 📖 添加 Table 表格列拖拽排序演示。#48434 @GeorgeHcc
- TypeScript
- 本地化
- 🇯🇵 补充日语本地化文案。#48704 @edikurniawan-dev
- 🇮🇩 补充印尼语本地化文案。#48703 @edikurniawan-dev