Skip to content
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

Bump vue-navigation-bar from 2.1.1 to 4.1.0 #130

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps vue-navigation-bar from 2.1.1 to 4.1.0.

Release notes

Sourced from vue-navigation-bar's releases.

Add prop to control tooltip placement

Adds a tooltipPlacement prop that will let users set their desired dropdown placement johndatserakis/vue-navigation-bar#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.

Changelog

Sourced from vue-navigation-bar's changelog.

4.1.0 (2020-10-15)

  • Adds tooltipPlacement prop to control direction of menu tooltip. This prevents the tooltip libraries from adjusting the position once set. This is preferable for a dropdown-type system we have here. Thank you @jeffreykthomas for your research and help on this.

1.3.1 (2019-08-06)

  • Adjusting project formatting.
  • Renamed events mobile-popup-shown and mobile-popup-hidden to vnb-mobile-popup-shown and vnb-mobile-popup-hidden.
  • Added ability to make links emit events instead of triggering their path. Good for cases when you want to run a function using a menuOption instead of following a link.
  • Hiding the popup and collapse button if there are no menuOptions to show.
  • Added tooltipAnimationType to the options so that you can change the dropdown animation type.

1.3.0 (2019-04-23)

  • Added the ability to provide your own collapse open and close image - collapseButtonImageOpen and collapseButtonImageClose . Added dynamic id functionality to the menu options to allow for multiple instances of the component.

1.2.0 (2019-03-29)

  • Added optional slot option named custom-slot .

1.0.0 (2019-03-18)

  • Initial work
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Nov 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants