-
-
Notifications
You must be signed in to change notification settings - Fork 399
[Dropzone] Added support for upload and preview multiple files #3162
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
6624bea
bff77ec
3fca53a
24a594a
cf213e4
2e7f151
de227fa
46668a1
8d6eabe
41e18d9
b98ab0b
66955d9
a387799
bb984ac
e2820dd
a124d89
dd0450f
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -1,5 +1,9 @@ | ||||||
| # CHANGELOG | ||||||
|
|
||||||
| ## 2.31 | ||||||
|
|
||||||
| - Support for multiple files drag and drop and peviews | ||||||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
|
||||||
| ## 2.30 | ||||||
|
|
||||||
| - Ensure compatibility with PHP 8.5 | ||||||
|
|
||||||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,7 +2,7 @@ | |
| "name": "@symfony/ux-dropzone", | ||
| "description": "File input dropzones for Symfony Forms", | ||
| "license": "MIT", | ||
| "version": "2.31.0", | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. To revert, version from |
||
| "version": "2.30.0", | ||
| "keywords": [ | ||
| "symfony-ux" | ||
| ], | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.