Skip to content

Commit

Permalink
Document historic v5 removal – dragging images from other browser win…
Browse files Browse the repository at this point in the history
…dows and @allowUploadsFromWebsites (#1059)

This was an oversight at the time
  • Loading branch information
gilest authored Jan 19, 2024
1 parent 7b879d9 commit 4b0ca9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/upgrade-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ This technique is not necessarily endorsed, but it may be replicated with the fo
- `@accept` has been removed in favour of [Custom validation](file-validation.md#custom-validation).
- `@disabled` has been removed. Disable uploads in your application code.
- `@allowUploadsFromWebsites` has been removed. Dragging images from other browser windows is no longer supported.
- `@name` has been deprecated in favour of passing a queue directly via `@queue`.
- `@onFileAdd` has been deprecated. Use `onFileAdded` with `{{file-queue}}` helper or `@onDrop`.
- HTML attributes are be applied to the Dropzone element.
Expand Down

0 comments on commit 4b0ca9d

Please sign in to comment.