Skip to content

5.2.3

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Feb 12:18
· 3278 commits to master since this release
c89640d
  • 🐞 Fix for setting percent and success.percent at the same time for Progress, the progress text does not change as percent changes. #40922
  • 🐞 Fixed Image preview icon was misaligned.#40911
  • 🐞 Fix ConfigProvider validation message template override Form configure template sometime. #40533 @Wxh16144
  • 🐞 Fixed Confirm Modal onOk event could be triggered twice when close. #40719 @Rafael-Martins
  • 🛠 Rewrote the useLocale method and exposed localeCode to the public. #40884 @li-jia-nan
  • 🐞 Fixed Segmented component items were unresponsive to mouse events. #40894 @MadCcc
  • 🛠 Refactored: replaced the LocaleReceiver component with useLocale and removed the LocaleReceiver component. #40870 @li-jia-nan
  • 🐞 Fixed getPopupContainer property injected by ConfigProvider did not work. #40871 @RedJue
  • 🐞 Fixed where Descriptions did not accept data-_ and aria-_ attributes. #40859 @goveo
  • 🛠 Changed the Separator's DOM element from span to li. #40867 @heiyu4585
  • 🐞 Fix token of Layout.colorBgHeader not work when single use Layout.Header directly. #40933
  • 💄 Changed the component's focus outline to the default 4px.#40839 @MadCcc
  • 🐞 Fixed the Badge color was displayed abnormally. #40848 @kiner-tang
  • 🐞 Fixed an issue with the Timeline item's className. #40835 @Yuiai01
  • 💄 Fixed the interaction style of the Rate component in the disabled state.#40836 @Yuiai01
  • 🇮🇷 Added Iranian localization. #40895 @majidsadr

  • 🐞 修复 Progress 同时设置 percent 和 success.percent 时,进度文本不会随着 percent 改变而改变。#40922
  • 🐞 修复 Image 预览图标不对齐的问题。#40911
  • 🐞 修复 ConfigProvider 组件表单校验消息生效顺序。#40533 @Wxh16144
  • 🐞 修复 Confirm Modal onOk 可能触发两次的问题。#40719 @Rafael-Martins
  • 🛠 重写 useLocale 方法,对外暴露 localeCode#40884 @li-jia-nan
  • 🐞 修复 Segemented 组件子项不响应鼠标事件的问题。#40894 @MadCcc
  • 🛠 重构:使用 useLocale 替换 LocaleReceiver 组件,并删除 LocaleReceiver 组件。#40870 @li-jia-nan
  • 🐞 修复 ConfigProvider 注入的 getPopupContainer 属性 不生效的问题。#40871 @RedJue
  • 🐞 修复 Descriptions 不接受 data-*aria-* 等属性的问题。#40859 @goveo
  • 🛠 修改 Separator 的 dom 由 span 改为 li#40867 @heiyu4585
  • 💄 修改组件聚焦下的 outline 为默认 4px#40839 @MadCcc
  • 🐞 修复 Layout.Header 单独使用时,Layout.colorBgHeader token 配置不生效的问题。#40933
  • 🐞 修复 Badge 颜色显示异常问题。#40848 @kiner-tang
  • 🐞 修复 Timeline 的子项的 className 错误。#40835 @Yuiai01
  • 💄 修复 Rate 在禁用状态下的交互样式。#40836 @Yuiai01
  • 🇮🇷 增加了伊朗本地化。#40895 @majidsadr