From: Herst Date: Fri, 8 Sep 2017 11:46:29 +0000 (+0200) Subject: Mention removal of contextual progress bar classes X-Git-Tag: v4.0.0-beta.2~258^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=187fb4d01044a6a94dc318007d7e03a16012d3de;p=thirdparty%2Fbootstrap.git Mention removal of contextual progress bar classes --- diff --git a/docs/4.0/migration.md b/docs/4.0/migration.md index 6c1bf14fcc..f6849ff085 100644 --- a/docs/4.0/migration.md +++ b/docs/4.0/migration.md @@ -219,6 +219,10 @@ Dropped entirely for the new card component. - `.panel-footer` to `.card-footer` - `.panel-primary`, `.panel-success`, `.panel-info`, `.panel-warning`, and `.panel-danger` have been dropped for `.bg-`, `.text-`, and `.border` utilities generated from our `$theme-colors` Sass map. +### Progress + +- Contextual `.progress-bar-*` classes dropped as `.bg-*` can be used for this, e.g. `class="progress-bar progress-bar-danger"` becomes `class="progress-bar bg-danger"`. + ### Carousel - Overhauled the entire component to simplify design and styling. We have fewer styles for you to override, new indicators, and new icons.