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

Active link on query param matches #699

Merged
merged 1 commit into from
Mar 24, 2020

Conversation

agubler
Copy link
Member

@agubler agubler commented Mar 24, 2020

Type: bug / feature

The following has been addressed in the PR:

Description:

Include query params when checking if a link is considered active.

Resolves #697

@agubler agubler force-pushed the active-link-query-params branch from 834448d to f181e43 Compare March 24, 2020 12:02
@codesandbox-ci
Copy link

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit f181e43:

Sandbox Source
affectionate-brattain-nh08v Configuration
strange-mclean-io5yy Issue #697

@codecov
Copy link

codecov bot commented Mar 24, 2020

Codecov Report

Merging #699 into master will not change coverage by %.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #699   +/-   ##
=======================================
  Coverage   97.80%   97.80%           
=======================================
  Files         119      119           
  Lines        6893     6893           
  Branches     1559     1559           
=======================================
  Hits         6742     6742           
  Misses        151      151           
Impacted Files Coverage Δ
src/routing/ActiveLink.ts 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 83414e3...f181e43. Read the comment docs.

Copy link
Contributor

@rorticus rorticus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You are basically my hero.

@agubler agubler merged commit 2176206 into dojo:master Mar 24, 2020
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.

ActiveLink‘s isActive check should take into account queryParams
2 participants