Releases: johndatserakis/vue-navigation-bar
v6.1.0
What's Changed
- Updated with classes by @luisfrocha in #40
New Contributors
- @luisfrocha made their first contribution in #40
Full Changelog: v6.0.1...v6.1.0
v6.0.1
What's Changed
- Add support for additional vue-router params in DynamicLink by @johndatserakis in #39
Full Changelog: v6.0.0...v6.0.1
v6.0.0
What's Changed
- Fix typo by @SpaceDust75 in #36
- Fix TODO-s in README by @szepeviktor in #37
- Update DynamicLink click handling by @johndatserakis in #38
New Contributors
- @SpaceDust75 made their first contribution in #36
- @szepeviktor made their first contribution in #37
Full Changelog: v5.0.2...v6.0.0
Update demo build
v5.0.2 Update demo build
Update demo build
v5.0.1 Update demo build
Upgrade to Vue 3
Vue 3 is supported from v5.0.0 and beyond (current master). To use vue-navigation-bar with Vue 2, use v4.1.0.
Add prop to control tooltip placement
Adds a tooltipPlacement prop that will let users set their desired dropdown placement #23.
Updated option for vue-router usage
Now the path property for menuOptions when using isUsingVueRouter can be an Object with a name property or a simple String indicating your path.
Adds support for path object with name property name for vue-router usage.
Going forward, if you're using the isUsingVueRouter option, you'll need to provide and Object with a name property corresponding to a route. You can set isUsingVueRouter to false to keep using the string option.
Updating color options for icons
This release publishes a lot of work done by @SomethingNew71 recently - namely the customization options around the chevron icons in the menu items and the close/open icons for the collapse concept.
I made this a major version release due to the fact that there aren't necessarily any breaking changes, the usage is different enough to potentially cause some confusion.