Commit Graph

1746 Commits

Author SHA1 Message Date
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
Daniel Roe 3383a2df2a
docs: add comment about existing custom `srcDir` in upgrade steps 2024-06-10 11:10:42 +01:00
Daniel Roe af65d59678
fix(kit): improve defaults in generated `tsconfig.json` (#27485) 2024-06-07 21:08:57 +01: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
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
@beer 790e098bf7
docs: capitalize text (#27348) 2024-05-28 07:30:08 +02:00
Maxime Pauvert cd24bbe5fc
docs: fix release badges (#27355) 2024-05-25 15:41:31 +01:00
Julien Huang 00ba04cb29
docs: add windows git clone symlink tip (#27332) 2024-05-23 22:51:45 +01:00
Damian Głowala feeef7cb4a
docs: document `partitioned` attribute of `useCookie` (#27297) 2024-05-22 23:45:37 +01:00
Lasse Diercks 026cf15613
docs: introduce hint and link to environment override feature (#27315) 2024-05-22 23:21:12 +01:00
Daniel Roe 811bfc18a1
feat(nuxt): respect defaults when clearing asyncData (#27295) 2024-05-22 15:42:19 +01:00
Daniel Roe 8a759bc6fe
fix(nuxt): use `undefined` rather than `null` for data fetching defaults (#27294) 2024-05-21 23:58:38 +01:00
Julien Huang b4002f37d1
feat(nuxt): check schema/kit versions when loading nuxt (#27224) 2024-05-21 09:18:36 +01:00
Kim-Lan 9a33892cec
docs: add example of passing params to `<NuxtLink>` (#27284) 2024-05-20 23:19:34 +01:00
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
Anthony Fu 6e6cfe96ea
docs: update the code style page (#26792) 2024-04-15 16:15:26 +02:00
Shao f0a81b21b0
docs: remove misleading reference to `useFetch` (#26748) 2024-04-13 00:23:41 +02: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
OrbisK 1945793a25
docs: add `--preset` flag for `nuxi build` (#26759) 2024-04-13 00:06:12 +02:00
Taras Batenkov d8299b635f
docs: clarify `dependsOn` works not just for parallel plugins (#26707) 2024-04-09 19:27:21 +02:00
RollingTL f2c2a5b0f7
docs: remove step of installing deps in new nuxt project (#26676) 2024-04-06 15:59:26 +01:00
Max 01cdc060f0
docs: update Nuxt 4 scheduled release date (#26663) 2024-04-05 19:09:14 +01:00
Nikita c5fe9ea838
docs: add missing comma (#26644) 2024-04-04 17:02:52 +01:00
Damian Głowala 386be0b866
docs: replace `process.*` with `import.meta.*` (#26611) 2024-04-02 12:46:05 +01:00
Maxime Pauvert 21dbc7c311
docs: update core modules roadmap (#26553) 2024-03-30 09:02:22 +00:00
Taras Batenkov f00dcdf0f8
docs: clarify app-config merging strategy note (#26564) 2024-03-30 07:43:54 +00:00
Pothuraju 50c92fbe6c
docs: add note about `prerenderRoutes` in dynamic routes (#26547) 2024-03-29 12:38:44 +00:00
xjccc 871404ae56
docs: add contents of the layout in examples (#26532) 2024-03-28 18:06:16 +00:00
Junaid Ahmed 670e2090bc
docs: adjust grammar (#26482) 2024-03-26 14:27:31 +00:00
Julien Huang 09e53fc6d9
docs: warn about single root element for server components (#26462) 2024-03-25 10:27:20 +00:00
Thimo 62a1fee817
docs: advise installing nuxi for debugging with pnpm (#26447) 2024-03-23 10:57:10 +00:00
Serge Doda 0fd83d2ff0
docs: migration page typo (#26389) 2024-03-20 09:06:30 +00:00
Daniel Roe f55f747984
docs: add missing end block 2024-03-19 10:43:38 +00:00
Daniel Roe a258bfc347
docs: add info about dependencies to install 2024-03-19 10:39:03 +00:00
Daniel Roe 8e635fd233
docs: update information about playwright test runner 2024-03-19 10:34:34 +00:00
Serge Doda f4173b362b
docs: add `routeNameSplitter` example in migration docs (#25838) 2024-03-18 15:18:41 +00:00
Volker Rose 41f6a0a3a0
docs: note that `@nuxt/schema` should be used by module authors (#26190) 2024-03-18 15:17:30 +00:00
Turdalin Nurassyl ac54031511
docs: mention `<DevOnly>` component in api section (#26029) 2024-03-18 15:17:20 +00:00
Daniel Roe 0d9c63b828
fix(nuxt): correct `finish` types and add to docs
resolves https://github.com/nuxt/nuxt/issues/26317
2024-03-17 20:09:19 +01:00
Daniel Roe 401370b3a0
docs: add note that `useId` must be used with single root element 2024-03-17 19:17:25 +01:00
Tanvir Rahman 1ba33d5dc5
docs: fix confusing wording (#26301) 2024-03-17 16:18:31 +01:00
Florian Lefebvre cfd34ec234
docs: fix code block formatting for `usePreviewMode` (#26303) 2024-03-17 16:17:07 +01:00
Daniel Roe da8e8eba80
docs: add some `appMiddleware` docs 2024-03-16 18:40:57 -07:00
Daniel Roe 115298a447
docs: add docs about playwright runner support 2024-03-16 18:20:47 -07:00
Daniel Roe 24217a9920
docs: add example for `clear` 2024-03-16 18:07:34 -07:00
Damian Głowala 02d6838293
feat(nuxt): add `clear` utility to `useAsyncData`/`useFetch` (#26259) 2024-03-16 17:19:44 -07:00
Tanvir Rahman 5a387d5f0a
docs: improve section titles in error-handling docs (#26288) 2024-03-15 19:12:19 -07:00
Daniel Roe e272b2f2e1
feat(nuxt): pass server logs to client (#25936)
Co-authored-by: Sébastien Chopin <seb@nuxt.com>
2024-03-15 16:36:47 -07:00
Julien Huang 4be430e13f
feat(nuxt): pass nuxt instance to `getCachedData` (#26287) 2024-03-15 13:54:47 -07:00
Tanvir Rahman e0ac145e9a
docs: add link to ofetch repo (#26284) 2024-03-15 13:18:58 -07:00
Tanvir Rahman f21c24a112
docs: link to pinceau repo rather than website (#26286) 2024-03-15 13:18:13 -07:00
Daniel Roe 6b1f3438b6
docs: add more keywords for reducer/reviver docs
https://github.com/nuxt/nuxt/issues/21832#issuecomment-1996991526
2024-03-15 13:17:06 -07:00
Tanvir Rahman 5804d397ad
docs: removed unused composable example (#26283) 2024-03-15 11:18:35 -07:00
Tanvir Rahman 1410756e3f
docs: split a sentence in two to improve readability (#26279) 2024-03-15 10:29:40 -07:00
Tanvir Rahman 0af28831c1
docs: use a more common word (#26276) 2024-03-15 08:25:55 -07:00
Martins 9b23f36d2a
docs: added modular architecture use case for Layers (#26240) 2024-03-14 14:59:36 +01:00
Daniel Roe a9effe9c8a
feat(nuxt): allow generating metadata for nuxt components (#26204) 2024-03-13 15:57:04 -07:00
Daniel Roe e889a7df59
docs: update link to `zhead` 2024-03-13 15:48:29 -07: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
Adam DeHaven 5d3cbff6ac
docs: add cache.varies docs for multi-tenant use case (#26197) 2024-03-11 07:35:33 -07:00
Daniel Roe 27f9c55fc2
docs: add `app:manifest:update` hook (#26192) 2024-03-11 05:12:48 -07:00
Daniel Roe 0cc7f298f9
feat(nuxt): support async transforms for data composables (#26154) 2024-03-08 19:22:46 +00:00
k-karen cd3cf0b41a
docs: fix bracket escape on `definePageMeta` page (#26139) 2024-03-08 07:24:24 +00:00
Ryota Watanabe a9af9e0288
docs: added bridge `macros.pageMeta` and `typescript.esbuild` option (#26136) 2024-03-08 07:21:56 +00:00
Sultanov Mirjamol 9e86ffdd05
docs: add warning about latest `vue-tsc` (#26083) 2024-03-06 20:59:44 +00:00
Daniel Roe d6edb30c5a docs: update cssnano website url
https://github.com/cssnano/cssnano/pull/1578
2024-03-06 20:46:34 +00:00
Bogdan Kostyuk 98aa2c222f
feat(nuxt): `usePreviewMode` composable (#21705) 2024-03-06 17:14:15 +00:00
Julien Huang f0442d0ddb
feat(nuxt): emit error if `<NuxtIsland>` can't fetch island (#25798) 2024-03-06 16:45:43 +00:00
Horváth Bálint 7095048f3b
feat(nuxt): add `page:view-transition:start` hook (#26045) 2024-03-06 15:58:40 +00:00
Julien Huang 6d93014c52
feat(nuxt): allow using `nuxt-client` in all components (#25479) 2024-03-06 15:26:19 +00:00
Bogdan Kostyuk 230f6b4f19
feat(nuxt): client-only pages (#25037) 2024-03-06 14:38:39 +00:00
Daniel Roe 1b2c55765e
chore: remove second twoslash prop too 🤔 2024-03-06 13:46:28 +00:00
Daniel Roe 0bf70bd7ad
docs: remove twoslash from code sample 2024-03-06 13:40:32 +00:00
təəna.vuə cdc3c4b3d2
docs: add documentation for using layers with private repos (#26094) 2024-03-06 13:25:23 +00:00
Adam DeHaven db26a352c1
docs: document `fallback` prop for `<NuxtLayout>` (#26091) 2024-03-05 20:16:06 +00:00
Maxime Pauvert 84749e0350
docs: update roadmap (#26072) 2024-03-05 11:08:44 +00:00
Maxime Pauvert 8398bcb611
docs: add Nuxt Fonts to changelog (#26077) 2024-03-05 10:35:53 +00:00
Oumar Barry 280d30d5e1
fix(schema): disable `typescript.shim` in favour of volar (#26052) 2024-03-05 10:32:40 +00:00
Sébastien Chopin 8e6d2306c0 docs: fix 404 link 2024-03-03 14:33:43 +01:00
Julien Huang e890c9a64b
docs: mention island features are SFC only (#26013) 2024-03-02 10:24:56 +01:00
gangan ea343ecc04
docs: update VS Code settings (#25985) 2024-03-02 10:24:38 +01:00
Till Sanders 0591966080
docs: add `domEnvironment` option to testing example (#25972) 2024-02-27 09:12:44 +00:00
Julien Huang 196223c0fb
feat(nuxt): server-only pages (#24954) 2024-02-26 17:39:26 +00:00
Victor Ribeiro be85a72f99
docs: mention when `useId` composable was introduced (#25953) 2024-02-26 07:13:55 +00:00
renovate[bot] 30695bdb48
chore(deps): update all non-major dependencies (main) (#25862)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2024-02-22 13:12:00 +00:00
Josh Layton 6b504258bb
docs: fix incorrect wording (#25902) 2024-02-22 00:56:56 +01:00
Florent Delerue 7213b2ddac
docs: replace `callout` to new components (#25897) 2024-02-21 18:09:45 +01:00
Alexander Lichter 9326b7a8bd
docs: remove `.ts` extension when adding compiled files (#25855) 2024-02-19 10:36:38 +00:00
Anthony Fu f42045746f
docs: enable more blocks for twoslash (#25830) 2024-02-16 20:31:15 +00:00
Anthony Fu 3f882c95f6
ci: typecheck code samples in docs (#25777) 2024-02-15 10:07:39 +00:00
Sam Blowes a6b3c512a3
docs: pass `event` to `useRuntimeConfig` (#25788) 2024-02-14 11:55:03 +00:00
yoshihirokurosaki 4c735faac3
docs: add import statement for mountSuspended (#25783) 2024-02-14 10:04:28 +00:00
Eduardo San Martin Morote 2000990e76
docs: add missing export defaults for nuxt config (#25774) 2024-02-13 14:35:48 +00:00