Commit Graph

511 Commits

Author SHA1 Message Date
Julien Huang
a3487893a3 fix: impôrt, wrap buildNuxt and make name internal 2025-01-11 17:26:34 +01:00
Julien Huang
a848774138 feat: provide name and allow multiple Nuxt App within the same process 2025-01-11 17:25:58 +01:00
Daniel Roe
a603d4908b
fix(schema): override vueCompilerOptions.plugins type (#30454) 2025-01-04 23:05:03 +00:00
Connor Roberts
e786d79bee
fix(schema): support pfx certificate for dev server (#30412) 2025-01-04 21:37:32 +00:00
Daniel Roe
e629a2ddbf
perf(schema): drop unneeded type-only schema dependencies (#30411) 2024-12-30 00:23:58 +00:00
Daniel Roe
8e2ca5bdc2
docs: update references to lodash and recommend es-toolkit 2024-12-30 00:20:13 +00:00
Daniel Roe
ceac86e348
fix(schema): gate inline style change behind v4 check 2024-12-23 16:29:09 +00:00
Julien Huang
58b6b72fc3
perf(nuxt): remove useId from composable key plugin (#30328) 2024-12-23 16:29:09 +00:00
Daniel Roe
a4e77a1ca0
perf(schema): only inline styles for vue components (#30305) 2024-12-20 12:15:14 +00:00
Alexander Lichter
aa79b3a120
feat(nuxt): add mode: 'navigation' to callOnce (#30260) 2024-12-18 16:36:46 +00:00
derHodrig
d9aab7a21a
docs: update auto-imports to advertise the scan feature (#30292) 2024-12-18 16:36:45 +00:00
Daniel Roe
73761dade5
fix(schema): hoist nitro runtime types 2024-12-16 16:48:14 +00:00
Daniel Roe
333d71a299
docs: update nitro links + fix link checking (#30228) 2024-12-13 20:46:29 +00:00
Nikolay
aa6cc48eb0
fix(nuxt,schema): allow showing spa loader til after hydration (#29776) 2024-12-09 14:27:07 +00:00
Daniel Roe
02390109c9
test: add additional attw test for built packages (#30206) 2024-12-09 14:25:38 +00:00
bjoaquinc
3947a7b97c
docs: added options and option definitions for sourcemap (#30201) 2024-12-09 14:11:13 +00:00
wzc520pyfm
74d8603149
fix(schema): allow routerOptions.history to return null (#30192) 2024-12-09 14:11:13 +00:00
Daniel Roe
c2ef5e4924
feat(nuxt): print nuxt hook timings in browser devtools (#29922) 2024-12-06 21:10:06 +00:00
Daniel Roe
381a0c0680
docs: update links to vite.dev (#30111) 2024-12-03 09:57:56 +00:00
Damian Głowala
ddb25bd37a
feat(nuxt,schema): allow setting serialisable vue app config (#28873) 2024-11-27 17:09:49 +00:00
Harlan Wilton
a7dfc62038
feat(nuxt): experimental extraPageMetaExtractionKeys (#30015) 2024-11-27 17:07:41 +00:00
Inesh Bose
b1c08f77b2
feat(kit): allow module default options to be async (#29980) 2024-11-27 17:07:09 +00:00
Lukas Bauer
38e40ce2bd
docs: fix rou3 link in nitro.js (#29775) 2024-11-05 10:14:55 +00:00
Daniel Roe
54096875ee
fix(schema): hoist nitropack/types to ensure api routes are typed 2024-11-03 20:58:25 +00:00
Nils
b2accc6de7
feat(nuxt): allow chunk error or manifest update -> reload (#28160) 2024-11-02 23:14:01 +00:00
Estéban
18d547d5a5
feat(schema,nuxt): add shared/ folder and #shared alias (#28682) 2024-11-02 23:13:59 +00:00
xjccc
56ceb1840e
feat(nuxt): allow enabling route props in definePageMeta (#29586) 2024-10-22 15:38:04 +01:00
Bobbie Goede
39951fd472
feat(nuxt,schema): pages:resolved hook + scan meta post extend (#28861) 2024-10-22 15:38:04 +01:00
Daniel Roe
3bbcd7d218
fix(schema): mark configFile as required in layer type 2024-10-16 11:52:23 +01:00
Alexander
2513c80816
fix(schema): use ConfigLayer type from c12 (#29370) 2024-10-11 23:39:27 +01:00
Daniel Roe
e207f7e993
feat(rspack,webpack): add rspack builder (#29142)
Co-authored-by: "yangjian.fe" <yangjian.fe@bytedance.com>
Co-authored-by: underfin <likui6666666@gmail.com>
2024-10-09 15:59:32 +02:00
Daniel Roe
0f210e3170
refactor(nuxt,schema,vite,webpack): use unplugin for vfs (#29165) 2024-10-09 15:04:58 +02:00
Daniel Roe
da0dfd3054
feat(kit,schema): add addServerTemplate utility (#29320) 2024-10-09 08:28:57 +02:00
Julien Huang
2e69612206
feat(nuxt): normalise component names to match nuxt pattern (#28745) 2024-09-25 22:52:13 +01:00
Daniel Roe
03342f8575
fix(nuxt): don't resolve relative import type paths for deps (#29069) 2024-09-19 13:26:27 +01:00
Daniel Roe
79773710c3
fix(nuxt,schema): accept any module in inline modules array (#28922) 2024-09-10 22:39:00 +01:00
Daniel Roe
77bd30a0b8
fix(schema): enable propsDestructure by default (#28830) 2024-09-09 10:27:50 +01:00
Daniel Roe
bafc482fa5
perf(nuxt): cache vue app build outputs (#28726) 2024-08-28 22:39:40 +01:00
Daniel Roe
7c359a3cab
docs: update broken/redirected links (#28739) 2024-08-28 22:20:10 +01:00
Julien Huang
2d85d6a978
fix(schema): resolve user-provided serverDir relative to root (#28700) 2024-08-26 14:42:54 +01:00
Kewin Szlezingier
dba2b972bd
feat(nuxt): allow defining triggers for prefetching links (#27846) 2024-08-20 11:36:14 +01:00
Daniel Roe
60948c8426
fix(nuxt): only augment vue, not sub-packages (#28542) 2024-08-16 10:12:22 +01:00
Daniel Roe
c0ad8db936
fix(schema): export new module return types 2024-08-08 11:22:40 +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
Damian Głowala
56092503b4
feat(kit,schema): add .with for better module options types (#27520) 2024-08-08 11:10:35 +01:00
Daniel Roe
24d65be071
feat(nuxt): await custom routes function in router.options (#27644) 2024-08-08 11:09:22 +01:00
xjccc
7005da698d
docs: alias links in jsdoc @see blocks (#28270) 2024-08-06 15:18:28 +01:00
Yasser Lahbibi
91a6a5e269
fix(schema): use new options syntax for vite-plugin-vue (#28307) 2024-08-06 15:17:53 +01:00
Alexander Lichter
cd5c19b559
chore(schema): fix typo (#28377) 2024-08-06 15:17:51 +01:00
FELIPE COSTA DE OLIVEIRA
806c5382f7
docs: add language to example schema codeblock (#28294) 2024-08-06 15:17:50 +01:00