diff options
| author | XhmikosR <[email protected]> | 2020-11-11 21:16:20 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2020-11-14 07:09:15 +0200 |
| commit | f39666b61cebbe4d23813deeb9a0b72feb31d155 (patch) | |
| tree | 8525cdd3a80906ae2c9b685fa29884fc3f531414 | |
| parent | e530118117af509ffb97029cd250a23ee08120b6 (diff) | |
| download | bootstrap-f39666b61cebbe4d23813deeb9a0b72feb31d155.tar.xz bootstrap-f39666b61cebbe4d23813deeb9a0b72feb31d155.zip | |
Move migration notes
| -rw-r--r-- | site/content/docs/5.0/migration.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/site/content/docs/5.0/migration.md b/site/content/docs/5.0/migration.md index 340f8536d..d288ffd54 100644 --- a/site/content/docs/5.0/migration.md +++ b/site/content/docs/5.0/migration.md @@ -7,7 +7,11 @@ aliases: "/migration/" toc: true --- -## Beta 1 +## v5.0.0-beta1 + +### 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`. ### Sass @@ -15,10 +19,6 @@ 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. |
