Skip to content

Commit

Permalink
Fixes #20504: Mention .divider to .dropdown-divider name change
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Aug 22, 2016
1 parent c2b8012 commit 07f341e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand Down

0 comments on commit 07f341e

Please sign in to comment.