Skip to content

antd 4.1.2

  • Menu
  • 🐞 Fix dark and compact theme cannot work together. #22934 @AshoneA
  • 🐞 Fix Notification invalid paddig-top value. #22941
  • Button
    • 🐞 Fix Button loading animation with icon. #23102
    • ⚠️ Improve Button invalid type warning. #22933 @fa93hws
  • 🐞 Fix Statistic show -0 when value is -. @22950
  • 🐞 Fix Modal.confirm onOk should not be triggered multiple times. #22963
  • Input
    • 🐞 Fix Input.Group Button style not aligned center. #22975
    • 🐞 Fix Input with affix background style in dark theme. #23115
  • 🐞 Fix Form.Item not correct reset error style when dynamic switch Form.Item. #23041
  • 💄 Adjust RangePicker arrow & suffix color style. #23025
  • Table
    • 🐞 Fix Table selection row with hover background style. #23110
    • 💄 Tweak Table hover background color. #23113
    • ⚠️ Table add warning info when async mode dataSource length not match with pageSize. #23118
  • Select
    • 💄 Match mulitiple Select cursor position to single Select. #22978
    • 🐞 Fix borderless Select still show border when Form.Item set validateStatus. #23004
    • 🐞 Fix Select style in IE11. #23020
  • 🐞 Fix Calendar missing style prop support. #23081
  • 🐞 Fix Tabs bottom card active tab wrong height style. #23087
  • 🐞 Fix RTL support of Anchor, Select, DatePicker, Grid, Mentions. @xrkffgg
  • TypeScript

  • Menu
    • 🐞 修复暗色 Menu 弹出菜单背景色为白色的问题。#22981 @AshoneA
    • 🐞 修复 SubMenu 标题过长而导致被箭头图标部分覆盖的问题。#23028 @wwyx778
  • 🐞 修复紧凑模式和暗黑模式无法同时开启的问题。#22934 @AshoneA
  • 🐞 修复 Notification 非法的 padding-top 值。#22941
  • Button
    • 🐞 修复带图标 Button 的 loading 动画效果。 #23102
    • ⚠️ 优化 Button 非法 type 的控制台提示。#22933
  • 🐞 修复 Statistic 在值为 - 时会展示成 -0 的问题。@22950
  • 🐞 修复 Modal.confirm onOk 可以被触发多次的问题。#22963
  • Input
    • 🐞 修复 Input.Group 中 Button 不能对齐的问题。#22975
    • 🐞 修复 Input 在暗黑模式下使用 affix 的背景样式问题。#23115
  • 🐞 修复 Form.Item 在动态切换时没有正确重置错误样式的问题。#23041
  • 💄 微调 RangePicker 箭头和后缀的颜色样式。#23025
  • Table
    • 🐞 修复 Table 选择行在 hover 时的背景样式问题。#23110
    • 💄 微调 Table 行 hover 时的背景色。#23113
    • ⚠️ Table 在异步数据下 dataSource 长度与 pageSize 不匹配时,添加警告信息。#23118
  • Select
    • 💄 微调多选 Select 的光标位置使其与单选 Select 统一。#22978
    • 🐞 修复 无边框 Select 在 Form.Item 设置 validateStatus 时会出现边框的问题。#23004
    • 🐞 修复 Select 在 IE11 下的展示问题。#23020
  • 🐞 修复 Calendar 不支持 style 属性的问题。#23081
  • 🐞 修复 Tabs 下方卡片布局激活标签的高度问题。#23087
  • 🐞 修复 Anchor、Select、DatePicker、Grid、Mentions 组件的 RTL 支持。@xrkffgg
  • TypeScript