antd v4.3.4 Release Notes

Release Date: 2020-06-14 // almost 4 years ago
    • Form
      • 🐞 Fix validateTrigger not works on Form. #24979
      • 🐞 Fix Form.Item still replace component id when id configured. #24929
      • 🐞 Fix Form.List error message display not correct when nested with noStyle. #24867
    • Table
      • 🐞 Fix Table shouldCellUpdate missing prevRecord param. #24963
      • 🐞 Fix Table's filter dropdown's display value doesn't sync with controlled filteredValue. #24952
      • 🐞 Fix Table onChange get wrong state with multiple sorter operation. #24852
    • 🍱 🐞 Fix Modal confirm() has no default icon. #24956
    • 🍱 🐞 Fix List grid not working in React.Fragment or wrapped List.Item. #24955
    • 🍱 🐞 Fix Avatar fallback to children when loading image with error. #24944 @sosohime
    • 🍱 🐞 Fix Drawer doesn't omit prop getTargetContainer. #24938
    • 🍱 🐞 Fix Tabs dropdown clip text when tab title too long. #24928
    • 🍱 🐞 Fix Carousel under Tabs shaking when tab switch. #24873
    • 📦 🐞 Fix Transfer package size will increase if tree shaking is disabled. #24847 @DavidSichau
    • 🍱 💄 Add @rate-star-hover-scale to control Rate scale when cursor hover. #24917
    • 🍱 💄 Add @divider-orientation-margin less variable to control Divider's left margin when orientation is set. #24877
    • 🌐 Localization
    • TypeScript

    • Form
      • 🐞 修复 Form 中配置 validateTrigger 无效的问题。#24979
      • 🐞 修复 Form.Item 在组件设置 id 时仍然会替换它的问题。#24929
      • 🐞 修复 Form.List 嵌套使用 noStyle 时,错误信息展示混乱的问题。#24867
    • Table
      • 🐞 修复 Table 的 shouldCellUpdate 缺少 prevRecord 参数的问题。#24963
      • 🐞 修复 Table 受控状态下列的过滤菜单显示的值和 filteredValue 不同步的问题。#24952
      • 🐞 修复 Table 在多列排序时 onChange 获得错误排序状态的问题。#24852
    • 🍱 🐞 修复 Modal 缺少 confirm() 默认图标。#24956
    • 🍱 🐞 修复 List grid 属性在 React.Framgment 或者封装了的 List.Item 上失效的问题。#24955
    • 🍱 🐞 修复 Avatar 图片加载错误的显示问题。#24944 @sosohime
    • 🍱 🐞 修复 Drawer getTargetContainer 属性没有被忽略的问题。#24938
    • 🍱 🐞 修复 Tabs 下拉框标题过长时被截断的问题。#24928
    • 🍱 🐞 修复 Carousel 在 Tabs 下切换时会跳跃的问题。#24873
    • 🍱 🐞 修复 Transfer 在关闭 tree shaking 后打包尺寸增加的问题。#24847 @DavidSichau
    • 🍱 💄 新增 @rate-star-hover-scale 控制 Rate 鼠标悬浮放大比例。#24917
    • 🍱 💄 新增 @divider-orientation-margin less 变量,以控制 Divider 设置了 orientation 时的左侧距离。#24877
    • 🌐 Localization
    • TypeScript