From: Jeremy Thompson Date: Mon, 6 Jun 2022 21:28:23 +0000 (-0400) Subject: Add .active navbar breaking change to 5.0 docs X-Git-Tag: v5.2.0~69 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0a3864641b5cbd27a0b7eff153ef661f3eda3802;p=thirdparty%2Fbootstrap.git Add .active navbar breaking change to 5.0 docs --- diff --git a/site/content/docs/5.2/migration.md b/site/content/docs/5.2/migration.md index 9750e4e77a..dbeb8f60c8 100644 --- a/site/content/docs/5.2/migration.md +++ b/site/content/docs/5.2/migration.md @@ -388,6 +388,7 @@ Want more information? [Read the v5.1.0 blog post.](https://blog.getbootstrap.co ### Navbars - Breaking Navbars now require a container within (to drastically simplify spacing requirements and CSS required). +- Breaking The `.active` class can no longer be applied to `.nav-item`s, it must be applied directly on `.nav-link`s. ### Offcanvas