]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Mention dropping of .checkbox/.radio (#23656)
authorHerst <Herst@users.noreply.github.com>
Mon, 4 Sep 2017 22:33:18 +0000 (00:33 +0200)
committerMark Otto <markd.otto@gmail.com>
Mon, 4 Sep 2017 22:33:18 +0000 (15:33 -0700)
* Mention dropping of .checkbox/.radio

* copy edirts

docs/4.0/migration.md

index b7568bbe5859481a0068d6e3af5a0aa58553f105..6b34a093e094763317178a89030c188a1924955f 100644 (file)
@@ -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">`).