Skip to content

4.5.3

Compare
Choose a tag to compare
@ant-design-bot ant-design-bot released this 09 Aug 15:35
· 8467 commits to master since this release
1a10df0
  • Menu
    • 🐞 Fix horizontal Menu dark theme style under dark theme. #26062
    • 🐞 Fix the position of the horizontal Menu in dark theme and RTL mode. #26032
  • Table
    • 🐞 Fix Table crash when dataSource contains number. #26042
    • 🐞 Fix Table empty filters throw warning. #26001
  • Form
    • 🐞 Fix Form.Item hidden not work with noStyle. #26020
    • 💄 Fix Form.Item margin is uncorrect in compact mode. #26069
  • Transfer
    • 🐞 Fix the mouse style of the head dropDown when Transfer is disabled. #26005
    • 🐞 Fix the problem that Pagination is not disabled when Transfer is disabled. #26009
  • Cascader
    • 💄 Cascader selector down arrow doesn't rotate. #26078 @07akioni
    • 🐞 Fix Cascader text overflow bug in Firefox. #26011
    • 🐞 Fix the problem that the color of mouse hover border is abnormal when Cascader is disabled. #25970
  • Select
    • 💄 Optimize the disabled style of Select multiple mode. #25980
    • 🐞 Fix the mouse style of custom icon when Select is disabled. #26002
  • 🐞 Fix Breadcrumb.Item lost separator after wrapping in component. #25984 @flyerH
  • 🐞 Fix InputNumber dark theme handler background color. #26072
  • 🐞 Fix the missing key of Avatar.Group. #26098
  • 💄 Adjusts Mentions readOnly mouse style to native style. #25977
  • 💄 Add @btn-line-height. #26014
  • 💄 Optimize Pagination style when simple type and disabled. #26008
  • 🐞 Fix Modal useModal missing style issue. #25967
  • 🐞 Fix Steps RTL style when use progress. #26075
  • 🌐 Improve Arabic locale. #26094 @Mohelm97
  • 🌐 Improve fr_FR localization. #26034 @Thanaen

  • Menu
    • 🐞 修复水平 Menu 黑暗 theme 在暗黑主题下的样式。#26062
    • 🐞 修复水平方向 Menu 在暗黑主题 RTL 模式下的位置。#26032
  • Table
    • 🐞 修复 Table dataSource 中含有非法数值时会报错的问题。#26042
    • 🐞 修复 Table 空筛选项在控制台抛出 warning 的问题。#26001
  • Form
    • 🐞 修复 Form.Item hidden 不能和 noStyle 一同使用的问题。#26020
    • 💄 修复 Form 紧凑模式下表单项 margin 计算错误。#26069
  • Transfer
    • 🐞 修复 Transfer 禁用时分页未禁用的问题。#26009
    • 🐞 修复 Transfer 禁用时头部下拉按钮的鼠标样式。#26005
  • Cascader
    • 🐞 修复 Cascader 在 Firefox 下文本和箭头重叠的问题。#26011
    • 💄 Cascader 的选择器箭头不再旋转。#26078 @07akioni
    • 🐞 修复 Cascader 禁用时鼠标悬浮边框颜色异常的问题。#25970
  • Select
    • 💄 优化 Select 多选模式 disabled 样式。#25980
    • 🐞 修复 Select 禁用时自定义图标的鼠标样式。#26002
  • 🐞 修复 Breadcrumb.Item 封装后丢失分隔符的问题。#25984 @flyerH
  • 🐞 修复 Avatar.Group key 缺失的问题。#26098
  • 💄 调整 Mentions readOnly 鼠标样式为原生样式。#25977
  • 💄 新增 @btn-line-height 变量。#26014
  • 💄 优化 Pagination 简洁分页禁用样式。#26008
  • 🐞 修复 Modal useModal 丢失样式的问题。#25967
  • 🐞 修复 InputNumber 暗黑主题下操作栏背景色。#26072
  • 🐞 修复 Steps 使用 progress 时的 RTL 样式问题。#26075
  • 🌐 改进阿拉伯语 Arabic 的国际化。#26094 @Mohelm97
  • 🌐 改进法语 fr_FR 国际化。#26034 @Thanaen