Daniel Roe
|
6a39c657f5
|
chore: add more checks around indexed access (#29060)
|
2024-09-19 13:26:25 +01:00 |
|
DarkVen0m
|
da019ba39a
|
fix(nuxt): pass DOMException as fetch abort exception (#29058)
|
2024-09-19 13:21:18 +01:00 |
|
Daniel Roe
|
04f1062af9
|
fix(nuxt): defer unsetting error handler until suspense resolves (#29037)
|
2024-09-19 13:21:18 +01:00 |
|
Artem Maslov
|
870e4f6b4a
|
fix(nuxt): correct type for useError (#28996)
|
2024-09-15 21:44:48 +01:00 |
|
Daniel Roe
|
8209086964
|
fix(nuxt): catch chunk errors directly in navigation
|
2024-09-13 12:57:44 +01:00 |
|
Daniel Roe
|
1b53df5bfb
|
refactor(nuxt): use vite:preloadError event (#28862)
|
2024-09-11 11:48:58 +01:00 |
|
Daniel Roe
|
66d0b8ccdc
|
fix(nuxt): set inheritAttrs: false for fragment components (#28939)
|
2024-09-11 11:48:58 +01:00 |
|
Julien Huang
|
32a66364cb
|
fix(nuxt): make runWithContext generic (#28926)
|
2024-09-10 23:08:37 +01:00 |
|
Daniel Roe
|
ac7d010587
|
chore(deps): upgrade typescript
|
2024-09-10 19:51:51 +01:00 |
|
Daniel Roe
|
0e8f5ae59d
|
perf(nuxt): remove interop default for dynamic components (#28912)
|
2024-09-10 19:42:34 +01:00 |
|
Daniel Roe
|
73d833f0ce
|
chore: enable noUncheckedSideEffectImports (#28903)
|
2024-09-10 19:40:37 +01:00 |
|
Daniel Roe
|
667fe86956
|
fix(nuxt): do not accept attrs on <NuxtErrorBoundary> (#28901)
|
2024-09-09 20:41:46 +01:00 |
|
Daniel Roe
|
468ab2dc0b
|
fix(nuxt): don't override vue instance with legacy asyncData (#28842)
|
2024-09-09 10:27:51 +01:00 |
|
Daniel Roe
|
74985a5251
|
fix(nuxt): ensure injected route has enumerable keys (#28841)
|
2024-09-09 10:27:50 +01:00 |
|
Julien Huang
|
c5f3292d63
|
fix(nuxt): fix ssr log querySelector (#28864)
|
2024-09-06 08:53:57 +02:00 |
|
Gianluca Di Francesco
|
083946fe40
|
fix(nuxt): improve isNuxtError type inference (#28814)
|
2024-09-04 10:06:24 +01:00 |
|
Daniel Roe
|
26ba7a3d88
|
refactor(nuxt): update to vue v3.5 + native useId (#28285)
|
2024-09-03 14:39:01 +01:00 |
|
Daniel Roe
|
90f4447b37
|
perf(nuxt): use reducer array + handle modified proto (#28768)
|
2024-09-03 14:35:21 +01:00 |
|
Gianluca Di Francesco
|
3c4949acfb
|
fix(nuxt): allow updating appConfig with non-iterable objects (#28773)
|
2024-09-03 14:35:21 +01:00 |
|
Eckhardt (Kaizen) Dreyer
|
2d9e1442d8
|
fix(nuxt): handle deleted cookies from CookieStore events (#28760)
|
2024-09-03 14:35:21 +01:00 |
|
Julien Huang
|
b305e53639
|
perf(nuxt): use ServerPlaceholder for ssr client components (#28563)
|
2024-08-28 22:40:52 +01:00 |
|
Daniel Roe
|
9ad735a349
|
fix(nuxt): do not pass listeners to custom NuxtLink (#28738)
|
2024-08-28 22:20:09 +01:00 |
|
Daniel Roe
|
a0124712f3
|
fix(nuxt): revert back to object syntax for island head (#28656)
|
2024-08-22 14:58:58 +01:00 |
|
Julien Huang
|
3f1db54b80
|
feat(nuxt): allow server islands to manipulate head (#27987)
|
2024-08-22 13:10:17 +01:00 |
|
Daniel Roe
|
4dfbec8e0f
|
fix(nuxt): do not provide default prefetchOn prop (#28630)
|
2024-08-21 16:37:04 +01:00 |
|
Nicolas Payot
|
1eb9b0a402
|
feat(nuxt): namespace __NUXT__ when using multi-app (#27263)
|
2024-08-20 11:38:53 +01:00 |
|
Daniel Roe
|
2fcadda2e5
|
fix(nuxt): don't warn when data fetching in middleware (#28604)
|
2024-08-20 11:36:14 +01:00 |
|
Kewin Szlezingier
|
dba2b972bd
|
feat(nuxt): allow defining triggers for prefetching links (#27846)
|
2024-08-20 11:36:14 +01:00 |
|
Daniel Roe
|
60948c8426
|
fix(nuxt): only augment vue , not sub-packages (#28542)
|
2024-08-16 10:12:22 +01:00 |
|
Martin André
|
b13582205a
|
perf(nuxt): avoid multiple calls to getCachedData (#28472)
|
2024-08-13 20:45:27 +01:00 |
|
Mike Laumann Bellika
|
fe954c434c
|
fix(nuxt): add reason when aborting request in useFetch (#28517)
|
2024-08-13 20:44:00 +01:00 |
|
Julien Huang
|
a4ef08059d
|
perf(nuxt): avoid making client-only component setup async (#28334)
|
2024-08-13 20:43:58 +01:00 |
|
Adam DeHaven
|
0a6e5e1caa
|
feat(nuxt): custom enable/disable hooks for usePreviewMode (#28371)
|
2024-08-13 20:43:57 +01:00 |
|
Potter
|
6c2abcdfdb
|
perf(nuxt): call cookie decode function only for named cookie (#28215)
|
2024-08-13 20:43:55 +01:00 |
|
Daniel Roe
|
5132ef8c81
|
fix(nuxt): augment @vue/runtime-core and @vue/runtime-dom (#28446)
|
2024-08-13 20:43:09 +01:00 |
|
Martin Masevski
|
219653e2c6
|
fix(nuxt): update renamed stub composables from nuxt/scripts (#28449)
|
2024-08-13 20:43:09 +01:00 |
|
Daniel Roe
|
93801def67
|
fix(nuxt): ensure runtimeConfig.public is reactive on client (#28443)
|
2024-08-13 20:43:08 +01:00 |
|
Tobias Diez
|
45d92d67ee
|
feat(nuxt): allow specifying app id when creating a nuxt app (#28392)
|
2024-08-08 11:11:14 +01:00 |
|
renovate[bot]
|
17ff2d5c98
|
chore(deps): update all non-major dependencies (3.x) (#28302)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
|
2024-08-06 15:16:20 +01:00 |
|
Daniel Roe
|
b7da949cab
|
fix(nuxt): prevent duplicate set-cookie headers (#28211)
|
2024-07-18 22:07:41 +01:00 |
|
Daniel Roe
|
1843ffa328
|
refactor(nuxt): use errx to handle dev log traces (#28027)
|
2024-07-18 21:10:41 +01:00 |
|
Daniel Roe
|
2417848bf2
|
fix(nuxt): use addEventListener to register cookie store listener (#28193)
|
2024-07-18 21:08:27 +01:00 |
|
Julien Huang
|
a6af09eba4
|
fix(nuxt): allow getCachedData to return undefined (#28187)
|
2024-07-18 21:08:14 +01:00 |
|
Daniel Roe
|
d10cea11be
|
fix(nuxt): revert change to getCachedData null response
|
2024-07-18 21:06:08 +01:00 |
|
xjccc
|
e21f68140c
|
fix(nuxt): only warn when useAsyncData returns undefined (#28154)
|
2024-07-18 21:05:11 +01:00 |
|
renovate[bot]
|
a2fd0518ab
|
chore(deps): update all non-major dependencies (3.x) (#28058)
|
2024-07-18 15:56:19 +01:00 |
|
xjccc
|
0ce16ac8c9
|
docs: deprecate pending and emphasis undefined (#28113)
|
2024-07-15 14:03:05 +01:00 |
|
Julien Huang
|
a3476157ec
|
refactor(nuxt): remove _registeredComponents from ssrContext (#27819)
|
2024-07-05 10:52:12 +01:00 |
|
Daniel Roe
|
fceb74906d
|
perf(kit,nuxt,schema,vite,webpack): use explicit exports (#27998)
|
2024-07-05 10:52:12 +01:00 |
|
Seno
|
3057a04ef0
|
fix(nuxt): improve async data warning (#27874) (#27934)
|
2024-07-01 10:25:24 +01:00 |
|