Skip to content

antd 4.0.3

  • Menu
    • 🐞 Fix Menu horizontal Item with nest Icon miss margin style. #22021
    • 🐞 Fix Menu item wrong title when setting getPopupContainer. #22182
    • 💄 Optimize the style of Icon in Menu. #22090 @x1mrdonut1x
    • 🐞 Fix Avatar in horizontal Menu margin issue. #22038 #22033
  • Slider
    • 🐞 Fix an issue where the position of 'slider handle' is incorrect in the vertical case of Slider. #22135 @wendellhu95
    • 💄 Fix Slider missing focus style. #22161
  • Table
    • 🐞 Fix ConfigProvider not work on Table filter dropdown. #22133
    • 🐞 Fix Table nest tree column expandable style issue with fixed column. #22131
    • 🐞 Fix an issue where Table filtering throws cannot read property 'map' of undefined. #22096 @yoyo837
    • 🐞 Fix Table expandable column not fixed when selection column is fixed. #22087
    • 🐞 Fix Table filter menu reset not working. #22079 @shaodahong
    • 🐞 Fix Table filter sub menu max height with many items. #22230
  • Form
  • 🐞 Fixed the problem of using custom icons to wrap in Input.Group. #22197 @xrkffgg
  • 💄 Adjust Select single padding style to avoid tweak with dropdown. #22167
  • 💄 Fix Calendar header select ellipsis bug. #22148
  • 💄 Fixed Dropdown content and icons overlapping. #22098 @xrkffgg
  • 🐞 Fix Select ellipsis bug in Firefox. #22101
  • 🐞 Remove PageHeader unnecessary overflow: hidden style,Optimize PageHeader extra buttons responsive design. #22030
  • 🐞 Fix TextArea autoSize don't scroll bottom in Firefox. #22014
  • 🇫🇷 The full fr_FR internationalized text. #22122 @PaulJln
  • RTL
    • 💄 Optimize the style of Pagination in RTL mode. #22155 @xrkffgg
    • 💄 Fixed the icon style with Cascader RTL. #22191 @xrkffgg
    • 💄 Optimize the Checkbox.Group style in RTL mode. #22186 @xrkffgg
    • 💄 Optimize Radio.Button style issues in RTL mode. #22066 @xrkffgg
    • 🐞 Optimize table-pinned style issues that are listed under RTL. #21914 @saeedrahimi
    • 💄 Adjust the direction of the Dropdown icon in RTL mode. #22104 @xrkffgg
    • 💄 Optimize the Breadcrumb style in RTL mode. #22159 @xrkffgg
    • 💄 Optimize the style of the Steps component in RTL mode. #22175 @xrkffgg
    • 💄 Optimize styles in RTL mode with form feedback. #22222
  • TypeScript
    • 🔷 Update the operation type definition of FormList. #22058 @kagawagao
    • 🔷 Update the definition of the trigger parameter for components such as Tooltip. #22043 @wendellhu95

  • Menu
    • 🐞 修复 Menu 水平 Item 使用嵌套结构 Icon 会丢失 margin 的问题。#22021
    • 💄 优化 Menu 中 Icon 的样式。#22090 @x1mrdonut1x
    • 🐞 修复 Menu 收起模式下设置 getPopupContainer 时标题显示错误的问题。#22182
    • 🐞 修复 Avatar 在水平 Menu 中的 margin 样式问题。#22038 #22033
  • Slider
    • 🐞 修复 Slider 垂直情况下拖动节点的位置错误的问题。#22135 @wendellhu95
    • 💄 修复 Slider 丢失的 focus 样式。#22161
  • Table
    • 🐞 修复 Table 筛选功能抛出 Cannot read property 'map' of undefined 的问题。#22096 @yoyo837
    • 🐞 修复 ConfigProvider 没有作用在 Table 过滤弹框上的问题。#22133
    • 🐞 修复 Table 树形结构下展开与固定列配合的样式问题。#22131
    • 🐞 修复 Table 选择列固定时展开列不固定的问题。#22087
    • 🐞 修复 Table 过滤菜单重置失效的问题。#22079 @shaodahong
    • 🐞 修复 Table 筛选子菜单高度溢出屏幕的问题。#22230
  • Form
  • 🐞 修复 Input.Group 中使用 自定义图标换行的问题。#22197 @xrkffgg
  • 💄 修复 Calendar 年月选择菜单内容被省略的问题。#22148
  • 💄 调整 Select 单选框 padding 样式以防止下拉框内容的抖动。#22167
  • 💄 修复 Dropdown 内容和图标重叠问题。#22098 @xrkffgg
  • 🐞 修复 Select 在 Firefox 下异常省略的问题。#22101
  • 🐞 移除 PageHeader 中不必要的 overflow: hidden 样式以修复弹层隐藏问题,优化 PageHeader 右侧按钮的响应式表现。#22030
  • 🐞 修复 Radio 组无法正确换行的问题。#22229
  • 🐞 修复 TextArea autoSize 时在 Firefox 下不会自动滚动到底的问题。#22014
  • 🇫🇷 补全的 fr_FR 国际化文本。#22122 @PaulJln
  • RTL
    • 💄 优化 Pagination 在 RTL 模式下的样式。#22155 @xrkffgg
    • 💄 修复 Cascader RTL 模式下 icon 样式的错误的问题。#22191 @xrkffgg
    • 💄 优化 Checkbox.Group 在 RTL 模式下样式。#22186 @xrkffgg
    • 💄 优化 Radio.Button 在 RTL 模式下样式问题。#22066 @xrkffgg
    • 🐞 优化 Table 固定列在 RTL 下的样式问题。#21914 @saeedrahimi
    • 💄 调整 Dropdown 在 RTL 模式的下拉图标方向。#22104 @xrkffgg
    • 💄 优化 Breadcrumb 在 RTL 模式下样式。#22159 @xrkffgg
    • 💄 优化 Steps 组件在 RTL 模式下的样式。#22175 @xrkffgg
    • 💄 优化表单反馈下在 RTL 模式下的样式。#22222
  • TypeScript