renovate[bot]
|
f0c1375477
|
chore(deps): update all non-major dependencies (#8137)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2020-10-08 16:34:45 +02:00 |
|
Clark Du
|
61e93d01f9
|
Revert "fix(vue-app): use mixin to provide this.$nuxt (#8068)"
This reverts commit 8abdc177be .
|
2020-09-30 12:08:57 +01:00 |
|
Daniel Roe
|
8abdc177be
|
fix(vue-app): use mixin to provide this.$nuxt (#8068)
Co-authored-by: Clark Du <clark.duxin@gmail.com>
|
2020-09-30 11:16:16 +01:00 |
|
Dmitriy
|
79440f3ce5
|
fix(vue-app): scrollRestoration hasn't set (#8055)
|
2020-09-30 10:57:36 +01:00 |
|
renovate[bot]
|
3aa02cf00c
|
chore(deps): update all non-major dependencies (#8131)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2020-09-30 10:55:52 +01:00 |
|
renovate[bot]
|
d7a8548d53
|
chore(deps): update all non-major dependencies (#8101)
|
2020-09-28 10:57:10 +01:00 |
|
pooya parsa
|
41176577ad
|
v2.14.6
[release]
|
2020-09-21 12:30:19 +02:00 |
|
Daniel Roe
|
89a64161d0
|
fix(vue-app): always import error layout (#8067)
|
2020-09-15 18:33:26 +02:00 |
|
Dmitriy
|
45b7838710
|
fix(vue-app): empty $fetch function for SSR with static target (#8053)
|
2020-09-10 21:16:00 +02:00 |
|
pooya parsa
|
3b037720f2
|
v2.14.5
[release]
|
2020-09-10 14:35:08 +02:00 |
|
Dmitriy
|
757d5d46da
|
fix(vue-app): missing layout in error page with splittedChunks.layout (#8016)
|
2020-09-09 12:32:10 +02:00 |
|
renovate[bot]
|
0bafd77306
|
chore(deps): update all non-major dependencies (#8005)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2020-09-09 10:22:44 +02:00 |
|
pooya parsa
|
1a77fba4eb
|
v2.14.4
|
2020-08-27 12:25:35 +02:00 |
|
Florent Catiau-Tristant
|
51b037fea6
|
fix(vue-app): var names shadowing in chrome debugger (#7939)
* fix: var names shadowing in debug
* fix: new appropriate variable name
Co-authored-by: florent.catiau <florent.catiau@veepee.com>
|
2020-08-25 21:31:36 +02:00 |
|
renovate[bot]
|
e72d03a49a
|
chore(deps): update all non-major dependencies (#7929)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2020-08-25 15:11:17 +01:00 |
|
pooya parsa
|
5e9d759d7b
|
v2.14.3 [release]
|
2020-08-16 19:03:06 +02:00 |
|
pooya parsa
|
34c56722c8
|
v2.14.2 [release]
|
2020-08-16 12:57:53 +02:00 |
|
Jonas Galvez
|
fe0498cecd
|
fix(vue-app): prevent router.registerModule reallocation (#7915) (#7916)
|
2020-08-15 22:29:17 +02:00 |
|
Ahad Birang
|
10e82b24da
|
fix(vue-app): use anchor to / if route is undefined in error page (#7877)
|
2020-08-14 23:58:17 +02:00 |
|
pooya parsa
|
9f4d420b1f
|
fix(vue-app): fix regression with scrollToTop (#7920)
|
2020-08-14 23:42:04 +02:00 |
|
Ahad Birang
|
e03563b3dc
|
fix(router): resolve redirect errors (#7912)
|
2020-08-14 00:31:00 +02:00 |
|
renovate[bot]
|
5fdfba2279
|
chore(deps): update all non-major dependencies (#7853)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2020-08-13 15:05:54 +02:00 |
|
pooya parsa
|
c30499d7e0
|
v2.14.1
[release]
|
2020-08-04 17:33:56 +02:00 |
|
Matthieu Sieben
|
128c9743c4
|
fix(vue-app): handle server-side routing errors (#7801)
|
2020-08-04 11:29:23 +02:00 |
|
pooya parsa
|
60f68638cb
|
v2.14.0 [release]
|
2020-07-27 19:23:49 +02:00 |
|
Yaroslav Vorobev
|
66b4aa2f62
|
fix(vue-app): nuxt-link prefetch error on fallback page (#7766)
|
2020-07-27 15:44:10 +02:00 |
|
Sébastien Chopin
|
6ab65fbf4f
|
fix(vue-app): handle fallback on generated page (#7718)
* fix(vue-app): handle fallback on generated page
* chore: improvements and small refactor
* fix: lint
Co-authored-by: pooya parsa <pyapar@gmail.com>
* chore: add force-build option to nuxt generate
Co-authored-by: pooya parsa <pyapar@gmail.com>
[release]
|
2020-07-16 19:32:09 +02:00 |
|
pooya parsa
|
c5a4465572
|
feat: static target DX improvements (#7712)
[release]
Co-authored-by: Sébastien Chopin <seb@nuxtjs.com>
Co-authored-by: pimlie <pimlie@hotmail.com>
|
2020-07-16 17:10:54 +02:00 |
|
Sébastien Chopin
|
f81c588bf6
|
fix(vue-app): don't fetch payload for store mutation for preview and spa fallback (#7723)
|
2020-07-16 17:10:06 +02:00 |
|
Piotr Tomiak
|
8d51eebe0c
|
feat(vue-app): add web-types.json for better code insight in WebStorm (#7611)
* feat(vue-app): add web-types.json for better code insight in WebStorm (#7607)
* fix: add web-types to files section
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
|
2020-07-09 13:11:20 +02:00 |
|
pooya parsa
|
e3821ba78c
|
v2.13.3 [release]
|
2020-07-02 20:06:42 +02:00 |
|
Denis Karabaza
|
d4363d4477
|
fix(vue-app): check plugin key on Vue.prototype instead of Vue (#7656)
|
2020-07-02 18:43:32 +02:00 |
|
Sébastien Chopin
|
191f66a19b
|
fix(vue-app): handle layout on client error (#7654)
[release]
|
2020-07-02 18:22:12 +02:00 |
|
Sébastien Chopin
|
2f07f66fb8
|
fix(vue-app): don't fetch payload on first spa fallback render (#7657)
|
2020-07-02 18:19:32 +02:00 |
|
renovate[bot]
|
62282853a8
|
chore(deps): update all non-major dependencies (#7634)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2020-06-30 19:20:53 +02:00 |
|
Konstantin Barabanov
|
b4d3ebf472
|
fix(vue-app): sanitize path with trailing slash in getLocation (#6744) (#6745)
|
2020-06-30 19:16:21 +02:00 |
|
pooya parsa
|
c998072c94
|
v2.13.2
|
2020-06-26 20:58:45 +02:00 |
|
pooya parsa
|
a52385361b
|
fix(vue-app): remove hash from payload path (#7614)
* fix(vue-app): remove hash from payload path
* test: add hash usage to full-static fixture
|
2020-06-26 17:10:24 +02:00 |
|
Sébastien Chopin
|
fe01ec34d3
|
fix(vue-app): no need to set layout on App (#7606)
|
2020-06-25 15:23:06 +02:00 |
|
pooya parsa
|
56b158e7d6
|
v2.13.1 [release]
|
2020-06-24 10:36:15 +02:00 |
|
Sébastien Chopin
|
6332aaa3a2
|
fix: check correct layout when navigating from error
Resolves #7567
|
2020-06-23 19:54:47 +02:00 |
|
pooya parsa
|
11a87d858d
|
fix(vue-app): always import resolveRouteComponents (#7591)
[release]
|
2020-06-23 17:48:09 +02:00 |
|
Pooya Parsa
|
dbecbe4ada
|
v2.13.0 [release]
|
2020-06-18 18:48:36 +02:00 |
|
Xin Du (Clark)
|
7f1429ebb3
|
fix(vue-app): not strip trailing slash for redirect external domain (#7533)
|
2020-06-18 17:32:39 +02:00 |
|
Ryan Henning
|
838394815d
|
fix(vue-app): redirect no longer strips trailing slash from URL (#7475)
|
2020-06-16 20:37:47 +01:00 |
|
pooya parsa
|
92ef65c8ed
|
fix(generator): encode routes and show error summary (#7518)
|
2020-06-16 17:53:29 +02:00 |
|
Pooya Parsa
|
2faa30259f
|
chore(deps): update @nuxt/loading-screen to 2.0.0-rc.4
|
2020-06-16 15:48:10 +02:00 |
|
renovate[bot]
|
f2f50115d7
|
chore(deps): update all non-major dependencies (#7512)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2020-06-16 11:28:39 +02:00 |
|
Sébastien Chopin
|
44f471f141
|
hotfx(vue-app): app is not defined
[release]
|
2020-06-12 19:41:41 +02:00 |
|
renovate[bot]
|
b19006d1c7
|
chore(deps): update all non-major dependencies (#7494)
[release]
|
2020-06-12 15:30:36 +02:00 |
|