Open greenkeeper[bot] opened 7 years ago
Update to this version instead π
Update to this version instead π
The new version differs by 9 commits.
90cd269
[release] 3.0.1
c732135
[build] 3.0.1
eea2d82
run e2e in phantom by default
02ff792
fix: fix props-passing regression
7ac16f7
update vue to 2.5
ccf7a8b
build: use uglify preamble option
64d9cd1
[RU] Fix typos (#1803)
17e13a8
[RU] Translation update (#1802)
b707352
docs: update version info
See the full diff
dependency
vue-router was updated from 2.7.0
to 3.0.2
.Update to this version instead π
The new version differs by 133 commits.
cf9dc11
[release] 3.0.2
7f9ed30
[build] 3.0.2
d97d902
docs(kr): fix this$.route
to this.$route
(#2484)
701d02b
docs(ja): Fix incorrect bold style (#2459)
da1e648
chore(readme): fix badge
c7050bc
docs: fix type of props option in RouteConfig api
10e3f33
docs(ru): Improved translation (#2448)
09fea62
Update nested-routes.md (#2436)
51f7971
docs(vuepress): move fr gitbook doc to vuepress (#2411)
8dadf97
types: error handlers get an Error as first argument (#2377)
9196bb0
types: add component type to in-component guards (#2382)
99c4436
docs(ja): update docs (#2376)
b2e0525
docs: [RU] Translation update (#2352)
dc48bb6
chore(examples): add missing semicolon in CSS file from transitions example (#2379)
8369c6b
fix(hash): support unicode in initial route
There are 133 commits in total.
See the full diff
dependency
vue-router was updated from 2.7.0
to 3.0.3
.Update to this version instead π
The new version differs by 48 commits.
ab0aed0
chore(release): 3.0.3
e50e29e
chore(build): 3.0.3
f9da191
chore: igonre vscode config dir
84a5e30
chore(release): adapt commit messages
3362683
chore: add eslintignore
63d8548
build(release): add changelog with checks
228d1a2
docs(build): add releasing notes
7ff4de4
fix(resolve): use current location if not provided (#2390)
53cce99
fix(normalizeLocation): create a copy with named locations (#2286)
e57882c
docs(zn): fix wrong characters in (#2681)
b8e7b7a
docs: fix netlify deploy (#2669)
0b4d69e
docs: fix broken link (#2638)
bd41be0
docs(zh): JavaScript (#2625)
a96ea88
chore(ci): use vuejs/ci docker image (#2632)
cda849d
docs: Fix small grammatical error in redirect-and-alias (#2623)
There are 48 commits in total.
See the full diff
dependency
vue-router was updated from 2.7.0
to 3.0.4
.dependency
vue-router was updated from 2.7.0
to 3.0.5
.dependency
vue-router was updated from 2.7.0
to 3.0.6
.dependency
vue-router was updated from 2.7.0
to 3.0.7
.dependency
vue-router was updated from 2.7.0
to 3.1.0
.dependency
vue-router was updated from 2.7.0
to 3.1.1
.dependency
vue-router was updated from 2.7.0
to 3.1.2
.
Version 2.8.0 of vue-router was just published.
The version 2.8.0 is not covered by your current version range.
If you donβt accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
It might be worth looking into these changes and trying to get this project onto the latest version of vue-router.
If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you donβt have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.
Release Notes
v2.8.0New Features
Hash mode now also supports
scrollBehavior
when the browser supportshistory.pushState
. (@ariesjia via #1662)scrollBehavior
now supports returning a Promise. The scrolling will be executed when the Promise is resolved. (@homerjam via #1758)Fixed
Commits
The new version differs by 75 commits.
798e968
[release] 2.8.0
c163bbb
[build] 2.8.0
f0871d1
update docs/types for new features
effb114
fix: deep clone query when creating routes
3cc08fb
build: update build script
836d9c1
build: revert selenium-server for CI
a7dd72c
fix type test
deba65a
bump deps
006edce
test: fix e2e tests
4e95bd8
fix: handle null values when comparing objects (#1568)
1422eb5
feat: enhance hashHistory to support scrollBehavior (#1662)
ce13b55
feat: scrollBehavior accept returning a promise (#1758)
a722b6a
fix: send props not defined on the route component in $attrs. Fixes #1695. (#1702)
3b16bf1
docs: improve in-component guard examples (#1704)
3cbc0f3
fix: avoid first popstate event with async guard together (fix #1508) (#1661)
There are 75 commits in total.
See the full diff
FAQ and help
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those donβt help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).Your Greenkeeper bot :palm_tree: