Skip to content

v2.63.0-beta.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 22 Jul 09:16
· 347 commits to main since this release
  • 【New Component】
    • 新增 Chat 组件用于渲染对话列表 #2248
  • 【Fix】
    • 修复 Form ArrayField addWithInitValue 时未对入参 clone做作用域隔离的问题 #2351
    • 修复 Upload 使用 renderThumbnail 搭配 Image 组件使用时,宽高度恒定的问题 #2343
  • 【Feat】
    • Form 新增 stopPropagation 可用于阻止嵌套Form场景下,submit 、reset事件同时在多级容器触发的问题 #2355
    • Upload 支持 afterUpload 中 return url 修改预览链接 #2346

  • 【New Component】
    • Added Chat component for rendering conversation list #2248
  • 【Feat】
    • Form adds stopPropagation to prevent the issue of submit and reset events triggering in multiple levels of containers at the same time in nested Form scenarios #2355
    • Upload support afterUpload return url modification preview link #2346
  • 【Fix】
    • Fixed Form ArrayField addWithInitValue without scope isolation for imported parameter cloning #2351
    • Fixed the problem that the width and height are constant when using renderThumbnail with the Image component in Upload #2343