Commit Graph

107 Commits

Author SHA1 Message Date
Daniel Roe dccc0c9c6f
feat(nuxt3): add middleware via route meta (#2858) 2022-01-25 13:29:11 +01:00
Daniel Roe 2d1b772827
docs: add blank line (#2901) 2022-01-25 13:19:40 +01:00
notRyan a569d16900
docs: add example of `useRuntimeConfig()` within a plugin (#2900) 2022-01-25 13:04:22 +01:00
Daniel Roe 29fa0c991b
feat(nuxt3)!: support layout transitions (#2861)
* feat(nuxt3): support layout transitions

* docs: update
2022-01-24 18:10:42 +01:00
Daniel Roe 83a959a67b
fix(nuxt3): allow customising page keys (#2859) 2022-01-24 11:35:28 +01:00
Daniel Roe dfb4f9675b
docs: fix layout meta example (#2835) 2022-01-21 10:48:48 +01:00
Daniel Roe b38e394dfe
fix(nuxt3): import top-level files and subdirectory indices (#2774) 2022-01-18 17:43:41 +01:00
carlcs 23b230b34b
docs: fix typo (#2769) 2022-01-18 17:36:29 +01:00
Daniel Roe 93ef422b5d
feat(nuxt3): add support for `definePageMeta` macro (#2678) 2022-01-17 19:27:23 +01:00
Daniel Roe fb0a27aa98
docs: add the environment variables server preset supports (#2755) 2022-01-17 13:52:33 +01:00
gregg-cbs 1033a223ff
docs: add api req helpers example (#2726) 2022-01-17 11:56:12 +01:00
Josh Deltener 69309c9c0f
chore: minor grammar tweak (#2640) 2022-01-11 19:01:53 +01:00
Anthony Fu 11becef735
refactor: update internal modules signature(#2610) 2022-01-05 19:09:53 +01:00
Eugene Kopich c8322c4e53
chore: fix `pm2` link (#2560) 2022-01-05 19:08:26 +01:00
Eckhardt (Kaizen) Dreyer 79a1b31e83
fix(docs): fix broken links in server section (#2504)
Co-authored-by: pooya parsa <pyapar@gmail.com>
2021-12-23 14:52:03 +01:00
Daniel Roe 5ab18162dd
feat(nuxt3, bridge): `useReqHeaders` composable (#2173)
Co-authored-by: pooya parsa <pyapar@gmail.com>
2021-12-20 17:27:36 +01:00
Daniel Roe 639e49be27
refactor(nuxt3): rename `<NuxtChild>` to `<NuxtNestedPage>` (#2432) 2021-12-20 11:37:58 +01:00
Raku Zeta d98fe1207e
docs: fix example consistency (#2451) 2021-12-20 11:36:25 +01:00
Ben Hong 1b1fd203c5
docs: add composition api example for dynamic routes (#2365) 2021-12-17 10:31:28 +01:00
Calum Knott 87db67181f
docs: link to documentation in `nuxt.config.js` (#2285) 2021-12-06 11:28:17 +01:00
webfansplz 5a9878207a
docs(useFetch): add available options (#2299) 2021-12-06 11:16:18 +01:00
Damian a892700e95
docs: fix usage/cookies url and table of contents (#2115) 2021-11-24 16:24:50 +01:00
Daniel Roe 650f14bc42
docs: update runtimeconfig augmentation (#2108) 2021-11-23 16:43:24 +01:00
Damian 5bc9012eff
docs: improve cookies section (#2092) 2021-11-23 00:24:12 +01:00
pooya parsa 9920181df3
feat(nuxt3, bridge): `useCookie` universal composable (#2085) 2021-11-22 21:43:00 +01:00
Damian 9efdf43eec
docs: improve various sections (#2040) 2021-11-21 13:31:44 +01:00
Umesh Ganapathy 446cec7234
docs: use slot component in components example (#2027) 2021-11-19 12:36:25 +01:00
Daniel Roe 4e9a27257b
feat(nuxt3): automatically inject returns from plugins (#2001)
Co-authored-by: pooya parsa <pyapar@gmail.com>
2021-11-18 14:11:34 +01:00
Sébastien Chopin 07ba36d721
docs: useState improvements (#1973) 2021-11-16 17:12:36 +01:00
pooya parsa 6d94158e95
docs: improve `useState` examples (#1969)
Co-authored-by: Sébastien Chopin <seb@nuxtjs.com>
2021-11-16 16:37:36 +01:00
Sébastien Chopin bf0933a2f0
docs: improve useState docs and add example (#1961)
Co-authored-by: pooya parsa <pyapar@gmail.com>
2021-11-16 14:17:52 +01:00
Damian 5f5eb39ae4
docs: fix typos in `useState` (#1962) 2021-11-16 13:15:05 +01:00
pooya parsa 1c8b751cfa
docs: improve `useState` with shared composable (#1945) 2021-11-15 21:41:05 +01:00
Daniel Roe c339966fad
docs: add documentation on data fetching return types (#1934) 2021-11-15 18:04:37 +01:00
Daniel Roe 4a3ba73f22
fix(nuxt3): enable `useAsyncData` and `useFetch` usage within plugins (#1933) 2021-11-15 17:34:39 +01:00
Dave Stewart 33107d8b98
docs: remove mention of plugins from data fetching (#1925) 2021-11-15 16:50:00 +01:00
webfansplz b69ebbbfd7
docs: add note for usage (#1921) 2021-11-15 14:13:00 +01:00
Daniel Roe f011a60dae
feat(nuxt3, bridge): add lazy helpers (`useLazyAsyncData` and `useLazyFetch`) (#1861) 2021-11-15 13:09:07 +01:00
Anthony Fu 3e1239d8c7
docs: document `<ClientOnly>` and `<NuxtLink>` (#1856) 2021-11-15 13:00:14 +01:00
webfansplz 934db6b584
docs: add note for `useFetch` usage (#1877) 2021-11-15 11:30:59 +01:00
webfansplz 1a8fc3dd1d
docs: add note for `useState` usage (#1901) 2021-11-15 11:30:38 +01:00
Anthony Fu e609f9f542
docs: improvements (#1858)
Co-authored-by: Daniel Roe <daniel@roe.dev>
Co-authored-by: pooya parsa <pyapar@gmail.com>
2021-11-11 14:58:08 +01:00
tramplay d701238d27
docs: fix typo in composables (#1836) 2021-11-10 22:25:52 +01:00
Daniel Roe abfbd2f34e
feat: add `<Html>` meta component (#1820)
Co-authored-by: Sébastien Chopin <seb@nuxtjs.com>
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
2021-11-10 21:25:29 +01:00
Daniel Roe 13a8e2b163
fix(nitro, nuxi): add runtimeConfig types (for `#config` and `useRuntimeConfig()`) (#1783)
Co-authored-by: Tobias Diez <code@tobiasdiez.com>
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
2021-11-10 13:40:02 +01:00
liaohongxing 104d3e3fce
docs: update pm2 start script (#1741) 2021-11-05 16:37:32 +01:00
fgiraud 673eccb575
docs: add missing kit import in components section (#1682) 2021-11-04 09:12:32 +01:00
Acidiney Dias 8838cc7192
docs: fix data fetching example (#1615) 2021-11-02 10:36:01 +01:00
Levi (Nguyễn Lương Huy) 4c17b92b66
chore(docs): add code format using markdownlint (#1498) (#1556) 2021-10-29 13:26:01 +02:00
Tanner Lee Woody 2eeaa8d702
docs: missing backtick (#1560) 2021-10-29 10:29:54 +02:00