Nuxt/packages/nuxt/src/app/composables
2024-08-13 20:45:27 +01:00
..
asyncContext.ts docs(nuxt): add @since annotations to exported composables (#25086) 2024-01-19 17:03:30 +00:00
asyncData.ts perf(nuxt): avoid multiple calls to getCachedData (#28472) 2024-08-13 20:45:27 +01:00
chunk.ts docs(nuxt): add @since annotations to exported composables (#25086) 2024-01-19 17:03:30 +00:00
component.ts chore: cleanup eslint rules with latest @nuxt/eslint-config (#26653) 2024-04-05 19:08:32 +01:00
cookie.ts perf(nuxt): call cookie decode function only for named cookie (#28215) 2024-08-13 20:43:55 +01:00
error.ts chore(deps): update all non-major dependencies (3.x) (#28302) 2024-08-06 15:16:20 +01:00
fetch.ts fix(nuxt): add reason when aborting request in useFetch (#28517) 2024-08-13 20:44:00 +01:00
hydrate.ts chore(nuxt): rename nuxt -> nuxtApp internally for consistency 2024-02-05 12:02:41 +00:00
id.ts feat(nuxt): allow specifying app id when creating a nuxt app (#28392) 2024-08-08 11:11:14 +01:00
index.ts fix(nuxt): export useRouteAnnouncer (#27562) 2024-06-12 17:46:17 +01:00
loading-indicator.ts feat(nuxt): allow displaying error state in loading indicator (#27176) 2024-05-16 09:23:18 -05:00
manifest.ts fix(nuxt): handle errors loading app manifest (#27441) 2024-06-07 10:56:48 +01:00
once.ts fix(nuxt): do not rerun synchronous callOnce callbacks (#25431) 2024-01-25 14:29:50 +00:00
payload.ts fix(nuxt): ensure runtimeConfig.public is reactive on client (#28443) 2024-08-13 20:43:08 +01:00
preload.ts chore(deps): update all non-major dependencies (3.x) (#28302) 2024-08-06 15:16:20 +01:00
preview.ts feat(nuxt): custom enable/disable hooks for usePreviewMode (#28371) 2024-08-13 20:43:57 +01:00
ready.ts fix(nuxt): call onNuxtReady callback without arguments (#27428) 2024-06-11 14:33:22 +01:00
route-announcer.ts feat(nuxt): add <NuxtRouteAnnouncer> and useRouteAnnouncer (#25741) 2024-04-17 16:58:13 +01:00
router.ts chore(deps): update all non-major dependencies (3.x) (#28302) 2024-08-06 15:16:20 +01:00
script-stubs.ts fix(nuxt): update renamed stub composables from nuxt/scripts (#28449) 2024-08-13 20:43:09 +01:00
ssr.ts feat(nuxt): add onPrehydrate lifecycle hook (#27037) 2024-05-07 15:04:21 +01:00
state.ts chore: cleanup eslint rules with latest @nuxt/eslint-config (#26653) 2024-04-05 19:08:32 +01:00
url.ts feat(nuxt): support passing options to useRequestURL (#26687) 2024-04-09 15:03:29 +02:00