Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
VueUse
🧰 Collection of essential Vue Composition API utils works for Vue 2.x and 3.x
Collective -
Host: opensource -
https://opencollective.com/vueuse
- Website: https://vueuse.org/
- Code: https://github.com/vueuse/vueuse
BUG | `useAxios` | data must not be undefined if initialData is specified
github.com/vueuse/vueuse - michaelcozzolino opened this issue about 1 month ago
github.com/vueuse/vueuse - michaelcozzolino opened this issue about 1 month ago
fix(useElementHover): returns correctly hover state when element is removed
github.com/vueuse/vueuse - ben-lau opened this pull request about 2 months ago
github.com/vueuse/vueuse - ben-lau opened this pull request about 2 months ago
fix(useWebSocket): clear retryTimer when connected
github.com/vueuse/vueuse - ilyaliao opened this pull request about 2 months ago
github.com/vueuse/vueuse - ilyaliao opened this pull request about 2 months ago
fix(useRouteQuery): differentiate `undefined` and `null` when writing value
github.com/vueuse/vueuse - aa-ndrej opened this pull request about 2 months ago
github.com/vueuse/vueuse - aa-ndrej opened this pull request about 2 months ago
BUG | `useWebSocket` | Reconnection occurs after explicitly calling the close method
github.com/vueuse/vueuse - ghimisradu opened this issue about 2 months ago
github.com/vueuse/vueuse - ghimisradu opened this issue about 2 months ago
BUG | `useElementHover` | Value remains `true` after target is unmounted
github.com/vueuse/vueuse - romansp opened this issue about 2 months ago
github.com/vueuse/vueuse - romansp opened this issue about 2 months ago
feat(createEventHook): add `clear` function
github.com/vueuse/vueuse - ilyaliao opened this pull request about 2 months ago
github.com/vueuse/vueuse - ilyaliao opened this pull request about 2 months ago
docs(useClipboardItems): fix incorrect Blob initialization syntax in …
github.com/vueuse/vueuse - GloryWong opened this pull request about 2 months ago
github.com/vueuse/vueuse - GloryWong opened this pull request about 2 months ago
BUG | `syncRef` | Type error when using with useStorage and null values
github.com/vueuse/vueuse - IlyaSemenov opened this issue about 2 months ago
github.com/vueuse/vueuse - IlyaSemenov opened this issue about 2 months ago
REQUEST | `createEventHook` | A interface to manually clear hooks
github.com/vueuse/vueuse - s3xysteak opened this issue about 2 months ago
github.com/vueuse/vueuse - s3xysteak opened this issue about 2 months ago
docs(onKeyStroke): demo from preventing w and s keypress in global search.
github.com/vueuse/vueuse - mulhoon opened this pull request about 2 months ago
github.com/vueuse/vueuse - mulhoon opened this pull request about 2 months ago
BUG | `useElementBounding` | Inaccurate Bounding Calculations in Nested Layouts and Animation Timing
github.com/vueuse/vueuse - stephenjason89 opened this issue about 2 months ago
github.com/vueuse/vueuse - stephenjason89 opened this issue about 2 months ago
BUG | `useFocusWithin` | Watching the `focused` value results in it triggering twice when focus changes inside the element
github.com/vueuse/vueuse - cernymatej opened this issue about 2 months ago
github.com/vueuse/vueuse - cernymatej opened this issue about 2 months ago
REQUEST | useWindowSize | visual viewport type option
github.com/vueuse/vueuse - ajuvonen opened this issue about 2 months ago
github.com/vueuse/vueuse - ajuvonen opened this issue about 2 months ago
docs(useClipboardItems): fix example
github.com/vueuse/vueuse - ShangChien opened this pull request about 2 months ago
github.com/vueuse/vueuse - ShangChien opened this pull request about 2 months ago
fix: typo on `watchWithFilter` docs
github.com/vueuse/vueuse - briwa opened this pull request about 2 months ago
github.com/vueuse/vueuse - briwa opened this pull request about 2 months ago
feat: add delay to immediate option and relativeToContainer feature
github.com/vueuse/vueuse - stephenjason89 opened this pull request about 2 months ago
github.com/vueuse/vueuse - stephenjason89 opened this pull request about 2 months ago
fix(useFetch): handle empty payload
github.com/vueuse/vueuse - ilyaliao opened this pull request about 2 months ago
github.com/vueuse/vueuse - ilyaliao opened this pull request about 2 months ago
BUG | `useFetch` | Passing empty ref throws TypeError in 11.3.0 and above
github.com/vueuse/vueuse - peteluffman opened this issue about 2 months ago
github.com/vueuse/vueuse - peteluffman opened this issue about 2 months ago
BUG | `useRouteQuery` | Error: Invalid value used as weak map key
github.com/vueuse/vueuse - mukundshah opened this issue about 2 months ago
github.com/vueuse/vueuse - mukundshah opened this issue about 2 months ago
docs: Update README.md
github.com/vueuse/vueuse - danielrentz opened this pull request about 2 months ago
github.com/vueuse/vueuse - danielrentz opened this pull request about 2 months ago
fix issue#4357 (useAxios) : When executing the execute method, return a new promise
github.com/vueuse/vueuse - tinysimple opened this pull request about 2 months ago
github.com/vueuse/vueuse - tinysimple opened this pull request about 2 months ago
Documentation: Fix version typo for vue2
github.com/vueuse/vueuse - ibrahimBeladi opened this pull request about 2 months ago
github.com/vueuse/vueuse - ibrahimBeladi opened this pull request about 2 months ago
REQUEST | `useBreakpoints` | Add a method that will allow the developer to manually recalculate the value of the active breakpoints.
github.com/vueuse/vueuse - innocentperos opened this issue about 2 months ago
github.com/vueuse/vueuse - innocentperos opened this issue about 2 months ago
docs(useUserMedia): fix demo.vue reactive import
github.com/vueuse/vueuse - OrbisK opened this pull request about 2 months ago
github.com/vueuse/vueuse - OrbisK opened this pull request about 2 months ago
feat(usePermission): add remaining permissions to usePermissions
github.com/vueuse/vueuse - luoxiangfan opened this pull request about 2 months ago
github.com/vueuse/vueuse - luoxiangfan opened this pull request about 2 months ago
BUG | `useAxios` | Issue with useAxios when Calling execute Multiple Times
github.com/vueuse/vueuse - LongGGEZ opened this issue about 2 months ago
github.com/vueuse/vueuse - LongGGEZ opened this issue about 2 months ago
REQUEST | `useTruncateString` | String truncation function
github.com/vueuse/vueuse - CodeXiD opened this issue about 2 months ago
github.com/vueuse/vueuse - CodeXiD opened this issue about 2 months ago
feat(useElementSize): component allow to pass `class`
github.com/vueuse/vueuse - pkc918 opened this pull request about 2 months ago
github.com/vueuse/vueuse - pkc918 opened this pull request about 2 months ago
fix(useStorageAsync): multi-tab deadlock
github.com/vueuse/vueuse - afute opened this pull request about 2 months ago
github.com/vueuse/vueuse - afute opened this pull request about 2 months ago
Chore: Remove duplicate entries in dedupe for vitepress and vitest
github.com/vueuse/vueuse - ibrahimBeladi opened this pull request about 2 months ago
github.com/vueuse/vueuse - ibrahimBeladi opened this pull request about 2 months ago
BUG | `UseElementSize` | Typescript does not allow to pass class="foo"
github.com/vueuse/vueuse - vmihailenco opened this issue about 2 months ago
github.com/vueuse/vueuse - vmihailenco opened this issue about 2 months ago
REQUEST | `useLeaveGuard` | Confirm dialog before page leave
github.com/vueuse/vueuse - scottix opened this issue 2 months ago
github.com/vueuse/vueuse - scottix opened this issue 2 months ago
feat!: drop Vue 2 support, optimize bundles and clean up
github.com/vueuse/vueuse - antfu opened this pull request 2 months ago
github.com/vueuse/vueuse - antfu opened this pull request 2 months ago
fix(useMouse): correct spelling error
github.com/vueuse/vueuse - pkc918 opened this pull request 2 months ago
github.com/vueuse/vueuse - pkc918 opened this pull request 2 months ago
【useWebSocket】In some scenarios heartbeat packets message need to pass dynamic data
github.com/vueuse/vueuse - holiy930561 opened this issue 2 months ago
github.com/vueuse/vueuse - holiy930561 opened this issue 2 months ago
[UseFullscreen] Expose useFullscreen target ref via v-slot
github.com/vueuse/vueuse - iamandrewluca opened this issue 2 months ago
github.com/vueuse/vueuse - iamandrewluca opened this issue 2 months ago
UseMouse produces incorrect values in scroll event handler
github.com/vueuse/vueuse - JustinBordage opened this issue 2 months ago
github.com/vueuse/vueuse - JustinBordage opened this issue 2 months ago
feat(useMediaControls): add 'media' option to define media query for resources
github.com/vueuse/vueuse - aaronLejeune opened this pull request 2 months ago
github.com/vueuse/vueuse - aaronLejeune opened this pull request 2 months ago
fix(useUrlSearchParams): `hash` mode missing `location.search`
github.com/vueuse/vueuse - Huodoo opened this pull request 2 months ago
github.com/vueuse/vueuse - Huodoo opened this pull request 2 months ago
feat(useInputCompositionState): add function,the state change when a text composition system such as an input method editor starts
github.com/vueuse/vueuse - Nicholas003 opened this pull request 2 months ago
github.com/vueuse/vueuse - Nicholas003 opened this pull request 2 months ago
fix(useFetch): add reason to useFetch abort
github.com/vueuse/vueuse - yao8384 opened this pull request 2 months ago
github.com/vueuse/vueuse - yao8384 opened this pull request 2 months ago
feat(useInputComposition): add function,the state change when a text composition system such as an input method editor starts
github.com/vueuse/vueuse - Nicholas003 opened this pull request 2 months ago
github.com/vueuse/vueuse - Nicholas003 opened this pull request 2 months ago
Allow `useRafFn` to accept `MayBeRef` for fps limit.
github.com/vueuse/vueuse - Jannchie opened this issue 2 months ago
github.com/vueuse/vueuse - Jannchie opened this issue 2 months ago
docs: add description to install vueuse using nuxi for nuxt
github.com/vueuse/vueuse - wzc520pyfm opened this pull request 2 months ago
github.com/vueuse/vueuse - wzc520pyfm opened this pull request 2 months ago
docs(useIntersectionObserver): update syntax to handle stricter types
github.com/vueuse/vueuse - cyrilf opened this pull request 2 months ago
github.com/vueuse/vueuse - cyrilf opened this pull request 2 months ago
fix(useSortable): wrong order of elements
github.com/vueuse/vueuse - ilyaliao opened this pull request 2 months ago
github.com/vueuse/vueuse - ilyaliao opened this pull request 2 months ago
Provide prev parameter to reactiveComputed callback
github.com/vueuse/vueuse - RomanSkrypnik opened this issue 2 months ago
github.com/vueuse/vueuse - RomanSkrypnik opened this issue 2 months ago
feat(useFetch): infer 'json' type for array payloads
github.com/vueuse/vueuse - WingSMC opened this pull request 2 months ago
github.com/vueuse/vueuse - WingSMC opened this pull request 2 months ago
docs: add a different display way for function list(demo card view)
github.com/vueuse/vueuse - ArthurDarkstone opened this pull request 2 months ago
github.com/vueuse/vueuse - ArthurDarkstone opened this pull request 2 months ago
fix: useElementBounding require el to be instanceof Element
github.com/vueuse/vueuse - lucifilote opened this pull request 2 months ago
github.com/vueuse/vueuse - lucifilote opened this pull request 2 months ago
feat(router): transform get / set
github.com/vueuse/vueuse - Akryum opened this pull request 3 months ago
github.com/vueuse/vueuse - Akryum opened this pull request 3 months ago
fix(useDropZone): validate all file types individually when dropping multiple files
github.com/vueuse/vueuse - LouisMazel opened this pull request 3 months ago
github.com/vueuse/vueuse - LouisMazel opened this pull request 3 months ago
Add a composable that wraps an inner writeable ref in a new debouncing writeable ref
github.com/vueuse/vueuse - DaRosenberg opened this issue 3 months ago
github.com/vueuse/vueuse - DaRosenberg opened this issue 3 months ago
fix(useSwipe): allow vertical scrolling during swipe
github.com/vueuse/vueuse - ilyaliao opened this pull request 3 months ago
github.com/vueuse/vueuse - ilyaliao opened this pull request 3 months ago
docs(useUserMedia): fix examples
github.com/vueuse/vueuse - ilyaliao opened this pull request 3 months ago
github.com/vueuse/vueuse - ilyaliao opened this pull request 3 months ago
`useUserMedia` "devices" example has type errors
github.com/vueuse/vueuse - manniL opened this issue 3 months ago
github.com/vueuse/vueuse - manniL opened this issue 3 months ago
fix(useMouse): prevent double counting scroll offset when using pageX/Y
github.com/vueuse/vueuse - ilyaliao opened this pull request 3 months ago
github.com/vueuse/vueuse - ilyaliao opened this pull request 3 months ago
fix(useDropZone): update type to allow readonly array param
github.com/vueuse/vueuse - briankchan opened this pull request 3 months ago
github.com/vueuse/vueuse - briankchan opened this pull request 3 months ago
`useStorage` incorrectly handles reactive default values
github.com/vueuse/vueuse - valerio-farriciello opened this issue 3 months ago
github.com/vueuse/vueuse - valerio-farriciello opened this issue 3 months ago
feat(useSSRWidth): add optional support for SSR in useMediaQuery and useBreakpoints
github.com/vueuse/vueuse - Tofandel opened this pull request 3 months ago
github.com/vueuse/vueuse - Tofandel opened this pull request 3 months ago
feat(useBase64): add options for Data URL output control
github.com/vueuse/vueuse - ilyaliao opened this pull request 3 months ago
github.com/vueuse/vueuse - ilyaliao opened this pull request 3 months ago
useFileDialog does not work on macos safari when open function is not directly bound to the template
github.com/vueuse/vueuse - Fsystem opened this issue 3 months ago
github.com/vueuse/vueuse - Fsystem opened this issue 3 months ago
fix(useWebSocket): autoreconnect when ws close
github.com/vueuse/vueuse - ilyaliao opened this pull request 3 months ago
github.com/vueuse/vueuse - ilyaliao opened this pull request 3 months ago
feat(OnClickOutside): support component with fragments
github.com/vueuse/vueuse - ilyaliao opened this pull request 3 months ago
github.com/vueuse/vueuse - ilyaliao opened this pull request 3 months ago
I want to use 100 functions, do I need to npm 100 libraries?
github.com/vueuse/vueuse - huaiguoguo opened this issue 3 months ago
github.com/vueuse/vueuse - huaiguoguo opened this issue 3 months ago
useBase64 result is not look like it's name
github.com/vueuse/vueuse - juetan opened this issue 3 months ago
github.com/vueuse/vueuse - juetan opened this issue 3 months ago
useWebSocket - Autoreconnect after heartbeat pong timeout doesn't work anymore
github.com/vueuse/vueuse - chrisnormand opened this issue 3 months ago
github.com/vueuse/vueuse - chrisnormand opened this issue 3 months ago
Algolia search brings me to 404 half the time
github.com/vueuse/vueuse - mrleblanc101 opened this issue 3 months ago
github.com/vueuse/vueuse - mrleblanc101 opened this issue 3 months ago
fix(rxjs): missing types for fromEvent
github.com/vueuse/vueuse - MickL opened this pull request 3 months ago
github.com/vueuse/vueuse - MickL opened this pull request 3 months ago
fromEvent is not a wrapper around rxjs fromEvent
github.com/vueuse/vueuse - MickL opened this issue 3 months ago
github.com/vueuse/vueuse - MickL opened this issue 3 months ago
[Docs]: linking to category filter not working
github.com/vueuse/vueuse - mtdvlpr opened this issue 3 months ago
github.com/vueuse/vueuse - mtdvlpr opened this issue 3 months ago
fix(useDropZone): remove file kind restriction
github.com/vueuse/vueuse - CofCat456 opened this pull request 3 months ago
github.com/vueuse/vueuse - CofCat456 opened this pull request 3 months ago
docs: update nuxt readme to show all disabled functions
github.com/vueuse/vueuse - jojoxd opened this pull request 3 months ago
github.com/vueuse/vueuse - jojoxd opened this pull request 3 months ago
`useDropZone` Regression (Internal Drag'n'Drop)
github.com/vueuse/vueuse - timpulver opened this issue 3 months ago
github.com/vueuse/vueuse - timpulver opened this issue 3 months ago
When scroller reaches the threshold value and stays there, function is triggered continuously
github.com/vueuse/vueuse - shaik4949 opened this issue 3 months ago
github.com/vueuse/vueuse - shaik4949 opened this issue 3 months ago
chore(deps): bump vue from 2.7.14 to 3.5.12
github.com/vueuse/vueuse - dependabot[bot] opened this pull request 3 months ago
github.com/vueuse/vueuse - dependabot[bot] opened this pull request 3 months ago
fix(useClipboard,useClipboardItems): avoid running "copied" timeout during initialization
github.com/vueuse/vueuse - Ingramz opened this pull request 3 months ago
github.com/vueuse/vueuse - Ingramz opened this pull request 3 months ago
chore(deps): bump ejs from 3.1.9 to 3.1.10
github.com/vueuse/vueuse - dependabot[bot] opened this pull request 3 months ago
github.com/vueuse/vueuse - dependabot[bot] opened this pull request 3 months ago
createTemplatePromise delay some time when remove
github.com/vueuse/vueuse - qzsiniong opened this issue 3 months ago
github.com/vueuse/vueuse - qzsiniong opened this issue 3 months ago
fix(useFetch): ensure single slash
github.com/vueuse/vueuse - mrchar opened this pull request 3 months ago
github.com/vueuse/vueuse - mrchar opened this pull request 3 months ago
fix(useAsyncState): use ShallowRef instead of Ref type
github.com/vueuse/vueuse - joris-gallot opened this pull request 3 months ago
github.com/vueuse/vueuse - joris-gallot opened this pull request 3 months ago
docs(useDraggable): example for `preventDefault: true`
github.com/vueuse/vueuse - mnenie opened this pull request 3 months ago
github.com/vueuse/vueuse - mnenie opened this pull request 3 months ago
`useElementSize`: add the ability to set height and width
github.com/vueuse/vueuse - t0yohei opened this issue 3 months ago
github.com/vueuse/vueuse - t0yohei opened this issue 3 months ago
UseStorage: make `key` argument reactive
github.com/vueuse/vueuse - AufarZakiev opened this issue 3 months ago
github.com/vueuse/vueuse - AufarZakiev opened this issue 3 months ago
useElementBounding cannot update the position changes caused by async components loading.
github.com/vueuse/vueuse - wtto00 opened this issue 3 months ago
github.com/vueuse/vueuse - wtto00 opened this issue 3 months ago
feat(useDraggable): not need to specify a container element
github.com/vueuse/vueuse - hotdogc1017 opened this pull request 3 months ago
github.com/vueuse/vueuse - hotdogc1017 opened this pull request 3 months ago
`useDraggable` does not need to specify a container element and will not be affected by the containing block and cause misalignment
github.com/vueuse/vueuse - hotdogc1017 opened this issue 3 months ago
github.com/vueuse/vueuse - hotdogc1017 opened this issue 3 months ago
Nuxt module doesn't install @vueuse/core
github.com/vueuse/vueuse - Mateleo opened this issue 3 months ago
github.com/vueuse/vueuse - Mateleo opened this issue 3 months ago
fix(useIDBKeyval): avoid RangeError error
github.com/vueuse/vueuse - CofCat456 opened this pull request 3 months ago
github.com/vueuse/vueuse - CofCat456 opened this pull request 3 months ago
fix(useRouteParams, useRouteQuery): effect triggers twice with object getter as watch source
github.com/vueuse/vueuse - jack-allocate opened this pull request 3 months ago
github.com/vueuse/vueuse - jack-allocate opened this pull request 3 months ago
An option not to delay initial execution `useDebounceFn`
github.com/vueuse/vueuse - cernymatej opened this issue 3 months ago
github.com/vueuse/vueuse - cernymatej opened this issue 3 months ago
useRouteQuery effect triggers twice
github.com/vueuse/vueuse - jack-allocate opened this issue 3 months ago
github.com/vueuse/vueuse - jack-allocate opened this issue 3 months ago
Extension to existing useWebSocket composable to include connection counting
github.com/vueuse/vueuse - marktlinn opened this issue 3 months ago
github.com/vueuse/vueuse - marktlinn opened this issue 3 months ago
useKeyStrokes reporting the wrong code
github.com/vueuse/vueuse - kogratte opened this issue 3 months ago
github.com/vueuse/vueuse - kogratte opened this issue 3 months ago
feat(useMountedQueue): add utility to manage function queue on mount
github.com/vueuse/vueuse - bobby169 opened this pull request 3 months ago
github.com/vueuse/vueuse - bobby169 opened this pull request 3 months ago