From 3b2aadf2a1d2b516e72cc930aa1f0b1139cc73fe Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 4 Feb 2020 01:14:55 -0800 Subject: [PATCH] Update migration guide for removal of .form-text (#30134) Closes #29630 --- site/content/docs/4.3/migration.md | 1 + 1 file changed, 1 insertion(+) diff --git a/site/content/docs/4.3/migration.md b/site/content/docs/4.3/migration.md index a46b3e5643..4a5d43ede5 100644 --- a/site/content/docs/4.3/migration.md +++ b/site/content/docs/4.3/migration.md @@ -90,6 +90,7 @@ Changes to Reboot, typography, tables, and more. - Renamed `.custom-range` to `.form-range` (including variables). - Dropped `.form-group` for margin utilities (we've replaced our docs examples with `.mb-3`). - Dropped support for `.form-control-plaintext` inside `.input-group`s. +- Dropped `.form-text` as existing utilities cover this use class's former use case (e.g., `.mt-2`, `.text-small`, and/or `.text-muted`). ## Components