Skip to content

antd 3.19.7

  • 🐞 Fix Descriptions throw error when contains falsy child. #17207 @superandrew213
  • 🐞 Fix a scrollbar style problem of empty Table in IE. #17223
  • 🐞 Fix single Breadcrumb not showing on PageHeader. #17209
  • 🐞 Fix Modal that 24px botton area cannot trigger mask click event. #17229
  • 🐞 Fix Layout Sider‘s zero-width trigger z-index bug. #17228
  • TypeScript
    • ⚡️ Use the unknown type in typescript 3.0 to improve defintions. #14044 @Zzzen
    • 🐞 Fix Calendar headerRender should be optional. #17063 @wonderjar

  • 🐞 修复 Descriptions 内无法嵌套空值的问题。#17207 @superandrew213
  • 🐞 修复 Table 空数据表格在 IE 下的一个滚动条样式问题。#17223
  • 🐞 修复单个 Breadcrumb 未在 PageHeader 上显示的问题。#17209
  • 🐞 修复 Modal 底部 24px 像素遮罩区域无法触发关闭弹窗行为。#17229
  • 🐞 修复 Layout Sider 的展开按钮 z-index 太低的问题。#17228
  • TypeScript
    • ⚡️ 使用 unknown 代替 any 优化 TypeScript 定义。#14044 @Zzzen
    • 🐞 修复 Calendar headerRender 属性为可选。#17063 @wonderjar