From 658fbd5c96244a28c225bd6e5e64f2c8c0409327 Mon Sep 17 00:00:00 2001 From: "Patrick H. Lauke" Date: Fri, 28 Apr 2017 00:49:24 +0100 Subject: [PATCH] Add note to migration guide --- docs/4.0/migration.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/4.0/migration.md b/docs/4.0/migration.md index be861bac93..5d5343ca91 100644 --- a/docs/4.0/migration.md +++ b/docs/4.0/migration.md @@ -105,6 +105,7 @@ New to Bootstrap 4 is the [Reboot]({{ site.baseurl }}/docs/{{ site.docs_version - 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`. +- Renamed `.form-control-static` to `.form-control-plaintext`. ### Buttons