yarn antd 4.18.8

latest releases: 5.17.0, 5.16.5, 5.16.4...
2 years ago
  • 🐞 Fix getContainer config not working bug when called multi-times via message.config. #34123 @TrickyPi
  • 🐞 Fix invalid context value cache in Menu component. #34121 @mrwd2009
  • 🐞 Fix ConfigProvider config theme on server side crash, and warning for useless in SSR instead. #34118
  • Table
    • ⚡️ Fix Table render twice on first mount. #34106
    • ⚡️ Optimized Table rendering performance, now will skip useless rendering when deprecated column.render: () => { children, props } method is not used. #34075
  • 🐞 Fix incorrect copy text of Typography after children is updated when enable copyable. #34034 @opopeieie
  • ⚡️ Optimize Avatar, List, Pagination, Steps to avoid additional render on mount if unnecessary. 34122
  • 💄 Fix Form broken style when Select item is too long in horizontal layout. #34117
  • 🇸🇰 Improve texts for Table, Form and Modal in sk_SK. #34061 @xseman
  • TypeScript

  • 🐞 修复 message.config 多次配置 getContainer 时无法生效的问题。#34123 @TrickyPi
  • 🐞 修复 Menu 组件中无效的缓存逻辑。#34121 @mrwd2009
  • 🐞 修复 ConfigProvider 在服务端配置主题会崩溃的问题,同时现在会提示动态主题于 SSR 上无效。#34118
  • Table
    • ⚡️ 修复 Table 在首次加载时会渲染两次的问题。#34106
    • ⚡️ 优化 Table 渲染性能,现在不使用废弃 column.render: () => { children, props } 方法时默认会跳过无用渲染。#34075
  • 🐞 修复 Typography 启用 copyablechildren 内容变化后复制内容没变的问题。#34034 @opopeieie
  • ⚡️ 优化 Avatar、List、Pagination、Steps 以防止初始化时非必要的额外渲染。34122
  • 💄 修复 Form 下 Select 内容太长导致布局换行的问题。#34117
  • 🇸🇰 完善 sk-SK 中 Table、Form、Modal 的文案。#34061 @xseman
  • TypeScript

Don't miss a new antd release

NewReleases is sending notifications on new releases.