Skip to content

antd 4.1.1

  • 🐞 Fix Tabs panel focus outline style. #22752 @MrHeer
  • 🐞 Fix Input affix with popup element can not get click focus. #22887
  • Table
    • 🆕 Table row selection dropdown support getPopupContainer. #22787 @mikeyshing88
    • 🐞 Fix Table header size with filter or sorter when size is configured. #22872
    • 💄 Adjust nest Table style, compact only when just one table element. #22868
    • 🐞 Fix Table column align not working on head when sorter configured. #22858
    • 🐞 Fix Table filter config not work on jsx structure. #22888
    • 🐞 Adjust Table expanded row not fix width when scroll only. #22832
    • 🐞 Fix the column can't show when the column.children is undefined. #22832
    • 🐞 Fix Table still show filter icon when filters is undefined. #22833
    • 🐞 Fix Table unchanged filters should not trigger onChange. #22829
    • 🐞 Fix Table loading compatibility. #22739
    • 🐞 Fix Table scroll shadow style in Safari. #22794
  • 💄 Adjust RangePicker arrow style. #22847
  • 🐞 Fix Text with ellipsis align issue. #22836
  • 💄 Tweak @info-color should be @primary-color defaultly. #22723
  • 🐞 Fix BackTop not working in iframe and improve it's perfermance. #22788
  • 🐞 Fix Select inconsistent height when mode="multiple" and size="large" />. #22904
  • 🐞 Fix Radio less variable. #22803 @yoyo837
  • 🐞 Fix Card Tabs do not support small size. #22666 @MrHeer
  • 🐞 Fix Affix throws React warning of state update on unmounted component. #22790
  • 🐞 Fix Textarea with clearIcon additional margin in Form.Item. #22793
  • 🐞 Fix List footer missing border when data is empty. #22771
  • 🐞 Fix Slider tooltipPlacement option API is changed to be correct again. #22772 @phoenixeliot
  • 🛠 Refactor LocaleReceiver with new context api to avoid React strict mode warning. #22762
  • 🐞 Fix Radio and Checkbox required prop not passing to input. #22761
  • 🐞 Fix variable --scroll-bar is undefined. #22754 @mikeyshing88
  • 🐞 Fix Menu and Spin style in compact mode. #22908 @AshoneA
  • 🐞 Fix Space item duplicate key. #22745
  • 🐞 Fix Select cursor style. #22743
  • 🇫🇷 DatePicker and TimePicker update French locale. #22769 @PaulJln
  • RTL
  • TypeScript

  • 🐞 移除 Tabs 的内容区域的 focus 蓝色轮廓线。#22752 @MrHeer
  • 🐞 修复 Input 前后缀添加弹出元素不能点击获得焦点的问题。#22887
  • Table
    • 🐞 修复 Table 行选择下拉菜单不支持 getPopupContainer#22787 @mikeyshing88
    • 🐞 修复 Table 配 size 时,使用过滤和排序的表头尺寸问题。#22872
    • 💄 调整嵌套 Table 样式,只有一个子 Table 时才移除边距。#22868
    • 🐞 修复 Table 列 alignsorter 开启时标题不居中的问题。#22858
    • 🐞 修复 Table 过滤设置在 jsx 结构下无效的问题。#22888
    • 🐞 调整 Table 在无固定列滚动时,展开行将跟随表格一同滚动。#22832
    • 🐞 修复当 column.childrenundefined 时整列未显示的问题。#22832
    • 🐞 修复 Table 在 filtersundefined 时仍然展示过滤按钮的问题。#22833
    • 🐞 修复 Table filters 未变化时触发 onChange 事件的问题。#22829
    • 🐞 修复 Table loading 兼容性。#22739
    • 🐞 修复 Table 在 Safari 下滚动阴影的样式。#22794
  • 💄 调整 RangePicker 箭头样式。#22847
  • 🐞 修复 Text 使用 ellipsis 的对齐问题。#22836
  • 💄 优化 @info-color less 变量,默认为 @primary-color#22723
  • 🐞 修复大号多选 Select 未选择时的高度问题。#22904
  • 🐞 修复 BackTop 在 iframe 里不生效并提升了组件性能。#22788
  • 🐞 修复 Radio less 变量名错误。#22803 @yoyo837
  • 🐞 修复 Card Tabs 不支持小尺寸的问题。#22666 @MrHeer
  • 🐞 修复 Affix 抛出 React state update on unmounted component 警告的问题。#22790
  • 🐞 修复 Textarea 配置 clearIcon 在 Form.Item 下会有额外的 margin 的问题。#22793
  • 🐞 修复 List 空数据时 footer 上分割线缺失的问题。#22771
  • 🐞 修复 Slider 中 tooltipPlacementvertical 配置在顺序上问题。#22772 @phoenixeliot
  • 🛠 用新的 React context 重构 LocaleReceiver 以避免严格模式下的警告信息。#22762
  • 🐞 修复 Radio 和 Checkbox 上 required 属性没有传给原生 input 的问题。#22761
  • 🐞 修复 CSS 变量 --scroll-bar 未定义的问题。#22754 @mikeyshing88
  • 🐞 修复 Menu 和 Spin 在紧凑模式下样式。#22908 @AshoneA
  • 🐞 修复 Space 子项重复的 key#22745
  • 🐞 修复 Select 鼠标手型样式。#22743
  • 🇫🇷 DatePicker 和 TimePicker 法语国际化。#22769 @PaulJln
  • RTL
  • TypeScript