aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2017-06-14 20:31:17 -0700
committerMark Otto <[email protected]>2017-06-14 20:31:17 -0700
commitc2b68104b65531db02e1f56ef51199ad34f671f3 (patch)
tree48c1c5b36f19d30fa4e10c7aef13359a48b006ed
parent3fb1bf7a20ea3fcc582e6b84416d7489a65880a8 (diff)
downloadbootstrap-c2b68104b65531db02e1f56ef51199ad34f671f3.tar.xz
bootstrap-c2b68104b65531db02e1f56ef51199ad34f671f3.zip
mention updates in migration doc
-rw-r--r--docs/4.0/migration.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/4.0/migration.md b/docs/4.0/migration.md
index be861bac9..4779d1b4d 100644
--- a/docs/4.0/migration.md
+++ b/docs/4.0/migration.md
@@ -103,8 +103,10 @@ New to Bootstrap 4 is the [Reboot]({{ site.baseurl }}/docs/{{ site.docs_version
- 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">`).
- Added new `.form-control-label` class to vertically center labels with `.form-control`s.
+ - Added new `.form-row` for compact form layouts with the grid classes (swap your `.row` for a `.form-row` and go).
- Added custom forms support (for checkboxes, radios, selects, and file inputs).
- Renamed `.has-error` to `.has-danger`.
+- Added HTML5 form validation support via CSS's `:invalid` and `:valid` pseudo-classes.
### Buttons