Skip to content

5.17.1

Compare
Choose a tag to compare
@github-actions github-actions released this 14 May 03:42
· 54 commits to master since this release
787cd94
  • 🐞 Optimize the internal logic of the Form, fix the problem that antd takes too long time to build in Next.js. react-component/async-validator#9
  • 🐞 Fix visually not centered when Tooltip content is only one character. #48890 @kiner-tang
  • Button
    • 🐞 Fix hover and active styles not differentiating when Button type="text"and type="danger" are used together. #48876 @LonelySnowman
  • Fix issue where some components throw findDOMNode warnings
  • 💄 Add className to internal component Spin given by Drawer to prevent internal Spin styles from overriding user-passed Spin styles. #48857 @li-jia-nan
  • 💄 Fix missing bottom border when Card size="small". #48787 @wanpan11
  • 🐞 Fix AutoComplete tagRender not working for maxTag and clicking on an edge triggering unexpected closure of the layer. #48798
  • RTL
    • 💄 Fix Button's missing icon order and margins under RTL. #48821
  • TypeScript

  • 🐞 优化 Form 组件底层逻辑,修复了 antd 在 Next.js 中构建时间太长的问题。react-component/async-validator#9
  • 🐞 修复 Tooltip 内容只有一个字符时视觉不居中的问题。#48890 @kiner-tang
  • Button
    • 🐞 修复 Button type="text"type="danger" 同时使用时 hover 和 active 样式没有区分的问题。#48876 @LonelySnowman
  • 修复部分组件抛出 findDOMNode 警告的问题
    • 🐞 修复 Button 抛出 findDOMNode 警告的问题。#48830 @wanpan11
    • 🐞 修复 Badge 抛出 findDOMNode 警告的问题。#48878 @wanpan11
    • 🐞 修复 Alert 抛出 findDOMNode 警告的问题。#48868 @wanpan11
    • 🐞 修复 FloatButton.BackTop 抛出 findDOMNode 警告的问题。#48865 @wanpan11
  • 💄 给 Drawer 的内部组件 Spin 添加 className,防止内部 Spin 样式覆盖用户传入的 Spin 样式。#48857 @li-jia-nan
  • 💄 修复 Card size="small" 时下边框丢失的问题。#48787 @wanpan11
  • 🐞 AutoComplete 修复 tagRender 对 maxTag 无效的问题和点击边缘会触发弹层意外关闭的问题。#48798
  • RTL
    • 💄 修复 Button 在 RTL 下的图标顺序和边距缺失问题。#48821
  • TypeScript