Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: vuejs/vue-router
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.1.5
Choose a base ref
...
head repository: vuejs/vue-router
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.1.6
Choose a head ref
  • 8 commits
  • 18 files changed
  • 5 contributors

Commits on Jan 15, 2020

  1. chore(changelog): 3.1.5

    posva committed Jan 15, 2020
    Configuration menu
    Copy the full SHA
    256cf3e View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2020

  1. Configuration menu
    Copy the full SHA
    38e6ccd View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2020

  1. fix(ts): add null to Route.name (#3117)

    * Update type of Route.name
    
    On very first load, `name` is `null`, not `string` or `undefined`. This means that either the passed route is wrong, or the type is incorrect.
    
    * fix(tests): fix type test
    rijkvanzanten authored Feb 7, 2020
    Configuration menu
    Copy the full SHA
    8f831f2 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2020

  1. docs: fix guard example (#3129)

    * Update guard example to avoid stack overflow
    
    * Update docs/guide/advanced/navigation-guards.md
    
    Co-Authored-By: Eduardo San Martin Morote <posva@users.noreply.github.com>
    
    * Use route name in next() call for consistency
    
    Co-authored-by: Eduardo San Martin Morote <posva@users.noreply.github.com>
    NoelDeMartin and posva authored Feb 23, 2020
    Configuration menu
    Copy the full SHA
    8fdd9c5 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2020

  1. Configuration menu
    Copy the full SHA
    a4ec3e2 View commit details
    Browse the repository at this point in the history
  2. test: spy on console.warn

    posva committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    f2024d5 View commit details
    Browse the repository at this point in the history
  3. build: bundle 3.1.6

    posva committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    02d2488 View commit details
    Browse the repository at this point in the history
  4. chore(release): 3.1.6

    posva committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    32bb16c View commit details
    Browse the repository at this point in the history
Loading