Update tags/labels/badges migration docs to mention class and change in behavior for alignment in list groups

This commit is contained in:
Mark Otto 2016-05-11 16:11:17 -07:00
parent c6ac4f567e
commit 7fa88b3b8a
1 changed files with 3 additions and 2 deletions

View File

@ -134,10 +134,11 @@ New to Bootstrap 4 is the Reboot, a new stylesheet that builds on Normalize with
- An explicit class, `.breadcrumb-item`, is now required on the descendants of `.breadcrumb`s
### Labels and badges
### Labels, badges, and tags
- Renamed `.label` to `.tag` to disambiguate from the `<label>` element.
- Dropped the badge component as it was nearly identical to labels/tags. Use the `.tag-pill` modifier together with the label component instead for that rounded look.
- Dropped the `.badge` component as it was nearly identical to labels/tags. Use the `.tag-pill` modifier together with the label component instead for that rounded look.
- Tags are no longer floated automatically in list groups and other components. Utility classes are now required for that.
### Panels, thumbnails, and wells