From 9e894991b01dd76ee32a90d5c91629b62e2d23e5 Mon Sep 17 00:00:00 2001 From: Johann-S Date: Wed, 24 May 2017 14:27:15 +0200 Subject: Update documentation for Tooltips/Popovers about auto placement --- docs/migration.md | 8 -------- 1 file changed, 8 deletions(-) (limited to 'docs/migration.md') diff --git a/docs/migration.md b/docs/migration.md index 2584a22e8..37b9ce391 100644 --- a/docs/migration.md +++ b/docs/migration.md @@ -196,14 +196,6 @@ Dropped entirely for the new card component. - `.panel-warning` to `.card-warning` and `.card-inverse` (or use `.bg-warning` on `.card-header`) - `.panel-danger` to `.card-danger` and `.card-inverse` (or use `.bg-danger` on `.card-header`) -### Tooltips - -- 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. -- cgit v1.2.3 From 4a8728d54c2a89b923ca019f8daf497927aeccdd Mon Sep 17 00:00:00 2001 From: Hugh Bellamy Date: Mon, 22 May 2017 08:53:06 +0700 Subject: Update migration docs for .has-error rename --- docs/migration.md | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/migration.md') diff --git a/docs/migration.md b/docs/migration.md index 37b9ce391..6bbf754cb 100644 --- a/docs/migration.md +++ b/docs/migration.md @@ -97,6 +97,7 @@ New to Bootstrap 4 is the Reboot, a new stylesheet that builds on Normalize with - `.form-group` no longer applies styles from the `.row` via mixin, so `.row` is now required for horizontal grid layouts (e.g., `
`). - Added new `.form-control-label` class to vertically center labels with `.form-control`s. - Added custom forms support (for checkboxes, radios, selects, and file inputs). +- Renamed `.has-error` to `.has-danger`. ### Buttons -- cgit v1.2.3