Add migration guide entry

This commit is contained in:
Mark Otto 2021-03-10 21:51:34 -08:00 committed by Mark Otto
parent 5c6e72c6fe
commit 6b3254536b
1 changed files with 4 additions and 0 deletions

View File

@ -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: