Skip to content

antd 3.26.3

  • 🛠 support unpkg field in package.json. #20193
  • 🐞 Fix Tree showLine and showIcon missing icon. #20196
  • 🐞 Fix Modal combine Drawer cause invalid scroll problem. #20242
  • 🐞 Fix Drawer switchScrollingEffect prop on a DOM element warning. #20175
  • 🐞 Fix Select Option label definition. #20190 @ZhechenLi
  • 💄 Optimize Form feedback icon padding. #20164 @Satloff
  • 💄 Add less variables for Select/Cascader to optimize dropdown padding and border radius. #20156 @Satloff

  • 🛠 antd package.json 中补充 unpkg 字段。#20193
  • 🐞 修复 Tree showLineshowIcon 同时开启时 [+] [-] 图标丢失的问题。#20196
  • 🐞 修复 Modal 和 Drawer 结合使用时导致滚动失效的问题。#20242
  • 🐞 修复 Drawer switchScrollingEffect prop on a DOM element 警告。#20175
  • 🐞 修复 Select Option 的 label 属性定义。#20190 @ZhechenLi
  • 💄 优化 Form 反馈图标的间距样式。#20164 @Satloff
  • 💄 Select/Cascader 新增和优化边距 padding 和圆角的相关 less 变量。#20156 @Satloff