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.2.0
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.3.0
Choose a head ref
  • 15 commits
  • 46 files changed
  • 7 contributors

Commits on May 19, 2020

  1. chore(changelog): 3.2.0

    posva committed May 19, 2020
    Configuration menu
    Copy the full SHA
    db39ae1 View commit details
    Browse the repository at this point in the history
  2. feat(history): Remove event listeners when all apps are destroyed. (#…

    …3172)
    
    * feat(history): Remove event listeners when all apps are destroyed.
    
    * fix(tests): Adding test assertions
    
    * fix(feedback): addressing @posva's feedback
    
    * fix(index): posva's feedback
    
    * feat(tests): adding multi-app test
    
    * fix(feedback): posva's feedback
    
    * fix(feedback): unmounting apps with buttons outside of the app
    
    Close #3152
    Close #2341
    joeldenning authored May 19, 2020
    Configuration menu
    Copy the full SHA
    4c81be8 View commit details
    Browse the repository at this point in the history
  3. feat(errors): create router errors (#3047)

    * test: add example for navigation errors
    
    * test: add unit tests for navigation errors
    
    * feat(errors): create router errors
    lmichelin authored May 19, 2020
    4 Configuration menu
    Copy the full SHA
    4c727f9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1bc23f1 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2020

  1. docs: add installation instructions using Vue CLI (#3206)

    [skip ci]
    * docs: add installation instructions using Vue CLI
    
    * Update docs/installation.md
    
    Co-authored-by: Eduardo San Martin Morote <posva@users.noreply.github.com>
    gtsiolis and posva authored May 20, 2020
    Configuration menu
    Copy the full SHA
    f11e531 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    191277f View commit details
    Browse the repository at this point in the history
  3. docs: typo

    posva committed May 20, 2020
    Configuration menu
    Copy the full SHA
    c0e86fa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    231f4a5 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2020

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

Commits on May 26, 2020

  1. docs(zh): update (#3178)

    Jinjiang authored May 26, 2020
    Configuration menu
    Copy the full SHA
    af75417 View commit details
    Browse the repository at this point in the history
  2. feat(url): call afterEach hooks after url is ensured (#2292)

    Closes #2079
    
    This helps integrating with external scripts and makes more sense as the
    navigation is finished.  However, onComplete callback passed to
    `router.push` is now called before `afterEach` hooks. This shouldn't be
    a problem as there's no guarantee provided anywhere in the docs about
    this
    posva authored May 26, 2020
    Configuration menu
    Copy the full SHA
    1575a18 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2020

  1. build: show version

    posva committed May 27, 2020
    Configuration menu
    Copy the full SHA
    166249a View commit details
    Browse the repository at this point in the history
  2. refactor: use forEach

    posva committed May 27, 2020
    Configuration menu
    Copy the full SHA
    c29460d View commit details
    Browse the repository at this point in the history
  3. build: bundle 3.3.0

    posva committed May 27, 2020
    Configuration menu
    Copy the full SHA
    e3332f2 View commit details
    Browse the repository at this point in the history
  4. chore(release): 3.3.0

    posva committed May 27, 2020
    Configuration menu
    Copy the full SHA
    d1f0506 View commit details
    Browse the repository at this point in the history
Loading