Commit Graph

441 Commits

Author SHA1 Message Date
renovate[bot]
eea6db1471
chore(deps): update all non-major dependencies (#9990)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-10-27 13:35:52 +02:00
renovate[bot]
5e7785368c
chore(deps): update all non-major dependencies (#9777)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-10-25 14:15:47 +02:00
jon-ht
dc64e4eb98
fix: nuxt-child-key in web-types.json (#9792) 2021-09-17 14:48:53 +01:00
renovate[bot]
dc0e1b9ad7
chore(deps): update all non-major dependencies (#9662)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-07 18:39:45 +02:00
Daniel Roe
3c10f176e6
fix(vue-app): use correct $config for finding basePath (#9706) 2021-08-24 10:54:24 +02:00
Loick Le Digabel
a418371e27
feat(vue-app): pass store to createRouter (#9629)
Co-authored-by: pooya parsa <pyapar@gmail.com>
2021-08-11 22:30:18 +02:00
Payel Karmakar
20e7b99eb6
fix(vue-app): null check for $root access (#9150)
Co-authored-by: Payel <payelk@ngdata.com>
2021-08-11 16:32:35 +02:00
renovate[bot]
85615360b4
chore(deps): update all non-major dependencies (#9400)
[release] 

Co-authored-by: Pooya Parsa <pyapar@gmail.com>
2021-08-11 16:15:56 +02:00
SlayerOfTheBad
457984a567
fix(vue-app): serialize route meta to allow functions (#9634)
Co-authored-by: Jacob <jacob@adivare.nl>
2021-08-11 14:33:02 +02:00
Xin Du (Clark)
a3b2fd86ad
fix(vue-app): re-register components construtor in HMR (#9539)
* fix(vue-app): re-register components construtor in HMR

* simpilify checking
2021-07-12 12:21:04 +02:00
Mohammad Saleh Fadaei
0742f59e24
fix(vue-app): redirect to external url replaces current history entry (#9500) 2021-06-30 19:35:22 +02:00
Daniel Roe
eb6bd9febc
fix(vue-app): don't normalise route path if it's valid (#9460)
[release]
2021-06-28 16:29:43 +02:00
Daniel Roe
35c6ac411d
fix(vue-app): check whether route exists within nuxt app before replacing (#9431)
[release]
2021-06-14 15:54:36 +02:00
renovate[bot]
cc3f43e145
chore(deps): update all non-major dependencies (#9376)
[release]
2021-06-04 16:21:41 +02:00
David Ovčačík
9f02e5dae7
feat(vue-app): context.beforeSerialize method (#9332)
Co-authored-by: Sébastien Chopin <seb@nuxtjs.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
Co-authored-by: pooya parsa <pyapar@gmail.com>
2021-06-04 16:21:16 +02:00
renovate[bot]
9a32fa18af
chore(deps): update all non-major dependencies (#9298)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-06-02 15:36:36 +02:00
Daniel Roe
00aeff62e7
fix(vue-app): respect scroll-margin-top when navigating with hash (#9187) 2021-05-15 12:15:31 +01:00
Pooya Parsa
a53fd32d6b chore(release): v2.15.6 2021-05-12 12:51:18 +02:00
Pooya Parsa
cd1fc6277f chore(deps): update ufo to 0.7.4
https://github.com/unjs/ufo/issues/19 fixing https://github.com/nuxt/nuxt.js/pull/9283/checks?check_run_id=2558629137
2021-05-11 20:57:53 +02:00
renovate[bot]
a80ddeee6f
chore(deps): update all non-major dependencies (#9281)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-05-11 20:06:25 +02:00
Pooya Parsa
9de997f164 v2.15.5 [release] 2021-05-09 10:19:03 +02:00
renovate[bot]
65e62b96a3
chore(deps): update all non-major dependencies (#9188)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-05-03 10:53:43 +02:00
Thomas Beduneau
330e5c99bc
fix(vue-app): use route.replace instead of router.push to trigger navigation guards (#9201) 2021-05-03 10:51:18 +02:00
renovate[bot]
8e2cad5a8f
chore(deps): update all non-major dependencies (#9160)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-04-23 20:47:34 +02:00
renovate[bot]
8ebb92a9f6
chore(deps): update all non-major dependencies (#8806)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-04-15 20:14:54 +01:00
Pooya Parsa
18d1cd086a v2.15.4 [release] 2021-04-01 13:25:16 +02:00
Thomas Beduneau
04d33829f9
fix(vue-app): use app.context.route for resolving components (#9050) 2021-04-01 12:00:51 +02:00
vcordes79
c04a793b4a
fix(vue-app): fallback to global nuxt instance of $root is not available (#9008) 2021-03-31 19:52:32 +02:00
Daniel Roe
ca020cf9cb
refactor: move internal app runtime config to _app namespace (#9075) 2021-03-30 18:38:51 +02:00
rinu
3fb9194416
fix(vue-app): reload page once after loading chunk error (#8978) 2021-03-28 20:25:05 +02:00
Daniel Roe
2c4cc04b49
fix(vue-app): re-call $fetch if data is missing in payload (#9026) 2021-03-23 19:04:54 +01:00
Daniel Roe
bc3b21a9bb
fix(vue-app): handle redirect functions in routes (#9024)
closes #8979
2021-03-22 11:29:27 +01:00
Thomas Beduneau
e8ea37673f
fix(vue-app): use app.context.route to match components in server 2021-03-22 11:24:34 +01:00
ChangJoo Park(박창주)
0921ceeb2e
chore(lint): add indent result of createApp (#8982) 2021-03-16 21:41:57 +00:00
Pooya Parsa
f08f4efcde v2.15.3 2021-03-10 13:28:36 +01:00
Daniel Roe
69b5264ef3
fix: allow relative public paths (#8935) 2021-03-10 12:48:41 +01:00
renovate[bot]
0bcf5b8dbe
chore(deps): update all non-major dependencies (#8917)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-03-05 18:10:19 +01:00
Pooya Parsa
b7f9cdc2a4 v2.15.2 [release] 2021-02-23 10:16:01 +01:00
renovate[bot]
308fd426d3
chore(deps): update all non-major dependencies (#8870)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-02-23 09:37:12 +01:00
Pooya Parsa
608a380e1d v2.15.1 [release] 2021-02-19 17:36:59 +01:00
pooya parsa
1b9a9d6449
fix(renderer): deep merge runtimeConfig for server (#8856) 2021-02-19 17:33:00 +01:00
Pooya Parsa
dcfb42b772 v2.15.0 [release] 2021-02-15 12:04:09 +01:00
Daniel Roe
e277bb284b
fix(vue-app): align client fetch key with server (#8809) 2021-02-12 12:55:27 +01:00
Daniel Roe
9d33456e69
fix(vue-app): add leading slash for payload hydration (#8802) 2021-02-10 13:18:27 +01:00
renovate[bot]
c221f60780
chore(deps): update dependency ufo to ^0.6.5 (#8805)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-02-10 12:33:54 +01:00
Daniel Roe
119091c8d1
refactor(utils, vue-app): use ufo to parse queries and join urls (#8765) 2021-02-09 17:01:37 +01:00
Daniel Roe
c8a4b91ad4
fix: ignore trailing slash in static payloads manifest (#8794) 2021-02-09 16:58:49 +01:00
renovate[bot]
87ec80603a
chore(deps): update dependency ufo to ^0.6.2 (#8791)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-02-08 11:54:41 +01:00
Daniel Roe
1196c17a2a
fix(vue-app): enable dynamic publicPath on server-side (#8759) 2021-02-04 21:56:18 +01:00
Daniel Roe
07dd2cce9b
fix(server, vue-app): address encoding issues with query params (#8748)
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
2021-02-04 18:52:13 +00:00