]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
mention updates in migration doc
authorMark Otto <markdotto@gmail.com>
Thu, 15 Jun 2017 03:31:17 +0000 (20:31 -0700)
committerMark Otto <markdotto@gmail.com>
Thu, 15 Jun 2017 03:31:17 +0000 (20:31 -0700)
docs/4.0/migration.md

index be861bac93826e4f3974ec99e09336b5b2107d37..4779d1b4d1489f3d14dfc4ca930c4b64d4e265ee 100644 (file)
@@ -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