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
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -132,7 +132,7 @@ New to Bootstrap 4 is the [Reboot]({{ site.baseurl }}/docs/{{ site.docs_version
132
132
- Moved all `.text-` utilities to the `_utilities.scss` file.
133
133
- Dropped `.page-header` as, aside from the border, all its styles can be applied via utilities.
134
134
-`.dl-horizontal` has been dropped. Instead, use `.row` on `<dl>` and use grid column classes (or mixins) on its `<dt>` and `<dd>` children.
135
-
-Custom `<blockquote>`styling has moved to classes—`.blockquote` and the `.blockquote-reverse` modifier.
135
+
-Redesigned blockquotes, moving their styles from the `<blockquote>`element to a single class, `.blockquote`. Dropped the `.blockquote-reverse` modifier for text utilities.
136
136
-`.list-inline` now requires that its children list items have the new `.list-inline-item` class applied to them.
137
137
138
138
### Images
@@ -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