Skip to content

antd 4.1.5

  • 🐞 Fix Button.Group align style. #23590
  • 🐞 Fix Select cannot trigger open by clicking arrow icon. #23448
  • 🐞 Fix Form fields shake when @form-item-margin-bottom is customize and switching the validing info. #23436 @yoyo837
  • 🐞 Fix the first Divider render differently with others. #23438
  • 🐞 Fix nest ConfigProvider missing prefixCls value. #23423
  • 🐞 Fix Carousel tabbed Radio/Checkbox to non-active slide. #23380
  • 🐞 Fix Tree with virtual scroll frozen by quick loadData. #23581
  • 🐞 Fix Steps style in IE11 when direction is vertical. #23561 @AdrianoRuberto
  • 🐞 Fix Input.Search height affected by suffix and react key warning. #23527
  • 🐞 Fix Menu behavior when hover on submenu gap. #23511
  • 🐞 Fix Tree custom icon missing when node is loading data. #23494
  • RTL
    • 🐞 Fix Alert RTL style when set both showIcon and closable. #23526
    • 🐞 Fix Button RTL style when loading. #23399
    • 🐞 Fix Collapse that icon position is incorrect in RTL. #23445
    • 🐞 Fix Select group label style in RTL. #23404
    • 🐞 Fix Statistic RTL style. #23397
  • TypeScript

  • 🐞 修复 Button.Group 中按钮没有对齐的问题。#23590
  • 🐞 修复 Select 箭头图标点击无法触发下拉的问题。#23448
  • 🐞 修复 Form 自定义 @form-item-margin-bottom 变量时表单校验抖动的问题。#23436 @yoyo837
  • 🐞 修复第一个 Divider 渲染时样式不一致的问题。#23438
  • 🐞 修复嵌套 ConfigProvider 会丢失 prefixCls 值的问题。#23423
  • 🐞 修复 Carousel 键盘切换到非活跃 slide 上的 Radio/Checkbox 的问题。#23380
  • 🐞 修复 Tree 使用虚拟滚动时会因为 loadData 更新过快而锁死的问题。#23581
  • 🐞 修复 Steps 组件竖直展示时在 IE11 下样式错误的问题#23561 @AdrianoRuberto
  • 🐞 修复 Input.Search 高度被 suffix 撑高的问题和报 react key 重复警告的问题。#23527
  • 🐞 修复 Menu 鼠标移到缝隙处子菜单会消失的问题。#23511
  • 🐞 修复 Tree 自定义图标在加载状态下消失的问题。#23494
  • RTL
    • 🐞 修复 Alert 在 showIconclosable 都存在时的 RTL 样式问题#23526
    • 🐞 修复 Button 在 RTL 下 loading 样式不正确的问题。#23399
    • 🐞 修复 Collapse 在 RTL 下切换图标位置不正确的问题。#23445
    • 🐞 修复 Select 分组名称的 RTL 样式问题。#23404
    • 🐞 修复 Statistic 的 RTL 样式不正确的问题。#23397
  • TypeScript