]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Update migration docs for .has-error rename
authorHugh Bellamy <hughbellars@gmail.com>
Mon, 22 May 2017 01:53:06 +0000 (08:53 +0700)
committerMark Otto <markd.otto@gmail.com>
Sat, 27 May 2017 03:54:39 +0000 (20:54 -0700)
docs/migration.md

index 37b9ce3910ac9d749e374a3bf8dec9a413aabf4d..6bbf754cb173011bc9d13c4547a7a42515788d03 100644 (file)
@@ -97,6 +97,7 @@ New to Bootstrap 4 is the Reboot, a new stylesheet that builds on Normalize with
   - `.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 custom forms support (for checkboxes, radios, selects, and file inputs).
+- Renamed `.has-error` to `.has-danger`.
 
 ### Buttons