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

feat!: drop Vue 2 support, optimize bundles and clean up

antfu opened this pull request about 2 months ago
fix(useMouse): correct spelling error

pkc918 opened this pull request about 2 months ago
[UseFullscreen] Expose useFullscreen target ref via v-slot

iamandrewluca opened this issue about 2 months ago
UseMouse produces incorrect values in scroll event handler

JustinBordage opened this issue about 2 months ago
feat(useMediaControls): add 'media' option to define media query for resources

aaronLejeune opened this pull request about 2 months ago
Wrong Typescript types `Ref`

susnux opened this issue about 2 months ago
add use Network protocol mqtt?

fssgh opened this issue about 2 months ago
fix(useUrlSearchParams): `hash` mode missing `location.search`

Huodoo opened this pull request about 2 months ago
fix(useFetch): add reason to useFetch abort

yao8384 opened this pull request about 2 months ago
Allow `useRafFn` to accept `MayBeRef` for fps limit.

Jannchie opened this issue about 2 months ago
docs: add description to install vueuse using nuxi for nuxt

wzc520pyfm opened this pull request about 2 months ago
docs(useIntersectionObserver): update syntax to handle stricter types

cyrilf opened this pull request about 2 months ago
fix(useSortable): wrong order of elements

ilyaliao opened this pull request 2 months ago
Provide prev parameter to reactiveComputed callback

RomanSkrypnik opened this issue 2 months ago
Grammar in Docs

JosXa opened this pull request 2 months ago
feat(useFetch): infer 'json' type for array payloads

WingSMC opened this pull request 2 months ago
docs: add a different display way for function list(demo card view)

ArthurDarkstone opened this pull request 2 months ago
fix: useElementBounding require el to be instanceof Element

lucifilote opened this pull request 2 months ago
feat(router): transform get / set

Akryum opened this pull request 2 months ago
fix(useSwipe): allow vertical scrolling during swipe

ilyaliao opened this pull request 2 months ago
docs(useUserMedia): fix examples

ilyaliao opened this pull request 2 months ago
`useUserMedia` "devices" example has type errors

manniL opened this issue 2 months ago
fix(useMouse): prevent double counting scroll offset when using pageX/Y

ilyaliao opened this pull request 2 months ago
fix(useDropZone): update type to allow readonly array param

briankchan opened this pull request 2 months ago
`useStorage` incorrectly handles reactive default values

valerio-farriciello opened this issue 2 months ago
feat(useBase64): add options for Data URL output control

ilyaliao opened this pull request 2 months ago
fix(useWebSocket): autoreconnect when ws close

ilyaliao opened this pull request 2 months ago
feat(OnClickOutside): support component with fragments

ilyaliao opened this pull request 2 months ago
I want to use 100 functions, do I need to npm 100 libraries?

huaiguoguo opened this issue 2 months ago
useBase64 result is not look like it's name

juetan opened this issue 2 months ago
Algolia search brings me to 404 half the time

mrleblanc101 opened this issue 2 months ago
fix(rxjs): missing types for fromEvent

MickL opened this pull request 2 months ago
fromEvent is not a wrapper around rxjs fromEvent

MickL opened this issue 2 months ago
[Docs]: linking to category filter not working

mtdvlpr opened this issue 2 months ago
fix(useDropZone): remove file kind restriction

CofCat456 opened this pull request 2 months ago
docs: update nuxt readme to show all disabled functions

jojoxd opened this pull request 2 months ago
`useDropZone` Regression (Internal Drag'n'Drop)

timpulver opened this issue 2 months ago
chore(deps): bump vue from 2.7.14 to 3.5.12

dependabot[bot] opened this pull request 3 months ago
chore(deps): bump ejs from 3.1.9 to 3.1.10

dependabot[bot] opened this pull request 3 months ago
createTemplatePromise delay some time when remove

qzsiniong opened this issue 3 months ago
fix(useFetch): ensure single slash

mrchar opened this pull request 3 months ago
fix(useAsyncState): use ShallowRef instead of Ref type

joris-gallot opened this pull request 3 months ago
docs(useDraggable): example for `preventDefault: true`

mnenie opened this pull request 3 months ago
`useElementSize`: add the ability to set height and width

t0yohei opened this issue 3 months ago
Add useEventBus logging

martinszeltins opened this issue 3 months ago
UseStorage: make `key` argument reactive

AufarZakiev opened this issue 3 months ago
feat(useDraggable): not need to specify a container element

hotdogc1017 opened this pull request 3 months ago
Nuxt module doesn't install @vueuse/core

Mateleo opened this issue 3 months ago
fix(useIDBKeyval): avoid RangeError error

CofCat456 opened this pull request 3 months ago
An option not to delay initial execution `useDebounceFn`

cernymatej opened this issue 3 months ago
useRouteQuery effect triggers twice

jack-allocate opened this issue 3 months ago
useKeyStrokes reporting the wrong code

kogratte opened this issue 3 months ago
feat(useMountedQueue): add utility to manage function queue on mount

bobby169 opened this pull request 3 months ago
docs: wording

briwa opened this pull request 3 months ago
onLongPress functionality not working on iOS 11.5 devices

lichenabson opened this issue 3 months ago
docs(useSortable): fix typo

davidglezz opened this pull request 3 months ago
UseFetch should provide execute on onFetchError

catalin-bratu opened this issue 3 months ago
useBreakpoints doesn't adhere its own return type

J-Michalek opened this issue 3 months ago
docs(watchImmediate): corrected variable name in example

naterino opened this pull request 3 months ago
WebRTC Composable

ekkaiasmith opened this issue 3 months ago
isLoading is false initially causing duplicate call

xxRockOnxx opened this issue 3 months ago
`measure` function of `useScroll` is not documented

mrleblanc101 opened this issue 3 months ago
useScroll's arrivedState not responsive to changes in DOM

haykkh opened this issue 3 months ago
Feature: reactive `useScrollbarWidth`

nikneym opened this issue 3 months ago
fix(useManualRefHistory): `canUndo` and `canRedo` typing to be computed ref

roydukkey opened this pull request 3 months ago
feat: add useOTP composable

waleedtariq109 opened this pull request 3 months ago
fix(useIntervalFn): prevent timer being set after pause is called in cb

laporchen opened this pull request 3 months ago
SwipeDirection no longer exported

u12206050 opened this issue 3 months ago
typescript definitions for Ref values incorrect

bardkalbakk opened this issue 3 months ago
feat(useMediaControls): add playback error event

DarrenSG opened this pull request 3 months ago
After rendering, the scroll bar scrolls to the bottom.

zuoanCo opened this issue 4 months ago
onClickOutside gets triggered if used multi-root components

fanckush opened this issue 4 months ago
Add to useDateFormat ability to return time without offset

Dima101397 opened this issue 4 months ago
fix(useDevicesList): handle NotAllowedError on reject/close

espensgr opened this pull request 4 months ago
Add no-cond-assign in ESLint config

275923543 opened this issue 4 months ago
fix(useMouse): record the previous scroll value

pkc918 opened this pull request 4 months ago
fix(useArrayReduce): initialValue can be a function

Mutter45 opened this pull request 4 months ago
`useArrayReduce` initialValue is polluted by the reference type

Mutter45 opened this issue 4 months ago
feat(useArrayGroupBy): new function

Mutter45 opened this pull request 4 months ago
`useArrayGroupBy` Responsive grouping of elements in an array

Mutter45 opened this issue 4 months ago