diff options
| author | Herst <[email protected]> | 2017-09-05 00:33:18 +0200 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-09-04 15:33:18 -0700 |
| commit | f8048c817fbcc465afe6923c204f4f0e445fea1e (patch) | |
| tree | 4583897091db83ad22db4c546a0c97e61b6e2000 | |
| parent | 612eff63690b58dfa3fbda92ec887560b24788f0 (diff) | |
| download | bootstrap-f8048c817fbcc465afe6923c204f4f0e445fea1e.tar.xz bootstrap-f8048c817fbcc465afe6923c204f4f0e445fea1e.zip | |
Mention dropping of .checkbox/.radio (#23656)
* Mention dropping of .checkbox/.radio
* copy edirts
| -rw-r--r-- | docs/4.0/migration.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/4.0/migration.md b/docs/4.0/migration.md index b7568bbe5..6b34a093e 100644 --- a/docs/4.0/migration.md +++ b/docs/4.0/migration.md @@ -100,6 +100,7 @@ New to Bootstrap 4 is the [Reboot]({{ site.baseurl }}/docs/{{ site.docs_version - Dropped `.form-group-*` classes for simplicity's sake. Use `.form-control-*` classes instead now. - Dropped `.help-block` and replaced it with `.form-text` for block-level help text. For inline help text and other flexible options, use utility classes like `.text-muted`. - Dropped `.radio-inline` and `.checkbox-inline`. +- Consolidated `.checkbox` and `.radio` into `.form-check` and the various `.form-check-*` classes. - Horizontal forms overhauled: - Dropped the `.form-horizontal` class requirement. - `.form-group` no longer applies styles from the `.row` via mixin, so `.row` is now required for horizontal grid layouts (e.g., `<div class="form-group row">`). |
