aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2020-11-02 10:10:56 +0200
committerXhmikosR <[email protected]>2020-11-14 07:09:15 +0200
commitb38110aa7de32ec71cec4f03342ff0c7f29f2991 (patch)
treecd8f2dcba08b1d73ad3854521b00487718b64951
parentccee9d5de7303b5f26135040614da50b4056c944 (diff)
downloadbootstrap-b38110aa7de32ec71cec4f03342ff0c7f29f2991.tar.xz
bootstrap-b38110aa7de32ec71cec4f03342ff0c7f29f2991.zip
Add note in migration.md
-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 e0ef86ca3..340f8536d 100644
--- a/site/content/docs/5.0/migration.md
+++ b/site/content/docs/5.0/migration.md
@@ -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.