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

feat(#660): add @nuxtjs/axios support to router #661

Merged
merged 1 commit into from
Jul 25, 2023

Conversation

Decipher
Copy link
Member

Types of changes

  • Bug fix (a non-breaking change which fixes an issue)
  • New feature (a non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Description

Added support for Nuxt Axios module in Router plugin as per the same feature in the core Druxt plugin.
Fixes #660

Checklist:

  • My change requires a change to the documentation.
  • I have updated the documentation accordingly. (PR: #)
  • I have added tests to cover my changes (if not applicable, please state why)
  • All new and existing tests are passing.

Screenshots/Media:

@changeset-bot
Copy link

changeset-bot bot commented Jul 25, 2023

🦋 Changeset detected

Latest commit: 07548ad

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 6 packages
Name Type
druxt-router Minor
druxt-blocks Patch
druxt-breadcrumb Patch
druxt-entity Patch
druxt-site Patch
druxt-views Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@codecov
Copy link

codecov bot commented Jul 25, 2023

Codecov Report

Merging #661 (07548ad) into develop (400e4f8) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff            @@
##           develop     #661   +/-   ##
========================================
  Coverage    96.14%   96.14%           
========================================
  Files           91       91           
  Lines         2362     2362           
  Branches       509      509           
========================================
  Hits          2271     2271           
  Misses          76       76           
  Partials        15       15           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@Decipher Decipher merged commit 8609410 into develop Jul 25, 2023
@Decipher Decipher deleted the feature/660-router_plugin_axios_bugin branch July 25, 2023 02:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Druxt Router not passing authentication headers to Decoupled Router
1 participant