Skip to content

v3.0.0-rc.4🌈

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 22 Jul 13:38
· 164 commits to refs/heads/main since this release
f694601

发布内容

🐛 修复

  • 修复 ImagePreview key 重复问题 (#517)

✍️ 重构

  • Uploader 组件
    • 调整 value 类型,新增 defaultValue 属性,支持 受控非受控模式
    • 新增 statusTextRender 属性,支持上传时自定义文案
    • 新增 upload 属性
    • 调整 onChange 类型
    • 调整 beforeRead 类型
    • 调整 onOversize 类型
    • 调整 onClickPreview 类型
    • 调整 onDelete 类型
    • 移除 afterRead 属性,现可通过 upload 实现
    • 移除 beforeDelete 属性,现可通过 onDelete 实现

完整内容,请参见 comparison between v3.0.0-rc.3 and v3.0.0-rc.4