Skip to content

Commit 19a012f

Browse files
authored
Document migration of outline button class in v4
See twbs#17719
1 parent 7d2295f commit 19a012f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/migration.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ New to Bootstrap 4 is the Reboot, a new stylesheet that builds on Normalize with
100100
- Dropped the `.btn-xs` class entirely as `.btn-sm` is proportionally much smaller than v3's.
101101
- The [stateful button](http://getbootstrap.com/javascript/#buttons-methods) feature of the `button.js` jQuery plugin has been dropped. This includes the `$().button(string)` and `$().button('reset')` methods. We advise using a tiny bit of custom JavaScript instead, which will have the benefit of behaving exactly the way you want it to.
102102
- Note that the other features of the plugin (button checkboxes, button radios, single-toggle buttons) have been retained in v4.
103+
- Renamed `.btn-*-outline` to `.btn-outline-*`.
103104

104105
### Button group
105106

0 commit comments

Comments
 (0)