aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2016-12-19 20:29:09 -0800
committerGitHub <[email protected]>2016-12-19 20:29:09 -0800
commit621706d2096bfd4f437b797d0a56c1dd6f0eaaa2 (patch)
treed8a10bcc7f47d5033140af20ea84dfde766bef26 /docs
parent3c12d73203bad27edcaa1072e263fdab2a2c14f7 (diff)
parent8b538c8ad3c7f31bcb2025a223468dad4c684f75 (diff)
downloadbootstrap-621706d2096bfd4f437b797d0a56c1dd6f0eaaa2.tar.xz
bootstrap-621706d2096bfd4f437b797d0a56c1dd6f0eaaa2.zip
Merge pull request #21363 from Johann-S/fixDocPopovers
Remove mention of popovers auto placement + add note to migration docs
Diffstat (limited to 'docs')
-rw-r--r--docs/components/popovers.md2
-rw-r--r--docs/migration.md4
2 files changed, 5 insertions, 1 deletions
diff --git a/docs/components/popovers.md b/docs/components/popovers.md
index 1357cefcb..1cd96da49 100644
--- a/docs/components/popovers.md
+++ b/docs/components/popovers.md
@@ -218,7 +218,7 @@ Options can be passed via data attributes or JavaScript. For data attributes, ap
<td>string | function</td>
<td>'right'</td>
<td>
- <p>How to position the popover - top | bottom | left | right | auto.<br>When "auto" is specified, it will dynamically reorient the popover. For example, if placement is "auto left", the popover will display to the left when possible, otherwise it will display right.</p>
+ <p>How to position the popover - top | bottom | left | right.</p>
<p>When a function is used to determine the placement, it is called with the popover DOM node as its first argument and the triggering element DOM node as its second. The <code>this</code> context is set to the popover instance.</p>
</td>
</tr>
diff --git a/docs/migration.md b/docs/migration.md
index b6704a669..7a380ae27 100644
--- a/docs/migration.md
+++ b/docs/migration.md
@@ -181,6 +181,10 @@ Dropped entirely for the new card component.
- Removed support for `auto` placement options.
+### Popovers
+
+- Removed support for `auto` placement options.
+
### Carousel
- Overhauled the entire component to simplify design and styling. We have fewer styles for you to override, new indicators, and new icons.