From: Mark Otto Date: Sat, 30 Apr 2022 17:01:24 +0000 (-0700) Subject: include in migration guide X-Git-Tag: v5.2.0-beta1~43 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a078b5e0b9c11d5a04497c1d1561fe9d4e0b028b;p=thirdparty%2Fbootstrap.git include in migration guide --- diff --git a/site/content/docs/5.1/migration.md b/site/content/docs/5.1/migration.md index d7fad95a6b..9750e4e77a 100644 --- a/site/content/docs/5.1/migration.md +++ b/site/content/docs/5.1/migration.md @@ -84,6 +84,8 @@ Your custom Bootstrap CSS builds should now look something like this with a sepa - **Popovers and tooltips now use CSS variables.** Some CSS variables have been updated from their Sass counterparts to reduce the number of variables. As a result, three variables have been deprecated in this release: `$popover-arrow-color`, `$popover-arrow-outer-color`, and `$tooltip-arrow-color`. +- **Added new `.text-bg-{color}` helpers.** Instead of setting individual `.text-*` and `.bg-*` utilities, you can now use [the `.text-bg-*` helpers]({{< docsref "helpers/color-background" >}}) to set a `background-color` with contrasting foreground `color`. + - Added `.form-check-reverse` modifier to flip the order of labels and associated checkboxes/radios. - Added [striped columns]({{< docsref "/content/tables#striped-columns" >}}) support to tables via the new `.table-striped-columns` class.