Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2021-03-11 08:51:34 +0300
committerMark Otto <otto@github.com>2021-03-11 09:04:32 +0300
commit6b3254536bac263c39e3a536c3c13945210d91b2 (patch)
tree6e032e221c6d83fc7b93ea9e6340b3064d7b7b19
parent5c6e72c6fea2cef2c7e169ed1d68f9146081d246 (diff)
Add migration guide entry
-rw-r--r--site/content/docs/5.0/migration.md4
1 files changed, 4 insertions, 0 deletions
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: