Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c0c78e0

Browse filesBrowse files
committed
minor #15470 Upgrade popper package to v2 (ucay)
This PR was submitted for the 5.3 branch but it was merged into the 4.4 branch instead. Discussion ---------- Upgrade popper package to v2 Bootstrap 5 is using popper v2 Based on https://popper.js.org/docs/v2/migration-guide/ from `popper.js` to ``@popperjs`/core` <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `5.x` for features of unreleased versions). --> Commits ------- 608de4a Upgrade popper package to v2
2 parents ac31010 + 608de4a commit c0c78e0
Copy full SHA for c0c78e0

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎frontend/encore/bootstrap.rst

Copy file name to clipboardExpand all lines: frontend/encore/bootstrap.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ used in your application:
4343
.. code-block:: terminal
4444
4545
// jQuery is only required in versions prior to Bootstrap 5
46-
$ yarn add jquery popper.js --dev
46+
$ yarn add jquery @popperjs/core --dev
4747
4848
Now, require bootstrap from any of your JavaScript files:
4949

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.