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
Osama Abdallah Essa Haikal
8e27051ab4
docs: add known limitations for app.config.ts ( #28875 )
2024-09-07 19:22:46 +02: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
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
Gustav Odinger
38a33dba19
docs: persist package manager choice in code blocks ( #28514 )
2024-08-16 11:19:08 +01:00
Michael Brevard
8d066205c2
Merge branch 'main' into patch-21
2024-08-13 18:22:59 +03:00
Horu
7658420b1c
feat(nuxt): allow organising pages within route groups ( #28276 )
2024-08-12 22:16:04 +01:00
xjccc
c28be6553c
docs: correct custom routing link ( #28497 )
2024-08-12 09:33:10 +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
Daniel Roe
2afc1fe226
docs: update Nuxt 3
-> Nuxt
or Nuxt 3+
2024-06-30 11:11:22 +01: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
tbitw2549
70789a0631
chore: rename loader to hydrate
2024-06-22 00:20:01 +03: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
Michael Brevard
0919a82a75
Merge branch 'main' into patch-21
2024-06-19 16:28:41 +03:00
Michael Brevard
5cb4e41553
docs: rephrase
2024-06-19 12:08:39 +03: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
022b836cdc
docs: update experimental config key
2024-06-17 17:18:49 +03:00
tbitw2549
76f2f5dc4a
docs: add reference to event-based lazy loading
2024-06-15 01:10:20 +03:00
tbitw2549
1cb243ed08
feat: auto-import loaders and update docs
2024-06-14 23:27:22 +03:00
Michael Brevard
6e6832fc3e
Merge branch 'main' into patch-21
2024-06-11 19:20:31 +03:00
Hendrik Heil
1d34594b9e
feat(nuxt): register plugin hooks before executing plugins ( #27449 )
2024-06-10 19:41:36 +01:00
Michael Brevard
6be28279f1
docs: fix case
2024-06-10 11:56:41 +03:00
Michael Brevard
6fa4dd2807
Merge branch 'main' into patch-21
2024-06-07 19:47:33 +03:00
Luke Nelson
c5135efccc
docs: add note about middleware re-running for error pages ( #27481 )
2024-06-07 17:24:50 +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
Martins Zeltins
b90936b4f1
docs: explain how environment variables work in production ( #27189 )
2024-05-14 10:55:35 -05:00
Jakub Bednár
341fbe60f9
docs: add module execution order ( #27178 )
2024-05-13 21:59:33 +01:00
Alexander Lichter
69860d952a
docs: add video links for more context ( #27174 )
2024-05-13 15:39:52 +01:00
Horu
1a0cde7e10
docs: fix file name ( #26852 )
2024-04-19 11:27:54 +03:00
xjccc
7adb7d82da
docs: correct definePageMeta scrollToTop docs link ( #26829 )
2024-04-18 07:49:14 +03:00
Edwin Fadul
8feb5fe5a4
docs: provide example of passing props to a child page ( #26805 )
2024-04-17 10:24:53 +01:00
AngelHdz Multimedia
cc391c0448
docs: fix typo ( #26752 )
...
Co-authored-by: Damian Głowala <damian.glowala.rebkow@gmail.com>
2024-04-13 00:19:47 +02:00
Taras Batenkov
d8299b635f
docs: clarify dependsOn
works not just for parallel plugins ( #26707 )
2024-04-09 19:27:21 +02:00
Damian Głowala
386be0b866
docs: replace process.*
with import.meta.*
( #26611 )
2024-04-02 12:46:05 +01:00
Taras Batenkov
f00dcdf0f8
docs: clarify app-config merging strategy note ( #26564 )
2024-03-30 07:43:54 +00:00
Julien Huang
09e53fc6d9
docs: warn about single root element for server components ( #26462 )
2024-03-25 10:27:20 +00:00
Turdalin Nurassyl
ac54031511
docs: mention <DevOnly>
component in api section ( #26029 )
2024-03-18 15:17:20 +00:00
Daniel Roe
9bfd988ca6
feat(nuxt): enable islands if server pages/components present ( #26223 )
2024-03-13 07:39:35 -07:00
Mostafa Said
5089016695
docs: add mentions on Vue School tutorials ( #25997 )
2024-03-11 17:56:57 +01:00