diff options
| author | Johann-S <[email protected]> | 2017-05-17 14:09:14 +0200 |
|---|---|---|
| committer | Johann-S <[email protected]> | 2017-05-17 14:22:10 +0200 |
| commit | dd78950d0a6a1586ae91b7f702980bc682f0df55 (patch) | |
| tree | e04903309b4903ad9aa2c9502736c28b915b1622 /docs/components | |
| parent | ba2352c14ee1524a44e26f3b2393d4ed3195d99f (diff) | |
| download | bootstrap-dd78950d0a6a1586ae91b7f702980bc682f0df55.tar.xz bootstrap-dd78950d0a6a1586ae91b7f702980bc682f0df55.zip | |
Update Popper.js 1.9.4
Diffstat (limited to 'docs/components')
| -rw-r--r-- | docs/components/dropdowns.md | 2 | ||||
| -rw-r--r-- | docs/components/popovers.md | 2 | ||||
| -rw-r--r-- | docs/components/tooltips.md | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/docs/components/dropdowns.md b/docs/components/dropdowns.md index a3d253dfb..214248321 100644 --- a/docs/components/dropdowns.md +++ b/docs/components/dropdowns.md @@ -16,7 +16,7 @@ Dropdowns are toggleable, contextual overlays for displaying lists of links and Things to know when using the popover plugin: -- Dropdown 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.9.3/umd/popper.min.js) before bootstrap.js in order for dropdowns to work! +- Dropdown 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.9.4/umd/popper.min.js) before bootstrap.js in order for dropdowns to work! - Popper.js handle natively the flip of Dropdown when it's outside the viewport, if you want to disable that's behavior use `flip` attribute ## Examples diff --git a/docs/components/popovers.md b/docs/components/popovers.md index 987a0d9b6..f984c76c6 100644 --- a/docs/components/popovers.md +++ b/docs/components/popovers.md @@ -17,7 +17,7 @@ Add small overlay content, like those found in iOS, to any element for housing s Things to know when using the popover plugin: -- 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.9.3/umd/popper.min.js) before bootstrap.js in order for popovers to work! +- 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.9.4/umd/popper.min.js) before bootstrap.js in order for popovers to work! - Popovers require the [tooltip plugin]({{ site.baseurl }}/components/tooltips/) as a dependency. - Popovers are opt-in for performance reasons, so **you must initialize them yourself**. - Zero-length `title` and `content` values will never show a popover. diff --git a/docs/components/tooltips.md b/docs/components/tooltips.md index cf3ae3c44..388b24854 100644 --- a/docs/components/tooltips.md +++ b/docs/components/tooltips.md @@ -16,7 +16,7 @@ Inspired by the excellent Tipsy jQuery plugin written by Jason Frame. Tooltips a Things to know when using the tooltip plugin: -- 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.9.3/umd/popper.min.js) before bootstrap.js in order for tooltips to work! +- 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.9.4/umd/popper.min.js) before bootstrap.js in order for tooltips to work! - Tooltips are opt-in for performance reasons, so **you must initialize them yourself**. - Tooltips with zero-length titles are never displayed. - Specify `container: 'body'` to avoid rendering problems in more complex components (like our input groups, button groups, etc). |
