Skip to content

v2.67.1

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Oct 08:25
· 258 commits to main since this release
  • 【Fix】
    • 修复 Select 通过 method close 方法关闭弹层后,点击外部区域无法移除聚焦样式问题 #2466
    • 修复 DatePicker 在受控状态下选择后,第一次打开面板选中态未展示问题(影响 v2.64 ~ v2.67) #2521 #2522
    • 修复 Rspack plugin 在 win32 平台不生效的问题 #2517

  • 【Fix】
    • fix the issue that after closing the Select popup using the close method, clicking the outer area cannot remove the focus style
    • fixed selected value does not show when value is controlled (affects v2.64 ~ v2.67) #2521
    • Fixed the issue that Rspack plugin does not work on win32 platform