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 |
|
renovate[bot]
|
be79532715
|
chore(deps): update all non-major dependencies (#8751)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2021-02-03 13:26:37 +00:00 |
|
Daniel Roe
|
6a8339e4c4
|
fix: encoding issues with payload paths (#8738)
- fix(generator): decode full static filesystem paths
- fix(vue-app): check decoded path against manifest
- fix(vue-app): prevent double encoding for urls
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
|
2021-02-02 13:38:54 +01:00 |
|
pooya parsa
|
febd7ee43c
|
fix(vue-app): static payload fetching bugfixes (#8701)
|
2021-01-27 11:26:34 +01:00 |
|
Xin Du (Clark)
|
dc551f9709
|
fix(dev): clearnup vue installed plugins from server in dev mode (#8697)
|
2021-01-27 11:26:08 +01:00 |
|
renovate[bot]
|
db29fcdbc3
|
chore(deps): update all non-major dependencies (#8698)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2021-01-26 23:07:49 +01:00 |
|
renovate[bot]
|
592342fe72
|
chore(deps): update all non-major dependencies (#8694)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2021-01-26 09:32:27 +00:00 |
|
Alexander Lichter
|
cff123cc9d
|
chore(types): lint types (#8630)
|
2021-01-13 12:22:49 +01:00 |
|
Xin Du (Clark)
|
2b3eefc3a1
|
refactor(vue-app): simplify scrollToTop checking (#8621)
|
2021-01-12 09:47:29 +00:00 |
|
Daniel Roe
|
3265e94979
|
fix(vue-app): check for Page.options before looking within (#8612)
closes #8234
|
2021-01-11 17:04:33 +00:00 |
|
renovate[bot]
|
db5cea1d17
|
chore(deps): update all non-major dependencies (#8595)
|
2021-01-11 16:54:27 +00:00 |
|
Daniel Roe
|
71a3df8443
|
fix(vue-app): don't remove req/res/query unless in full static mode (#8611)
closes #7965
|
2021-01-11 11:11:00 +01:00 |
|
Daniel Roe
|
3bba4c6a7f
|
fix(vue-app): check that link.__prefetch exists before calling it (#8608)
closes #8173
|
2021-01-08 19:23:55 +01:00 |
|
Ahad Birang
|
746b14319a
|
fix(vue-app): add id attribute to noopApp (#8596)
|
2021-01-05 14:14:39 +01:00 |
|
Beorn Facchini
|
ac762299a1
|
fix(vue-app): scroll to top on route changes only (#8557)
|
2020-12-26 20:19:33 +01:00 |
|
Pooya Parsa
|
108cd8216a
|
chore: reorder deps
|
2020-12-22 18:40:31 +01:00 |
|
Pooya Parsa
|
7529d65d75
|
chore: migrate from @nuxt/ufo to ufo
|
2020-12-22 18:20:41 +01:00 |
|
Daniel Roe
|
9681a8937d
|
feat(config, vue-app, vue-renderer): support dynamic base and publicPath (#8520)
Co-authored-by: pooya parsa <pyapar@gmail.com>
|
2020-12-22 18:15:59 +01:00 |
|
pooya parsa
|
dec8f99fc3
|
feat: support plug-and-play, typescript runtime and native modules (#8389)
Co-authored-by: Clark Du <clark.duxin@gmail.com>
|
2020-12-22 18:07:50 +01:00 |
|
Daniel Roe
|
8c8793073f
|
fix(vue-app): set push on router instance rather than prototype (#8523)
resolves #7479
resolves #8522
|
2020-12-20 12:21:20 +01:00 |
|
Daniel Roe
|
fb191d2fbd
|
fix(vue-app, vue-renderer, utils): respect trailingSlash setting for payloads (#8489)
* fix(utils): don't inject a trailing slash on catchall routes (e.g. `/*/`)
closes #8488
* fix(vue-app, vue-renderer): respect `trailingSlash` setting for payloads
* refactor: use new ufo `parsePath` utility
Co-authored-by: pooya parsa <pyapar@gmail.com>
|
2020-12-17 12:51:14 +01:00 |
|
Daniel Roe
|
92018e586b
|
feat(vue-app): support custom fetchKey for full static generation (#8466)
[release]
|
2020-12-17 12:49:59 +01:00 |
|
renovate[bot]
|
5a5161aa52
|
chore(deps): update dependency @nuxt/ufo to ^0.5.2 (#8499)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2020-12-16 15:22:23 +01:00 |
|