]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Remove mention of popovers auto placement + add note to migration docs 21363/head
authorJohann-S <johann.servoire@gmail.com>
Mon, 19 Dec 2016 08:37:27 +0000 (09:37 +0100)
committerJohann-S <johann.servoire@gmail.com>
Mon, 19 Dec 2016 08:38:56 +0000 (09:38 +0100)
docs/components/popovers.md
docs/migration.md

index 1357cefcb5d9a60737a6a489fcbf01f482ab4dec..1cd96da49671f9ff7761c7188f5dcd88a311fe1a 100644 (file)
@@ -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>
index b6704a6690a9d57d0eb3a7dbe6ed8593184fd487..7a380ae2770a91eac28eef0b568b9607fe936cef 100644 (file)
@@ -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.