- Fixed Image the
getContainer
property not reading from ConfigProvider. #36002 @robothot - Fixed Button issue #35952 where the
disabled
attribute does not take effect withhref
. #35975 @MuxinFeng - Fix less color palette algorithm according to
@ant-design/colors
. #35954 @christian-lechner - Fix Upload image flickering. #35943
- Remove styles from Form such as
status
for children of Modal and Drawer. #35849 - TypeScript
- Fix type definition for
autoFocus
in Dropdown. #35990 @robothot - Fix type definition for
MenuItemGroupType
in Menu. #35790 @MasaoBlue - Fix Carousel type definition in React 18. #35959
- Fix type definition for
- Localization
- 修复 Image
getContainer
属性没有从 ConfigProvider 中读取的问题。#36002 @robothot - 修复 Button 有
href
时disabled
属性不生效的问题。#35952。#35975 @MuxinFeng - 修复 Upload 组件动画闪烁的问题。#35943
- 修复 less 色彩算法,使其和
@ant-design/colors
保持一致。#35954 @christian-lechner - Form.Item 中的 Modal 或 Drawer 组件包含的控件去除
status
等受 Form 影响的样式。#35849 - TypeScript
- 修复 Dropdown
autoFocus
属性定义。#35990 @robothot - 修复 Menu 中
MenuItemGroupType
的类型定义。#35790 @MasaoBlue - 修复 Carousel 在 React 18 下的 TS 定义问题。#35959
- 修复 Dropdown
- 国际化