Skip to content
- 🐞 Fixed the issue where the Avatar icon could not be centered vertically. #13408
- 🐞 Fixed the border problem of Button when setting the less variable
@border-width-base to 1. #13413 @morenyang
- 🐞 Fixed Commnet does not correctly display line breaks. #13429
- 🐞 Fixed the issue that when the Alert is in
closable, the icon will be covered by the text. #13440
- Button
- 🐞 Fixed the issue that when the
href property is undefined, the Button will also be rendered as a anchor. #13337
- 🐞 Fixed the issue that Edge throws an error when customized the
loading property. #13216
- Dropdown
- 🐞 Fixed the issue that causes the icon in the Button to display smaller. #13442
- 🐞 Fixed the gap between the drop-down menu and the trigger element causes the drop-down menu to close. #10481
- Table
- 🐞 Fixed the use of filter causes an inconsistency between
selectedRowKeys and selectedRows in onChange. #11384
- 💄 Optimize the display of the title when the mouse hovers over the sortable header. #13312
- DatePicker
- 🐞 Fixed the issue where the component lost focus after selecting the date. #12475
- 🐞 Fixed the issue that cause Safari to unresponsive. #13424
- 🐞 Fixed the issue where WeekPicker's date selection box was not aligned with the input box.
- 🐞 Fixed the blur method of the Slider. #13439
- 🐞 Fixed Cascader's i18n issues. #13486
- 🐞 Fix some TypeScript definitions. #13390 #13488 #13420
- 🐞 修复 Avatar 图标不能垂直居中的问题。#13408
- 🐞 修复 Input 在自定义了 less 变量
@border-width-base 时的边框问题。#13413 @morenyang
- 🐞 修复 Commnet 组件不能正确显示换行的问题。#13429
- 🐞 修复 Alert 在
closable 时,关闭图标会被文字遮挡的问题。#13440
- Button
- 🐞 修复
href 属性为 undefined 时,Button 也会被渲染为 a 标签的问题。#13337
- 🐞 修复设置
loading 属性时在 Edge 下会报错的问题。#13216
- Dropdown
- 🐞 修复会导致 Button 中的图标显示变小的问题。#13442
- 🐞 修复下拉菜单跟触发元素之间的孔隙会导致下拉菜单关闭的问题。#10481
- Table
- 🐞 修复使用 filter 会导致
onChange 中 selectedRowKeys 和 selectedRows 不一致的问题。#11384
- 💄 优化鼠标悬停在可排序的表头上时 title 的显示。#13312
- DatePicker
- 🐞 修复选择日期后,组件会失去焦点的问题。#12475
- 🐞 修复会导致 Safari 假死的问题。#13424
- 🐞 修复 WeekPicker 的日期选择框跟输入框不对齐的问题。
- 🐞 修复 Slider 的 blur 方法。#13439
- 🐞 修复 Cascader 的国际化问题。#13486
- 🐞 修复一些组件 TypeScript 定义。#13390 #13488 #13420