Commit Graph

408 Commits

Author SHA1 Message Date
Typed SIGTERM
ae679d4faa
fix(schema): check if app.head.meta values are undefined (#30959) 2025-02-12 08:49:36 +00:00
Daniel Roe
4992de433e
fix(schema): return null from resolve functions 2025-02-11 11:10:15 +00:00
Daniel Roe
433a7e4495
feat(kit,nuxt,schema): support experimental decorators syntax (#27672) 2025-02-10 19:16:36 +00:00
Daniel Roe
1cf9bd36d2
feat(schema): add runtime + internal type validation (#30844) 2025-02-10 16:28:05 +00:00
Anthony Fu
090bc6d7da
feat(nuxt): support tracking changes to nuxt options by modules (#30555) 2025-02-06 21:56:58 +00:00
Anthony Fu
3db7e2e13d
feat(nuxt): granular debug options (#30578) 2025-02-06 16:36:59 +00:00
Charlie ✨
34a731d00e
docs: remove backslashes in spaLoadingTemplate example (#30830) 2025-02-01 13:44:45 +00:00
Daniel Roe
7eeb910bf4
fix(vite,webpack): restrict access via cors to local origins + allow configuration via devServer.cors 2025-01-24 16:37:27 +00:00
Daniel Roe
8c900bc9d0
fix(schema): allow overriding dev/test environment value (#30667) 2025-01-20 13:42:31 +00:00
Daniel Roe
bc669cba0f
fix(kit,nuxt,schema,vite): improve watching behaviour (#30620) 2025-01-16 15:02:01 +00:00
Daniel Roe
4afa905240
fix(schema): override vueCompilerOptions.plugins type (#30454) 2025-01-04 22:30:01 +00:00
Connor Roberts
64287dbd5c
fix(schema): support pfx certificate for dev server (#30412) 2025-01-02 12:17:19 +00:00
Daniel Roe
f0ce20388d
perf(schema): drop unneeded type-only schema dependencies (#30411) 2024-12-30 00:12:01 +00:00
Daniel Roe
e70ef00e55
docs: update references to lodash and recommend es-toolkit 2024-12-29 23:09:42 +00:00
Daniel Roe
32d9e2fe74
fix(schema): gate inline style change behind v4 check 2024-12-23 16:28:19 +00:00
Julien Huang
201323d22c
perf(nuxt): remove useId from composable key plugin (#30328) 2024-12-22 13:03:59 +00:00
Daniel Roe
c752ee1514
perf(schema): only inline styles for vue components (#30305) 2024-12-20 11:18:10 +00:00
Alexander Lichter
f877823a43
feat(nuxt): add mode: 'navigation' to callOnce (#30260) 2024-12-18 11:41:15 +00:00
derHodrig
d61d239b43
docs: update auto-imports to advertise the scan feature (#30292) 2024-12-18 09:37:34 +00:00
Daniel Roe
cb169b52d5
fix(schema): hoist nitro runtime types 2024-12-16 16:49:10 +00:00
Daniel Roe
c72cc1ba96
docs: update nitro links + fix link checking (#30228) 2024-12-11 13:58:56 +00:00
Daniel Roe
4d13f1027a
docs: fix link to issue 2024-12-09 16:20:55 +00:00
Nikolay
54f5b9e8a4
fix(nuxt,schema): allow showing spa loader til after hydration (#29776) 2024-12-09 14:09:15 +00:00
Daniel Roe
33789bec05
test: add additional attw test for built packages (#30206) 2024-12-09 12:28:48 +00:00
bjoaquinc
0d263a39b7
docs: added options and option definitions for sourcemap (#30201) 2024-12-09 10:32:24 +00:00
Daniel Roe
fad53aa9ec
feat(nuxt): print nuxt hook timings in browser devtools (#29922) 2024-12-03 10:12:07 +00:00
Daniel Roe
5d0880e032
docs: update links to vite.dev (#30111) 2024-12-02 11:35:47 +00:00
Harlan Wilton
16ef9be903
feat(nuxt): experimental extraPageMetaExtractionKeys (#30015) 2024-11-27 16:57:15 +00:00
Lukas Bauer
177d311bcb
docs: fix rou3 link in nitro.js (#29775) 2024-11-04 17:59:59 +00:00
Nils
f788b0dfcc
feat(nuxt): allow chunk error or manifest update -> reload (#28160) 2024-11-02 21:28:04 +00:00
Estéban
be892629eb
feat(schema,nuxt): add shared/ folder and #shared alias (#28682) 2024-11-02 21:13:41 +00:00
Bobbie Goede
eaeda4ee1e
feat(nuxt,schema): pages:resolved hook + scan meta post extend (#28861) 2024-10-22 13:32:46 +01:00
Daniel Roe
01bee2f0ea
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 14:57:54 +01:00
Daniel Roe
56d2261471
refactor(nuxt,schema,vite,webpack): use unplugin for vfs (#29165) 2024-10-09 13:58:05 +01:00
Julien Huang
9cb34dd49b
feat(nuxt): normalise component names to match nuxt pattern (#28745) 2024-09-25 13:32:00 +01:00
Damian Głowala
58ae53b402
feat(nuxt,schema): allow setting serialisable vue app config (#28873) 2024-09-19 14:59:50 +01:00
Daniel Roe
cdc4a23107
fix(nuxt,schema): accept any module in inline modules array (#28922) 2024-09-10 21:16:35 +01:00
Daniel Roe
4340cd5698
fix(schema): enable propsDestructure by default (#28830) 2024-09-04 16:55:38 +01:00
Daniel Roe
e367cc9c48
feat(nuxt): cache vue app build outputs (#28726) 2024-08-28 21:00:38 +01:00
Daniel Roe
d1c40328fe
docs: update broken/redirected links (#28739) 2024-08-28 13:28:14 +01:00
Julien Huang
cfd9bf61f2
fix(schema): resolve user-provided serverDir relative to root (#28700) 2024-08-26 14:14:24 +01:00
Daniel Roe
3ec103b1d4
feat(schema): split dev/prod build directories (#28594) 2024-08-19 17:03:11 +01:00
Kewin Szlezingier
0c9ba32c1e
feat(nuxt): allow defining triggers for prefetching links (#27846) 2024-08-19 15:50:20 +01:00
Daniel Roe
4972da0c12
fix(nuxt): only augment vue, not sub-packages (#28542) 2024-08-16 09:45:19 +01:00
Tobias Diez
efae7e2b21
feat(nuxt): allow specifying app id when creating a nuxt app (#28392) 2024-08-06 16:41:51 +01:00
xjccc
62cccda86c
docs: alias links in jsdoc @see blocks (#28270) 2024-08-05 18:10:23 +01:00
Yasser Lahbibi
9ae094cafb
fix(schema): use new options syntax for vite-plugin-vue (#28307) 2024-08-05 18:08:58 +01:00
Alexander Lichter
e2dfdff7dc
chore(schema): fix typo (#28377) 2024-08-01 15:43:42 +02:00
FELIPE COSTA DE OLIVEIRA
4e54af4fad
docs: add language to example schema codeblock (#28294) 2024-07-25 18:18:59 +02:00
一纸忘忧
8abb1df017
docs: add missing comma to example (#28300) 2024-07-25 17:21:51 +02:00