Typography
- Fix Typography useLayoutEffect warning in SSR. #33818 @SoYoung210
- Fix Typography with ellipsis makes screen show the scroll bar in some case. #34007
- Typography copy click event is now stopPropagation by default. #33998 @linxianxi
- Fix Typography edit & copy button not trigger by enter key. #33976 @mrwd2009
Fix Form undefined text of min/max validators in pl_PL locale. #34024 @MichalPodeszwa
Fix Input.TextArea cut text logic when maxLength configured. #33910 @chenyizhongx
Button with type=default will provide .ant-btn-default className. #34013
Improve Menu :focus-visible style. #34008
Fix Pagination and Rate style problem in Safari. #34002
Fix Row and Col component styles when using prefixCls. #33969 @mic-web
Fix Icon with custom color not working. #33951 @MadCcc
TypeScript
- Optimize Cascader onChange definition with multiple prop. #33947 @babycannotsay
Typography
- 修复 Typography 在 SSR 渲染时警告 useLayoutEffect 的问题。#33818 @SoYoung210
- 修复 Typography 配置 ellipsis 后在某些情况下会出现滚动条的问题。#34007
- Typography 复制按钮点击事件不在冒泡。#33998 @linxianxi
- 修复 Typography 中编辑和拷贝按钮无法响应 Enter 按键的问题。#33976 @mrwd2009
修复 Form 波兰语中表单校验部分文案未定义的问题。#34024 @MichalPodeszwa
修复 Input.TextArea 设置 maxLength 时光标位置会影响超出部分截取的问题。#33910 @chenyizhongx
Button 对于 type=default 也会提供 .ant-btn-default 的样式类名。#34013
优化 Menu :focus-visible 的样式。#34008
修复 Pagination 和 Rate 在 Safari 下部分样式丢失的问题,比如分页按钮禁用样式失效。#34002
修复 Row 与 Col 在配置 prefixCls 的样式问题。#33969 @mic-web
修复 Icon 自定义颜色无效的问题。#33951 @MadCcc
TypeScript
- 优化 Cascader multiple 属性对应的 onChange 类型推断。#33947 @babycannotsay