-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(navbar-nav): New b-navbar-nav component #1231
Conversation
The class 'nav' is no longer used in BS V4.beta.2 when the nav is a navbar-nav.
Codecov Report
@@ Coverage Diff @@
## dev #1231 +/- ##
=========================================
- Coverage 33.02% 33% -0.02%
=========================================
Files 109 110 +1
Lines 2877 2881 +4
Branches 895 925 +30
=========================================
+ Hits 950 951 +1
- Misses 1548 1550 +2
- Partials 379 380 +1
Continue to review full report at Codecov.
|
Dedicated `b-navbar-nav` functional component, with less weight than the `b-nav`
docs/components/navbar/meta.json
Outdated
@@ -3,11 +3,11 @@ | |||
"component": "bNavbar", | |||
"components": [ | |||
"bNavbarNav", | |||
"bNavbarBrand" | |||
"bNavbarBrand", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
The class 'nav' is no longer used in BS V4.beta.2 when the nav is a navbar-nav.
Introduce a new lightweight functional
<b-navbar-nav>
component.Deprecate
is-nav-bar
prop on<b-nav>