antd v4.9.2 Release Notes

Release Date: 2020-12-07 // over 3 years ago
    • Table
      • 🐞 Fix Table selecting crash sometimes. #28193 @yanguoyu
      • 💄 Fix Table selection column header align issue. #28173
    • ⬇️ Dropdown
      • 💄 Fix Dropdown subMenu arrow style. #28181
      • 🐞 Fix Dropdown click area not matched. #28180
    • 💅 🐞 Fix overlayInnerStyle not work in Tooltip. #27682 @jasepellerin
    • 💅 💄 Fix Layout overflow style for Table sticky. #28176
    • 💅 💄 Fix Steps progressDot broken style of first step. #28126 @ZeroTo0ne
    • 🐎 💄 Optimize Modal useModal performance by isolating elements render to avoid the component to rerender. #28122 @TotooriaHyperion
    • 💅 💄 Fix TextArea showCount style while using with Form. #28130 @AlanCutFlim
    • 💅 💄 Fix Tag cursor style in Tree node. #28219
    • 🛠 Remove @ant-design/css-animation for better bundle size. #28201
    • RTL
    • TypeScript

    • Table
      • 🐞 修复 Table 选择功能有时会 crash 的问题。#28193 @yanguoyu
      • 💄 修复 Table 选择列标题的对齐样式问题。#28173
    • ⬇️ Dropdown
      • 💄 修复 Dropdown 下拉菜单箭头样式。#28181
      • 🐞 修复 Dropdown 点击触发区域不匹配的问题。#28180
    • 💅 🐞 修复 Tooltip overlayInnerStyle 属性无效。#27682 @jasepellerin
    • 🍱 💄 修复 Layout 内部使用 Table sticky 属性失效的问题。#28176
    • 🍱 💄 修复 Steps progressDot 第一个步骤点错位的问题。#28126 @ZeroTo0ne
    • 🍱 💄 优化 Modal useModal 性能,避免元素渲染导致组件渲染。#28122 @TotooriaHyperion
    • 🍱 💄 修复 TextArea 结合 Form 使用时的字数提示样式问题。#28130 @AlanCutFlim
    • 🍱 💄 修复 Tree 里使用 Tag 时鼠标手型样式问题。#28219
    • 🛠 移除对 @ant-design/css-animation 的依赖以优化包体积。#28201
    • RTL
    • TypeScript
      • 🤖 修复 Table SelectionSelectFn 类型定义中 selectedRows 属性改为 T 范型。#28206 @weiyuc
      • 🤖 Breadcrumb 的 BreadcrumbItem 中增加 className 类型。#28182 @ccloveak
      • 🤖 Form.List initialValue 增加类型支持。#28153 @Debiancc
      • 🤖 修复 Carousel 中 dontAnimate 参数为可选类型。#28090 @jarretmoses

Previous changes from v4.9.1

    • TypeScript
      • 🤖 Fix Collapse.Panel collapsible property to optional. #28092 @sammarks

    • TypeScript
      • 🤖 修复 Collapse.Panel 可折叠属性 collapsible 为可选。#28092 @sammarks