Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 427 Bytes

breaking-changes-v10.md

File metadata and controls

5 lines (4 loc) · 427 Bytes

Breaking changes from V10.

  1. ngx-file-picker renamed to ngx-awesome-uploader
  2. FilePickerAdapter implementation changed. Now you can set BE upload response to body field and use it in item template or removeFile api.
  3. FilePreviewModel interface has changed. fileId field removed and replaced with uploadResponse which is basically upload response from BE after file uploaded.