- Fix Dropdown not auto adjust placement when position on the edge of window. #34390
- Change PageHeader elements margin from
12px
to 8px
inside extra
. #34428
- Export css variable function in
antd/es/config-provider
folder to enable ssr requirement. #34436
- Refactor Menu with React hooks. #34433
- Input
- Fix Input font-size when
size
is large. #34381
- Fix Input.Group wrong border when status is error. #34412
- Form
- Fix Form.Item removed in
form.validateFields
throw Can't perform a React state update on an unmounted component
warning. #34405
- Fix to Form that
initialValues
would change if preserve
is false. #34411
- Tooltip
- Remove Collapse bottom border in simple style. #34366 @PanStar
- TypeScript
- 修复 Dropdown 在边界情况下不会自动调整展示位置的问题。#34390
- 缩小 PageHeader
extra
内元素间距为 8px
。#34428
- 导出 antd/es/config-provider 目录下的 css variable 函数以支持 ssr 的需求。#34436
- 使用 React hooks 重构 Menu。#34433
- Input
- Form
- 修复 Form.Item 在
form.validateFields
中移除时抛出 Can't perform a React state update on an unmounted component
警告的问题。#34405
- 修复 Form 组件当
preserve
为 false
时 initialValues
会被更改的问题。#34411
- Tooltip
- 优化 Collapse 简洁模式的底边框。#34366 @PanStar
- TypeScript