]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix #25746
authorMark Otto <markdotto@gmail.com>
Sun, 4 Mar 2018 19:07:31 +0000 (11:07 -0800)
committerMark Otto <markdotto@gmail.com>
Sun, 4 Mar 2018 19:07:31 +0000 (11:07 -0800)
docs/4.0/migration.md

index c9940865627a55d50ba4cb780b985450466a450e..52fd7e55c541e4ef16a2cfd2143db2d8d088176b 100644 (file)
@@ -243,8 +243,8 @@ The navbar has been entirely rewritten in flexbox with improved support for alig
 
 ### Labels and badges
 
-- Renamed `.label` to `.badge` to disambiguate from the `<label>` element.
-- Dropped the `.badge` component as it was nearly identical to labels. Use the `.badge-pill` modifier together with the label component instead for that rounded look.
+- Consolidated `.label` and `.badge` to disambiguate from the `<label>` element and simplify related components.
+- Added `.badge-pill` as modifier for rounded "pill" look.
 - Badges are no longer floated automatically in list groups and other components. Utility classes are now required for that.
 - `.badge-default` has been dropped and `.badge-secondary` added to match component modifier classes used elsewhere.