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/router
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.0.0-beta.11
Choose a base ref
...
head repository: vuejs/router
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.0.0-beta.12
Choose a head ref
  • 17 commits
  • 13 files changed
  • 5 contributors

Commits on Sep 20, 2020

  1. fix(types): extend @vue/runtime-core module (#473)

    `declare module 'vue'` seems only to work if there is no other additional plugin
    Shinigami92 authored Sep 20, 2020
    Configuration menu
    Copy the full SHA
    556cd4b View commit details
    Browse the repository at this point in the history
  2. docs: note about router-view slot

    From #475
    posva committed Sep 20, 2020
    Configuration menu
    Copy the full SHA
    c9d4311 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2020

  1. Configuration menu
    Copy the full SHA
    ac7fb91 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc92e98 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fe9111e View commit details
    Browse the repository at this point in the history
  4. docs: fix named views

    posva committed Sep 21, 2020
    Configuration menu
    Copy the full SHA
    bb61528 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    118fe49 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ab9c057 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    decabb5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    018d108 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    42590f6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    29b12b2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c44635a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    42bee8c View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2020

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

Commits on Sep 25, 2020

  1. build: remove browser field from package.json

    fixes the webpack target to be the esm-bundler like vue
    posva committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    7bd6e67 View commit details
    Browse the repository at this point in the history
  2. release: v4.0.0-beta.12

    posva committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    d7e3552 View commit details
    Browse the repository at this point in the history
Loading