From e06ffa288fd4b664d1b539a3249eaccf196c652a Mon Sep 17 00:00:00 2001 From: Tobias Bengfort Date: Thu, 28 Jan 2021 07:05:05 +0100 Subject: [PATCH] migration: mention `.form-text` changes (#32911) see #30598 and #30565 --- site/content/docs/5.0/migration.md | 1 + 1 file changed, 1 insertion(+) diff --git a/site/content/docs/5.0/migration.md b/site/content/docs/5.0/migration.md index 5be6c6fa1b..49d11a9896 100644 --- a/site/content/docs/5.0/migration.md +++ b/site/content/docs/5.0/migration.md @@ -374,6 +374,7 @@ Changes to Reboot, typography, tables, and more. - Dropped support for `.form-control-plaintext` inside `.input-group`s. - Dropped `.input-group-append` and `.input-group-prepend`. You can now just add buttons and `.input-group-text` as direct children of the input groups. - Form labels now require the `.form-label` class. Sass variables are now available to style form labels to your needs. [See #30476](https://github.com/twbs/bootstrap/pull/30476) +- `.form-text` no longer sets `display`, but does set `color` and `font-size`. So instead of `` you should now use `
`. ### Components