Skip to content

4.7.3

Compare
Choose a tag to compare
@ant-design-bot ant-design-bot released this 24 Oct 16:28
· 7998 commits to master since this release
5e85ce4
  • Form
    • 🐞 Fix Form warning for non-boolean attribute virtual when use ConfigProvider. #27343
    • 🛠 Adjust Form.Item initialValue sync status align with Form level initialValues. #27319
  • Typography
    • 🛠 Improve Typography ellipsis title display. #27328
    • 💄 Fix Editable Typography in Card title style problems. #27221
  • Input
    • 🐞 Fix Input.Search duplicated className when allowClear is true. #27261
    • 🐞 Fix Input.Search border style when enable allowClear. #27261
  • 🐞 Fix Upload.List preview image fit size issue. #27312 @JuniorTour
  • 🐞 Fix Notification no wrap with long text. #27285 @littleee
  • 🐞 Fix Menu inside flexable container will not shrink properly. #27253
  • 🌐 Fix en_US, en_GB and ga_IE gramma. #27259 @yasikovsky
  • 🐞 Fix Tag with customize closeIcon breaks line issue. #27226 @handycode

  • Form
    • 🐞 修复 Form 在 ConfigProvider 下会警告 non-boolean attribute 'virtual' 的问题。#27343
    • 🛠 调整 Form.Item initialValue 的同步时机改由与 initialValues 相同。#27319
  • Typography
    • 🛠 优化 Typography 省略时的 title 提示,现在会在 ... 上展现剩余文本。#27328
    • 💄 修复 Typography 在 Card title 中编辑样式问题。#27221
  • Input
    • 🐞 修复 Input.Search 指定 allowClearclassName 重复出现的问题。#27261
    • 🐞 修复 修复 Input.Search 激活 allowClear 时边框样式异常的问题。#27325
  • 🐞 修复 Upload.List 图片预览显示不全的问题。#27312 @JuniorTour
  • 🐞 修复 Notification 长文本不换行的问题。#27285 @littleee
  • 🐞 修复 Menu 在 flex 容器内不会正常收缩省略的问题。#27253
  • 🌐 修复 en_US、en_GB、ga_IE 国际化语法问题。#27259 @yasikovsky
  • 🐞 修复 Tag 标签自定义关闭图标会导致换行的问题。#27226 @handycode