Skip to content

v2.63.0

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Jul 09:56
· 237 commits to main since this release
  • 【Fix】
    • 修复 TimePicker 在 onChangeWithDateFirst false 情况下为先选后一个时间导致 invalid time value 问题 #2376
  • 【Style】
    • 修复 Cascader 在无选项情况下,emptyContent 在hover时,背景色会超出弹出层区域 #2377
    • 修复 Sass 版本大于等于 1.77.7,不推荐使用嵌套规则后的声明问题 #2366 #2370
    • 增加 Upload 组件中上传错误的 icon 的 font-size 设置的优先级,防止因为编译后 css 文件顺序导致生效的 font-size 不一致问题 #2372
  • 【Chore】
    • 修复 Form 中 formAPI 缺少 getFormProps 类型定义问题 #2367

  • 【Fix】
    • fix the issue that when TimePicker selects a later time first, the invalid time value will be caused when onChangeWithDateFirst is false #2376
  • 【Style】
    • Fixed the problem that when Cascader has no options and the emptyContent is hovering, the background color will exceed the popup layer area.
    • fixed the problem that the use of declarations after nested rules is currently deprecated in Sass(version >= 1.77.7) #2366
    • Increase the priority of the font-size settings of uploaded wrong icons in the Upload component to prevent font-size inconsistencies in effect due to the order of compiled css files.
  • 【Chore】
    • Fix the problem of missing getFormProps type definition in formAPI in Form#2367