Skip to content

4.24.2

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Nov 17:38
· 4884 commits to master since this release
fd9d689
  • Image
    • 💄 Image preview controls enter animation should not be zooming out. #36456
    • 🐞 Fix Image preview not showing error images. #38112
  • Typography
    • 🐞 Fix Typography.Text tooltip do not display in List. #38431 @crazyair
    • 🐞 Fix Typography.Paragraph flash issue in some situations. #38439 @tinyfind
  • 🐞 Fix Menu SubMenu flick when collapse it. #36636 @JarvisArt
  • 🐞 Fix RangePicker that onBlur gets triggered when selecting dates. #38411 @kiner-tang
  • 🐞 Result should hide icon when it is falsy. #38488
  • 🐞 Fix Dropdown.Button throws overlay is deprecated warning. #38446 @li-jia-nan
  • 🛎 Improve error message about multiple Form.Item children. #38038 @cincodenada
  • 🛠 Resolve Tree circular import issue. #38421 @KotoriK
  • 🐞 Fix Affix shake issue when switching visible. #38410 @imoctopus
  • 🐞 Fix Pagination simple mode should support showTotal property. #38399
  • 🐞 Fix Modal.confirm buttons should not be interactive when modal is hiding. #38400
  • 🐞 Fix Radio.Group style problem using in Drawer extra. #38385
  • ⌨️ Fix Table aria-label contains [object Object]. #38389 @kiner-tang
  • ⌨️ Adds role progressbar to Progress component. #38447 @kpustakhod

  • Image
    • 💄 优化 Image 预览图片的工具栏显示动画的效果,现在工具条不再用缩放动画进场。#36456
    • 🐞 修复 Image 预览图片没有展现错误图片的问题。#38112
  • Typography
    • 🐞 修复 Typography.Paragraph 在宽度较短时可能出现闪动的问题。#38439 @tinyfind
    • 🐞 修复一个 Typography.Text 在 List 内 tooltip 不显示的问题。#38431 @crazyair
  • 🐞 修复 Menu 收起时 SubMenu 闪动的问题。#36636 @JarvisArt
  • 🐞 修复 RangePicker 选择日期过程中触发 onBlur 的问题。#38411 @kiner-tang
  • 🐞 修复 Result iconnull 时图标没有隐藏的问题。#38488
  • 🐞 修复 Dropdown.Button 出现 overlay is deprecated 警告的问题。#38446 @li-jia-nan
  • 🛎 优化 Form 的相关控制台提示的表述。#38038 @cincodenada
  • 🛠 修复 Tree 模块循环导入的问题。#38421 @KotoriK
  • 🐞 修复当 Affix 隐藏切换到显示时会出现抖动。#38410 @imoctopus
  • 🐞 修复 Pagination showTotal 属性在 simple 模式下不生效的问题。#38399
  • 🐞 修复 Modal.confirm 关闭中确认按钮依旧可能被触发的问题。#38400
  • 🐞 修复在 Drawer extra 中使用 Radio.Group 的样式问题。#38385
  • ⌨️ 修复 Table 组件 aria-label 出现 [object Object] 的问题。#38389 @kiner-tang
  • ⌨️ Progress 组件增加 role="progressbar"#38447 @kpustakhod