Commit Graph

364 Commits

Author SHA1 Message Date
tbitw2549
91abe21fbf refactor: build plugin with prop based approach 2024-11-08 23:13:04 +02:00
tbitw2549
7c6b5d73c7 Merge remote-tracking branch 'upstream/main' into patch-21 2024-11-05 13:42:55 +02:00
Erik Lilja
e6a9b3cc78
docs: add link to h3 blogpost (#29794) 2024-11-05 11:14:30 +00:00
@beer
54798540ef
docs: capitalize titles (#29768) 2024-11-04 12:49:14 +00:00
Nils
f788b0dfcc
feat(nuxt): allow chunk error or manifest update -> reload (#28160) 2024-11-02 21:28:04 +00:00
Cruz
7339ee5dd8
docs: type cast api plugin in custom usefetch example (#29756) 2024-11-02 09:43:57 +00:00
xjccc
5f330ad025
docs: add props to special metadata (#29708) 2024-11-02 09:41:15 +00:00
Michael Brevard
d3aef5549a
docs: tofandel review
Co-authored-by: Adrien Foulon <6115458+Tofandel@users.noreply.github.com>
2024-10-31 08:48:16 +02:00
Bobbie Goede
eaeda4ee1e
feat(nuxt,schema): pages:resolved hook + scan meta post extend (#28861) 2024-10-22 13:32:46 +01:00
Dawit
ea1574ae1a
docs: add section on 'updateAppConfig' in the 'app.config' page (#29397) 2024-10-12 21:31:58 +01:00
Michael Brevard
c4123fa09f
docs: remove usage of unnecessary utils 2024-10-09 10:28:32 +03:00
Nishant Aanjaney Jalan
90025976f8
docs: improve explanation of ssr + data fetching (#29010) 2024-10-08 15:58:59 +01:00
Sébastien Chopin
e7509bdf48
docs: update to new ofetch headers for interceptors (#29118) 2024-10-08 14:49:02 +01:00
Jeremy Graziani
768be722b0
docs: consistent directory structure (#29292) 2024-10-08 14:48:47 +01:00
Jeel Rupapara
280e5923ea
docs: add example of typing custom useFetch errors (#29253) 2024-10-08 14:16:51 +01:00
Leopold Kristjansson
8cc29f76e2
docs: add missing word (#29230) 2024-09-30 16:59:18 +01:00
Panopoulos Andreas
2f7345586e
docs: fix comments typo in auto-imports example (#29195) 2024-09-27 18:32:35 +01:00
Horváth Bálint
b309986568
docs: add links to short videos from daniel (#29185) 2024-09-27 18:32:09 +01:00
Julien Huang
9cb34dd49b
feat(nuxt): normalise component names to match nuxt pattern (#28745) 2024-09-25 13:32:00 +01:00
Matej Černý
d970da6da5
docs: add a section about useRequestFetch and event.$fetch (#29099) 2024-09-21 11:39:54 +01:00
Matej Černý
00ad2b8233
docs: move custom directories note to the correct place (#29100) 2024-09-21 09:32:00 +01:00
Sébastien Chopin
effb57d3a3
docs: remove duotone icons for clarity (#29040) 2024-09-19 13:20:16 +01:00
Leopold Kristjansson
7071da8851
docs: fix typo (#29045) 2024-09-18 15:37:47 +02:00
Julien Huang
ee44ec7309
docs: use defineNuxtComponent instead of defineComponent (#29011) 2024-09-16 14:48:45 +02:00
tbitw2549
f054daccf8 docs: add conditional rendering and state caveats 2024-09-15 12:59:54 +03:00
Michael Brevard
100664e149
docs: typo 2024-09-15 07:53:32 +03:00
Michael Brevard
6945776b6c
docs: rephrase lazy time misuse case 2024-09-15 07:52:34 +03:00
Michael Brevard
6c741f7cad
Merge branch 'main' into patch-21 2024-09-15 07:44:08 +03:00
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
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
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
Daniel Roe
1fec546102
perf(nuxt): remove interop default for dynamic components (#28912) 2024-09-10 14:56:08 +01:00
Osama Abdallah Essa Haikal
8e27051ab4
docs: add known limitations for app.config.ts (#28875) 2024-09-07 19:22:46 +02:00
Daniel Roe
e367cc9c48
feat(nuxt): cache vue app build outputs (#28726) 2024-08-28 21:00:38 +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
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
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
Michael Brevard
3426fca610
Merge branch 'main' into patch-21 2024-08-13 23:13:16 +03:00