Commit Graph

1883 Commits

Author SHA1 Message Date
Michael Brevard
0bed244f5c
docs: reference pure conditional hydration as a LazyIf option 2024-09-15 07:03:24 +03:00
Michael Brevard
bf131a2173
docs: hydration event callback example 2024-09-14 21:54:02 +03:00
Michael Brevard
1ad62a16f5
docs: add custom strategies example via LazyIf 2024-09-14 16:57:14 +03:00
Michael Brevard
6f1757700c
docs: rephrase caveats and best practices 2024-09-14 16:40:56 +03:00
Paulo Ricardo Severo
b267962a94
docs: remove confusing reference to 'SPA' (#28991) 2024-09-14 13:24:33 +01:00
Nishant Aanjaney Jalan
f4198d8ad9
docs: add clarity to useFetch parameter signature (#28993) 2024-09-14 13:23:06 +01:00
tbitw2549
fe9b2b96f5 feat: time and promise based delayed hydration 2024-09-14 14:01:50 +03:00
Michael Brevard
86384794e8
Merge branch 'main' into patch-21 2024-09-14 09:11:54 +03:00
@beer
52b405b4e8
docs: fix typo (#28983) 2024-09-13 18:30:40 +01:00
@beer
a341e680fb
docs: capitalize text (#28972) 2024-09-13 12:43:07 +01:00
tbitw2549
a9c76a405c Merge branch 'patch-21' of https://github.com/GalacticHypernova/nuxt into patch-21 2024-09-13 12:07:09 +03:00
tbitw2549
fb6d4a518a refactor: avoid conflicting renders
This refactors SSR handling with the existing approach, given the SSR limitation of establishing rendering separation.

This also simplifies SSR renders using the same data and adds early returns wherever possible to internally minimize delayed hydration dependency
2024-09-13 12:04:49 +03:00
Daniel Roe
889a5642fb
Merge remote-tracking branch 'origin/main' into patch-21 2024-09-11 21:06:10 +01:00
Liran Tal
762621eec0
docs: update useFetch troubleshooting section (#28918) 2024-09-10 17:25:47 +01:00
Daniel Roe
1fec546102
perf(nuxt): remove interop default for dynamic components (#28912) 2024-09-10 14:56:08 +01:00
Nishant Aanjaney Jalan
fcf023e611
docs: typo fixed missing closing angle bracket (#28880) 2024-09-08 01:58:45 +02:00
Osama Abdallah Essa Haikal
8e27051ab4
docs: add known limitations for app.config.ts (#28875) 2024-09-07 19:22:46 +02:00
Joaquín Sánchez
be2d3d5ad8
docs: include --frozen-lockfile when installing dependencies (#28794) 2024-09-03 09:42:26 +01:00
Heb
aea31b554a
docs: fix postcss codeblock typo (#28801) 2024-09-03 09:40:56 +01:00
Ismail Sabet
babcb28d0c
docs: add missing query returned value from useRoute() (#28743) 2024-08-28 21:09:35 +01:00
Max
717b026222
docs: updated line number for nuxt build-time hooks (#28746) 2024-08-28 21:01:17 +01:00
Daniel Roe
e367cc9c48
feat(nuxt): cache vue app build outputs (#28726) 2024-08-28 21:00:38 +01:00
@beer
87dca6a01d
docs: capitalize text (#28734) 2024-08-28 13:28:29 +01:00
Daniel Roe
d1c40328fe
docs: update broken/redirected links (#28739) 2024-08-28 13:28:14 +01:00
@beer
63646ef64a
docs: fix typo (#28724) 2024-08-27 17:21:25 +01:00
tbitw2549
e304d6c367 feat: support condition, media query, and never
This adds 3 more types of hydration to cover most of the use cases.
2024-08-25 13:53:29 +03:00
Maxime Pauvert
3e713d31dc
docs: update nuxt scripts status (#28629) 2024-08-21 16:19:19 +01:00
Daniel Roe
31779d2371
Merge remote-tracking branch 'origin/main' into patch-21 2024-08-20 12:12:14 +01:00
Michael Brevard
309726060c
docs: fix createIdleLoader usage example 2024-08-20 14:03:00 +03:00
Kewin Szlezingier
0c9ba32c1e
feat(nuxt): allow defining triggers for prefetching links (#27846) 2024-08-19 15:50:20 +01:00
Vasily Kuzin
70c4efb55a
docs: add line-breaks to tips in Module Author Guide (#28587) 2024-08-19 12:24:30 +01:00
Gustav Odinger
38a33dba19
docs: persist package manager choice in code blocks (#28514) 2024-08-16 11:19:08 +01:00
renovate[bot]
304c17be7c
chore(deps): update all non-major dependencies (main) (#28546)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2024-08-16 10:37:35 +01:00
Sébastien Chopin
f85cb4d6ae
docs: update deep default for useAsyncData & useFetch (#28564) 2024-08-16 09:45:04 +01:00
xjccc
a4be2cb31b
docs: update useRuntimeConfig source path (#28553) 2024-08-15 09:25:55 +01:00
Michael Brevard
3426fca610
Merge branch 'main' into patch-21 2024-08-13 23:13:16 +03:00
tbitw2549
b64dca110e refactor: use vue native hydration strategies 2024-08-13 19:18:03 +03:00
Mike Laumann Bellika
e52dff0596
docs: fix options type in custom useFetch recipe (#28389) 2024-08-13 16:39:40 +01:00
Michael Brevard
8d066205c2
Merge branch 'main' into patch-21 2024-08-13 18:22:59 +03:00
Typed SIGTERM
3a42a7bc25
docs: improve typing of default exports (#28520) 2024-08-13 14:15:46 +01:00
Horu
7658420b1c
feat(nuxt): allow organising pages within route groups (#28276) 2024-08-12 22:16:04 +01:00
Son Tran
c4cad445ea
feat(kit): add prepend option to addRouteMiddleware (#28496) 2024-08-12 19:41:01 +01:00
xjccc
c28be6553c
docs: correct custom routing link (#28497) 2024-08-12 09:33:10 +01:00
Matej Černý
48377fa18c
docs: recommend '#teleports' target instead of 'body' (#28489) 2024-08-09 17:55:10 +01:00
Riley Ho
6807699a69
docs: remove vue-tsc major version constraint (#28484) 2024-08-09 14:50:33 +01:00
Adam DeHaven
83f8617e3f
feat(nuxt): custom enable/disable hooks for usePreviewMode (#28371) 2024-08-08 13:52:28 +01:00
Daniel Roe
cc2bdb5e94
docs: link to vue test utils docs for mountSuspended (#28463) 2024-08-08 11:04:36 +01:00
Michael Brevard
b9b25a6e41
Merge branch 'main' into patch-21 2024-08-05 20:29:29 +03:00
Sébastien Chopin
576c34efe9
docs: use ts for create-error example (#28411) 2024-08-05 16:33:39 +01:00
renovate[bot]
c906312034
chore(deps): update all non-major dependencies (main) (#28321)
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
@beer
ede1f923fc
docs: improve readability of link to mdn (#28327) 2024-08-05 15:15:05 +01:00
AuroraTea
32f1573614
docs: fix TypeScript errors for examples (#28403) 2024-08-05 14:58:10 +01:00
Adam DeHaven
44a49f0bc1
docs: setup host property and usage example (#28331) 2024-08-01 15:58:33 +02:00
nuxt-studio[bot]
edea29d48e
market(docs): update 2024-07-30 08:43:29 +00:00
Vaci
68b720538c
docs: update link to RuntimeNuxtHooks (#28336) 2024-07-29 10:50:58 +02:00
Meo
00ddd7bdac
docs: bunx -> bun x (#28277) 2024-07-23 22:09:05 +02:00
Mohab Sameh
65a98cf7be
docs: fix codemod command typos (#28279) 2024-07-23 19:02:08 +02:00
Daniel Roe
be37ffcede
docs: use headers.getSetCookie 2024-07-21 21:28:20 +02:00
Daniel Roe
fa29c35780
docs: use splitSetCookieString from cookie-es 2024-07-21 21:21:30 +02:00
Quentin Macq
3a72b9d1a4
docs: add vue lang to sample code (#28247) 2024-07-21 21:03:15 +02:00
Vaci
1a2cae7d9a
docs: fix note in layers usage chapter (#28236) 2024-07-20 09:20:52 +01:00
Johan Krijt
228b9f6820
docs: fix issue in cookie passing example (#28223) 2024-07-19 14:12:34 +01:00
arshcodemod
064e7b7f12
docs: codemods for migrating to Nuxt 4 (#28072) 2024-07-18 19:57:14 +01:00
Santiago A
7ed5bd4b2c
docs: add info about layers/ directory (#28128) 2024-07-12 13:24:31 +01:00
Michael Brevard
2df3351048
Merge branch 'main' into patch-21 2024-07-12 14:01:28 +03:00
Julien Huang
f8963f1dfe
docs: warn about nested islands (#28062) 2024-07-11 12:56:46 +01:00
John Tanzer
8f7815e96e
docs: clarify navigateTo is not for nitro routes (#28092) 2024-07-11 09:07:30 +01:00
Thomas
200fe48829
docs: remove a resolved issue from view transition docs (#28091) 2024-07-11 07:16:19 +01:00
Santiago A
8f84dce539
docs: mention content in upgrade guide v4 folder structure (#28090) 2024-07-11 07:13:13 +01:00
Dominic
0d39bbf65c
docs: use code groups for install commands in module guide (#28094) 2024-07-11 07:06:14 +01:00
Florian Metz
559b81719e
docs: update phrasing in route announcer (#28108) 2024-07-11 07:05:19 +01:00
xjccc
c5a50de6d1
docs: deprecate pending and emphasis undefined (#28113) 2024-07-11 07:04:37 +01:00
Liran Tal
b865cc511f
docs: clarify xrsp danger (#28053) 2024-07-05 18:20:33 +01:00
Daniel Roe
19d7f93284
fix(kit): add back requireModule and tryRequireModule (#28013) 2024-07-04 10:04:10 +01:00
Daniel Kelly
fe3dbfd655
docs: remove deprecated pending variable from data fetching docs (#28011) 2024-07-03 23:05:15 +01:00
Daniel Roe
ef35ff27df
feat(kit): reimplement cjs utils using mlly (#28012) 2024-07-03 23:02:05 +01:00
Daniel Roe
79193561b9
refactor(kit,nuxt,vite,webpack)!: remove legacy require utils (#28008) 2024-07-03 21:12:33 +01:00
Daniel Roe
421d100172
docs: update example to use nuxtApp.runWithContext (#28000) 2024-07-03 12:43:59 +01:00
Daniel Flanagan
5b8b6800a9
docs: fix Cloudflare spelling (#27989) 2024-07-03 09:32:03 +01:00
Anthony Fu
e9b88f81e7
docs: fix link 2024-07-02 19:32:23 +01:00
Daniel Roe
35f73eba5a
docs: mention layers in directory guide 2024-07-01 23:15:16 +01:00
Typed SIGTERM
910814ae18
docs: warn about ref unwrapping when auto-importing refs (#27933) 2024-07-01 09:38:03 +01:00
Michael Brevard
b715dcf0a2
docs: remove duplicate server-side notice in runtime config (#27929) 2024-06-30 23:35:38 +01:00
Daniel Roe
245320f31c
docs: update reference to nightly release for testing nuxt 4 2024-06-30 11:18:48 +01:00
Daniel Roe
2afc1fe226
docs: update Nuxt 3 -> Nuxt or Nuxt 3+ 2024-06-30 11:11:22 +01:00
Daniel Roe
2a864638ee
docs: update roadmap + readme 2024-06-30 11:11:22 +01:00
Ryota Watanabe
71cb4393f7
docs: compatibilityVersion is available in the latest release (#27919) 2024-06-30 10:57:16 +01:00
Martin Masevski
9447d4eab4
docs: remove warning about type checking (#27911) 2024-06-29 21:43:39 +01:00
Bochkarev Ivan
ffb0f4e66c
docs: use internal link (#27894) 2024-06-28 13:50:42 +02:00
Bochkarev Ivan
a58d2e7b39
docs: update links to vue-router docs (#27895) 2024-06-28 13:49:16 +02:00
Bochkarev Ivan
04d157e670
docs: use internal link (#27883) 2024-06-28 12:17:36 +02:00
Michael Brevard
97fd06e4ff
Merge branch 'main' into patch-21 2024-06-27 17:40:56 +03:00
Alexander Lichter
3310a1ab5c
docs: hint to use runtime config (#27859) 2024-06-27 12:03:14 +02:00
Daniel Roe
8f95cac34c
feat(kit,nuxt,schema,vite,webpack): nitropack v3 nightly (#27702) 2024-06-26 15:18:05 +02:00
Daniel Roe
5f819ab88e
fix(nuxt)!: remove __NUXT__ after hydration (#27745) 2024-06-26 12:32:50 +02:00
Dominic
49959fd9ad
docs: update some code groups with package manager examples (#27791) 2024-06-25 22:30:37 +02:00
Michael Brevard
57b7cf5123
docs: warn about awaiting useFetch/AsyncData in wrappers (#27785) 2024-06-24 11:03:47 +01:00
Julien Huang
dc9d0fb71b
docs: remove outdated tip (#27773) 2024-06-24 10:41:02 +01:00
tbitw2549
70789a0631 chore: rename loader to hydrate 2024-06-22 00:20:01 +03:00
Michael Brevard
a80843f9d2
Merge branch 'main' into patch-21 2024-06-21 18:12:51 +03:00
Daniel Roe
69f09fbae1
fix(nuxt)!: remove old experimental options (#27749) 2024-06-21 07:01:40 +01:00
Maxime Pauvert
97f3788009
docs: add refreshCookie on useCookie doc page (#27744) 2024-06-20 23:18:00 +01:00
Michael Brevard
9cbdbc7814
chore: better wording 2024-06-20 09:47:25 +03:00
Michael Brevard
d80c5562b7
docs: provide clearer separation between Lazy and DH 2024-06-20 09:45:13 +03:00
Daniel Roe
57e84086cc
fix(nuxt)!: improve default asyncData value behaviour (#27718) 2024-06-19 18:04:40 +01:00
Daniel Roe
bf3a374f85
fix(schema)!: default to compatibilityVersion: 4 (#27710) 2024-06-19 16:02:35 +01:00
Michael Brevard
0919a82a75
Merge branch 'main' into patch-21 2024-06-19 16:28:41 +03:00
Daniel Roe
4d063f1f85
fix(schema,vite)!: do not allow configuring vite dev bundler (#27707) 2024-06-19 13:57:08 +01:00
Michael Brevard
5cb4e41553
docs: rephrase 2024-06-19 12:08:39 +03:00
Daniel Kelly
77685e43e4
docs: remove outdated recommendation (#27691) 2024-06-18 17:49:03 +01:00
Idorenyin Udoh
f365a2783c
docs: clarify how transitions are configured globally (#27679) 2024-06-18 13:50:11 +01:00
Daniel Kelly
7d942f1b5b
docs: fix variable name (#27675) 2024-06-17 23:35:32 +01:00
Michael Brevard
b36d0b484e
docs: fix space and link 2024-06-18 00:24:15 +03:00
Michael Brevard
bfb875e1fe
docs: remove warning, add modifier conflicting component info 2024-06-18 00:22:48 +03:00
Daniel Kelly
844fe67e68
docs: add referral query variable to Vue School Links (#27670) 2024-06-17 17:02:56 +02:00
Michael Brevard
38fabb56e6
docs: update component prefix for visible 2024-06-17 17:19:35 +03:00
Michael Brevard
7025412d35
docs: update component prefix for event 2024-06-17 17:19:20 +03:00
Michael Brevard
022b836cdc
docs: update experimental config key 2024-06-17 17:18:49 +03:00
Michael Brevard
ee6cd61e2d
Merge branch 'main' into patch-21 2024-06-16 12:23:21 +03:00
Alexandru Ungureanu
cec299bdc4
docs: correct Cloudflare deployment recommendations (#27641) 2024-06-15 22:43:44 +01:00
Yusuf Mansur Özer
345a8799f7
docs: string vs object errors + accessing data of server-thrown errors (#27398) 2024-06-15 20:14:27 +01:00
tbitw2549
76f2f5dc4a docs: add reference to event-based lazy loading 2024-06-15 01:10:20 +03:00
tbitw2549
06096dcc0c feat: add event-based lazy loading 2024-06-15 01:06:47 +03:00
tbitw2549
1cb243ed08 feat: auto-import loaders and update docs 2024-06-14 23:27:22 +03:00
Michael Brevard
0ead860117
Merge branch 'main' into patch-21 2024-06-14 18:39:18 +03:00
David Nahodyl
18bc2c8bfc
docs: document new clear() function added in 3.11 (#27615) 2024-06-14 14:46:41 +01:00
Daniel Roe
4b28d2628c
docs: update compatibility example
https://github.com/nuxt/nuxt/issues/27613
2024-06-14 14:15:41 +01:00
garthreckers
c2f2627b99
docs: add warning about bridge migration with head (#27575) 2024-06-13 09:44:30 +01:00
Michael Brevard
6e6832fc3e
Merge branch 'main' into patch-21 2024-06-11 19:20:31 +03:00
Alexander Lichter
b7d4a5767b
docs: mention 3.12 for testing nuxt 4 (#27525) 2024-06-11 10:56:40 +01:00
Daniel Roe
1d2eee00d0
docs: update more references to v3.12 2024-06-11 10:56:24 +01:00
Daniel Roe
11a79359b8
fix(nuxt): remove boolean value for dedupe in v4 compat (#27511) 2024-06-10 21:51:40 +01:00
Ryan Clements
b3f519aa6e
docs: add docs page for prerendering (#27286) 2024-06-10 19:45:10 +01:00
Hendrik Heil
1d34594b9e
feat(nuxt): register plugin hooks before executing plugins (#27449) 2024-06-10 19:41:36 +01:00
Daniel Roe
0536dbeed9
fix(nuxt): also augment page metadata after pages:extend hook (#27134) 2024-06-10 17:24:43 +01:00
Michael Brevard
09489b9d7a
Merge branch 'main' into patch-21 2024-06-10 13:21:45 +03:00
Daniel Roe
3383a2df2a
docs: add comment about existing custom srcDir in upgrade steps 2024-06-10 11:10:42 +01:00
Michael Brevard
6be28279f1
docs: fix case 2024-06-10 11:56:41 +03:00
Michael Brevard
a80536d4c0
Merge branch 'main' into patch-21 2024-06-07 23:26:45 +03:00
Daniel Roe
af65d59678
fix(kit): improve defaults in generated tsconfig.json (#27485) 2024-06-07 21:08:57 +01:00
Michael Brevard
6fa4dd2807
Merge branch 'main' into patch-21 2024-06-07 19:47:33 +03:00
Daniel Roe
61766702c0
docs: update link to nitro error hook type 2024-06-07 17:30:19 +01:00
Luke Nelson
c5135efccc
docs: add note about middleware re-running for error pages (#27481) 2024-06-07 17:24:50 +01:00
Michael Brevard
7137a7b3b5
Merge branch 'main' into patch-21 2024-06-07 16:08:20 +03:00
Jakub Bednár
7b4f1a8b72
docs: add external parameter behavior navigateTo (#27472) 2024-06-07 09:05:08 +01:00
praburangki
1ee1f74d57
docs: add deployment advice for client-side rendering (#27426) 2024-06-06 13:48:00 +01:00
JD Solanki
3af52b0375
docs: added recipe for consuming SSE via POST request (#27422) 2024-06-06 13:47:31 +01:00
autofix-ci[bot]
e0a2f219db
[autofix.ci] apply automated fixes 2024-06-03 06:36:24 +00:00
Michael Brevard
a53c5897a1
docs: add docs for delayed hydration 2024-06-03 09:35:49 +03:00
@beer
790e098bf7
docs: capitalize text (#27348) 2024-05-28 07:30:08 +02:00