]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Move migration notes
authorXhmikosR <xhmikosr@gmail.com>
Wed, 11 Nov 2020 19:16:20 +0000 (21:16 +0200)
committerXhmikosR <xhmikosr@gmail.com>
Sat, 14 Nov 2020 05:09:15 +0000 (07:09 +0200)
site/content/docs/5.0/migration.md

index 340f8536d757c81cb091ad846cc0dccffc492dae..d288ffd543c533c647eaddce24fff4f8fde09240 100644 (file)
@@ -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.