From 0a3864641b5cbd27a0b7eff153ef661f3eda3802 Mon Sep 17 00:00:00 2001 From: Jeremy Thompson Date: Mon, 6 Jun 2022 17:28:23 -0400 Subject: [PATCH] Add .active navbar breaking change to 5.0 docs --- site/content/docs/5.2/migration.md | 1 + 1 file changed, 1 insertion(+) 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