Skip to content

3.6.5

Compare
Choose a tag to compare
@ant-design-bot ant-design-bot released this 02 Jul 04:30
· 16117 commits to master since this release
  • 🐞 Fixed wired Transfer repaint problem in IE or Edge. #9697
  • 🐞 Fixed Card background overflow when zoom in chrome. #9085
  • TypeScript
    • 🐞 Fixed Table incompatible type size. bf5b6ae1
    • 🐞 Fixed Select missing showArrow option in types. cde2a6b6
  • 🐞 Add custom local support in Pagination. babbbdd4
  • 🐞 Move max-width to ant-tooltip, so that it can be override by overlayStyle.maxWidth. e2b359e9
  • 🐞 Adjust Select mirror style to avoid to long string. #11035

  • 🐞 修复 Transfer 组件的文本 "Not Found" 在 IE 或 Edge 浏览器上显示异常。#9697
  • 🐞 修复 Chrome 在缩放模式下,Card 组件的边框被标题的背景色覆盖。#9085
  • TypeScript
    • 🐞 修复 Table 不兼容的类型 sizebf5b6ae1
    • 🐞 修复 Select 组件的 showArrow 类型定义。cde2a6b6
  • 🐞 修复 Pagination 全局 locale 设置不能被组件 locale 覆盖的问题。babbbdd4
  • 🐞 修复 Tooltip 组件的 max-width 样式,使 overlayStyle.maxWidth 可覆盖。e2b359e9
  • 🐞 修复 Select 组件的样式,避免过长文本的溢出。#11035