Daniel Roe
|
490d686fe6
|
fix(nuxt): useRequestHeaders type should allow for undefined values (#5748)
|
2022-07-06 21:00:08 +02:00 |
|
Daniel Roe
|
fe508f5d20
|
fix(nuxt): pass attrs and props to client-only components (#5668)
|
2022-06-30 16:08:05 +02:00 |
|
Daniel Roe
|
8c2c80e43e
|
feat(nuxt)!: support universal global middleware (#5038)
|
2022-06-27 14:10:29 +02:00 |
|
Daniel Roe
|
d7d97cd7d1
|
fix(nuxt): prefer nuxt app context over getCurrentInstance (#5456)
|
2022-06-15 14:00:34 +02:00 |
|
Anthony Fu
|
eafd92c457
|
fix(types): tidy types for useAsyncData (#5340)
|
2022-06-08 21:45:12 +02:00 |
|
Daniel Roe
|
822928b07e
|
fix(nuxt): add ssrContext types on NuxtApp (#5333)
|
2022-06-08 21:37:50 +02:00 |
|
Daniel Roe
|
1fda73267a
|
fix(nuxt): respect navigateTo options using server middleware in server-side (#5145)
|
2022-06-01 00:09:32 +02:00 |
|
Anthony Fu
|
fca2ed7cc5
|
fix(nuxt): default statusCode of navigateTo from 301 to 302 (#5173)
Co-authored-by: pooya parsa <pyapar@gmail.com>
|
2022-05-31 23:28:52 +02:00 |
|
Daniel Roe
|
cad4edd5a3
|
fix(nuxt): respect baseurl when redirecting (and universal router) (#4933)
* fix(nuxt): respect baseurl when redirecting (and universal router)
* test: add test case for redirect
|
2022-05-11 19:33:29 +02:00 |
|
renovate[bot]
|
7e89fe8f6c
|
chore(deps): update all non-major dependencies (#4914)
* chore(deps): update all non-major dependencies
* update lock
* fix: update types
* fix: update error type
* test: update useFetch url
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
|
2022-05-11 14:32:05 +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 |
|
Jalil Wahdatehagh
|
5816fee892
|
fix(nuxt): add missing import to client only wrapper (#4851)
|
2022-05-06 15:32:29 +02:00 |
|
Daniel Roe
|
87c62513fa
|
fix(nuxt): await asyncData if ssr: false (#4791)
|
2022-05-06 13:04:01 +02:00 |
|
Daniel Roe
|
b29f635646
|
fix(nuxt): normalise window location for universal router (#4841)
|
2022-05-06 13:02:35 +02:00 |
|
Daniel Roe
|
750460693e
|
fix(nuxt): check if default slot is provided before calling it (#4842)
|
2022-05-06 12:52:08 +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
|
4826918ed0
|
fix(nuxt): process middleware after plugins (#4645)
|
2022-05-02 12:00:08 +02:00 |
|
Alex Liu
|
eb903bd66e
|
fix(nuxt3): improve error types for useAsyncData and useFetch (#4210)
Co-authored-by: Daniel Roe <daniel@roe.dev>
|
2022-04-29 20:42:22 +02:00 |
|
Anthony Fu
|
256df28124
|
chore: enable typecheck ci for packages (#4664)
|
2022-04-29 11:38:22 +02:00 |
|
Daniel Roe
|
7e912e7bf4
|
fix(nuxt): warn to provide a key for useFetch with transform option (#4590)
|
2022-04-27 18:19:10 +02:00 |
|
Daniel Roe
|
7b091abcea
|
fix(nuxt3): default client-side fetch to use baseURL (#4456)
|
2022-04-20 14:35:33 +02:00 |
|
pooya parsa
|
4712e99411
|
refactor!: rename nuxt3 to nuxt (#4449)
|
2022-04-20 10:52:39 +02:00 |
|