diff options
| author | Mark Otto <[email protected]> | 2015-11-14 17:23:22 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-11-14 17:23:22 -0800 |
| commit | 1a3acc8a4b95f2efc45ccbd5218330c6193c4424 (patch) | |
| tree | 274bc1741bad7ca837040e59cd7d607b9e80e11a /docs/migration.md | |
| parent | 23e746d479f3098448d76ccafc9c2d77019c2562 (diff) | |
| parent | 0d34169e1f1126c0e752694905c037278402e0c8 (diff) | |
| download | bootstrap-1a3acc8a4b95f2efc45ccbd5218330c6193c4424.tar.xz bootstrap-1a3acc8a4b95f2efc45ccbd5218330c6193c4424.zip | |
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
Diffstat (limited to 'docs/migration.md')
| -rw-r--r-- | docs/migration.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/migration.md b/docs/migration.md index 70a52595c..9ee4449fd 100644 --- a/docs/migration.md +++ b/docs/migration.md @@ -73,6 +73,7 @@ New to Bootstrap 4 is the Reboot, a new stylesheet that builds on Normalize with ### Forms - Moved element resets to the `_reboot.scss` file. +- Renamed `.control-label` to `.form-control-label`. - Renamed `.input-lg` and `.input-sm` to `.form-control-lg` and `.form-control-sm`, respectively. - Dropped `.form-group-*` classes for simplicity's sake. Use `.form-control-*` classes instead now. - Horizontal forms overhauled: @@ -80,6 +81,10 @@ New to Bootstrap 4 is the Reboot, a new stylesheet that builds on Normalize with - `.form-group` no longer mixins the `.row` class, so it's now required for grid layouts. - Added new `.form-control-label` class to vertically center labels with `.form-control`s. +### Buttons + +- Renamed `.btn-default` to `.btn-secondary`. + ### Grid system - Added a new `~480px` grid breakpoint, meaning there are now five total tiers. |
