From: Mark Otto Date: Thu, 11 Mar 2021 05:51:34 +0000 (-0800) Subject: Add migration guide entry X-Git-Tag: v5.0.0-beta3~38 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b3254536bac263c39e3a536c3c13945210d91b2;p=thirdparty%2Fbootstrap.git Add migration guide entry --- diff --git a/site/content/docs/5.0/migration.md b/site/content/docs/5.0/migration.md index 3e5fb22e11..6eaca9f96a 100644 --- a/site/content/docs/5.0/migration.md +++ b/site/content/docs/5.0/migration.md @@ -9,6 +9,10 @@ toc: true ## v5.0.0-beta3 +### Components + +- Added new [`.list-group-numbered` modifier]({{< docsref "/components/list-group#numbered" >}}) to list groups. + ### JavaScript - All plugins can now accept a CSS selector as the first argument. You can either pass a DOM element or any valid CSS selector to create a new instance of the plugin: