Skip to content

v2.4.2

Compare
Choose a tag to compare
@imzbf imzbf released this 23 Nov 09:10
· 585 commits to develop since this release

新增特性:

  • onSave事件,(v: string, h: Promise<string>) => void, 提供异步的html获取方式(#173 )。

修复:

  • 裁剪弹出框,未适配移动端(#174 )。
  • 切换预览后不能放大图片。
  • 裁剪按钮未正确设置按钮名称(#182 )。
  • remove方法未正确移除事件池的事件。
  • 未正确初始化不可修改参数(previewOnly)。

New Feature:

  • Event onSave, (v: string, h: Promise<string>) => void, save html asynchronously(#173 ).

Fix:

  • Clip component displays error in mobile terminal(#174 ).
  • Cannot zoom the picture after switching preview status.
  • Button name of Clip component is not set correctly(#182 ).
  • Function remove dose't remove target event in eventBus properly.
  • Props non modifiable are not stored correctly(previewOnly).