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
feat(useElementBounding): immediateWithDelay
github.com/vueuse/vueuse - stephenjason89 opened this pull request about 8 hours ago
github.com/vueuse/vueuse - stephenjason89 opened this pull request about 8 hours ago
feat(useElementBounding): relativeToContainer feature
github.com/vueuse/vueuse - stephenjason89 opened this pull request about 9 hours ago
github.com/vueuse/vueuse - stephenjason89 opened this pull request about 9 hours ago
BUG | `usePointerLock` | Demo doesn't work properly in Firefox
github.com/vueuse/vueuse - fgt1t5y opened this issue about 15 hours ago
github.com/vueuse/vueuse - fgt1t5y opened this issue about 15 hours ago
REQUEST | `useMediaQuery` | window.matchMedia change should only trigger after mounted lifecycle
github.com/vueuse/vueuse - Daverine opened this issue about 16 hours ago
github.com/vueuse/vueuse - Daverine opened this issue about 16 hours ago
fix(useStorageAsync): correct initialization when `initialValue` is getter
github.com/vueuse/vueuse - Mini-ghost opened this pull request 1 day ago
github.com/vueuse/vueuse - Mini-ghost opened this pull request 1 day ago
fix(useStorage): ensure `defaults` is only called once when it is a getter
github.com/vueuse/vueuse - Mini-ghost opened this pull request 2 days ago
github.com/vueuse/vueuse - Mini-ghost opened this pull request 2 days ago
fix(useDropZone): improve type matching logic for allowed data types
github.com/vueuse/vueuse - trandaison opened this pull request 2 days ago
github.com/vueuse/vueuse - trandaison opened this pull request 2 days ago
BUG | `useStorage` | When `defaults` is a getter, it is invoked twice during initialization
github.com/vueuse/vueuse - Mini-ghost opened this issue 2 days ago
github.com/vueuse/vueuse - Mini-ghost opened this issue 2 days ago
test(useElementBounding): add basic browser tests
github.com/vueuse/vueuse - OrbisK opened this pull request 2 days ago
github.com/vueuse/vueuse - OrbisK opened this pull request 2 days ago
fix: update links in functions jsdoc with nesting by package name
github.com/vueuse/vueuse - EvgenyWas opened this pull request 3 days ago
github.com/vueuse/vueuse - EvgenyWas opened this pull request 3 days ago
docs: add support for client-side redirects for old functions paths
github.com/vueuse/vueuse - EvgenyWas opened this pull request 3 days ago
github.com/vueuse/vueuse - EvgenyWas opened this pull request 3 days ago
types(useBase64): serializer should be optional
github.com/vueuse/vueuse - OrbisK opened this pull request 3 days ago
github.com/vueuse/vueuse - OrbisK opened this pull request 3 days ago
feat(useFetch): Add `query` option
github.com/vueuse/vueuse - bkeepers opened this pull request 5 days ago
github.com/vueuse/vueuse - bkeepers opened this pull request 5 days ago
feat(useFetch): Preserve paths in baseUrl
github.com/vueuse/vueuse - bkeepers opened this pull request 5 days ago
github.com/vueuse/vueuse - bkeepers opened this pull request 5 days ago
feat(useToNumber): `method` support custom function
github.com/vueuse/vueuse - btea opened this pull request 5 days ago
github.com/vueuse/vueuse - btea opened this pull request 5 days ago
test: add browser tests with `*.browser.test.ts` files
github.com/vueuse/vueuse - OrbisK opened this pull request 5 days ago
github.com/vueuse/vueuse - OrbisK opened this pull request 5 days ago
docs(useInfiniteScroll): add warning and examples for `canLoadMore`
github.com/vueuse/vueuse - AlansCodeLog opened this pull request 6 days ago
github.com/vueuse/vueuse - AlansCodeLog opened this pull request 6 days ago
feat(useMouseInElement): added directive for `vMouseInElement`
github.com/vueuse/vueuse - pkc918 opened this pull request 6 days ago
github.com/vueuse/vueuse - pkc918 opened this pull request 6 days ago
BUG | `usePointerSwipe` | The browser handles pointer events strangely when emulating a mobile device in the DevTools
github.com/vueuse/vueuse - czarsbenemoriendi opened this issue 7 days ago
github.com/vueuse/vueuse - czarsbenemoriendi opened this issue 7 days ago
feat(useElementBounding): added directive for `vElementBounding`
github.com/vueuse/vueuse - pkc918 opened this pull request 7 days ago
github.com/vueuse/vueuse - pkc918 opened this pull request 7 days ago
docs: new team page, introduce Team Emeriti
github.com/vueuse/vueuse - antfu opened this pull request 8 days ago
github.com/vueuse/vueuse - antfu opened this pull request 8 days ago
Feat: change rollup to rolldown
github.com/vueuse/vueuse - ArthurDarkstone opened this pull request 8 days ago
github.com/vueuse/vueuse - ArthurDarkstone opened this pull request 8 days ago
fix(useScroll): use mutationObserver to update arrivedState when the DOM is changed
github.com/vueuse/vueuse - andylou0102 opened this pull request 8 days ago
github.com/vueuse/vueuse - andylou0102 opened this pull request 8 days ago
feat(toArray): new utility function
github.com/vueuse/vueuse - coderwhytop opened this pull request 8 days ago
github.com/vueuse/vueuse - coderwhytop opened this pull request 8 days ago
fix(useFetch): partial overwrite when `{combination: 'overwrite'}`
github.com/vueuse/vueuse - pkc918 opened this pull request 9 days ago
github.com/vueuse/vueuse - pkc918 opened this pull request 9 days ago
docs: fix linking to category filter
github.com/vueuse/vueuse - babu-ch opened this pull request 10 days ago
github.com/vueuse/vueuse - babu-ch opened this pull request 10 days ago
perf(useAsyncState): check type of `promise` once
github.com/vueuse/vueuse - TheLucifurry opened this pull request 10 days ago
github.com/vueuse/vueuse - TheLucifurry opened this pull request 10 days ago
feat(router): support partial transform
github.com/vueuse/vueuse - alexchexes opened this pull request 10 days ago
github.com/vueuse/vueuse - alexchexes opened this pull request 10 days ago
feat(useMousePressed): add `onPressed` and `onReleased` as options
github.com/vueuse/vueuse - OrbisK opened this pull request 10 days ago
github.com/vueuse/vueuse - OrbisK opened this pull request 10 days ago
feat(useWindowScroll): use `useScroll` under the hood
github.com/vueuse/vueuse - OrbisK opened this pull request 10 days ago
github.com/vueuse/vueuse - OrbisK opened this pull request 10 days ago
docs(useSortable): add restriction warning
github.com/vueuse/vueuse - OrbisK opened this pull request 11 days ago
github.com/vueuse/vueuse - OrbisK opened this pull request 11 days ago
test: replace timeouts with fake timers
github.com/vueuse/vueuse - OrbisK opened this pull request 11 days ago
github.com/vueuse/vueuse - OrbisK opened this pull request 11 days ago
test(useTextDirection): add basic test suits
github.com/vueuse/vueuse - OrbisK opened this pull request 11 days ago
github.com/vueuse/vueuse - OrbisK opened this pull request 11 days ago
fix(useAxios): narrow type of data when initialValue is provided
github.com/vueuse/vueuse - huang-julien opened this pull request 12 days ago
github.com/vueuse/vueuse - huang-julien opened this pull request 12 days ago
feat(useWebSocket): introduce `autoConnect` options to control auto connections on url changes
github.com/vueuse/vueuse - ilyaliao opened this pull request 13 days ago
github.com/vueuse/vueuse - ilyaliao opened this pull request 13 days ago
BUG | `useMounted` | Cannot read properties of undefined (reading 'mounted')
github.com/vueuse/vueuse - seahindeniz opened this issue 13 days ago
github.com/vueuse/vueuse - seahindeniz opened this issue 13 days ago
BUG | `useSortable` | Cannot find module 'async-validator'
github.com/vueuse/vueuse - jamols09 opened this issue 14 days ago
github.com/vueuse/vueuse - jamols09 opened this issue 14 days ago
docs(useClipboardItems): display current copied value with content
github.com/vueuse/vueuse - NaokiHaba opened this pull request 14 days ago
github.com/vueuse/vueuse - NaokiHaba opened this pull request 14 days ago
feat(onElementRemoval): new function, refactor `useActiveElement` `useElementHover`
github.com/vueuse/vueuse - ben-lau opened this pull request 15 days ago
github.com/vueuse/vueuse - ben-lau opened this pull request 15 days ago
feat(useRafFn): allow framerate to be a reactive value
github.com/vueuse/vueuse - OrbisK opened this pull request 15 days ago
github.com/vueuse/vueuse - OrbisK opened this pull request 15 days ago
chore: fix issue template title convention escaping
github.com/vueuse/vueuse - OrbisK opened this pull request 15 days ago
github.com/vueuse/vueuse - OrbisK opened this pull request 15 days ago
docs: add bluesky and replace twitter with x branding
github.com/vueuse/vueuse - BobbieGoede opened this pull request 15 days ago
github.com/vueuse/vueuse - BobbieGoede opened this pull request 15 days ago
feat(useWebSocket): the message of heartbeat can be a function
github.com/vueuse/vueuse - Mutter45 opened this pull request 15 days ago
github.com/vueuse/vueuse - Mutter45 opened this pull request 15 days ago
fix(useMediaQuery): the return value should be computed
github.com/vueuse/vueuse - alexzhang1030 opened this pull request 15 days ago
github.com/vueuse/vueuse - alexzhang1030 opened this pull request 15 days ago
docs: add team and contributor info
github.com/vueuse/vueuse - BobbieGoede opened this pull request 16 days ago
github.com/vueuse/vueuse - BobbieGoede opened this pull request 16 days ago
docs(useVModel): add hint to defineModel
github.com/vueuse/vueuse - Shinigami92 opened this pull request 16 days ago
github.com/vueuse/vueuse - Shinigami92 opened this pull request 16 days ago
docs(watchIgnorable): update author link of recommended reading
github.com/vueuse/vueuse - kingyue737 opened this pull request 18 days ago
github.com/vueuse/vueuse - kingyue737 opened this pull request 18 days ago
feat(useCloned): added two return values `isClonedModified` and `isOriginalModified`
github.com/vueuse/vueuse - pkc918 opened this pull request 21 days ago
github.com/vueuse/vueuse - pkc918 opened this pull request 21 days ago
BUG | `useDark` | Cannot use useDark with Storybook
github.com/vueuse/vueuse - eric-g-97477 opened this issue 21 days ago
github.com/vueuse/vueuse - eric-g-97477 opened this issue 21 days ago
REQUEST | `useFetch` | Custom types for path argument
github.com/vueuse/vueuse - stripedpurple opened this issue 22 days ago
github.com/vueuse/vueuse - stripedpurple opened this issue 22 days ago
feat(useWindowSize): add `type: visual` option that leverage `visualViewport`
github.com/vueuse/vueuse - huiliangShen opened this pull request 23 days ago
github.com/vueuse/vueuse - huiliangShen opened this pull request 23 days ago
fix(useFocusWithin): correctly track the state when switching the focus of elements in the same container
github.com/vueuse/vueuse - ben-lau opened this pull request 23 days ago
github.com/vueuse/vueuse - ben-lau opened this pull request 23 days ago
REQUEST | `useCloned` | Track changes in original and cloned values
github.com/vueuse/vueuse - maximepvrt opened this issue 23 days ago
github.com/vueuse/vueuse - maximepvrt opened this issue 23 days ago
feat(useUrlSearchParams): add `writeMode` options
github.com/vueuse/vueuse - ishakhorski opened this pull request 24 days ago
github.com/vueuse/vueuse - ishakhorski opened this pull request 24 days ago
BUG | `useWebNotification` | Blank desktop notification when loaded
github.com/vueuse/vueuse - CFDan opened this issue 24 days ago
github.com/vueuse/vueuse - CFDan opened this issue 24 days ago
REQUEST | `useUrlSearchParams` | Add option to use pushState
github.com/vueuse/vueuse - Trinovantes opened this issue 24 days ago
github.com/vueuse/vueuse - Trinovantes opened this issue 24 days ago
BUG | `functionName` | Type for `UrlParams` is incorrect
github.com/vueuse/vueuse - Zelzahn opened this issue 25 days ago
github.com/vueuse/vueuse - Zelzahn opened this issue 25 days ago
BUG | `usePreferredDark` | not work for chrome
github.com/vueuse/vueuse - zhengzhibo opened this issue 25 days ago
github.com/vueuse/vueuse - zhengzhibo opened this issue 25 days ago
BUG | `useAxios` | data must not be undefined if initialData is specified
github.com/vueuse/vueuse - michaelcozzolino opened this issue 26 days ago
github.com/vueuse/vueuse - michaelcozzolino opened this issue 26 days ago
fix(useElementHover): returns correctly hover state when element is removed
github.com/vueuse/vueuse - ben-lau opened this pull request 28 days ago
github.com/vueuse/vueuse - ben-lau opened this pull request 28 days ago
fix(useWebSocket): clear retryTimer when connected
github.com/vueuse/vueuse - ilyaliao opened this pull request 29 days ago
github.com/vueuse/vueuse - ilyaliao opened this pull request 29 days ago
fix(useRouteQuery): differentiate `undefined` and `null` when writing value
github.com/vueuse/vueuse - aa-ndrej opened this pull request 29 days ago
github.com/vueuse/vueuse - aa-ndrej opened this pull request 29 days ago
BUG | `useWebSocket` | Reconnection occurs after explicitly calling the close method
github.com/vueuse/vueuse - ghimisradu opened this issue 29 days ago
github.com/vueuse/vueuse - ghimisradu opened this issue 29 days ago
BUG | `useElementHover` | Value remains `true` after target is unmounted
github.com/vueuse/vueuse - romansp opened this issue about 1 month ago
github.com/vueuse/vueuse - romansp opened this issue about 1 month ago
feat(createEventHook): add `clear` function
github.com/vueuse/vueuse - ilyaliao opened this pull request about 1 month ago
github.com/vueuse/vueuse - ilyaliao opened this pull request about 1 month ago
docs(useClipboardItems): fix incorrect Blob initialization syntax in …
github.com/vueuse/vueuse - GloryWong opened this pull request about 1 month ago
github.com/vueuse/vueuse - GloryWong opened this pull request about 1 month ago
BUG | `syncRef` | Type error when using with useStorage and null values
github.com/vueuse/vueuse - IlyaSemenov opened this issue about 1 month ago
github.com/vueuse/vueuse - IlyaSemenov opened this issue about 1 month ago
REQUEST | `createEventHook` | A interface to manually clear hooks
github.com/vueuse/vueuse - s3xysteak opened this issue about 1 month ago
github.com/vueuse/vueuse - s3xysteak opened this issue about 1 month ago
docs(onKeyStroke): demo from preventing w and s keypress in global search.
github.com/vueuse/vueuse - mulhoon opened this pull request about 1 month ago
github.com/vueuse/vueuse - mulhoon opened this pull request about 1 month ago
BUG | `useElementBounding` | Inaccurate Bounding Calculations in Nested Layouts and Animation Timing
github.com/vueuse/vueuse - stephenjason89 opened this issue about 1 month ago
github.com/vueuse/vueuse - stephenjason89 opened this issue about 1 month 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 1 month ago
github.com/vueuse/vueuse - cernymatej opened this issue about 1 month ago
REQUEST | useWindowSize | visual viewport type option
github.com/vueuse/vueuse - ajuvonen opened this issue about 1 month ago
github.com/vueuse/vueuse - ajuvonen opened this issue about 1 month ago
docs(useClipboardItems): fix example
github.com/vueuse/vueuse - ShangChien opened this pull request about 1 month ago
github.com/vueuse/vueuse - ShangChien opened this pull request about 1 month ago
fix: typo on `watchWithFilter` docs
github.com/vueuse/vueuse - briwa opened this pull request about 1 month ago
github.com/vueuse/vueuse - briwa opened this pull request about 1 month ago
feat: add delay to immediate option and relativeToContainer feature
github.com/vueuse/vueuse - stephenjason89 opened this pull request about 1 month ago
github.com/vueuse/vueuse - stephenjason89 opened this pull request about 1 month ago
fix(useFetch): handle empty payload
github.com/vueuse/vueuse - ilyaliao opened this pull request about 1 month ago
github.com/vueuse/vueuse - ilyaliao opened this pull request about 1 month ago
BUG | `useFetch` | Passing empty ref throws TypeError in 11.3.0 and above
github.com/vueuse/vueuse - peteluffman opened this issue about 1 month ago
github.com/vueuse/vueuse - peteluffman opened this issue about 1 month ago
BUG | `useRouteQuery` | Error: Invalid value used as weak map key
github.com/vueuse/vueuse - mukundshah opened this issue about 1 month ago
github.com/vueuse/vueuse - mukundshah opened this issue about 1 month ago
docs: Update README.md
github.com/vueuse/vueuse - danielrentz opened this pull request about 1 month ago
github.com/vueuse/vueuse - danielrentz opened this pull request about 1 month ago
fix(useAxios) : When executing the execute method, return a new promise
github.com/vueuse/vueuse - tinysimple opened this pull request about 1 month ago
github.com/vueuse/vueuse - tinysimple opened this pull request about 1 month ago
Documentation: Fix version typo for vue2
github.com/vueuse/vueuse - ibrahimBeladi opened this pull request about 1 month ago
github.com/vueuse/vueuse - ibrahimBeladi opened this pull request about 1 month 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 1 month ago
github.com/vueuse/vueuse - innocentperos opened this issue about 1 month ago
docs(useUserMedia): fix demo.vue reactive import
github.com/vueuse/vueuse - OrbisK opened this pull request about 1 month ago
github.com/vueuse/vueuse - OrbisK opened this pull request about 1 month ago
feat(usePermission): add remaining permissions to usePermissions
github.com/vueuse/vueuse - luoxiangfan opened this pull request about 1 month ago
github.com/vueuse/vueuse - luoxiangfan opened this pull request about 1 month ago
BUG | `useAxios` | Issue with useAxios when Calling execute Multiple Times
github.com/vueuse/vueuse - LongGGEZ opened this issue about 1 month ago
github.com/vueuse/vueuse - LongGGEZ opened this issue about 1 month ago
REQUEST | `useTruncateString` | String truncation function
github.com/vueuse/vueuse - CodeXiD opened this issue about 1 month ago
github.com/vueuse/vueuse - CodeXiD opened this issue about 1 month ago
feat(useElementSize): component allow to pass `class`
github.com/vueuse/vueuse - pkc918 opened this pull request about 1 month ago
github.com/vueuse/vueuse - pkc918 opened this pull request about 1 month ago
fix(useStorageAsync): multi-tab deadlock
github.com/vueuse/vueuse - afute opened this pull request about 1 month ago
github.com/vueuse/vueuse - afute opened this pull request about 1 month ago
Chore: Remove duplicate entries in dedupe for vitepress and vitest
github.com/vueuse/vueuse - ibrahimBeladi opened this pull request about 1 month ago
github.com/vueuse/vueuse - ibrahimBeladi opened this pull request about 1 month ago
BUG | `UseElementSize` | Typescript does not allow to pass class="foo"
github.com/vueuse/vueuse - vmihailenco opened this issue about 1 month ago
github.com/vueuse/vueuse - vmihailenco opened this issue about 1 month ago
REQUEST | `useLeaveGuard` | Confirm dialog before page leave
github.com/vueuse/vueuse - scottix opened this issue about 1 month ago
github.com/vueuse/vueuse - scottix opened this issue about 1 month ago