Commit Graph

1625 Commits

Author SHA1 Message Date
Deth
58423772a1
feat(nuxt): allow displaying error state in loading indicator (#27176) 2024-05-16 09:23:18 -05:00
Maxime Pauvert
d6e9c514ef
docs: add nuxt/scripts (#27229) 2024-05-16 06:50:43 -05:00
Sébastien Chopin
06e1676ed1
docs: add custom useFetch recipe (#27208) 2024-05-16 06:43:11 -05:00
Jakub Bednár
855292f363
docs: add cache option to useFetch params (#27225) 2024-05-15 05:51:47 -05:00
Martins Zeltins
b90936b4f1
docs: explain how environment variables work in production (#27189) 2024-05-14 10:55:35 -05:00
Ryota Watanabe
3fbd301e44
docs: mark bridge as stable (#27212) 2024-05-14 10:29:41 -05:00
Jakub Bednár
341fbe60f9
docs: add module execution order (#27178) 2024-05-13 21:59:33 +01:00
Daniel Roe
89baee0493
fix(nuxt): scan folder indices for middleware (#27187) 2024-05-13 21:23:15 +01:00
Daniel Roe
5c34676159
feat(schema): remove some experimental options for v4 (#27132) 2024-05-13 18:45:21 +01:00
Alexander Lichter
69860d952a
docs: add video links for more context (#27174) 2024-05-13 15:39:52 +01:00
Dominik Opyd
dd6da1c614
docs: add app.config.ts to nuxt 4 testing/migration (#27164) 2024-05-12 09:47:27 +01:00
Daniel Roe
b5e35e3bd7
docs: fix type checking of component testing blocks 2024-05-12 09:47:15 +01:00
Michael McAndrew
f465e4d7eb
docs: improve testing component examples (#27138) 2024-05-11 10:00:32 +01:00
Daniel Roe
cebc89186e
feat(kit): add useRuntimeConfig and updateRuntimeConfig utils (#27117) 2024-05-09 18:49:35 +01:00
Daniel Roe
76925a4477
docs: add migration/testing guide for nuxt 4 (#27128)
Co-authored-by: Damian Głowala <damian.glowala.rebkow@gmail.com>
2024-05-09 13:20:05 +01:00
Horu
d66d68cd7d
feat(nuxt): allow specifying builder compatibility in modules (#27022) 2024-05-09 09:28:33 +01:00
Nicolas Payot
177517951c
feat(nuxt): support multiple nuxtApps at runtime (#27068) 2024-05-08 13:32:45 +01:00
Daniel Roe
3169c5cec7
feat(nuxt): add onPrehydrate lifecycle hook (#27037) 2024-05-07 15:04:21 +01:00
Alex Liu
9e8261a69c
feat(nuxt): custom renderSSRHeadOptions config for unhead (#26989) 2024-05-07 13:37:02 +01:00
Daniel Roe
8fcf893f8b
docs: mention nightly release channel for unreleased features 2024-05-07 13:30:01 +01:00
AngelHdz Multimedia
1c56008cfa
docs: add missing options for nuxi init (#27051) 2024-05-07 12:54:41 +01:00
David
76eb4eaf62
docs: improve data fetching wording and explanation (#27061) 2024-05-07 12:45:41 +01:00
Sébastien Chopin
9735fbc7e4
docs: add vite plugin recipe (#27043) 2024-05-03 09:42:20 +01:00
Daniel Roe
2c39b3ce61
feat(nuxt,schema): support new Nuxt folder structure (#27029) 2024-05-02 14:24:31 +01:00
Daniel Roe
e7789a2571
docs: add docs for future.compatibilityVersion 2024-05-01 21:29:34 +01:00
Shizuku
ff27ac2be1
docs: change .eslintrc.js to eslint.config.js (#27020) 2024-05-01 14:13:03 +01:00
zer0fire
0e26964320
docs: preprocessors as dev deps to align with vue plugin (#27005) 2024-05-01 10:50:56 +01:00
Will Willems
ed79a1d4bf
docs: fix small typo (#26999) 2024-04-30 10:51:53 +01:00
Pothuraju
3890cd9647
docs: add link to one of @manniL's videos on layers (#26984) 2024-04-30 09:25:35 +01:00
xjccc
96f18f40c0
docs: correct link to data fetching docs (#26988) 2024-04-29 13:30:26 +01:00
Fabian B
57e1a60b21
docs: update strict checks section with new default (#26965) 2024-04-26 16:05:04 +01:00
Pooya Parsa
fdbfed1280
chore: fix small typos (#26907) 2024-04-23 13:53:11 +01:00
xjccc
614b189296
docs: add source tag (#26884) 2024-04-22 09:12:35 +01:00
xjccc
344a4e4a25
docs: add watch example link (#26818) 2024-04-19 18:08:01 +03:00
Daniel Roe
a60de743aa
docs: fix import of defineConfig 2024-04-19 17:54:31 +03:00
Adam Hudák
6f3f1c6ee4
docs: add more detail to usePreviewMode explanation (#26602) 2024-04-19 17:43:22 +03:00
Daniel Roe
9ba1ebe984
chore: ignore SSL certificate error with conventionalcommits.org 2024-04-19 17:33:09 +03:00
Babak Farkhoopak
506765e086
docs: fix code block formatting (#26859) 2024-04-19 17:32:00 +03:00
Trent Fellbootman
bfd7148238
docs: fix typo with a -> an (#26856) 2024-04-19 17:27:01 +03:00
John Tanz
525124b107
docs: clarify purpose of play online section (#25978) 2024-04-19 17:26:18 +03:00
Maxime Pauvert
cb2c47cfaf
docs: add a note about HTTPS with a self-signed certificates (#26481) 2024-04-19 17:16:30 +03:00
Alexandros Kazantzidis
0855ea7625
docs: add @vue/test-utils getting started guide (#26205) 2024-04-19 17:16:00 +03:00
Turdalin Nurassyl
d25e6eeede
docs: add info about self-hosted github/gitlab instances (#26501) 2024-04-19 11:46:56 +03:00
Horu
1a0cde7e10
docs: fix file name (#26852) 2024-04-19 11:27:54 +03:00
Nate
ef1889f5e1
docs: advise correct extension for vitest config (#26845) 2024-04-18 23:31:47 +03:00
xjccc
7adb7d82da
docs: correct definePageMeta scrollToTop docs link (#26829) 2024-04-18 07:49:14 +03:00
Ivan Kalachikov
4fea6da1ae
feat(nuxt): add <NuxtRouteAnnouncer> and useRouteAnnouncer (#25741) 2024-04-17 16:58:13 +01:00
Edwin Fadul
9119475db2
docs: provide example of exposing a pageRef from a child page (#26806) 2024-04-17 10:26:40 +01:00
Edwin Fadul
8feb5fe5a4
docs: provide example of passing props to a child page (#26805) 2024-04-17 10:24:53 +01:00
Mehdi
86226f45d4
docs: add sample app.vue (#26796) 2024-04-16 10:02:55 +02:00