From: Hugh Bellamy Date: Mon, 22 May 2017 01:53:06 +0000 (+0700) Subject: Update migration docs for .has-error rename X-Git-Tag: v4.0.0-beta~166^2~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a8728d54c2a89b923ca019f8daf497927aeccdd;p=thirdparty%2Fbootstrap.git Update migration docs for .has-error rename --- diff --git a/docs/migration.md b/docs/migration.md index 37b9ce3910..6bbf754cb1 100644 --- a/docs/migration.md +++ b/docs/migration.md @@ -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., `
`). - 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