1
0
mirror of https://github.com/nuxt/nuxt.git synced 2025-03-21 08:45:53 +00:00
Commit Graph

680 Commits

Author SHA1 Message Date
Alex Liu
d3cc244375
fix(nuxt): avoid invoking shouldPrefetch on the server side () 2025-01-15 11:32:29 +00:00
Anthony Fu
e438a04251
refactor(kit,nuxt,webpack): reduce reassignments () 2025-01-14 17:45:48 +00:00
Julien Huang
4247caa097
perf(nuxt): remove code duplication in client-only () 2025-01-07 05:43:47 +00:00
Daniel Roe
975221b524
perf(nuxt): drop pathe browser dep for deep server components () 2025-01-05 00:38:01 +00:00
Julien Huang
fb1f24fd01
fix(nuxt): treat client useAsyncData calls as async boundaries () 2024-12-24 21:33:19 +00:00
Julien Huang
0496513bb4
chore: remove outdated comment () 2024-12-23 16:29:08 +00:00
Julien Huang
483435ba34
fix(nuxt): use useId for client-fallback component uid () 2024-12-20 11:16:42 +00:00
Vuk Marjanovic
a4d4d48124
fix(nuxt): don't use <RouterLink> for links starting with # () 2024-12-19 13:56:17 +00:00
Daniel Roe
f220314a59
fix(nuxt): update import paths for nitropack 2024-12-18 17:03:06 +00:00
Alexander Lichter
aa79b3a120
feat(nuxt): add mode: 'navigation' to callOnce () 2024-12-18 16:36:46 +00:00
Connor Roberts
c193d40906
fix(nuxt): respect replace in middleware with navigateTo () 2024-12-18 16:36:46 +00:00
Daniel Roe
05f17b7041
fix(nuxt): ensure getRouteRules works with nitro signature () 2024-12-18 16:36:45 +00:00
renovate[bot]
e8ceaa20c9
chore(deps): update all non-major dependencies (3.x) ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2024-12-10 23:35:16 +00:00
Nikolay
aa6cc48eb0
fix(nuxt,schema): allow showing spa loader til after hydration () 2024-12-09 14:27:07 +00:00
Daniel Roe
02390109c9
test: add additional attw test for built packages () 2024-12-09 14:25:38 +00:00
Joaquín Sánchez
de9ffe81a3
fix(nuxt): correct types for nuxt and nuxt/app () 2024-12-09 14:11:14 +00:00
Julien Huang
666933646b
fix(nuxt): use useId for island client component teleport id () 2024-12-09 14:11:14 +00:00
Harlan Wilton
37fa91e973
perf(nuxt): preload app manifest () 2024-12-06 21:13:13 +00:00
Daniel Roe
c2ef5e4924
feat(nuxt): print nuxt hook timings in browser devtools () 2024-12-06 21:10:06 +00:00
Daniel Roe
2d5b53b238
fix(nuxt): use nitropack rather than nitro import 2024-12-03 10:18:47 +00:00
Daniel Roe
a77c8f2e77
fix(nuxt): correct return type of useRequestFetch () 2024-12-03 09:57:57 +00:00
Daniel Roe
40f437d254
fix(nuxt): tidy up remnants of previous useId implementation 2024-12-03 09:57:57 +00:00
xjccc
db889f07c9
fix(nuxt): unref the default value of asyncData when clearing () 2024-11-26 13:34:17 +00:00
Guillaume Chau
c0ecf746da
fix(nuxt): check if nuxt link observer is null () 2024-11-26 13:33:57 +00:00
Daniel Roe
c4ede9bee3
refactor(nuxt): define layouts as async vue components () 2024-11-17 22:26:04 -05:00
Damian Głowala
59c28d5a5a
feat(nuxt): add useRuntimeHook composable () 2024-11-02 23:14:02 +00:00
Nils
b2accc6de7
feat(nuxt): allow chunk error or manifest update -> reload () 2024-11-02 23:14:01 +00:00
Michael Brevard
9e23aceb6a
perf(kit,nuxt,vite,webpack): hoist regex patterns () 2024-10-22 15:38:26 +01:00
Julien Huang
088beaa90b
perf(nuxt): remove unneeded second call to useNuxtApp () 2024-10-16 11:52:13 +01:00
Julien Huang
4bb023cd4b
fix(nuxt): allow islands to manipulate head client-side () 2024-10-11 23:39:30 +01:00
Jelmer
613340edcf
feat(nuxt): add useResponseHeader composable () 2024-10-09 15:04:09 +02:00
Daniel Roe
43f80f134b
fix(nuxt): pass absolute external link urls to link:prefetch () 2024-10-09 08:28:27 +02:00
Daniel Roe
6a39c657f5
chore: add more checks around indexed access () 2024-09-19 13:26:25 +01:00
DarkVen0m
da019ba39a
fix(nuxt): pass DOMException as fetch abort exception () 2024-09-19 13:21:18 +01:00
Daniel Roe
04f1062af9
fix(nuxt): defer unsetting error handler until suspense resolves () 2024-09-19 13:21:18 +01:00
Artem Maslov
870e4f6b4a
fix(nuxt): correct type for useError () 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 () 2024-09-11 11:48:58 +01:00
Daniel Roe
66d0b8ccdc
fix(nuxt): set inheritAttrs: false for fragment components () 2024-09-11 11:48:58 +01:00
Julien Huang
32a66364cb
fix(nuxt): make runWithContext generic () 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 () 2024-09-10 19:42:34 +01:00
Daniel Roe
73d833f0ce
chore: enable noUncheckedSideEffectImports () 2024-09-10 19:40:37 +01:00
Daniel Roe
667fe86956
fix(nuxt): do not accept attrs on <NuxtErrorBoundary> () 2024-09-09 20:41:46 +01:00
Daniel Roe
468ab2dc0b
fix(nuxt): don't override vue instance with legacy asyncData () 2024-09-09 10:27:51 +01:00
Daniel Roe
74985a5251
fix(nuxt): ensure injected route has enumerable keys () 2024-09-09 10:27:50 +01:00
Julien Huang
c5f3292d63
fix(nuxt): fix ssr log querySelector () 2024-09-06 08:53:57 +02:00
Gianluca Di Francesco
083946fe40
fix(nuxt): improve isNuxtError type inference () 2024-09-04 10:06:24 +01:00
Daniel Roe
26ba7a3d88
refactor(nuxt): update to vue v3.5 + native useId () 2024-09-03 14:39:01 +01:00
Daniel Roe
90f4447b37
perf(nuxt): use reducer array + handle modified proto () 2024-09-03 14:35:21 +01:00