Skip to content

chore(release): publish 3.6.4

Choose a tag to compare

@github-actions github-actions released this 19 May 02:39
17955e2

3.6.4 (2025-05-19)

Bug Fixes

  • button: 修复 Button 组件在 loadingMode 不是 toast 的情况下,loading 属性更新时会清理 Toast 实例的问题 (#762) (a60dc5b)
  • calendar: 优化长跨度选择组件并添加滚动支持 (#767) (f11bb34)
  • form-item: 修复 messageClassName 属性无效的问题 (#759) (5663015)
  • toast: 补全 Toast 的默认配置相关功能 (#764) (f38dca2)

Features

  • formItem: 添加异步表单校验支持并优化类型定义并添加文档使用示例 (#760) (4f8c99b)
  • picker: 添加 onClear 和 onShow 事件 (#765) (1c60944)