Alexandr
|
62030cad96
|
fix(nuxt): handle arrays correctly in updateAppConfig (#26949)
|
2024-04-26 15:44:51 +01:00 |
|
Nicolas Payot
|
1a91b120ee
|
fix(nuxt): check if _scope is active before calling run function (#26756) (#26904)
|
2024-04-23 10:34:41 +01:00 |
|
Julien Huang
|
62296818aa
|
fix(nuxt): don't encode location header (#26893)
|
2024-04-22 22:11:46 +01:00 |
|
Luke Nelson
|
306174c4d8
|
docs: add @since annotations to exported functions (#25365)
|
2024-04-19 17:58:19 +03:00 |
|
Joaquín Sánchez
|
4dbe748cfc
|
feat(nuxt): expose useLink from NuxtLink (#26522)
|
2024-04-19 12:48:49 +03:00 |
|
Ryota Watanabe
|
be73cc9cf9
|
docs: deprecate pending value in data fetching composables (#26766)
|
2024-04-19 11:15:02 +03:00 |
|
Ivan Kalachikov
|
4fea6da1ae
|
feat(nuxt): add <NuxtRouteAnnouncer> and useRouteAnnouncer (#25741)
|
2024-04-17 16:58:13 +01:00 |
|
Danila Rodichkin
|
468ebbdf0b
|
perf(nuxt): unsubscribe from asyncData watch when unmounted (#26821)
|
2024-04-17 13:57:45 +01:00 |
|
Julien Huang
|
f725703bb2
|
docs: reference correct composable in callWithNuxt (#26771)
|
2024-04-15 16:19:57 +02:00 |
|
Julien Huang
|
30e27f48d1
|
fix(nuxt): encode location header in navigateTo (#26712)
|
2024-04-10 09:03:25 +02:00 |
|
Damian Głowala
|
0a1b72f9fd
|
feat(nuxt): support passing options to useRequestURL (#26687)
|
2024-04-09 15:03:29 +02:00 |
|
Han
|
98a02744bd
|
fix(nuxt): prevent getCachedData from shaping type of useAsyncData (#25946)
|
2024-04-08 18:38:40 +01:00 |
|
Anthony Fu
|
f209158352
|
chore: cleanup eslint rules with latest @nuxt/eslint-config (#26653)
|
2024-04-05 19:08:32 +01:00 |
|
Alex Liu
|
af3594c788
|
fix(nuxt): handle missing Nuxt context in useRoute (#26633)
|
2024-04-03 21:49:09 +01:00 |
|
Luke Nelson
|
a3a28a913e
|
chore: migrate to ESLint flat config (#26583)
|
2024-04-03 21:46:58 +01:00 |
|
Daniel Roe
|
cbb4a1cb61
|
perf(nuxt): unsubscribe from watch when scope is disposed (#26554)
|
2024-04-03 10:15:21 +01:00 |
|
Alex Liu
|
8eef1e3c57
|
refactor(nuxt): simplify runtimeConfig initialization of client side (#26558)
|
2024-03-30 07:48:43 +00:00 |
|
Julien Huang
|
6dcad76a06
|
perf(nuxt): reduce nuxt island payload (#26569)
|
2024-03-30 07:41:46 +00:00 |
|
Alex Liu
|
a33674b06b
|
refactor(nuxt): simplify check in navigateTo for server (#26546)
|
2024-03-29 10:42:06 +00:00 |
|
xjccc
|
9b243631b4
|
refactor(nuxt): remove duplicated check (#26544)
|
2024-03-29 10:09:25 +00:00 |
|
Daniel Roe
|
4a87c35df6
|
fix(nuxt): handle errors parsing/stringifying logs
|
2024-03-27 17:12:57 +00:00 |
|
Daniel Roe
|
fa9d43753d
|
fix(nuxt): support serialising rich server logs (#26503)
|
2024-03-27 11:42:43 +00:00 |
|
Julien Huang
|
fd7d9d26e2
|
fix(nuxt): check island element instead of hydration state (#26480)
|
2024-03-26 14:03:00 +00:00 |
|
Michał Zarach
|
1dbd46ec99
|
fix(nuxt): ignore fetch errors in getLatestManifest (#26486)
|
2024-03-26 13:47:59 +00:00 |
|
Daniel Roe
|
22ada37b4f
|
fix(nuxt): early return from refreshCookie on server
|
2024-03-21 15:06:39 +00:00 |
|
Daniel Roe
|
8c3159f4ba
|
fix(nuxt): pass joinRelativeURL + share paths on server (#26407)
|
2024-03-21 11:57:11 +00:00 |
|
Alexander Lichter
|
6f2e7a8b23
|
fix(nuxt): ignore navigateTo open option on server side (#26392)
|
2024-03-20 09:55:40 +00:00 |
|
Daniel Roe
|
c49d206647
|
fix(nuxt): pass undefined name when resolving trailing slash (#26358)
|
2024-03-18 21:12:17 +00:00 |
|
Daniel Roe
|
2c0fc3a15e
|
fix(nuxt): handle failure creating BroadcastChannel (#26340)
|
2024-03-18 14:15:10 +00:00 |
|
Julien Huang
|
03f7b0941e
|
chore(nuxt): remove unused code (#26319)
|
2024-03-17 21:27:43 +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 |
|
Damian Głowala
|
02d6838293
|
feat(nuxt): add clear utility to useAsyncData /useFetch (#26259)
|
2024-03-16 17:19:44 -07:00 |
|
Daniel Roe
|
cac7454702
|
refactor(nuxt): rename nuxtMiddleware to appMiddleware
|
2024-03-16 15:03:09 -07:00 |
|
Horu
|
f9fe282506
|
feat(nuxt): add nuxtMiddleware route rule (#25841)
|
2024-03-16 11:53:01 -07:00 |
|
Daniel Roe
|
977377777a
|
fix(nuxt): guard window access more carefully
|
2024-03-15 19:51:35 -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 |
|
Maik Kowol
|
a6d6fde9df
|
fix(nuxt): access shared asyncData state with useNuxtData (#22277)
|
2024-03-15 09:40:00 -07:00 |
|
Marc Cremer
|
6439244c96
|
fix(nuxt): respect baseUrl within server components (#25727)
|
2024-03-15 09:16:41 -07:00 |
|
Daniel Roe
|
5c6dc4c14e
|
docs: escape 'elements' in jsdoc comments
|
2024-03-14 11:31:42 -07:00 |
|
Daniel Roe
|
f080c426a2
|
fix(nuxt): init payload when using islands with ssr: false
|
2024-03-12 17:06:46 -07:00 |
|
Alex Liu
|
79cdb0b881
|
refactor(nuxt): simplify request computation (#26191)
|
2024-03-11 09:33:39 -07:00 |
|
Alex Liu
|
ac54da242f
|
perf(nuxt): use faster approach to check cache exists (#26172)
|
2024-03-10 13:07:00 -07:00 |
|
Julien Huang
|
6723123a2e
|
perf(nuxt): skip adding selective-client code if not enabled (#26176)
|
2024-03-10 10:28:14 -07:00 |
|
Daniel Roe
|
8323220f74
|
perf(nuxt): tree shake island renderer
|
2024-03-09 11:25:11 +01:00 |
|
Daniel Roe
|
7252b56d52
|
chore: add back stylistic rules and lint project
|
2024-03-09 06:48:15 +00:00 |
|
Daniel Roe
|
dd1cdbc052
|
fix(nuxt): provide typescript aliases for core packages (#26158)
|
2024-03-08 22:58:37 +00:00 |
|
Daniel Roe
|
0cc7f298f9
|
feat(nuxt): support async transforms for data composables (#26154)
|
2024-03-08 19:22:46 +00:00 |
|
Daniel Roe
|
b7516a1392
|
fix(nuxt): access prerender cache synchronously (#26146)
|
2024-03-08 17:03:38 +00:00 |
|
Daniel Roe
|
6407cea620
|
fix(nuxt): watch custom cookieRef values deeply (#26151)
|
2024-03-08 17:03:31 +00:00 |
|