Fix directly import es/style/mixins/index.less
throw Variable @root-entry-name is undefined
error. #32887
- Fix Menu text color in collapsed tooltip. #32956
- Fix Modal.method
bodyStyle
not working bug. #32934 @jin-benben - Fix abnormal placeholder color. #32915
- Fix editable Tabs dropdown remove button style issue. #32919
- Modal.confirm() Remove unnecessary
div
container. #31492 @ppbl - Remove unused css code for Drawer. 4ca6976
- Use
@height-base
in PageHeader. #32883 - Added missing pl_PL translations. #32896 @MichalPodeszwa
- TypeScript
- Remove unnecessary union types for ReactNode. #32935 @huangkairan
- Inherit
itemRender
typing fromrc-pagination
. #32931 @JounQin
- 修复直接引入
es/style/mixins/index.less
文件会抛出Variable @root-entry-name is undefined
异常的问题。#32887 - 修复 Menu 折叠后 Tooltip 文字颜色错误的问题。#32956
- 修复 Modal.method
bodyStyle
无效的问题。#32934 @jin-benben - 修复组件 placeholder 色彩异常的问题。#32915
- 修复可编辑 Tabs 下拉框移除按钮样式问题。#32919
- Modal.confirm() 移除不必要的
div
容器。#31492 @ppbl - 移除无用的 Drawer 样式。4ca6976
- PageHeader 标题高度使用
@height-base
变量。#32883 - 添加缺失的 pl_PL 翻译内容。#32896 @MichalPodeszwa
- TypeScript
- 移除不必要的 ReactNode 并联类型。#32935 @huangkairan
- 从
rc-pagination
继承itemRender
类型。#32931 @JounQin