aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2016-05-11 16:11:17 -0700
committerMark Otto <[email protected]>2016-05-11 16:11:17 -0700
commit7fa88b3b8af37d05c312af02e0e3d3f47fb06b78 (patch)
treee86e94a2fc1db793f307088a9b80e997e403b046 /docs
parentc6ac4f567e02a1ad8272e5081a8b3635742f26df (diff)
downloadbootstrap-7fa88b3b8af37d05c312af02e0e3d3f47fb06b78.tar.xz
bootstrap-7fa88b3b8af37d05c312af02e0e3d3f47fb06b78.zip
Update tags/labels/badges migration docs to mention class and change in behavior for alignment in list groups
Diffstat (limited to 'docs')
-rw-r--r--docs/migration.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/migration.md b/docs/migration.md
index af6d81968..bbb5028b3 100644
--- a/docs/migration.md
+++ b/docs/migration.md
@@ -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