5.1.6
版本发布时间: 2023-01-20 15:08:31
ant-design/ant-design最新发布版本:5.20.6(2024-09-09 16:10:29)
- 🐞 Fix DatePicker animation timing function. #40133 @MadCcc
- Menu
- 🐞 Fix the console warning of wave effect when bind component unmount before wave effect trigger. #40307 @luo3house
- 🐞 Fix Breadcrumb throw wrong overlay deprecation warning when use
menu
prop. #40211 @candy4290 - 🐞 Fix Modal.useModal hooks
destroyAll
not work as expect. #40281 @ds1371dani - 🐞 Fix
message
global static methodconfig
settingduration
not working. #40232 @Yuiai01 - 🐞 Fix Button text color when containing an
a
tag. #40269 @ds1371dani - 🐞 Fix Radio displaying wrong text color and cursor when
disabled
. #40273 @ds1371dani - 💄 Optimize the calculation logic of focus
outline
, replacelineWidth
withlineWidthBold
. #40291 @simonpfish - 💄 Rewrite part component style to compatible the browser that not support concat
:not
selector. #40264 - 🌐 Fix missing translation for
pt_BR
. #40270 @rafaelncarvalho
- 🐞 修复 DatePicker 等组件动画 timing function 错误的问题。#40133 @MadCcc
- Menu
- 🐞 修复带波纹效果的组件(如 Button)在波纹展示前移除时,控制台报错的问题。#40307 @luo3house
- 🐞 修复 Breadcrumb 组件使用
menu
属性,但是出现 overlay deprecation 警告的问题。#40211 @candy4290 - 🐞 修复 Modal.useModal
destroyAll
不工作的问题。#40281 @ds1371dani - 🐞 修复
message
组件通过config
设置duration
无效问题。#40232 @Yuiai01 - 🐞 修复 Button 包含
a
标签时的 文本颜色不正确的问题。#40269 @ds1371dani - 🐞 修复 Radio 在
disabled
时显示错误的文本颜色和光标。#40273 @ds1371dani - 💄 优化 focus
outline
计算逻辑,替换lineWidth
为lineWidthBold
。#40291 @simonpfish - 💄 重写部分组件样式以兼容部分对
:not
支持不完全的旧版浏览器。#40264 - 🌐 修复
pt_BR
缺失的国际化。#40270 @rafaelncarvalho