1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-14 01:24:19 +02:00

Add note in migration.md

This commit is contained in:
Mark Otto
2020-11-02 10:10:56 +02:00
committed by XhmikosR
parent ccee9d5de7
commit b38110aa7d

View File

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