From 8b538c8ad3c7f31bcb2025a223468dad4c684f75 Mon Sep 17 00:00:00 2001 From: Johann-S Date: Mon, 19 Dec 2016 09:37:27 +0100 Subject: [PATCH] Remove mention of popovers auto placement + add note to migration docs --- docs/components/popovers.md | 2 +- docs/migration.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/components/popovers.md b/docs/components/popovers.md index 1357cefcb5..1cd96da496 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 string | function 'right' -

How to position the popover - top | bottom | left | right | auto.
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.

+

How to position the popover - top | bottom | left | right.

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 this context is set to the popover instance.

diff --git a/docs/migration.md b/docs/migration.md index b6704a6690..7a380ae277 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.