Skip to content

adding note about stimulus-bridge v2 #55

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

Merged
merged 1 commit into from
Feb 2, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions src/Chartjs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ yarn install --force
yarn encore dev
```

Also make sure you have at least version 2.0 of [@symfony/stimulus-bridge](https://github.com/symfony/stimulus-bridge)
in your `package.json` file.

## Usage

To use Symfony UX Chart.js, inject the `ChartBuilderInterface` service and
Expand Down
3 changes: 3 additions & 0 deletions src/Cropperjs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ yarn install --force
yarn encore dev
```

Also make sure you have at least version 2.0 of [@symfony/stimulus-bridge](https://github.com/symfony/stimulus-bridge)
in your `package.json` file.

## Usage

To use Symfony UX Cropper.js, inject the `CropperInterface` service,
Expand Down
3 changes: 3 additions & 0 deletions src/Dropzone/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ yarn install --force
yarn encore dev
```

Also make sure you have at least version 2.0 of [@symfony/stimulus-bridge](https://github.com/symfony/stimulus-bridge)
in your `package.json` file.

## Usage

The most common usage of Symfony UX Dropzone is to use it as a drop-in replacement of
Expand Down
3 changes: 3 additions & 0 deletions src/LazyImage/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ yarn install --force
yarn encore dev
```

Also make sure you have at least version 2.0 of [@symfony/stimulus-bridge](https://github.com/symfony/stimulus-bridge)
in your `package.json` file.

## Usage

The default usage of Symfony UX LazyImage is to use its Stimulus controller to first load
Expand Down
3 changes: 3 additions & 0 deletions src/Swup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ yarn install --force
yarn encore dev
```

Also make sure you have at least version 2.0 of [@symfony/stimulus-bridge](https://github.com/symfony/stimulus-bridge)
in your `package.json` file.

## Usage

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