Skip to content

Commit f4f63d8

Browse files
Johann-SXhmikosR
authored andcommitted
Update Popper.js to 1.11.0 (twbs#23162)
1 parent 88c9a16 commit f4f63d8

File tree

8 files changed

+11
-12
lines changed

8 files changed

+11
-12
lines changed

_config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,5 @@ cdn:
5353
js_hash: "sha384-vBWWzlZJ8ea9aCX4pEW3rVHjgjt7zpkNpZk+02D9phzyeVkE+jo0ieGizqPLForn"
5454
jquery: https://code.jquery.com/jquery-3.2.1.slim.min.js
5555
jquery_hash: "sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN"
56-
popper: https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.10.8/umd/popper.min.js
57-
popper_hash: "sha256-n96swYoYKdVyLr5XatK9CzcdyrpAI0xcSlIeWOZeTAI="
56+
popper: https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.11.0/umd/popper.min.js
57+
popper_hash: "sha384-b/U6ypiBEHpOf/4+1nzFpr53nxSS+GLCkfwBdFNTxtclqqenISfwAzpKaMNFNmj4"

assets/js/vendor/popper.min.js

+1-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@
3232
],
3333
"dependencies": {
3434
"jquery": ">=1.9.1",
35-
"popper.js": "^1.10.8"
35+
"popper.js": "^1.11.0"
3636
}
3737
}

docs/4.0/components/dropdowns.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ toc: true
1010

1111
Dropdowns are toggleable, contextual overlays for displaying lists of links and more. They're made interactive with the included Bootstrap dropdown JavaScript plugin. They're toggled by clicking, not by hovering; this is [an intentional design decision.](http://markdotto.com/2012/02/27/bootstrap-explained-dropdowns/)
1212

13-
Dropdowns are built on a third party library, [Popper.js](https://popper.js.org), which provides dynamic positioning and viewport detection. Be sure to include [popper.min.js](https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.10.8/umd/popper.min.js) before Bootstrap's JavaScript.
13+
Dropdowns are built on a third party library, [Popper.js](https://popper.js.org), which provides dynamic positioning and viewport detection. Be sure to include [popper.min.js](https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.11.0/umd/popper.min.js) before Bootstrap's JavaScript.
1414

1515
## Accessibility
1616

docs/4.0/components/popovers.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ toc: true
1111
Things to know when using the popover plugin:
1212

1313

14-
- Popovers rely on the 3rd party library [Popper.js](https://popper.js.org) for positioning. You must include [popper.min.js](https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.10.8/umd/popper.min.js) before bootstrap.js in order for popovers to work!
14+
- Popovers rely on the 3rd party library [Popper.js](https://popper.js.org) for positioning. You must include [popper.min.js](https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.11.0/umd/popper.min.js) before bootstrap.js in order for popovers to work!
1515
- Popovers require the [tooltip plugin]({{ site.baseurl }}/docs/{{ site.docs_version }}/components/tooltips/) as a dependency.
1616
- Popovers are opt-in for performance reasons, so **you must initialize them yourself**.
1717
- Zero-length `title` and `content` values will never show a popover.

docs/4.0/components/tooltips.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ toc: true
1010

1111
Things to know when using the tooltip plugin:
1212

13-
- Tooltips rely on the 3rd party library [Popper.js](https://popper.js.org) for positioning. You must include [popper.min.js](https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.10.8/umd/popper.min.js) before bootstrap.js in order for tooltips to work!
13+
- Tooltips rely on the 3rd party library [Popper.js](https://popper.js.org) for positioning. You must include [popper.min.js](https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.11.0/umd/popper.min.js) before bootstrap.js in order for tooltips to work!
1414
- Tooltips are opt-in for performance reasons, so **you must initialize them yourself**.
1515
- Tooltips with zero-length titles are never displayed.
1616
- Specify `container: 'body'` to avoid rendering problems in more complex components (like our input groups, button groups, etc).

package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"license": "MIT",
6868
"dependencies": {
6969
"jquery": ">=1.9.1",
70-
"popper.js": "^1.10.8"
70+
"popper.js": "^1.11.0"
7171
},
7272
"devDependencies": {
7373
"autoprefixer": "^7.1.2",

0 commit comments

Comments
 (0)