pooya parsa
|
5ac9d85a49
|
refactor!: remove deprecated api (#9029)
|
2022-11-16 03:26:35 +01:00 |
|
Daniel Roe
|
5a32927935
|
fix(nuxt): do not render page if we are throwing error (#8821)
|
2022-11-09 10:08:37 +01:00 |
|
Daniel Roe
|
10c2272f4f
|
refactor(nuxt)!: remove support for 404.vue shorthand (#8809)
|
2022-11-09 10:05:22 +01:00 |
|
Julien Huang
|
23ad303f19
|
feat(nuxt)!: add <NuxtPage> to #components (#8145)
|
2022-10-14 10:36:52 +02:00 |
|
Daniel Roe
|
829a550580
|
feat(pages): add validate hook for definePageMeta (#7870)
|
2022-10-10 11:18:20 +01:00 |
|
Daniel Roe
|
5893dc201f
|
fix(nuxt): augment GlobalComponents from @vue/runtime-core (#7448)
|
2022-09-12 15:40:44 +02:00 |
|
pooya parsa
|
ac56ce7dd1
|
feat(nuxt): router with hash mode (#6980)
|
2022-09-04 10:11:28 +02:00 |
|
Daniel Roe
|
720506d263
|
feat(nuxt): custom history and routes for app/router.options.ts (#7129)
Co-authored-by: Pooya Parsa <pooya@pi0.io>
|
2022-09-04 09:42:47 +02:00 |
|
Daniel Roe
|
b90d286631
|
feat(nuxt): add setPageLayout utility (#6826) (#7075)
Co-authored-by: HomWang <516310460@qq.com>
|
2022-08-31 10:02:48 +02:00 |
|
Daniel Roe
|
aab90efc19
|
fix(nuxt): throw hard error on initial spa load if aborted (#6857)
|
2022-08-23 10:42:54 +02:00 |
|
Anthony Fu
|
f350a70775
|
refactor(nuxt): enable strict type checking (#6368)
Co-authored-by: Pooya Parsa <pooya@pi0.io>
|
2022-08-12 19:47:58 +02:00 |
|
pooya parsa
|
4ec68db323
|
fix(nuxt): do not log 404 and showError as fatal by default (#6437)
|
2022-08-08 14:11:50 +02:00 |
|
Daniel Roe
|
c72093b1f2
|
fix(nuxt): separate routes for different suspense forks (#6275)
|
2022-08-02 11:58:03 +02:00 |
|
Daniel Roe
|
78618f1f21
|
feat(nuxt): improve error dx for users (#4539)
Co-authored-by: Pooya Parsa <pooya@pi0.io>
|
2022-07-21 16:29:03 +02:00 |
|
Daniel Roe
|
f6bf4f7559
|
fix(nuxt): throw an error when using unknown route middleware (#5323)
|
2022-06-10 15:35:58 +02:00 |
|
Julien Huang
|
4e53af3e99
|
fix(nuxt): fix router redirection on aliased pages (#4982)
|
2022-05-20 11:15:57 +02:00 |
|
Daniel Roe
|
46c656c4b8
|
fix(nuxt): check for 404s after user middleware (#4913)
|
2022-05-12 11:13:38 +02:00 |
|
Sébastien Chopin
|
9e5a3cdc6f
|
fix(nuxt): avoid redirect with different encoding and trailing slash (#4857)
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
|
2022-05-06 18:02:50 +02:00 |
|
Daniel Roe
|
b29f635646
|
fix(nuxt): normalise window location for universal router (#4841)
|
2022-05-06 13:02:35 +02:00 |
|
Daniel Roe
|
27d67360e4
|
fix(nuxt): clear errors after navigation (#4839)
|
2022-05-06 12:50:54 +02:00 |
|
pooya parsa
|
ebc27ce997
|
fix(nuxt): ensure url is not empty string (#4781)
|
2022-05-05 22:46:54 +02:00 |
|
Daniel Roe
|
f74a523f13
|
fix(nuxt): use router.resolve to resolve initial url (#4770)
|
2022-05-03 11:31:58 +02:00 |
|
Daniel Roe
|
4826918ed0
|
fix(nuxt): process middleware after plugins (#4645)
|
2022-05-02 12:00:08 +02:00 |
|
Anthony Fu
|
46ecbc558d
|
fix(nuxt): await for router.push on ssr (#4491)
|
2022-04-22 17:37:52 +02:00 |
|
Daniel Roe
|
d0ae5851e4
|
fix(nuxt): return 404 if hitting 404.vue (#4460)
* fix(nuxt): return 404 if hitting `404.vue`
* docs: add info about `pages/404.vue`
|
2022-04-20 16:24:08 +02:00 |
|
pooya parsa
|
4712e99411
|
refactor!: rename nuxt3 to nuxt (#4449)
|
2022-04-20 10:52:39 +02:00 |
|