Skip to content

Releases: johndatserakis/vue-navigation-bar

v6.1.0

20 Oct 02:19
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v6.0.1...v6.1.0

v6.0.1

05 Sep 03:31
ba0926c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.0.0...v6.0.1

v6.0.0

05 Sep 02:47
f6eda9c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.0.2...v6.0.0

Update demo build

18 May 03:42
Compare
Choose a tag to compare
v5.0.2

Update demo build

Update demo build

17 May 04:49
Compare
Choose a tag to compare
v5.0.1

Update demo build

Upgrade to Vue 3

20 Mar 22:04
Compare
Choose a tag to compare

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

15 Nov 22:11
af05628
Compare
Choose a tag to compare

Adds a tooltipPlacement prop that will let users set their desired dropdown placement #23.

Updated option for vue-router usage

21 Jul 02:07
Compare
Choose a tag to compare

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.

18 Jul 04:06
Compare
Choose a tag to compare

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

09 Jul 03:00
Compare
Choose a tag to compare

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.