1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-21 04:41:36 +02:00

Update migration guide for removal of .form-text (#30134)

Closes #29630
This commit is contained in:
Mark Otto
2020-02-04 01:14:55 -08:00
committed by GitHub
parent f887fc5cec
commit 3b2aadf2a1

View File

@@ -90,6 +90,7 @@ Changes to Reboot, typography, tables, and more.
- Renamed `.custom-range` to `.form-range` (including variables). - Renamed `.custom-range` to `.form-range` (including variables).
- Dropped `.form-group` for margin utilities (we've replaced our docs examples with `.mb-3`). - 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 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 ## Components