Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nd0ut authored Jun 24, 2024
1 parent ac48ee7 commit 8960c43
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,16 @@

### BEAKING CHANGES

- remove depreacted `addFiles` method ([51f094f](https://github.com/uploadcare/blocks/commit/51f094f312bf1b27d6108a1747cd9ec596cfdfb3))
- remove deprecated `setUploadMetadata` method ([2ed5781](https://github.com/uploadcare/blocks/commit/2ed578102e24667d4cc9c5e3ab8cf06911fd2524))
* The previously deprecated API method `setUploadMetadata` has been removed. Use `metadata` instance property on `lr-config` block instead. See [metadata](/file-uploader/options/#metadata) for more details.
* The previously deprecated API method `addFiles` has been removed. Use `addFileFromObject`, `addFileFromUrl` or `addFileFromUuid` instead. See [File Uploader API](/file-uploader/api/#add-file-from-object) for more details.

See the [migration guide](https://uploadcare.com/docs/file-uploader/migration-to-0.45.0/) for details.

### Commits

- remove depreacted `addFiles` method ([51f094f](https://github.com/uploadcare/blocks/commit/51f094f312bf1b27d6108a1747cd9ec596cfdfb3))
- remove deprecated `setUploadMetadata` method ([2ed5781](https://github.com/uploadcare/blocks/commit/2ed578102e24667d4cc9c5e3ab8cf06911fd2524))

# [0.44.0](https://github.com/uploadcare/blocks/compare/v0.43.0...v0.44.0) (2024-06-21)

### BEAKING CHANGES
Expand Down

0 comments on commit 8960c43

Please sign in to comment.