]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fixes #20504: Mention .divider to .dropdown-divider name change
authorMark Otto <markdotto@gmail.com>
Mon, 22 Aug 2016 02:56:18 +0000 (19:56 -0700)
committerMark Otto <markdotto@gmail.com>
Mon, 22 Aug 2016 02:56:18 +0000 (19:56 -0700)
docs/migration.md

index b043fbfadb0a8e9d37133c45bfcb596a991fe490..518a142d24eb8bffff6f6620eb31458a93111e85 100644 (file)
@@ -111,6 +111,7 @@ New to Bootstrap 4 is the Reboot, a new stylesheet that builds on Normalize with
 - Simplified dropdown styles to no longer ship with upward or downward facing arrows attached to the dropdown menu.
 - Dropdowns can be built with `<div>`s or `<ul>`s now.
 - Rebuilt dropdown styles and markup to provide easy, built-in support for `<a>` and `<button>` based dropdown items.
+- Renamed `.divider` to `.dropdown-divider`.
 - Dropdown items now require `.dropdown-item`.
 - Dropdown toggles no longer require an explicit `<span class="caret"></span>`; this is now provided automatically via CSS's `::after` on `.dropdown-toggle`.