Skip to content

5.14.1

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Feb 10:00
· 580 commits to master since this release
52fe1f2
  • 🐞 Fix Steps cannot interact correctly when type="inline". #47406
  • 🐞 Fix DatePicker & TimePicker arrow position not consider panel border radius distance. #47389
  • 🐞 Fix Dropdown should not display when items is empty array. #47375
  • 🐞 Fix Tag that should use defaultBg token with bordered={false}. #47372 @MadCcc
  • 🐞 MISC: Fix that theme.inherit should not affect hashded and cssVar. #47360 @MadCcc
  • 🐞 Fix Calendar panel not switch when change year or month. #47361
  • 💄 Fix Table's sub-table style issue in virtual mode. #47333 @Enigama

  • 🐞 修复 Steps type="inline" 时鼠标无法 hover 到正确的步骤上的问题。#47406
  • 🐞 修复 DatePicker 与 TimePicker 弹出面板箭头没有考虑面板本身圆角的问题。#47389
  • 🐞 修复 Dropdown menu.items 为空时依然显示的问题。#47375
  • 🐞 修复 Tag 无边框模式没有正确使用 defaultBg 组件 token 的问题。#47372 @MadCcc
  • 🐞 杂项:修复主题 inherit 配置会隔断 hashedcssVar 配置的问题。#47360 @MadCcc
  • 🐞 修复 Calendar 在切换年月时,面板没有跟着切换的问题。#47361
  • 💄 修复 Table 在虚拟模式下子表格的样式问题。#47333 @Enigama