mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Add migration guide entry
This commit is contained in:
parent
5c6e72c6fe
commit
6b3254536b
1 changed files with 4 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue