You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/4.0/migration.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -243,8 +243,8 @@ The navbar has been entirely rewritten in flexbox with improved support for alig
243
243
244
244
### Labels and badges
245
245
246
-
-Renamed`.label`to`.badge` to disambiguate from the `<label>` element.
247
-
-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.
246
+
-Consolidated`.label`and`.badge` to disambiguate from the `<label>` element and simplify related components.
247
+
-Added `.badge-pill`as modifier for rounded "pill" look.
248
248
- Badges are no longer floated automatically in list groups and other components. Utility classes are now required for that.
249
249
-`.badge-default` has been dropped and `.badge-secondary` added to match component modifier classes used elsewhere.
0 commit comments