Commit Graph

1464 Commits

Author SHA1 Message Date
Hriteek Bista
b47ff972fa
docs: fix typo (#25326) 2024-01-19 16:41:18 +00:00
Daniel Roe
87641c8672
docs: fix eslint link 2024-01-19 12:40:34 +00:00
Alexander Lichter
040cd97c3c
fix(schema): remove defineModel option as it is now stable (#25306) 2024-01-19 09:48:24 +00:00
Pooya Parsa
dab2188d58
feat: experimental client-side Node.js compatibility (#25028) 2024-01-18 16:09:27 +00:00
Daniel Roe
807ead6f1a
feat(nuxt): add pages:routerOptions hook (#24922) 2024-01-18 16:06:00 +00:00
Dominic Marcelino
f3d81ef7d6
docs: explain how to auto-install git layer deps (#24250)
Co-authored-by: Daniel Roe <daniel@roe.dev>
2024-01-18 15:33:22 +00:00
Daniel Roe
210a559350
feat(nuxt): add experimental sharedPrerenderData option (#24894) 2024-01-18 10:01:39 +00:00
Danila Rodichkin
6b651cf7bf
feat(nuxt): tryUseNuxtApp composable (#25031) 2024-01-18 09:59:59 +00:00
mustafa60x
a53ef190b1
docs: remove space before colon (#25251) 2024-01-17 09:40:53 +00:00
Александр Дьяконов
cb3cf2b76f
docs: deleted an extra character (#25248)
Co-authored-by: Damian Głowala <damian.glowala.rebkow@gmail.com>
2024-01-17 09:33:22 +00:00
Flowern
4145e1b3e4
docs: corrects variable name used in comment (#25238) 2024-01-16 23:17:46 +00:00
Daniel Roe
637f5622dc
docs: mention installing nuxi for bridge 2024-01-16 16:40:48 +00:00
Julien Huang
18d279336d
docs: fix addDevServerHandler API (#25233) 2024-01-16 15:57:49 +00:00
Larry Williamson
b3fb75c00e
docs: add information on custom path regexp in definePageMeta (#25073) 2024-01-16 12:54:27 +00:00
Chris Visser
6823b8c793
docs: add eslint setup guide (#24976) 2024-01-16 12:13:18 +00:00
Maxime Pauvert
f1ea2690cc
docs: remove lagon from deployment providers (#24955) 2024-01-16 12:09:59 +00:00
Nils Wiesinger
4ab15c3a4b
docs: clarify reactivity in composables directory (#23731) 2024-01-16 11:36:53 +00:00
chris-basebone
f310dd1e2d
docs: mention .global.vue filename for global components (#25144) 2024-01-16 11:21:49 +00:00
Bertil Johannes Ipsen
74824f93ec
docs: added immediate: false in the appropriate example (#25224) 2024-01-16 10:03:03 +00:00
kongmoumou
97db0fada7
docs: add --log-level description (#25211) 2024-01-15 17:17:56 +00:00
Yi-Ru Lan
16256f3f30
docs: remove invalid nuxi aliases (#25209) 2024-01-15 11:23:40 +00:00
Daniel Roe
98fb2be07f
docs: bump nuxt 2 version 2024-01-12 16:00:58 +00:00
Daniel Roe
7bb90f5871
docs: remove bridge recommendation only relevant Vue <= 2.6.14 2024-01-12 15:58:58 +00:00
Daniel Roe
3f09ddc317
docs: remove reference to @nuxt/bridge-edge 2024-01-12 15:57:07 +00:00
Sébastien Chopin
3c5ea3457c docs: add demo for view transitions api 2024-01-10 18:04:07 +01:00
Petar Nikolov
2b417356ba
docs: fix typo (#25127) 2024-01-10 09:58:30 +01:00
toto6038
4168157214
docs: suggest using <NuxtPage> rather than <RouterView> (#25106) 2024-01-09 09:39:05 +00:00
gal-cernilogar
3d368c9c7f
docs: fix typo (#25100)
Co-authored-by: Gal Černilogar <gal.cernilogar@outfit7.com>
2024-01-08 17:43:16 +01:00
Shoshana Connack
48497a91d6
docs: correct nuxt image discussion link (#25090) 2024-01-08 12:18:52 +00:00
Michael Brevard
a62f2ba3e3
docs: warn about ref unwrapping when providing refs from plugin (#25054) 2024-01-05 07:52:49 +00:00
Luke Nelson
b95163c7ca
docs: add callout for getValidatedRouterParams (#25057) 2024-01-05 07:42:03 +00:00
Daniel Roe
afbc4080b1
docs: update EOL date for Nuxt 2 2024-01-03 11:04:37 +00:00
Alireza Jahandideh
7bd1ade096
docs: add an example of provide with object syntax plugins (#24993) 2024-01-02 22:02:42 +00:00
Mateusz Kulpa
772264ae40
docs: add missing imports for nitro examples (#25003) 2024-01-02 12:35:44 +00:00
Luke Nelson
931f96cdce
docs: mention readValidatedBody and getValidatedQuery (#24990) 2024-01-01 22:05:43 +00:00
Julien Huang
4028d0cae3
docs: warn about hydration issue with URL fragment (#24961) 2024-01-01 10:28:23 +00:00
Sébastien Chopin
792cf67137
docs: add badge for callOnce utility
Resolves #24950
2023-12-29 12:02:22 +01:00
heygsc
d99001832f
docs: capitalise hash for vue-router docs link (#24948) 2023-12-29 08:44:58 +00:00
Clément Ollivier
29a765081a
docs: specify yarn pnp opt-out for install (#24923) 2023-12-28 16:14:04 +00:00
Soheil Nazari
155100edd7
docs: corrected json syntax in 7.esm.md (#24937) 2023-12-28 16:11:19 +01:00
Daniel Roe
f5676fba56 docs: switch features/future docs 2023-12-26 22:03:39 +00:00
Daniel Roe
32d2c99c5f
refactor(schema): introduce future and features namespace (#24880) 2023-12-25 14:03:29 +00:00
Isaac Qadri
14b95e0d4f
docs: add addComponentsDir example to modules author guide (#24876) 2023-12-23 14:22:13 +00:00
Daniel Roe
5de779a7de
docs: update example test snapshots to remove escapes 2023-12-19 20:02:54 +00:00
Daniel Roe
3de719c8ee
docs: add docs for runtime test environment (#24658) 2023-12-19 13:33:53 +00:00
Julien Huang
1b93e604d3
feat(nuxt): allow client components within NuxtIsland (#22649) 2023-12-19 12:21:29 +00:00
Daniel Roe
802b3e28c1
chore: use dev:prepare instead of build:stub 2023-12-19 12:21:15 +00:00
Sébastien Chopin
d26822f3df
feat(nuxt): add callOnce util to allow running code only once (#24787) 2023-12-19 11:00:11 +00:00
Julien Huang
9cd6c922e5
feat(nuxt): move loading api behind hooks (#24010) 2023-12-19 10:18:10 +00:00
Victor Akintunde
5d2ac28576
docs: update return for useFetch and useAsyncData #24407 (#24775) 2023-12-18 19:37:51 +01:00