@symfony/ux-dropzone 2.23.0 → 2.24.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +11 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,10 +1,18 @@
1
1
  # @symfony/ux-dropzone
2
2
 
3
- File input dropzones for Symfony Forms.
3
+ JavaScript assets of the [symfony/ux-dropzone](https://packagist.org/packages/symfony/ux-dropzone) PHP package.
4
4
 
5
- **ℹ️ Direct installation of this package is for advanced users only.** We strongly recommend installing it through the PHP package [symfony/ux-dropzone](https://packagist.org/packages/symfony/ux-dropzone) in a Symfony application with Flex enabled.
5
+ ## Installation
6
6
 
7
- If you still want to install this package directly, **make sure its version exactly matches [symfony/ux-dropzone](https://packagist.org/packages/symfony/ux-dropzone) PHP package version.**
7
+ This npm package is **reserved for advanced users** who want to decouple their JavaScript dependencies from their PHP dependencies (e.g., when building Docker images, running JavaScript-only pipelines, etc.).
8
+
9
+ We **strongly recommend not installing this package directly**, but instead install the PHP package [symfony/ux-dropzone](https://packagist.org/packages/symfony/ux-dropzone) in your Symfony application with [Flex](https://github.com/symfony/flex) enabled.
10
+
11
+ If you still want to install this package directly, please make sure its version exactly matches [symfony/ux-dropzone](https://packagist.org/packages/symfony/ux-dropzone) PHP package version:
12
+ ```shell
13
+ composer require symfony/ux-dropzone:2.23.0
14
+ npm add @symfony/ux-dropzone@2.23.0
15
+ ```
8
16
 
9
17
  ## Resources
10
18
 
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@symfony/ux-dropzone",
3
3
  "description": "File input dropzones for Symfony Forms",
4
4
  "license": "MIT",
5
- "version": "2.23.0",
5
+ "version": "2.24.0",
6
6
  "keywords": [
7
7
  "symfony-ux"
8
8
  ],