1
0
mirror of https://github.com/nuxt/nuxt.git synced 2025-03-18 15:31:32 +00:00
Commit Graph

1461 Commits

Author SHA1 Message Date
Vuk Marjanovic
a4d4d48124
fix(nuxt): don't use <RouterLink> for links starting with # () 2024-12-19 13:56:17 +00:00
renovate[bot]
bdca53ed59
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-19 11:29:48 +00:00
renovate[bot]
cde98d7d21
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-18 20:03:22 +00:00
Daniel Roe
f220314a59
fix(nuxt): update import paths for nitropack 2024-12-18 17:03:06 +00:00
Daniel Roe
5d936e4354
perf(nuxt): use static hashMode option () 2024-12-18 16:36:46 +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
Matej Černý
f67fc574b9
feat(nuxt): support local functions in definePageMeta () 2024-12-18 16:36:45 +00:00
Daniel Roe
05f17b7041
fix(nuxt): ensure getRouteRules works with nitro signature () 2024-12-18 16:36:45 +00:00
Daniel Roe
678bf22a41
fix(nuxt): hoist environment types () 2024-12-13 20:46:29 +00:00
Daniel Roe
333d71a299
docs: update nitro links + fix link checking () 2024-12-13 20:46:29 +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
Daniel Roe
070bd103c7
fix(nuxt): remove whitespace around spa loading template 2024-12-09 21:42:08 +00:00
Nikolay
aa6cc48eb0
fix(nuxt,schema): allow showing spa loader til after hydration () 2024-12-09 14:27:07 +00:00
Julien Huang
5b263beaf8
refactor(nuxt): prefix all core modules with nuxt: () 2024-12-09 14:25:56 +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
Daniel Roe
a15b499582
fix(nuxt): de-default async layout components () 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
Julien Huang
94e643193e
fix(nuxt): render client page directly when not hydrating () 2024-12-09 14:11:14 +00:00
Joaquín Sánchez
25230ed381
feat(nuxt): support vue directive auto-imports within unimport () 2024-12-06 21:13: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
016900ffdb
fix(nuxt,vite): hmr for templates, pages + page metadata () 2024-12-03 09:57:57 +00:00
Daniel Roe
a77c8f2e77
fix(nuxt): correct return type of useRequestFetch () 2024-12-03 09:57:57 +00:00
Daniel Roe
62b173fc75
fix(kit,nuxt): provide buildDir to normalizeTemplate () 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
Daniel Roe
001869dd15
refactor(nuxt): simplify and improve core plugins that parse ast () 2024-12-03 09:57:55 +00:00
Felix Gabler
b387af788d
fix(nuxt): allow array/object style value for head components () 2024-11-28 11:03:59 +00:00
Daniel Roe
ae9f42f4aa
fix(nuxt): do not persist extraExtractionKeys on runtime route.meta 2024-11-28 09:14:29 +00:00
Damian Głowala
ddb25bd37a
feat(nuxt,schema): allow setting serialisable vue app config () 2024-11-27 17:09:49 +00:00
Harlan Wilton
a7dfc62038
feat(nuxt): experimental extraPageMetaExtractionKeys () 2024-11-27 17:07:41 +00:00
Joaquín Sánchez
4746457c9c
feat(nuxt): add new types to vue preset () 2024-11-27 17:07:09 +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
Julien Huang
57badbe496
refactor: move composable-keys plugin into nuxt core () 2024-11-26 13:33:55 +00:00
Daniel Roe
cfdbbb4e48
fix(nuxt): do not disallow importing nitro dependencies () 2024-11-19 14:00:03 -05:00
Daniel Roe
cea11d5060
fix(nuxt): allow scanning metadata from 2+ files at same path () 2024-11-19 07:03:38 -05:00
Daniel Roe
c4ede9bee3
refactor(nuxt): define layouts as async vue components () 2024-11-17 22:26:04 -05:00
Daniel Roe
c576d8b383
fix(nuxt): do not include <NuxtWelcome> when building ()
Co-authored-by: Julien Huang <julien.huang@outlook.fr>
2024-11-17 22:26:04 -05:00
Daniel Roe
8e0f7314aa
fix(nuxt): recompile templates on change events () 2024-11-17 22:26:04 -05:00
Daniel Roe
302a66da9d
fix(nuxt): return null map for empty plugin metadata 2024-11-17 22:25:41 -05:00
Daniel Roe
d44408e87b
fix(nuxt): handle empty plugin files 2024-11-17 22:25:40 -05:00
Adrien Foulon
05328d68e4
chore: remove unused imports and update eslint config () 2024-11-17 06:14:18 -05:00
Julien Huang
13109cf821
fix(nuxt): assign default name to component without setup () 2024-11-17 06:13:29 -05:00
xjccc
7936158019
chore(nuxt): remove redundant type () 2024-11-06 09:50:02 +00:00
Daniel Roe
4b08844535
fix(nuxt): remove null-byte prefix for virtual files () 2024-11-06 09:50:02 +00:00
Daniel Roe
ea5481eb70
fix(nuxt): update nitropack preset directory () 2024-11-05 10:14:55 +00:00
xjccc
738e2ee8eb
fix(nuxt): respect existing props value in definePageMeta () 2024-11-03 20:57:05 +00:00