From: Mark Otto Date: Tue, 4 Feb 2020 09:14:55 +0000 (-0800) Subject: Update migration guide for removal of .form-text (#30134) X-Git-Tag: v5.0.0-alpha1~480 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b2aadf2a1d2b516e72cc930aa1f0b1139cc73fe;p=thirdparty%2Fbootstrap.git Update migration guide for removal of .form-text (#30134) Closes #29630 --- 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