Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/vueuse/vueuse
Collection of essential Vue Composition Utilities for Vue 2 and 3
https://github.com/vueuse/vueuse
docs(core): add missing dep for `useMagicKeys`
jp-liu opened this pull request 11 months ago
jp-liu opened this pull request 11 months ago
createGlobalState Why does persistent state encapsulation fail?
InfernalAzazel opened this issue 11 months ago
InfernalAzazel opened this issue 11 months ago
`refAutoReset` returns shallow ref
enkot opened this issue 11 months ago
enkot opened this issue 11 months ago
computedAsync fails to track dependencies on ref that are not yet declared
hugoattal opened this issue 11 months ago
hugoattal opened this issue 11 months ago
feat(refReset): new function alt
enkot opened this pull request 11 months ago
enkot opened this pull request 11 months ago
feat(refReset): new function
enkot opened this pull request 11 months ago
enkot opened this pull request 11 months ago
A way to stop until watch to avoid unintended bugs and memory leaks.
emahuni opened this issue 11 months ago
emahuni opened this issue 11 months ago
New: useCaretPosition
Idered opened this issue 11 months ago
Idered opened this issue 11 months ago
feat(onClickOutside): adds `ignoreDragging` option
bobbybol opened this pull request 11 months ago
bobbybol opened this pull request 11 months ago
useConfirmDialog isRevealed in v-if only works when useConfirmDialog used with destructured object.
regen2k opened this issue 11 months ago
regen2k opened this issue 11 months ago
fix(useRouteParams,useRouteQuery): set route param/query to undefined when function-based defaultValue
henribru opened this pull request 11 months ago
henribru opened this pull request 11 months ago
fix(useMounted): The second argument in vue2.7 should be `undefined`
yanbowe opened this pull request 11 months ago
yanbowe opened this pull request 11 months ago
docs(onLongPress): fix demo
Doctor-wu opened this pull request 11 months ago
Doctor-wu opened this pull request 11 months ago
`refReset` utility
enkot opened this issue 11 months ago
enkot opened this issue 11 months ago
Typescript error onLongPress
Renato66 opened this issue 11 months ago
Renato66 opened this issue 11 months ago
useImage - loading option - lazy
botmaster opened this issue 11 months ago
botmaster opened this issue 11 months ago
onStartTyping demo bug
rixleft opened this issue 11 months ago
rixleft opened this issue 11 months ago
Please add a note about the usage of the "tryOnScopeDispose" function to the useIntersectionObserver documentation page.
seaneez opened this issue 11 months ago
seaneez opened this issue 11 months ago
feat(useStorage): conditionally use event based on the used storage backend
ferferga opened this pull request 11 months ago
ferferga opened this pull request 11 months ago
feat(useCssVars): remove property on null/undefined
ferferga opened this pull request 11 months ago
ferferga opened this pull request 11 months ago
update docs for `useBreakpoints`
stefanobartoletti opened this pull request 11 months ago
stefanobartoletti opened this pull request 11 months ago
useMousePressed - account for target initially being `null` in non client-only components
DamianGlowala opened this issue 11 months ago
DamianGlowala opened this issue 11 months ago
fix(useScroll): sync scroll val to internal state #3809
kongmoumou opened this pull request 11 months ago
kongmoumou opened this pull request 11 months ago
usePrecision - unexpected result with negative values
Arizy opened this issue 11 months ago
Arizy opened this issue 11 months ago
fix(useActiveElement/useFocusWithin): replace computedWithControl with locally tracked ref
jaketig opened this pull request 11 months ago
jaketig opened this pull request 11 months ago
feat(useIDBKeyval): add isReady method for async readiness check #3810
zclsx opened this pull request 11 months ago
zclsx opened this pull request 11 months ago
`fallback` option in useClipboard
Mister-Hope opened this issue 11 months ago
Mister-Hope opened this issue 11 months ago
fix(useClipboard): fix issue when permission is not defined
Mister-Hope opened this pull request 11 months ago
Mister-Hope opened this pull request 11 months ago
Add isReady method to useIDBKeyval
zclsx opened this pull request 11 months ago
zclsx opened this pull request 11 months ago
Agility to wait read for useIDBKeyval
maxkopych opened this issue 11 months ago
maxkopych opened this issue 11 months ago
It's impossible to set both x & y in useScroll synchronously
pieczorx opened this issue 11 months ago
pieczorx opened this issue 11 months ago
`useLocalStoage` don't sync with `window.localStorage` after set to `null` or `undefined`
Zihan-Hu opened this issue 11 months ago
Zihan-Hu opened this issue 11 months ago
useTimeout to return Pausable&Stoppable and being able to pause/resume timer
marcoarruda opened this issue 11 months ago
marcoarruda opened this issue 11 months ago
refactor(useStorage): minor cleanup
ferferga opened this pull request 11 months ago
ferferga opened this pull request 11 months ago
fix(useIDBKeyval): use toRaw instead of overriding the original object
ferferga opened this pull request 11 months ago
ferferga opened this pull request 11 months ago
feat(useIDBKeyval): allow undefined for deleting entry
ferferga opened this pull request 11 months ago
ferferga opened this pull request 11 months ago
useMounted does not work in vue2.7
yanbowe opened this issue 11 months ago
yanbowe opened this issue 11 months ago
fix(useMounted): compatible with vue2.7
yanbowe opened this pull request 11 months ago
yanbowe opened this pull request 11 months ago
fix(useMounted): compatible with vue2.7
yanbowe opened this pull request 11 months ago
yanbowe opened this pull request 11 months ago
feat(whenever): override once option
chizukicn opened this pull request 11 months ago
chizukicn opened this pull request 11 months ago
useActiveElement() not working
imvimol opened this issue 11 months ago
imvimol opened this issue 11 months ago
fix(useScrollLock): initialOverflow is not working
BJ0815 opened this pull request 11 months ago
BJ0815 opened this pull request 11 months ago
[nuxt] [request error] [unhandled] [500] Cannot read properties of undefined (reading 'mounted')
Ttou opened this issue 11 months ago
Ttou opened this issue 11 months ago
hook remark(vueuse docs)
LeeCongjin opened this issue 11 months ago
LeeCongjin opened this issue 11 months ago
docs(useBreakpoints): add tips for vue warn
zekunjin opened this pull request 11 months ago
zekunjin opened this pull request 11 months ago
[Bug report] computedWithControl is triggering "Computed is still dirty after getter evaluation" warning
meteorlxy opened this issue 11 months ago
meteorlxy opened this issue 11 months ago
feat(useEventSource): add `autoReconnect` and `immediate` to options, update typings
schelmo opened this pull request 11 months ago
schelmo opened this pull request 11 months ago
Proposal: E2E or Component Tests against Demos w/ Playwright
JessicaSachs opened this issue 11 months ago
JessicaSachs opened this issue 11 months ago
feat(OnLongPress): `options.onMouseUp` callback
noook opened this pull request 11 months ago
noook opened this pull request 11 months ago
`breakpointsTailwind` from the `useBreakpoints` composable is not auto-imported in Nuxt
stefanobartoletti opened this issue 11 months ago
stefanobartoletti opened this issue 11 months ago
Feature Proposal: useNumberInput composable for working on custom number type inputs
gigabites19 opened this issue 11 months ago
gigabites19 opened this issue 11 months ago
feat(createInjectionState): injectionKey use composable name
zhangxuyang950313 opened this pull request 11 months ago
zhangxuyang950313 opened this pull request 11 months ago
`useFocusWithin` stopped working with Vue `3.4.13`
mitjans opened this issue 11 months ago
mitjans opened this issue 11 months ago
useBreakpoints: onMounted is called when there is no active component instance to be associated with.
moritzkalwa opened this issue 11 months ago
moritzkalwa opened this issue 11 months ago
Update index.md
pmnzt opened this pull request 12 months ago
pmnzt opened this pull request 12 months ago
feat(useBreakpoints): add `strategy` option to allow desktop-first convention
jack-allocate opened this pull request 12 months ago
jack-allocate opened this pull request 12 months ago
useInfiniteScroll : scroll options
hssanbzlm opened this issue 12 months ago
hssanbzlm opened this issue 12 months ago
fix(useFileSystemAccess): updateData on modified file
PhE opened this pull request 12 months ago
PhE opened this pull request 12 months ago
useFileSystemAccess updateData fails
PhE opened this issue 12 months ago
PhE opened this issue 12 months ago
useStorage should return defaults, when value was reset
realainov opened this issue 12 months ago
realainov opened this issue 12 months ago
How to solve the problem of sharing the same event on nodes with onClickOutside
parlay96 opened this issue 12 months ago
parlay96 opened this issue 12 months ago
fix(useSortable): mark this of option function as void
J-Michalek opened this pull request 12 months ago
J-Michalek opened this pull request 12 months ago
fix(useGamepad): improve data updating logic
okydk opened this pull request 12 months ago
okydk opened this pull request 12 months ago
useActiveElement not working
gkubisa opened this issue 12 months ago
gkubisa opened this issue 12 months ago
feat(useBreakpoints): Add option to use max-width for shortcutMethods
jack-allocate opened this issue 12 months ago
jack-allocate opened this issue 12 months ago
docs: add update interval time unit
abaza738 opened this pull request 12 months ago
abaza738 opened this pull request 12 months ago
UseDraggable onStart callback argument `position` issue
nothing-sy opened this issue 12 months ago
nothing-sy opened this issue 12 months ago
feat(useManualRefHistory): add support to async data parsing/dumping
AntonyZ89 opened this pull request 12 months ago
AntonyZ89 opened this pull request 12 months ago
fix(useDraggable): avoid moving out of container
wangliangxin opened this pull request 12 months ago
wangliangxin opened this pull request 12 months ago
Enhance onWindowScroll to accept a callback parameter that triggers on window scroll
lyqht opened this issue 12 months ago
lyqht opened this issue 12 months ago
useSortable not using plugins/multiDrag not working
mariojankovic opened this issue 12 months ago
mariojankovic opened this issue 12 months ago
feat(computedRef): new function
IlyaSemenov opened this pull request 12 months ago
IlyaSemenov opened this pull request 12 months ago
fix(useAnimate): immediate option set false not working
huiliangShen opened this pull request 12 months ago
huiliangShen opened this pull request 12 months ago
useAnimation immediate option false not working
olivier-calvo opened this issue 12 months ago
olivier-calvo opened this issue 12 months ago
Add encode/decode directional option to `useBase64`
roydukkey opened this issue 12 months ago
roydukkey opened this issue 12 months ago
useActiveElement and useFocusWithin are not working
dylanalizon opened this issue 12 months ago
dylanalizon opened this issue 12 months ago
useUrlSearchParams is not reactive between different instances
Eternal-Rise opened this issue 12 months ago
Eternal-Rise opened this issue 12 months ago
fix(useUserMedia): stop stream on scope dispose
Waleed-KH opened this pull request 12 months ago
Waleed-KH opened this pull request 12 months ago
click SchemaOrg, the website show not found
gradyll opened this issue 12 months ago
gradyll opened this issue 12 months ago
bug with useDraggable
neu-yuyang opened this issue 12 months ago
neu-yuyang opened this issue 12 months ago
Donating Funds to Vueuse
Lfada opened this issue 12 months ago
Lfada opened this issue 12 months ago
fix(useResizeObserver): do not watch deep to avoid cicular calls
birdxiao opened this pull request 12 months ago
birdxiao opened this pull request 12 months ago
[Bug]: "Maximum call stack size exceeded" caused by useResizeObserver in Vue 2.6
birdxiao opened this issue 12 months ago
birdxiao opened this issue 12 months ago
The latest doc didn't have useScroll
nothing-sy opened this issue 12 months ago
nothing-sy opened this issue 12 months ago
feat(useCurrentElement): Allow get current element from a specific component
linspw opened this pull request 12 months ago
linspw opened this pull request 12 months ago
useFocusWithin not reactive without watcher
tdebooij opened this issue 12 months ago
tdebooij opened this issue 12 months ago
There is ambiguity in the `once` parameter of the `whenever` function
chizukicn opened this issue 12 months ago
chizukicn opened this issue 12 months ago
Should useMousePressed tell you which type of click?
JaimeTorrealba opened this issue 12 months ago
JaimeTorrealba opened this issue 12 months ago
useWindowSize doesn't work with computed
StreakingMan opened this issue 12 months ago
StreakingMan opened this issue 12 months ago
docs: fix invalid description in functions page
chirokas opened this pull request 12 months ago
chirokas opened this pull request 12 months ago
Cannot find module '@vueuse/core' or its corresponding type declarations.
websiddu opened this issue 12 months ago
websiddu opened this issue 12 months ago
feat: allow resize in useDraggable.
Vincent-the-gamer opened this issue 12 months ago
Vincent-the-gamer opened this issue 12 months ago
feat(useMutationObserver): allow multiple targets
chirokas opened this pull request 12 months ago
chirokas opened this pull request 12 months ago
Missing methods on `until` called on a maybe undefined array ref whilst listed by TS
qnp opened this issue almost 1 year ago
qnp opened this issue almost 1 year ago
docs: fix typo
chirokas opened this pull request almost 1 year ago
chirokas opened this pull request almost 1 year ago
VirtualList issues when filtering with static itemHeight configuration
agnauck opened this issue about 1 year ago
agnauck opened this issue about 1 year ago
fix(useStorage): ensure setting value to null syncs to other instances
callumacrae opened this pull request about 1 year ago
callumacrae opened this pull request about 1 year ago
useDraggable的元素内容包含 img,拖动img元素时会出现吸附效果,其他元素正常
szjSmiling opened this issue about 1 year ago
szjSmiling opened this issue about 1 year ago
feat(useAxios): support `abortPrevious` option
jahnli opened this pull request about 1 year ago
jahnli opened this pull request about 1 year ago
docs: include VP hashmap.json file in sw precache manifest
userquin opened this pull request about 1 year ago
userquin opened this pull request about 1 year ago