mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-21 23:10:23 +00:00
Add note in migration.md
This commit is contained in:
parent
ccee9d5de7
commit
b38110aa7d
1 changed files with 4 additions and 0 deletions
|
|
@ -15,6 +15,10 @@ toc: true
|
|||
|
||||
## v5.0.0-alpha3
|
||||
|
||||
### JavaScript
|
||||
|
||||
- Data attributes for all JavaScript plugins are now namespaced to help distinguish Bootstrap functionality from third parties and your own code. For example, we use `data-bs-toggle` instead of `data-toggle`.
|
||||
|
||||
### Browser support
|
||||
|
||||
- Dropped support for Microsoft Edge Legacy. See [here](#browser-support-1) for the previous browser support changes.
|
||||
|
|
|
|||
Loading…
Reference in a new issue