Skip to content

Commit fb8d7a8

Browse files
authored
Merge branch 'v4-dev' into v4-dev-johann-coverage
2 parents 20f0d91 + e9412e7 commit fb8d7a8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/4.0/migration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ New to Bootstrap 4 is the [Reboot]({{ site.baseurl }}/docs/{{ site.docs_version
132132
- Moved all `.text-` utilities to the `_utilities.scss` file.
133133
- Dropped `.page-header` as, aside from the border, all its styles can be applied via utilities.
134134
- `.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.
136136
- `.list-inline` now requires that its children list items have the new `.list-inline-item` class applied to them.
137137

138138
### Images
@@ -243,8 +243,8 @@ The navbar has been entirely rewritten in flexbox with improved support for alig
243243

244244
### Labels and badges
245245

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.
248248
- Badges are no longer floated automatically in list groups and other components. Utility classes are now required for that.
249249
- `.badge-default` has been dropped and `.badge-secondary` added to match component modifier classes used elsewhere.
250250

0 commit comments

Comments
 (0)