Skip to content

Commit a7cda36

Browse files
committed
adding note about stimulus-bridge v2
1 parent 3992d77 commit a7cda36

File tree

5 files changed

+15
-0
lines changed

5 files changed

+15
-0
lines changed

src/Chartjs/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ yarn install --force
1717
yarn encore dev
1818
```
1919

20+
Also make sure you have at least version 2.0 of [@symfony/stimulus-bridge](https://github.com/symfony/stimulus-bridge)
21+
in your `package.json` file.
22+
2023
## Usage
2124

2225
To use Symfony UX Chart.js, inject the `ChartBuilderInterface` service and

src/Cropperjs/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ yarn install --force
1717
yarn encore dev
1818
```
1919

20+
Also make sure you have at least version 2.0 of [@symfony/stimulus-bridge](https://github.com/symfony/stimulus-bridge)
21+
in your `package.json` file.
22+
2023
## Usage
2124

2225
To use Symfony UX Cropper.js, inject the `CropperInterface` service,

src/Dropzone/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ yarn install --force
2020
yarn encore dev
2121
```
2222

23+
Also make sure you have at least version 2.0 of [@symfony/stimulus-bridge](https://github.com/symfony/stimulus-bridge)
24+
in your `package.json` file.
25+
2326
## Usage
2427

2528
The most common usage of Symfony UX Dropzone is to use it as a drop-in replacement of

src/LazyImage/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ yarn install --force
2222
yarn encore dev
2323
```
2424

25+
Also make sure you have at least version 2.0 of [@symfony/stimulus-bridge](https://github.com/symfony/stimulus-bridge)
26+
in your `package.json` file.
27+
2528
## Usage
2629

2730
The default usage of Symfony UX LazyImage is to use its Stimulus controller to first load

src/Swup/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ yarn install --force
2121
yarn encore dev
2222
```
2323

24+
Also make sure you have at least version 2.0 of [@symfony/stimulus-bridge](https://github.com/symfony/stimulus-bridge)
25+
in your `package.json` file.
26+
2427
## Usage
2528

2629
In order to implement page transitions, Swup works by transforming the links of your

0 commit comments

Comments
 (0)