Commit Graph

193 Commits

Author SHA1 Message Date
Daniel Roe 8c75961f74
docs: ensure we guard all `navigateTo` examples (#20678) 2023-05-04 15:08:07 +01:00
Jamie Warburton c543ea8244
docs: note that `useCookie` does not share state (#20665) 2023-05-04 09:58:39 +01:00
Enkot ecb2fda113
docs: fix fetch composable examples (#20603) 2023-05-01 13:41:17 +01:00
Anthony Fu cd7f38988a
feat(webpack): introduce `webpack:configResolved` hook (#20412) 2023-04-29 23:37:29 +01:00
Anthony Fu 17ca50354b
feat(vite): introduce `vite:configResolved` hook (#20411) 2023-04-29 23:37:06 +01:00
Stefan Milosevic 1444d89e3b
feat(kit): add `prepend` option to `addImportsDir` (#20307) 2023-04-29 23:21:45 +01:00
Adrien Zaganelli a21a520736
docs: add custom fetch composable example (#20115) 2023-04-26 12:28:19 +01:00
Johannes Przymusinski 2d4ca20f3b
docs: update links to `vue-router` docs (#20454) 2023-04-24 21:29:24 +01:00
BD103 559013483f
docs: fix vue-tsc link (#20350) 2023-04-18 14:39:34 +01:00
Daniel Roe 4285092879
feat(nuxt): support object-syntax plugins (#20003) 2023-04-11 04:58:43 -07:00
JT Smith 73dda01f67
docs: fix type of `headers` option for `useFetch` (#20148) 2023-04-08 10:47:40 -07:00
pooya parsa 9e503be0f2
feat(nuxt): experimental option for rich json payloads (#19205)
Co-authored-by: Daniel Roe <daniel@roe.dev>
2023-04-07 03:34:35 -07:00
Daniel Roe 4d75540655
fix(nuxt): add `@types/node` as a peerDependency (#20025) 2023-04-06 05:33:07 -07:00
Daniel Roe e7623ec0b7
docs: re-enable docs linting and update docs (#20084) 2023-04-04 06:23:13 -07:00
Daniel Roe ee8d3f6ea6
feat(nuxt): support disabling `watch` with `useFetch` (#19823) 2023-04-03 05:36:14 -07:00
Daniel Roe 822202239c
fix(nuxt): sync `setResponseStatus` signature with h3 (#19987) 2023-03-31 07:02:26 -07:00
Daniel Roe fc7867fb0e docs: add missing `return` statement 2023-03-22 11:07:11 +00:00
Jakub Zomerfeld 801aba830e
docs: add another example for `useAsyncData` (#19225) 2023-03-19 16:51:18 -07:00
Leopold Kristjansson e669da0975
docs: add backticks (#19721) 2023-03-15 21:10:50 +00:00
Sébastien Chopin e68a23a723
docs: improve head section (#19673) 2023-03-14 07:24:41 -07:00
Daniel Roe 2ebf5f4c44
v3.3.0 (#19524) 2023-03-14 06:22:41 -07:00
Daniel Roe 9d850a2a12
feat(nuxt): add `nitro:build:public-assets` hook (#19638) 2023-03-14 03:34:55 -07:00
Harlan Wilton c91e4d7933
feat(nuxt): add `useHeadSafe` and remove layer around head imports (#19548) 2023-03-10 00:01:21 -08:00
Daniel Roe eb1bb59542
ci: lint workflows (#19556) 2023-03-09 03:34:41 -08:00
Özüm Eldoğan c8a5a4a487
docs: update $fetch documentation (#19356)
Co-authored-by: Özüm Eldoğan <ozum@users.noreply.github.com>
Co-authored-by: Sébastien Chopin <seb@nuxtlabs.com>
Co-authored-by: Sébastien Chopin <seb@nuxt.com>
2023-03-09 12:17:43 +01:00
Julien Huang 1729d2e42f
feat(nuxt): add `<NuxtClientFallback>` component (#8216) 2023-03-08 13:13:06 -08:00
Harlan Wilton 8732720221
perf(head): drop `@vueuse/head` dependency (#19519) 2023-03-08 07:32:24 -08:00
Daniel Roe df3ae8cb4e
feat(nuxt): enable chunk error handling by default (#19086) 2023-03-08 12:17:22 +00:00
Daniel Roe 06b9233b18 docs: update cli docs for `--log-level` 2023-03-07 12:20:43 +00:00
Alex Korytskyi 3a73f42d1c
feat(nuxt): support `trailingSlashBehavior` in `defineNuxtLink` (#19458) 2023-03-06 23:17:42 -08:00
Anthony Fu db5ea91916
feat(nuxi): cli wrapper for self restart (#18641) 2023-03-03 05:45:38 -08:00
Jakub Andrzejewski 5cfd835163
feat(nuxi): reload nuxt when `restart` hook is called (#19084) 2023-03-01 04:15:01 -08:00
Clément Ollivier 185ae9fd2c
docs: update link (#19197) 2023-02-21 17:45:47 +01:00
Lioness100 b25b6c82c7
docs: fix typos (#18976) 2023-02-12 19:16:42 +00:00
Daniel Roe 9ee568efe6
docs: add info for `nuxi devtools` command (#18888) 2023-02-09 06:02:59 -08:00
Mehdi HosseinZade 76a08e3ccd
feat(kit): add `addRouteMiddleware` method (#18553) 2023-02-06 15:24:56 -08:00
Alex Liu 2fbc73b3a3
docs: resolve `preloadRouteComponents` page heading error (#18804) 2023-02-06 01:50:13 -08:00
Lucas 198f9a23ec
docs(schema): add NuxtHooks interface documentation (#18756) 2023-02-05 04:17:15 -08:00
Krutie Patel 217e59ad96
docs: add `useError` composable (#8912) 2023-02-04 06:17:05 -08:00
Daniel Roe 03d6737089
fix(vite, webpack): omit magic keys when import of same name is detected (#18733) 2023-02-03 03:55:58 -08:00
Daniel Roe cb0860ba6c
fix(nuxt): make `onNuxtReady` safe to run on server-side (#18706) 2023-02-02 05:27:48 -08:00
Daniel Roe 6b2bc680b0 docs: add comment about needing to install `@types/node` manually 2023-01-30 10:56:30 +00:00
Sébastien Chopin 3ec108493d
docs: simplify the docs directory (#18506)
* docs: simplify docs to only markdown

* Create nuxt-config.md

* chore: update

* chore: add readme
2023-01-25 10:41:41 +01:00