]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Mention removal of contextual progress bar classes
authorHerst <Herst@users.noreply.github.com>
Fri, 8 Sep 2017 11:46:29 +0000 (13:46 +0200)
committerMark Otto <markd.otto@gmail.com>
Sun, 10 Sep 2017 00:02:42 +0000 (17:02 -0700)
docs/4.0/migration.md

index 6c1bf14fcca19e5bef646be9f58eb3ed6e218d98..f6849ff08516fe0e09e77e095a51e3f62cc71a4e 100644 (file)
@@ -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.