Commit Graph

1343 Commits

Author SHA1 Message Date
Anthony Fu
901691aa65
fix(nuxt): generate basic jsdoc for module config entry (#27689) 2024-08-28 22:36:26 +01:00
Daniel Roe
9ad735a349
fix(nuxt): do not pass listeners to custom NuxtLink (#28738) 2024-08-28 22:20:09 +01:00
Thimo Sietsma
0a4113571d
fix(nuxt): do not accept arbitrary strings for MiddlewareKey (#28676) 2024-08-26 21:32:16 +01:00
Daniel Roe
ae8cc86483
fix(nuxt): handle mismatching declaration/plugin extensions (#28709) 2024-08-26 21:32:15 +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
felix-dolderer
fb7c2f79f8
fix(nuxt): allow customising status code in validate method (#28612) 2024-08-21 16:37:03 +01:00
Daniel Roe
eed8730688
fix(nuxt): extract route rules/page meta in 2+ script blocks (#28625) 2024-08-21 16:37:02 +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
renovate[bot]
22911c7e6b
chore(deps): update devdependency @nuxt/eslint-config to v0.5.1 (3.x) (#28596)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2024-08-19 15:50:28 +01:00
xjccc
89ce936b45
fix(nuxt): preserve route-specific metadata on route.meta (#28441) 2024-08-19 13:49:22 +01:00
Daniel Roe
4354d31090
fix(nuxt): avoid stripping js extensions in plugin injections (#28593) 2024-08-19 10:38:51 +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
Horu
c4ae151de5
feat(nuxt): allow organising pages within route groups (#28276) 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
Daniel Roe
60a209b2d9
fix(nuxt): handle plugin type extensions more correctly (#28480) 2024-08-13 20:43:57 +01:00
Daniel Roe
f707e6da89
fix(nuxt): scan jsx pages for page metadata (#28479) 2024-08-13 20:43:57 +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
BoogieBen.
e64f8c9f3d
fix(nuxt): handle scroll-padding-top: auto in scrollBehavior (#28320) 2024-08-13 20:43:07 +01:00
renovate[bot]
461498684a
chore(deps): update all non-major dependencies (3.x) (#28465)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
Co-authored-by: Julien Huang <julien.h.dev@gmail.com>
2024-08-08 13:50:54 +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
Michael Brevard
13ba46bec3
feat(nuxt): warn when user components' names begin with Lazy (#27838) 2024-08-08 11:10:37 +01:00
Daniel Roe
24d65be071
feat(nuxt): await custom routes function in router.options (#27644) 2024-08-08 11:09:22 +01:00
Julien Huang
03a0fb33f3
chore(nuxt): remove unnecessary await (#28407) 2024-08-06 15:17:52 +01:00
Bobbie Goede
198c4e199d
chore(nuxt): use router code reference permalink (#28356) 2024-08-06 15:17:51 +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
Julien Huang
c5d524adb0
fix(nuxt): don't warn for definePageMeta in client-only pages (#28246) 2024-07-24 00:41:03 +02: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
xjccc
11264adda7
fix(nuxt): merge route meta properties with scanned meta (#28170) 2024-07-18 21:08:31 +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
BoogieBen
e0141fea22
fix(nuxt): consider doc scroll-padding-top in scrollBehavior (#28083) 2024-07-15 14:03:07 +01:00
Daniel Roe
c48ea9636f
fix(nuxt): always prerender at least one page with crawler (#28131) 2024-07-15 14:03:06 +01:00
Daniel Roe
c2e843485c
fix(nuxt): use native vue-router composables (#28114) 2024-07-15 14:03:06 +01:00
Alex Liu
449bdf0778
fix(nuxt): use unhead key for ad-hoc module options (#28088) 2024-07-15 14:03:05 +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