Maxime Pauvert
|
97f3788009
|
docs: add refreshCookie on useCookie doc page (#27744)
|
2024-06-20 23:18:00 +01:00 |
|
Daniel Kelly
|
844fe67e68
|
docs: add referral query variable to Vue School Links (#27670)
|
2024-06-17 17:02:56 +02:00 |
|
Yusuf Mansur Özer
|
345a8799f7
|
docs: string vs object errors + accessing data of server-thrown errors (#27398)
|
2024-06-15 20:14:27 +01:00 |
|
David Nahodyl
|
18bc2c8bfc
|
docs: document new clear() function added in 3.11 (#27615)
|
2024-06-14 14:46:41 +01:00 |
|
Daniel Roe
|
1d2eee00d0
|
docs: update more references to v3.12
|
2024-06-11 10:56:24 +01:00 |
|
Daniel Roe
|
61766702c0
|
docs: update link to nitro error hook type
|
2024-06-07 17:30:19 +01:00 |
|
Jakub Bednár
|
7b4f1a8b72
|
docs: add external parameter behavior navigateTo (#27472)
|
2024-06-07 09:05:08 +01:00 |
|
Damian Głowala
|
feeef7cb4a
|
docs: document partitioned attribute of useCookie (#27297)
|
2024-05-22 23:45:37 +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 |
|
Jakub Bednár
|
855292f363
|
docs: add cache option to useFetch params (#27225)
|
2024-05-15 05:51:47 -05:00 |
|
Alexander Lichter
|
69860d952a
|
docs: add video links for more context (#27174)
|
2024-05-13 15:39:52 +01:00 |
|
Daniel Roe
|
cebc89186e
|
feat(kit): add useRuntimeConfig and updateRuntimeConfig utils (#27117)
|
2024-05-09 18:49:35 +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 |
|
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 |
|
xjccc
|
96f18f40c0
|
docs: correct link to data fetching docs (#26988)
|
2024-04-29 13:30:26 +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 |
|
Adam Hudák
|
6f3f1c6ee4
|
docs: add more detail to usePreviewMode explanation (#26602)
|
2024-04-19 17:43:22 +03:00 |
|
Trent Fellbootman
|
bfd7148238
|
docs: fix typo with a -> an (#26856)
|
2024-04-19 17:27:01 +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 |
|
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 |
|
OrbisK
|
1945793a25
|
docs: add --preset flag for nuxi build (#26759)
|
2024-04-13 00:06:12 +02:00 |
|
Damian Głowala
|
386be0b866
|
docs: replace process.* with import.meta.* (#26611)
|
2024-04-02 12:46:05 +01: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 |
|
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 |
|
Florian Lefebvre
|
cfd34ec234
|
docs: fix code block formatting for usePreviewMode (#26303)
|
2024-03-17 16:17:07 +01:00 |
|
Damian Głowala
|
02d6838293
|
feat(nuxt): add clear utility to useAsyncData /useFetch (#26259)
|
2024-03-16 17:19:44 -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 |
|
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 |
|
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 |
|
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 |
|