vueuse-core-skilld
vueuse/vueuse @vueuse/core@14.3.0
Tags: vue2: 2.0.35, vue3: 3.0.35, demi: 4.0.0-alpha.0
References: Docs
API Changes
This section documents version-specific API changes — prioritize recent major/minor releases.
-
BREAKING:
computedAsync— defaultflushchanged frompretosyncin v14.0.0; code relying on deferred evaluation now runs synchronously by default source -
BREAKING:
useThrottleFn— aligned with traditional throttle behavior in v14.0.0 (trailing call behavior changed); previously called on both leading and trailing by default, verify options match expected behavior source -
BREAKING:
createSharedComposable— on client side, now returns only the shared composable (single value) instead of a tuple/object in v14.0.0 source -
BREAKING:
useAsyncState— in v13.7.0,globalThis.reportErroris now the defaultonErrorhandler; previously errors were silently swallowed if no handler was provided source -
BREAKING: CJS build dropped in v13.0.0 —
@vueuse/coreis now ESM-only;require('@vueuse/core')no longer works source -
BREAKING: Vue 3.5 is now required as a minimum peer dependency since v14.0.0 source
More from harlan-zw/vue-ecosystem-skills
quasar-skilld
Build high-performance VueJS user interfaces (SPA, PWA, SSR, Mobile and Desktop) in record time. ALWAYS use when writing code importing \"quasar\". Consult for debugging, best practices, or modifying quasar.
200vue-skilld
The progressive JavaScript framework for building modern web UI. ALWAYS use when editing or working with *.vue files or code importing \"vue\". Consult for debugging, best practices, or modifying vue, core.
196pinia-skilld
Intuitive, type safe and flexible Store for Vue. ALWAYS use when writing code importing \"pinia\". Consult for debugging, best practices, or modifying pinia.
160vue-i18n-skilld
Internationalization plugin for Vue.js. ALWAYS use when writing code importing \"vue-i18n\". Consult for debugging, best practices, or modifying vue-i18n, vue i18n.
155vuetify-skilld
Vue Material Component Framework. ALWAYS use when writing code importing \"vuetify\". Consult for debugging, best practices, or modifying vuetify.
142pinia-colada-skilld
The smart data fetching layer for Vue.js. ALWAYS use when writing code importing \"@pinia/colada\". Consult for debugging, best practices, or modifying @pinia/colada, pinia/colada, pinia colada, pinia-colada.
132