Skip to content

5.23.3

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 28 Jan 06:33
· 5 commits to master since this release
2de4cb2

Last version of the Dragon Year, Happy Chinese New Year! 🐲

  • ⌨️ MISC: Add accessibility tests for all component demos to ensure compliance with accessibility standards. Optimize accessibility support for some components, improving compatibility with screen readers and keyboard operations. #51372 @aojunhao123
  • 🐞 MISC: Fix importing antd/dist/reset.css file issue. #52559 @CaptainVolcom
  • 🐞 Fix Button throwing error when loading is null. #52508 @li-jia-nan
  • 🐞 Fix Table last row border color transition issue. #52549 @DDDDD12138
  • 💄 Fix Cascader checkbox cursor style in disabled state. #52539 @aojunhao123
  • 💄 Fix ConfigProvider not correctly modifying icon style priority when StyleProvider configures layer. #52533 @zombieJ
  • 🐞 Fix Layout sidebar toggle button style missing in non-cssVar mode. #52537 @afc163
  • 🐞 Fix Tree checkbox cursor style in disabled state. #52525 @aojunhao123
  • notification
    • 🐞 Fix notification useNotification closeIcon configuration not working. #52516 @typenoob
    • 🐞 Fix notification component display flicker issue under App component. #52499 @afc163
  • RTL

龙年最后一版,祝各位新春愉快!🐲

  • ⌨️ MISC: 为所有组件的示例添加了可访问性测试,确保符合无障碍标准。并优化了部分组件的可访问性支持,改进了对屏幕阅读器和键盘操作的兼容性。#51372 @aojunhao123
  • 🐞 MISC: 修复导入 antd/dist/reset.css 文件的问题。#52559 @CaptainVolcom
  • 🐞 修复 Button loadingnull 时抛错的问题。#52508 @li-jia-nan
  • 🐞 修复 Table 最后一行边框颜色过渡问题。#52549 @DDDDD12138
  • 💄 修复 Cascader 组件禁用状态下复选框的鼠标指针样式问题。#52539 @aojunhao123
  • 💄 修复 ConfigProvider 在 StyleProvider 配置 layer 时不会正确修改图标对应样式优先级的问题。#52533 @zombieJ
  • 🐞 修复 Layout 切换侧边栏按钮在非 cssVar 模式下样式丢失的问题。. #52537 @afc163
  • 🐞 修复 Tree 组件禁用状态下复选框的鼠标指针样式问题。#52525 @aojunhao123
  • notification
    • 🐞 修复 notification useNotificationcloseIcon 配置无效的问题。#52516 @typenoob
    • 🐞 修复 notification 组件在 App 组件下的显示闪烁问题。#52499 @afc163
  • RTL
    • 🐞 修复 Splitter 在 rtl 模式下折叠行为异常的问题。#52501 @aojunhao123
    • 💄 修复 Spin 在 rtl 模式下的样式问题。#52538 @afc163