]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Update tags/labels/badges migration docs to mention class and change in behavior...
authorMark Otto <markdotto@gmail.com>
Wed, 11 May 2016 23:11:17 +0000 (16:11 -0700)
committerMark Otto <markdotto@gmail.com>
Wed, 11 May 2016 23:11:17 +0000 (16:11 -0700)
docs/migration.md

index af6d8196890c4fd0f9266a8e513d10d38f095cda..bbb5028b3a7f35ac17562e1b87b5d04b6fc6f12e 100644 (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