From 6b3254536bac263c39e3a536c3c13945210d91b2 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 10 Mar 2021 21:51:34 -0800 Subject: [PATCH] Add migration guide entry --- site/content/docs/5.0/migration.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/site/content/docs/5.0/migration.md b/site/content/docs/5.0/migration.md index 3e5fb22e116e..6eaca9f96ae3 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: