1
0
mirror of https://github.com/nuxt/nuxt.git synced 2025-03-20 16:25:55 +00:00
Commit Graph

159 Commits

Author SHA1 Message Date
Daniel Roe
4e0ef29d1c
test: add benchmarks for dev server initial build () 2025-02-04 16:03:27 +00:00
renovate[bot]
9346ad7e4c
chore(deps): update all non-major dependencies (main) ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2025-01-29 18:24:41 +01:00
xjccc
b205d8d75a
fix(nuxt): deep clone extracted page meta () 2025-01-24 14:40:08 +00:00
Daniel Roe
8256f4b0a0
ci: reenable nuxt benchmarking () 2025-01-22 17:28:30 +00:00
Daniel Roe
8136954e7c
fix(nuxt): decode id before resolving relative imports () 2025-01-15 11:31:56 +00:00
Daniel Roe
a6ee58911b
fix(kit): fully resolve plugin paths when normalising them () 2025-01-14 10:47:36 +00:00
Daniel Roe
50ebb8be1e
perf(nuxt): defer version/config warnings to after build () 2025-01-14 10:43:42 +00:00
Matej Černý
04e02986cd
fix(nuxt): don't hoist identifiers declared locally in definePageMeta when extracting page metadata () 2025-01-09 15:11:44 +00:00
Matej Černý
65380c6bc9
fix(nuxt): collect all identifiers before extracting page metadata () 2025-01-07 04:49:59 +00:00
Matej Černý
b3ddc31b33
fix(nuxt): use node location instead of range for route meta property extraction () 2025-01-04 21:14:55 +00:00
Julien Huang
ca6e31c5d6
refactor(nuxt): use consola with nuxt tag instead of console () 2024-12-29 23:25:29 +00:00
Matej Černý
ba764b212f
fix(nuxt): ignore non-reference identifiers when extracting page metadata () 2024-12-26 22:14:17 +00:00
Vuk Marjanovic
03f0d1aec3
fix(nuxt): don't use <RouterLink> for links starting with # () 2024-12-18 23:39:54 +00:00
Matej Černý
59f5a76d51
feat(nuxt): support local functions in definePageMeta () 2024-12-18 09:42:43 +00:00
Julien Huang
231b7d17c3
fix(nuxt): use useId for island client component teleport id () 2024-12-09 10:35:37 +00:00
Daniel Roe
3cb8b9fcb0
refactor(nuxt): simplify and improve core plugins that parse ast () 2024-11-28 16:34:02 +00:00
Harlan Wilton
16ef9be903
feat(nuxt): experimental extraPageMetaExtractionKeys () 2024-11-27 16:57:15 +00:00
Julien Huang
7a1f1df088
refactor: move composable-keys plugin into nuxt core () 2024-11-25 10:06:53 +00:00
Daniel Roe
cf8142b734
test: add import protection test 2024-11-19 13:59:38 -05:00
xjccc
cbafa582a3
fix(nuxt): respect existing props value in definePageMeta () 2024-11-02 23:38:54 +00:00
Estéban
be892629eb
feat(schema,nuxt): add shared/ folder and #shared alias () 2024-11-02 21:13:41 +00:00
Anthony Fu
66ca0910f8
fix(nuxt): remove vue compiler hints from auto import () 2024-11-01 02:44:00 +00:00
xjccc
d275b382ec
feat(nuxt): allow enabling route props in definePageMeta () 2024-10-22 13:57:16 +01:00
Daniel Roe
56d2261471
refactor(nuxt,schema,vite,webpack): use unplugin for vfs () 2024-10-09 13:58:05 +01:00
Daniel Roe
2309cdf225
refactor(nuxt): use addBuildPlugin internally () 2024-09-25 23:59:59 +01:00
Julien Huang
9cb34dd49b
feat(nuxt): normalise component names to match nuxt pattern () 2024-09-25 13:32:00 +01:00
Daniel Roe
efae3a4f3c
chore: add more checks around indexed access () 2024-09-18 21:41:53 +02:00
Daniel Roe
4976df6f63
test: add basic assertions for unctx transform 2024-09-16 14:47:58 +02:00
Daniel Roe
79b0cc0c3b
test: switch inline snapshot to object comparison 2024-09-13 12:54:52 +01:00
Daniel Roe
a0ea790b80
fix(kit,nuxt,schema)!: remove other support for nuxt2/bridge () 2024-09-11 11:02:22 +01:00
Daniel Roe
1fec546102
perf(nuxt): remove interop default for dynamic components () 2024-09-10 14:56:08 +01:00
Daniel Roe
93b5b04e9a
fix(nuxt): ensure we process files in buildDir for unimport () 2024-09-09 17:23:36 +01:00
Anthony Fu
ada1e49f5a
fix(nuxt): enable injectAtEnd to reduce circular auto-imports () 2024-09-09 16:30:10 +01:00
Daniel Roe
d7586adfc0
fix(nuxt): resolve full component paths () 2024-09-05 17:38:43 +02:00
Daniel Roe
7346d61498
refactor(nuxt): update to vue v3.5 + native useId () 2024-09-03 14:33:21 +01:00
Daniel Roe
77e36ee274
fix(nuxt): improve error logging in import protections () 2024-08-29 20:50:01 +01:00
Daniel Roe
2ccdaa14cb
fix(nuxt): extract route rules/page meta in 2+ script blocks () 2024-08-21 12:38:18 +01:00
Horu
7658420b1c
feat(nuxt): allow organising pages within route groups () 2024-08-12 22:16:04 +01:00
Daniel Roe
487170c867
fix(nuxt): scan jsx pages for page metadata () 2024-08-09 12:11:38 +01:00
Martin Masevski
6eefc98e49
fix(nuxt): update renamed stub composables from nuxt/scripts () 2024-08-08 09:48:52 +01:00
renovate[bot]
c906312034
chore(deps): update all non-major dependencies (main) ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2024-08-05 16:33:27 +01:00
xjccc
242b4710ce
fix(nuxt): merge route meta properties with scanned meta () 2024-07-18 15:55:39 +01:00
Daniel Roe
874829434d
fix(schema): don't use app/ as srcDir if it doesn't exist () 2024-07-16 15:12:31 +01:00
Daniel Roe
e8faa84d83
fix(nuxt): allow configuring server components in modules () 2024-07-01 10:06:48 +01:00
renovate[bot]
5fc22f9db5
chore(deps): update dependency @vitejs/plugin-vue to v5.0.5 (main) ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2024-06-30 00:02:51 +01:00
Daniel Roe
ac9a95cc1e
fix(nuxt): don't use app version when verifying nuxt deps () 2024-06-27 16:19:59 +02:00
Dominic
07e1818f30
fix(nuxt): handle external links to named route objects () 2024-06-26 11:51:42 +02:00
Alexander Lichter
d23c79f395
fix(nuxt): extract all-literal page meta () 2024-06-25 18:53:30 +02:00
Daniel Roe
5e76587490
fix(nuxt): delay navigation until user input is acknowledged () 2024-06-20 23:18:57 +01:00
Daniel Roe
f2868f8c72
fix(nuxt): resolve routes when navigateTo called with open () 2024-06-20 20:26:46 +01:00