From e0bf6d87cbcc645bd2c0d28b707815f3d67d72b7 Mon Sep 17 00:00:00 2001 From: alberto Date: Wed, 7 Oct 2015 23:35:37 +0200 Subject: [PATCH] fixes #17781: Add migration docs note that .control-label is gone in v4 --- docs/migration.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/migration.md b/docs/migration.md index aa9aa114a1..6d8bdc6113 100644 --- a/docs/migration.md +++ b/docs/migration.md @@ -70,6 +70,7 @@ New to Bootstrap 4 is the Reboot, a new stylesheet that builds on Normalize with ### Forms - Moved element resets to the `_reboot.scss` file. +- Renamed `.control-label` to `.form-control-label`. - Renamed `.input-lg` and `.input-sm` to `.form-control-lg` and `.form-control-sm`, respectively. - Dropped `.form-group-*` classes for simplicity's sake. Use `.form-control-*` classes instead now. - Horizontal forms overhauled: