Commit Graph

1522 Commits

Author SHA1 Message Date
Julien Huang
2fa17462da
feat(kit,nuxt): allow multiple nuxts to run in one process (#30510) 2025-02-11 19:33:17 +00:00
Daniel Roe
27e356fe67
docs: clarify that local layers are scanned from rootDir
resolves https://github.com/nuxt/nuxt/issues/30925
2025-02-11 19:32:18 +00:00
Daniel Roe
3af848f9a6
feat(kit,nuxt,schema): support experimental decorators syntax (#27672) 2025-02-11 19:32:18 +00:00
Damian Głowala
3d0d831463
fix(nuxt): delete existing properties in app config HMR (#30918) 2025-02-11 19:31:18 +00:00
Daniel Roe
6a4b7232fc
feat(schema): add runtime + internal type validation (#30844) 2025-02-10 16:49:02 +00:00
Ryota Watanabe
41d4973279
feat(nuxt): allow disabling auto-imported polyfills (#30332) 2025-02-10 16:47:24 +00:00
Julien Huang
9f6602f562
fix(nuxt): remove div wrapper in client-only pages (#30425) 2025-02-08 20:58:00 +00:00
Anthony Fu
31c4c511ff
feat(nuxt): support tracking changes to nuxt options by modules (#30555) 2025-02-08 20:55:01 +00:00
Alex Liu
79b8f4b69e
fix(nuxt): prevent keepalive cache reset (#30807) 2025-02-08 20:53:18 +00:00
Alex Liu
a42dec7a2c
feat(nuxt): add type hints for NuxtPage (#30704) 2025-02-08 20:53:18 +00:00
Anthony Fu
adc8c801c0
feat(nuxt): granular debug options (#30578) 2025-02-08 20:53:17 +00:00
renovate[bot]
a8b4edda23
chore(deps): update all non-major dependencies (3.x) (#30908)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2025-02-07 20:47:31 +00:00
Anthony Fu
1f1ad477bf
feat(nuxt): upgrade @nuxt/devtools to v2 (#30889) 2025-02-06 14:10:57 +00:00
Daniel Roe
a7345c2f35
fix(nuxt,vite): do not override vite import conditions (#30887) 2025-02-06 14:10:17 +00:00
Julien Huang
01f5694408
fix(nuxt): assign slot to be rendered for client components (#30768) 2025-02-05 14:41:24 +00:00
Maik Kowol
31e2570de1
fix(nuxt): ensure <NuxtLayout> fallback prop is typed (#30832) 2025-02-05 14:41:24 +00:00
Peter Radko
626eba06cc
fix(nuxt): don't warn about calling useRoute in SFC setup (#30788) 2025-01-28 23:49:17 +01:00
Daniel Roe
7a1e5c818b
fix(nuxt): allow restarting nuxt on paths outside srcDir (#30771) 2025-01-28 23:49:16 +01:00
Daniel Roe
ca2d91f8e0
fix(kit): load @nuxt/schema from nuxt package dir (#30774) 2025-01-28 23:48:19 +01:00
Julien Huang
b78da56dd7
fix(nuxt): clear island uid before saving into the payload (#30767) 2025-01-28 23:48:19 +01:00
Norbiros
e0c47f9bf3
fix(nuxt): improve error logging when parsing with acorn (#30754) 2025-01-28 23:48:18 +01:00
Alex Liu
e96a96dbd9
perf(nuxt): enable Transition component only on client side (#30720) 2025-01-24 23:19:41 +00:00
xjccc
cb7f30a1ea
fix(nuxt): deep clone extracted page meta (#30717) 2025-01-24 16:50:53 +00:00
Daniel Roe
c5a84fd7e8
perf(nuxt): early return from annotation for non-object syntax plugins (#30683) 2025-01-22 17:51:48 +00:00
Daniel Roe
2669184bde
fix(nuxt): do not warn about [[ optional dynamic params (#30619) 2025-01-22 14:57:40 +00:00
Daniel Roe
893ac0f8bc
perf(nuxt): reduce unnecessary template updating (#30684)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2025-01-21 12:08:22 +00:00
Daniel Roe
c315eb9805
perf(nuxt): reduce number of mkdirSync calls (#30651) 2025-01-21 12:05:31 +00:00
Daniel Roe
47c40f310a
chore: remove stray console log 2025-01-21 12:04:38 +00:00
Daniel Roe
5a538be2b0
perf(kit,nuxt): don't resolve paths from local layers/modules (#30650) 2025-01-17 23:47:59 +00:00
Daniel Roe
a97602fd41
fix(nuxt): fall back to plugin.src for variable name generation (#30649) 2025-01-17 23:47:59 +00:00
Daniel Roe
b8742662ad
fix(kit,nuxt,schema,vite): improve watching behaviour (#30620) 2025-01-16 23:59:55 +00:00
Daniel Roe
0ebf06d00d
fix(nuxt): decode id before resolving relative imports (#30599) 2025-01-15 11:32:54 +00:00
Alex Liu
d3cc244375
fix(nuxt): avoid invoking shouldPrefetch on the server side (#30591) 2025-01-15 11:32:29 +00:00
Anthony Fu
e438a04251
refactor(kit,nuxt,webpack): reduce reassignments (#30589) 2025-01-14 17:45:48 +00:00
Daniel Roe
0249c74bcd
fix(nuxt): do not warn about invalid characters in route groups/catchalls 2025-01-14 14:08:08 +00:00
Daniel Roe
8a0350d5c2
fix(nuxt): allow url-specific chars in vfs (#30584) 2025-01-14 14:08:07 +00:00
Julien Huang
0bafc82868
fix(nuxt): warn about ignored char while parsing route segment (#30396) 2025-01-14 12:59:04 +00:00
Peter Buglavecz
fa2937087b
fix(nuxt): call page:loading:end only once with nested pages (#29009) 2025-01-14 12:59:04 +00:00
Daniel Roe
77d34f75bc
perf(nuxt): defer version/config warnings to after build (#30567) 2025-01-14 12:59:04 +00:00
Daniel Roe
b2a1b63f18
perf(nuxt): avoid checking fs for existence of scanned pages (#30581) 2025-01-14 12:59:04 +00:00
Daniel Roe
618bbc6da5
fix(nuxt): add import protection for @nuxt/cli 2025-01-13 16:28:57 +00:00
Vuk Marjanovic
608830e130
fix(nuxt): use fullPath instead of empty string in router hmr (#30500) 2025-01-13 12:27:12 +00:00
Daniel Roe
f4e7e6bf36
perf(nuxt): use lighter @nuxt/cli dependency (#30526) 2025-01-13 12:27:10 +00:00
Matej Černý
3e674222b1
fix(nuxt): don't hoist identifiers declared locally in definePageMeta when extracting page metadata (#30490) 2025-01-13 12:24:26 +00:00
Matej Černý
f628530ae4
fix(nuxt): collect all identifiers before extracting page metadata (#30478) 2025-01-07 05:43:50 +00:00
Julien Huang
4247caa097
perf(nuxt): remove code duplication in client-only (#30460) 2025-01-07 05:43:47 +00:00
Daniel Roe
975221b524
perf(nuxt): drop pathe browser dep for deep server components (#30456) 2025-01-05 00:38:01 +00:00
Daniel Roe
d837cee9d1
fix(nuxt): respect router.options when hmring routes (#30455) 2025-01-04 23:05:04 +00:00
Alexander Lichter
6a6bae73ea
fix(nuxt): respect baseURL when ignoring prerendered manifest (#30446) 2025-01-04 23:05:04 +00:00
Matej Černý
b00264cd7c
fix(nuxt): use node location instead of range for route meta property extraction (#30447) 2025-01-04 21:38:33 +00:00