diff options
| author | Chris Rebert <[email protected]> | 2015-12-07 17:02:48 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-12-07 17:02:48 -0800 |
| commit | ed0e6be8637339b1c0e0a034fb8114d3e2a0b3d7 (patch) | |
| tree | 1703a9b1b09c7f2e8b2075f4ffbf0d94e3f16f0b /docs | |
| parent | 5d4fd87bfaa82a6565abea2344c24db94d478035 (diff) | |
| parent | e11708369472293937b1fd11ba5973b79bf495f7 (diff) | |
| download | bootstrap-ed0e6be8637339b1c0e0a034fb8114d3e2a0b3d7.tar.xz bootstrap-ed0e6be8637339b1c0e0a034fb8114d3e2a0b3d7.zip | |
Merge pull request #18460 from twbs/migration-stateful-btn
Add entry about stateful buttons to v4 migration guide
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/migration.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/migration.md b/docs/migration.md index 39c398b33..e53fbbed2 100644 --- a/docs/migration.md +++ b/docs/migration.md @@ -85,6 +85,8 @@ New to Bootstrap 4 is the Reboot, a new stylesheet that builds on Normalize with - Renamed `.btn-default` to `.btn-secondary`. - Dropped the `.btn-xs` class entirely. +- 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. + - Note that the other features of the plugin (button checkboxes, button radios, single-toggle buttons) have been retained in v4. ### Grid system |
