Commit Graph

670 Commits

Author SHA1 Message Date
HomWang 39a6054a44
docs(composables): add nested and plugin injection examples (#6743)
Co-authored-by: Pooya Parsa <pooya@pi0.io>
2022-08-22 17:33:28 +02:00
Krutie Patel dc6b6ce621
docs(api): add `useNuxtApp` composable (#6786)
Co-authored-by: Damian Głowala <48835293+DamianGlowala@users.noreply.github.com>
Co-authored-by: Pooya Parsa <pooya@pi0.io>
2022-08-22 17:25:54 +02:00
HomWang 746196f1b0
docs(plugins): add note about composable usage (#6744)
Co-authored-by: Pooya Parsa <pooya@pi0.io>
2022-08-22 16:09:12 +02:00
Lexpeartha cf5ba86747
docs(api): add missing kit utilities (#6841) 2022-08-22 15:32:34 +02:00
Qin Guan ae39a821b5
docs: use updated h3 utils (#6818) 2022-08-22 10:49:27 +02:00
Umut Aktaş ee25a15db3
docs(api): add `<NuxtWelcome />` component docs (#6745) 2022-08-19 01:17:51 +02:00
renovate[bot] aeeeef5b95
chore(deps): update all non-major dependencies (#6746)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-18 14:12:07 +02:00
__Catalina 40f0c82324
docs: fix typo in `defineEventHandler` example (#6741) 2022-08-18 13:38:01 +02:00
Daniel Roe 9ef2709159
docs: make wording slightly clearer (#6740) 2022-08-18 10:40:24 +02:00
pooya parsa 94f76ea930
feat(nuxt): `app.config` with hmr and reactivity support (#6333)
Co-authored-by: Daniel Roe <daniel@roe.dev>
2022-08-17 17:23:13 +02:00
Ilya Artamonov 657719f689
docs: update links to nitro.unjs.io (#6684)
Co-authored-by: Pooya Parsa <pooya@pi0.io>
2022-08-16 19:29:46 +02:00
Damian Głowala 3730ba88f5
docs: tweaks for data fetching, server routes and composables (#6653) 2022-08-16 10:14:03 +02:00
Mourad EL CADI e2745f6d75
docs(data-fetching): fix and simplify cookie proxy example (#5770) 2022-08-15 16:54:09 +02:00
HomWang 3920065bff
docs(server): add nitro config and storage examples (#6507)
Co-authored-by: Pooya Parsa <pooya@pi0.io>
2022-08-15 16:29:41 +02:00
HomWang 676514d38b
docs(composables): add more examples for `autoImports` (#6615) 2022-08-15 16:14:00 +02:00
Angelo Schuler Piletti ff924468ea
docs: global style imports example (#6490) 2022-08-14 14:49:01 +02:00
HomWang 74320200e7
docs(components): use `fallbackTag` in `ClientOnly` examples (#6587) 2022-08-13 09:32:42 +02:00
Damian Głowala 92a04cc036
docs: ensure consistent casing of section headers (#6578) 2022-08-13 09:27:04 +02:00
Jiang Menghao fb46c83d73
docs(quick-start): add the file path for disable generating shim (#6519) 2022-08-11 23:21:51 +02:00
Eugen Istoc 1072140b05
docs: change `info` to `danger` for pages root element (#6528) 2022-08-11 23:20:09 +02:00
pooya parsa 5ea0474225
v3.0.0-rc.7 (#6375) 2022-08-11 12:40:11 +02:00
renovate[bot] 5db559be13
chore(deps): update all non-major dependencies (#6492)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-11 10:03:34 +02:00
Sébastien Chopin 1f01fdfa32
docs: update full static status (#6460) 2022-08-09 15:36:27 +02:00
Nathan Chase 70aec38428
docs: update vue-router links (#6421) 2022-08-08 10:27:19 +02:00
Timur Bolotov 34056d7176
docs(useFetch): minor punctuation fixes (#6409) 2022-08-07 11:57:10 +02:00
Timur Bolotov 2cbdc5c07f docs: add missing periods 2022-08-07 11:02:31 +02:00
renovate[bot] bc26cc6467
chore(deps): update all non-major dependencies (#6362)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-04 17:15:24 +02:00
Sébastien Chopin 2abf4a5bc1
docs(api): add missing hooks and environment column (#6329)
Co-authored-by: Daniel Roe <daniel@roe.dev>
Co-authored-by: Damian Głowala <48835293+DamianGlowala@users.noreply.github.com>
Co-authored-by: Pooya Parsa <pooya@pi0.io>
2022-08-04 13:12:14 +02:00
CSY54 d1cc5cca69
docs: fix external link display text (#6323) 2022-08-03 11:54:58 +02:00
Daniel Roe 4379e9d922
feat(nuxt): add `setResponseStatus` utility (#6306) 2022-08-02 18:01:59 +02:00
Pooya Parsa e61f58b0f5 chore: fix docs lint issue 2022-08-02 16:07:17 +02:00
Daniel Roe 119e115070
chore: add feature request template (#6242) 2022-08-02 16:01:41 +02:00
Sanjaiyan Parthipan 7209a492ce
docs: add `theme-color` meta (#6250) 2022-08-02 15:45:14 +02:00
Krutie Patel 040b36a491
docs(api): add `<NuxtLayout>` component docs (#6264)
Co-authored-by: Damian Głowala <48835293+DamianGlowala@users.noreply.github.com>
2022-08-02 15:43:40 +02:00
Harlan Wilton 622c976cec
fix(nuxt): render head scripts that use `body: true` (#6293)
Co-authored-by: Damian Głowala <48835293+DamianGlowala@users.noreply.github.com>
2022-08-02 13:43:25 +02:00
renovate[bot] 7cc636ad93
chore(deps): update all non-major dependencies (#6241) 2022-08-02 13:42:26 +02:00
Harlan Wilton aa653ef6cb
fix(nuxt): avoid duplicate titleTemplate (#6296) 2022-08-02 13:20:44 +02:00
renovate[bot] 3fa32b9c22
chore(deps): update all non-major dependencies (#6173)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-07-29 11:40:44 +02:00
Daniel Roe 4e2667fcb7
feat(nuxt): add support for `components/global` (#6070)
Co-authored-by: Pooya Parsa <pooya@pi0.io>
2022-07-27 15:05:34 +02:00
Pooya Parsa 2c6e50124b chore(docs): format component 2022-07-27 11:07:00 +02:00
Rio Weber fe0b469ca9
docs: grammar fix (#6166) 2022-07-27 10:59:24 +02:00
Nur Muhammad b751248627
docs: update link to the configuration (#6137) 2022-07-26 15:42:43 +02:00
Victor Saa 5d023a80df
feat(nuxt, schema): add `<NoScript>` component and `noscript` typings (#6139) 2022-07-26 15:41:01 +02:00
pooya parsa 25ac652652
feat(nuxi): `nuxi cleanup` command (#6125) 2022-07-25 17:19:17 +02:00
David Tai 3a822c7177
refactor(nuxt): enhance `useFetch` and `useLazyFetch` request type (#4825)
Co-authored-by: Daniel Roe <daniel@roe.dev>
2022-07-25 14:37:39 +02:00
Lakshya Singh 8fe2d7d31a
docs: grammar fix (#6106) 2022-07-25 11:34:35 +02:00
Robbx042 873b0f0d04
fix typo in loading indicator example (#6089) 2022-07-23 18:27:31 +02:00
Daniel Roe 82dab419a4
docs: expand contribution guide for ecosystem (#5922)
Co-authored-by: Anthony Fu <hi@antfu.me>
2022-07-22 10:25:57 +02:00
Mitsuki Fukunaga 38158cf261
docs: add explicit `createError` import (#6050)
Co-authored-by: Pooya Parsa <pooya@pi0.io>
2022-07-22 09:55:54 +02:00
Daniel Roe 78618f1f21
feat(nuxt): improve error dx for users (#4539)
Co-authored-by: Pooya Parsa <pooya@pi0.io>
2022-07-21 16:29:03 +02:00
Anthony Fu 45c2a6118f
feat(nuxt)!: only scan top level `composables/` and support glob (#6025)
Co-authored-by: Pooya Parsa <pooya@pi0.io>
2022-07-21 16:04:50 +02:00
Ennio Visconti 2e794e7a19
docs(runtime-config): clarify how environment variables are loaded (#5916)
Co-authored-by: pooya parsa <pyapar@gmail.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2022-07-21 11:08:37 +02:00
Daniel Roe d77b62d63e
docs: warn that `useState` should only contain JSON-serializable content (#5994)
Co-authored-by: pooya parsa <pyapar@gmail.com>
Co-authored-by: Damian Głowala <48835293+DamianGlowala@users.noreply.github.com>
Co-authored-by: Alwin Lohrie <46248939+niwla23@users.noreply.github.com>
2022-07-21 10:56:01 +02:00
Daniel Roe edbe4fe799
feat(vite): check types with `vue-tsc` (#6012) 2022-07-20 17:15:27 +02:00
Brendan Mulholland eff6b0c4ca
docs: update bridge migration with info about generating `.nuxt/tsconfig.json` for tests (#5967) 2022-07-19 12:35:27 +01:00
OptimusePrime d6e75bbd09
docs: fix typo in roadmap (#5979) 2022-07-19 10:51:21 +01:00
码农小余 8b6bb92d9f
docs(testing): add missing import (#5956) 2022-07-17 16:17:52 +02:00
pooya parsa 2e85cd0252
refactor(nuxt): add `treeshakeClientOnly` experimental flag (#5934)
* refactor(nuxt): add `treeshakeClientOnly` experimental flag

* test: enable flag for fixture
2022-07-17 15:13:04 +02:00
pooya parsa f89955717c
docs: update roadmap (#5935) 2022-07-16 00:59:24 +02:00
Damian be8b6b6d48
docs: add missing `initialCache` to `UseFetchOptions` (#5908) 2022-07-14 23:30:05 +02:00
Daniel Roe df04a665ce
perf(nuxt): tree-shake client-only components from ssr bundle (#5750)
Co-authored-by: Pooya Parsa <pooya@pi0.io>
2022-07-14 19:46:12 +02:00
Benicio Cardozo 433298f1e5
docs: add way to pass `.env` variables to nuxt app in production (#5879) 2022-07-14 16:03:58 +02:00
renovate[bot] 009d6762c5
chore(deps): update all non-major dependencies (#5891)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-07-14 15:59:43 +02:00
bot08 7725dece1b
docs: add read more link (#5893) 2022-07-14 15:59:29 +02:00
lm a745be363b
docs: improve runtimeConfig example (#5785)
Co-authored-by: Daniel Roe <daniel@roe.dev>
2022-07-13 19:03:02 +02:00
OptimusePrime 9f40d5c7d0
docs: fix typo (#5881) 2022-07-13 19:02:33 +02:00
AnPineau 18d2dd19d2
docs: fix typo (#5863) 2022-07-13 12:22:07 +02:00
bot08 dc0dd569fd
docs: fix typo (#5865) 2022-07-13 12:21:48 +02:00
Cupid Valentine 2f0bd1b762
docs: update `nuxt-link.md` (#5819) 2022-07-11 12:35:30 +01:00
Cupid Valentine 6322d35b3f
docs: add missing dot (#5815) 2022-07-11 10:46:20 +02:00
Cupid Valentine 57130b4fbc
docs: use `toUTCString` in `useAsyncData` example (#5798) 2022-07-11 10:45:01 +02:00
Thibault Vlacich 728a0a5ef4
docs: fix link to `NuxtLoadingIndicator` component src (#5776) 2022-07-07 21:35:47 +02:00
Krutie Patel 3d3445377d
docs(api): add `anavigateTo` docs (#5701)
Co-authored-by: Pooya Parsa <pooya@pi0.io>
2022-07-07 20:48:10 +02:00
Clément Ollivier 58ca6c17f2
docs: add content directory to directory-structure (#5755)
Co-authored-by: Damian <48835293+DamianGlowala@users.noreply.github.com>
Co-authored-by: Pooya Parsa <pooya@pi0.io>
2022-07-07 20:27:34 +02:00
Anthony Fu c95a48c632
feat(nuxt): add `<NuxtLoadingIndicator>` component (#5121)
Co-authored-by: Damian <48835293+DamianGlowala@users.noreply.github.com>
Co-authored-by: Sébastien Chopin <seb@nuxtjs.com>
Co-authored-by: Pooya Parsa <pooya@pi0.io>
2022-07-07 19:59:55 +02:00
Francisco Buceta 38e0fa6e1e
feat(nuxt3): support `custom` prop for `<nuxt-link>` (#4249)
Co-authored-by: Daniel Roe <daniel@roe.dev>
Co-authored-by: pooya parsa <pyapar@gmail.com>
2022-07-07 19:28:23 +02:00
Mourad EL CADI c88e1716ab
docs: `useFetch` uses isomorphic `$fetch` (#5769) 2022-07-07 19:03:46 +02:00
Daniel Roe 23546a270c
feat(nuxt): automatically generate unique keys for keyed composables (#4955)
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
2022-07-07 18:26:04 +02:00
Sébastien Chopin b00ef356f5
docs: fix Vite check for Nuxt 3 (#5768) 2022-07-07 16:53:08 +02:00
Paranoid dd436eabae
docs(plugins): add directive example (#5667)
Co-authored-by: Sébastien Chopin <seb@nuxtjs.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2022-07-06 21:10:29 +02:00
Daniel Roe aa9950cfb3
docs(api): update commands with new `NODE_ENV` behavior (#5739) 2022-07-06 20:39:02 +02:00
renovate[bot] b1470c0819
chore(deps): update all non-major dependencies (#5687)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-07-01 12:37:12 +02:00
renovate[bot] 9df6d2f1d2
chore(deps): update all non-major dependencies (#5588)
* chore(deps): update all non-major dependencies

* update lockfile

* update unimport

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
2022-07-01 12:02:57 +02:00
Cupid Valentine ff2b4d9fa4
docs: add full stop (#5680) 2022-07-01 11:01:14 +01:00
Cupid Valentine 0e3df24c8c
docs: update vuejs-development (#5679) 2022-07-01 11:19:45 +02:00
donatelloraphael 568fcaedfc
docs: clarify that `definePageMeta` only works in the pages directory (#5663)
Co-authored-by: Daniel Roe <daniel@roe.dev>
2022-06-30 11:37:24 +02:00
Daniel Roe d4b5ff2d9d
style(docs): lint whitespaces (#5633) 2022-06-27 14:30:13 +01:00
Krutie Patel 66279aab8b
docs(api): add docs for `<NuxtPage>` component (#5591) 2022-06-27 14:14:52 +02:00
Xanlantos 026903c5e7
docs: rework the layout section (#5118) 2022-06-27 14:08:19 +02:00
vasiliy d2c3727c5f
docs: replace invalid link to composables (#5611) 2022-06-27 13:45:42 +02:00
Nestor Vera c4f64faaf7
docs: minor wording improvements (#5622) 2022-06-27 13:44:27 +02:00
Ibrahim Abdullahi Aliyu 3b15cc4352
docs: update `pnpm` usage (#5597) 2022-06-27 12:39:44 +02:00
sumiren 697f547b2c
docs: update usage about runtime config and environment variables (#5569) 2022-06-22 20:07:23 +02:00
Yuki Inoue 1b6289f60f
docs(api): add watch parameter in `useFetch` options (#5562)
Co-authored-by: 井上裕貴 <inoueyuki@inoueyukinoMacBook-Pro.local>
2022-06-22 12:41:34 +02:00
Alexander Lichter de3b4084a5
docs(testing): fix async/await (#5539) 2022-06-20 18:53:45 +02:00
renovate[bot] 42c5428ee9
chore(deps): update all non-major dependencies (#5536)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-06-20 17:40:20 +02:00
Anders Søgaard d7e5777460
docs: fix link to `nuxt/image` issue (#5490) 2022-06-16 11:19:50 +01:00
Damian 11aa8bf739
docs: align value for defaulting the page's title with type declaration (#5447) 2022-06-15 14:03:58 +02:00
Thomas Jowsey cd338f4537
docs: rewrite note wording (#5462)
Co-authored-by: Daniel Roe <daniel@roe.dev>
2022-06-15 10:54:12 +01:00
pooya parsa 92c5a94d03
docs: update roadmap (#5443)
* docs: update roadmap

* docs: small language tweaks

Co-authored-by: Daniel Roe <daniel@roe.dev>
2022-06-13 17:03:15 +02:00