Skip to content

5.10.2

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Oct 16:57
· 1525 commits to master since this release
cd03c11
  • 🐞 Layout support auto hasSider check to avoid blink in SSR. #45361
  • 🐞 Fix FloatButton.BackTop throws warning findDOMNode is deprecated in StrictMode. #45390 @li-jia-nan
  • 🐞 Fix ColorPicker does not supports id and data-* attributes. #45413 @cheng87126
  • 🐞 Fix Table sorter tooltip cannot be open when column.showSorterTooltip is a object. #45403
  • 🐞 Fix Form with inline mode makes elements overlap on the small screen. #45340 @Yuiai01
  • 💄 Remove duplicate disabled styles in Upload.Dragger. #45446 @vagusX
  • TypeScript
    • 🐞 Table pagination.position should accept 'none'. #45398
  • RTL
    • 💄 Fix Notification's incorrect margin in rtl mode. #45386

  • 🐞 Layout 支持自动检测 hasSider 以防止在 SSR 场景下的闪烁问题。#45361
  • 🐞 修复 FloatButton.BackTop 组件显示 findDOMNode is deprecated in StrictMode 警告的问题。#45390 @li-jia-nan
  • 🐞 修复 ColorPicker 不支持 iddata-* 属性的问题。#45413 @cheng87126
  • 🐞 修复 Table 当 column.showSorterTooltip 是一个对象时排序 tooltip 不显示的问题。#45403
  • 🐞 修复 Form inline 模式在小屏幕发生元素重叠的问题。#45340 @Yuiai01
  • 💄 移除 Upload.Dragger 中重复的 disabled 样式。#45446 @vagusX
  • TypeScript
    • 🐞 修复 Table pagination.position TS 定义不支持 'none' 的问题。#45398
  • RTL
    • 💄 修复 Notification 组件在 rtl 模式下边缘间距错误的问题。#45386