Skip to content
- 💄 Layout inline sub menu now has grey background. #28842
- 🆕 PageHeader supports
breadcrumbRender. #28999
- 🆕 Typography
ellipsis support tooltip to customize tooltip when ellipsis. #28821
- Image
- ConfigProvider
- 🆕 ConfigProvider supports
iconPrefixCls. #28924
- ⚡️ Optimize ConfigProvider props updating perfermance. #28792 @zxc0328
- 💄 Tweak TreeSelect filter highlight color. #28984
- 💄 Fix Select item align style with custom
tagRender. #28962
- Form
- 🐞 Fix Form.Item can not clear nested
noStyle error message. #28918
- 🐞 Form.Item with
preserve=false will reset value to initialValues when removed. #28908
- 🐞 Fix Button click effect style not working in shadow root. #28995 @rinick
- 🐞 Fix Table custom filter menu cannot close bug. #28688 @alekye
- Less
- 💄 Add
@menu-inline-submenu-bg less variable and rename @menu-dark-submenu-bg to @menu-dark-inline-submenu-bg. #28842
- 💄 Add less variable
@drawer-footer-padding-horizontal. #28975 @yuxuan
- RTL
- TypeScript
- 🤖 Expose interfaces and types from default entry of antd. #28963
- 🤖 Improve Input/Skeleton
style definition. #28966 @yingpengsha
- 💄 Layout 内联子表单添加背景颜色以更好的区分层级。#28842
- 🆕 PageHeader 支持
breadcrumbRender 属性。#28999
- 🆕 Typography
ellipsis 属性添加 tooltip 支持以自定义收缩时的提示信息。#28821
- Image
- ConfigProvider
- ConfigProvider
- 💄 调整 TreeSelect 搜索高亮条目的颜色。#28984
- 💄 修复 Select 自定义
tagRender 时不对齐的问题。#28962
- Form
- 🐞 修复 Form.Item 无法正确清理嵌套的
noStyle 错误信息问题。#28918
- 🐞 Form.Item 配置
preserve=false 时,移除该字段将自动重置对应值为 initialValues。#28908
- 🐞 修复 Button 点击效果在 Shadow Root 下不生效的问题。#28995 @rinick
- 🐞 修复 Table 自定义筛选器时未正确关闭菜单的问题。#28688 @alekye
- Less
- 💄 新增 less 变量
@drawer-footer-padding-horizontal。#28975 @yuxuan
- 💄 新增
@menu-inline-submenu-bg 变量,且 @menu-dark-submenu-bg 改名为 @menu-dark-inline-submenu-bg。#28842
- RTL
- TypeScript