Commit Graph

1890 Commits

Author SHA1 Message Date
Daniel Roe
24e2c327b4
chore(deps): bump nitro nightly version (#31356) 2025-03-17 11:18:59 +00:00
Daniel Roe
a01290b60d
perf(nuxt): use browser cache for payloads (#31379) 2025-03-17 11:18:46 +00:00
Daniel Roe
8df17ea6ec
docs: update experimental docs (#31388) 2025-03-17 10:59:04 +00:00
Alex Liu
1f23874281
docs: adjust example (#31372) 2025-03-14 14:17:01 +00:00
Alex Liu
bbacb5496d
docs: add rspack and remove test-utils for monorepo guide (#31371) 2025-03-14 14:16:17 +00:00
Guillaume Chau
2e2f6475b4
docs: add mention of addServerTemplate to modules guide (#31369) 2025-03-14 11:30:54 +00:00
imreegall
9f427e5f8c
docs: add missing comma (#31362) 2025-03-14 09:46:37 +00:00
Sam Blowes
c4cdc0537d
docs: include package manager options in update script (#31346) 2025-03-13 07:07:29 +00:00
Alex Liu
e43aa58f12
docs: adjust app.head example (#31350) 2025-03-13 07:06:30 +00:00
Nimit012
354e0a7f2c
docs: fix typo (#31341) 2025-03-12 12:31:51 +00:00
Julien Huang
0a7602f36d
docs: correct WSL note phrasing (#31322) 2025-03-10 21:35:54 +00:00
Camille Coutens
19854d425c
docs: improve HMR performance note for Windows users (#31301) 2025-03-09 16:33:41 +00:00
Daniel Roe
dcc921ac96
docs: update link to vercel edge network 2025-03-09 16:33:31 +00:00
Anoesj Sadraee
fb1739feb4
docs: mention workaround for typedPages in unhoisted pnpm setups (#31262) 2025-03-07 13:19:22 +00:00
Harlan Wilton
b512ce48c3
fix(nuxt): consolidate head component context (#31209) 2025-03-05 11:47:58 +00:00
xjccc
eb3574217a
docs: update getCachedData types (#31208) 2025-03-05 08:20:11 +00:00
Harlan Wilton
4edd782011
feat(nuxt): upgrade to unhead v2 (#31169) 2025-03-04 20:42:32 +00:00
Daniel Roe
fc4a8e8fcf
docs: update to use create nuxt command 2025-03-04 19:27:13 +00:00
Alex Liu
93c463210f
docs: clarify lifecycle behavior of <NuxtPage> during page changes (#31116) 2025-03-04 16:16:08 +00:00
Daniel Roe
41512f0a01
docs: update code example for nightly release to default to 3x 2025-03-04 14:22:12 +00:00
Michael Brevard
281a931a0a
feat(nuxt): delayed/lazy hydration support (#26468)
Co-authored-by: Daniel Roe <daniel@roe.dev>
2025-02-28 23:19:17 +00:00
Daniel Roe
7cc1e71780
docs: fix links to nitro directory structure 2025-02-28 13:15:03 +00:00
Julien Huang
1baf3ebad6
refactor(nuxt): re-organize internal runtime/nitro files (#31131) 2025-02-27 21:24:54 +00:00
Alex Liu
4ed14d13b0
refactor(nuxt): update to noScripts route rule (#31083) 2025-02-26 09:35:37 +00:00
Alex Liu
ee73a92e30
docs: explain why headers not forwarded when using $fetch on the server (#31114) 2025-02-25 08:20:40 +00:00
Anthony Fu
669ec12f80
docs: fix typo in example command (#31112) 2025-02-25 06:46:32 +00:00
Alex Liu
4f122ea251
docs: add .nuxtrc documentation (#31093) 2025-02-24 10:54:38 +00:00
Alex Liu
fc33958173
docs: link to the scripts releases page (#31095) 2025-02-23 09:32:29 +00:00
Saeid Zareie
234fb5d995
docs: add port option to preview command (#30999) 2025-02-20 16:16:39 +00:00
Idorenyin Udoh
c254e14eb7
docs: mention requirement to wrap middleware in defineNuxtRouteMiddleware (#31005) 2025-02-20 16:13:25 +00:00
Alex Liu
ca0797c681
docs: add description for vue:setup and app:data:refresh hooks (#31001) 2025-02-20 14:07:14 +00:00
xjccc
4881259d41
feat(nuxt): allow forcing start/set in loading indicator (#30989) 2025-02-14 19:01:26 +00:00
Horu
8ddf54c033
docs: add tips on how to override layers aliases (#30970) 2025-02-12 18:21:44 +00:00
Nolhan
77b82c9d02
docs: fix typo (#30971) 2025-02-12 18:21:01 +00:00
Daniel Roe
807c96241c
docs: update links to unhead sources 2025-02-12 08:45:30 +00:00
Hans Tu
9aa2a958ba
docs: fix typo (#30963) 2025-02-12 08:42:52 +00:00
Daniel Roe
5aca9e63c1
feat(kit): add named layer aliases (#30948) 2025-02-11 20:58:42 +00:00
Daniel Roe
3a9e0b7144
docs: clarify that local layers are scanned from rootDir
resolves https://github.com/nuxt/nuxt/issues/30925
2025-02-10 21:36:43 +00:00
Daniel Roe
433a7e4495
feat(kit,nuxt,schema): support experimental decorators syntax (#27672) 2025-02-10 19:16:36 +00:00
David Marr
763450c93d
docs: fix typo and improve data fetching examples (#30935) 2025-02-10 16:50:24 +00:00
Camille Coutens
059700616e
docs: add auto import info about shared utils (#30858)
Co-authored-by: Julien Huang <julien.h.dev@gmail.com>
2025-02-08 21:22:17 +00:00
Alex Liu
2d88d86835
docs: improve navigateTo docs with clearer structure and examples (#30876) 2025-02-08 09:08:38 +00:00
Alex Liu
7edf7e41eb
docs: add additional information about NuxtPage (#30781) 2025-02-07 21:57:27 +00:00
Alex Liu
eacdfaa20d
docs: add nuxt lifecycle (#30726)
Co-authored-by: Sébastien Chopin <atinux@gmail.com>
2025-02-07 21:46:40 +00:00
Daniel Roe
bc13a4a0a5
docs: update path to nuxt binary 2025-02-07 08:54:39 +00:00
Hussain Panahy
f601abc325
docs: fix typo (#30817) 2025-01-30 22:29:57 +01:00
@beer
a6a7ad4c49
docs: tiny typo (#30799) 2025-01-29 23:08:33 +08:00
Alan Schio
31ffecceab
docs: add example on how to disable default routes for ssg (#30729) 2025-01-24 14:42:05 +00:00
Saeid Zareie
2dd767216c
docs: add more context about navigation mode in callOnce composable (#30612) 2025-01-21 14:12:52 +00:00
Daniel Roe
3dd52733b6
docs: update links to unhead source 2025-01-21 12:03:37 +00:00