-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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-alpha.14
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: vuejs/router
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.0.0-beta.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 15 commits
- 37 files changed
- 2 contributors
Commits on Jul 1, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 1b52913 - Browse repository at this point
Copy the full SHA 1b52913View commit details -
Configuration menu - View commit details
-
Copy full SHA for fceaaea - Browse repository at this point
Copy the full SHA fceaaeaView commit details
Commits on Jul 2, 2020
-
fix(router-view): preserve keep-alive route guard this context (#344)
* refactor: refactor router-view + fix keep-alive route guard this context * test: add skipped unit test for keep alive * refactor(e2e): omit props in v-slot * test(e2e): add guard tests keep alive * test(e2e): fix keep alive test * refactor(router-view): render slot content if empty Co-authored-by: Eduardo San Martin Morote <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 994c073 - Browse repository at this point
Copy the full SHA 994c073View commit details -
Configuration menu - View commit details
-
Copy full SHA for e4b3fbe - Browse repository at this point
Copy the full SHA e4b3fbeView commit details -
Configuration menu - View commit details
-
Copy full SHA for d9dad0b - Browse repository at this point
Copy the full SHA d9dad0bView commit details -
Configuration menu - View commit details
-
Copy full SHA for bb9d0ee - Browse repository at this point
Copy the full SHA bb9d0eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 93891ab - Browse repository at this point
Copy the full SHA 93891abView commit details -
Configuration menu - View commit details
-
Copy full SHA for d3591f9 - Browse repository at this point
Copy the full SHA d3591f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a6a658 - Browse repository at this point
Copy the full SHA 5a6a658View commit details -
Configuration menu - View commit details
-
Copy full SHA for 059f8c3 - Browse repository at this point
Copy the full SHA 059f8c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4efe1b8 - Browse repository at this point
Copy the full SHA 4efe1b8View commit details
Commits on Jul 3, 2020
-
Configuration menu - View commit details
-
Copy full SHA for c6274ae - Browse repository at this point
Copy the full SHA c6274aeView commit details -
refactor(history): simplify location as a string
BREAKING CHANGE: HistoryLocation is just a string now. It was pretty much an internal property but it could be used inside `history.state`. It used to be an object `{ fullPath: '/the-url' }`. And it's now just the `fullPath` property.
Configuration menu - View commit details
-
Copy full SHA for 10a071c - Browse repository at this point
Copy the full SHA 10a071cView commit details -
refactor(router): remove history property
BREAKING CHANGE: the history property was marked as internal already. Since we need to pass the history instance to the router, we always have access to it, differently from Vue Router 3 where the history was instantiated internally. The history API was also internal (it wasn't documented), so this change shouldn't be a problem as people shouldn't be relying on `router.history` in their apps. If you think this property is needed, please open an issue to discuss the use case. Note it's already accessible as you have to create it: ```js export const history = createWebHistory() export const router = createRouter({ history, routes: [] }) ```
Configuration menu - View commit details
-
Copy full SHA for aba3a3f - Browse repository at this point
Copy the full SHA aba3a3fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 53ae7bc - Browse repository at this point
Copy the full SHA 53ae7bcView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v4.0.0-alpha.14...v4.0.0-beta.1