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

fix(useMagicKeys): fix default alias map, close #437

github.com/antfu/vueuse - 44fa25bc7acf6c2ec6a4ff703f67975e38f7ad5c authored almost 4 years ago
feat(useMagicKeys): add more alias

github.com/antfu/vueuse - ae5616526295ce399f01b5cc056eecaeae13881d authored almost 4 years ago
chore: release v4.8.0

github.com/antfu/vueuse - 8e042923270462679c88a1517a655ca7001ce118 authored almost 4 years ago
feat(useFocusTrap): new function (#433)

* feat(useFocusTrap): new function

* fix issue with focus trap not working when navigated to ...

github.com/antfu/vueuse - d01cc66f5b9d66995837b1cb300c0409747f72a6 authored almost 4 years ago
chore: cleanup

github.com/antfu/vueuse - 7945a85d1afe4591749ae714f4805ca8db56b6e7 authored almost 4 years ago
feat(useMagicKeys): new options and APIs, close #429

github.com/antfu/vueuse - ed5d0cc6943c33f9a2068ede76d061a0bdde5524 authored almost 4 years ago
feat(reactivePick): new function (#424)

github.com/antfu/vueuse - db65464dcceebb4141403848f042c5215ea7aa91 authored almost 4 years ago
fix(useDebounce): make return type readonly, close #407 (#435)

github.com/antfu/vueuse - 715d5b59d3be4417a82bfefb33b4fd2ae4ce3d7d authored almost 4 years ago
docs: closes #426 (#434)

github.com/antfu/vueuse - 3d720c0a117f46829893ce9b37a4cdcf8d6958a5 authored almost 4 years ago
fix(useAxios): use shallowRef for resposne, data, and error (#421)

* fix(useAxios): use shallowRef for resposne, data, and error
* fix types

Co-authored-by: Ja...

github.com/antfu/vueuse - 7b8551f56daa2f07cff498ad4a1b85527d456a8c authored almost 4 years ago
chore: update docs

github.com/antfu/vueuse - 1b8fed15f4e93514c053247e3ad39586f8949c92 authored almost 4 years ago
chore: update demo

github.com/antfu/vueuse - e7809dcb235c497157c278ee17bf0667d93e2064 authored almost 4 years ago
chore: update style

github.com/antfu/vueuse - 87ce04faf8269f3f62ea370f5506a43d73f867ab authored almost 4 years ago
chore: make keys more visuable

github.com/antfu/vueuse - 780d667074c415a6f1958f8cb7f61178ff1e5103 authored almost 4 years ago
chore: release v4.7.0

github.com/antfu/vueuse - 50d907a8984885b92e1ebbae543eb881a71f9236 authored almost 4 years ago
chore: update deps

github.com/antfu/vueuse - 21392d7072bc14f0a22ad8b27394e1f553a217d0 authored almost 4 years ago
feat(useMagicKeys): new function (#419)

* chore: update style

* feat(useMaigcKeys): new function

* chore: update docs

* chore: ...

github.com/antfu/vueuse - 011800ae59a12bd5a0765b0ebf8839bd22b91a69 authored almost 4 years ago
feat(onKeyStroke): new functions (#416)

Co-authored-by: Anthony Fu <[email protected]>

github.com/antfu/vueuse - 1f9c78ce0fa90a7a598eabcdb5361fd1639afe42 authored almost 4 years ago
feat(whenever): new function (#418)

github.com/antfu/vueuse - d6775e4b3230b0053053c74ca8ba83e49a0b814b authored almost 4 years ago
refactor: rename when to until (#417)

github.com/antfu/vueuse - 14bc3b2ad3516d0023814d4a57fface33d99ac62 authored almost 4 years ago
docs: simpify jsdocs

github.com/antfu/vueuse - 00b8f31387651ccb4af22b25cfe638aeefa2a3c1 authored almost 4 years ago
chore: release v4.6.4

github.com/antfu/vueuse - ddcf11bcbed7439a5d362b835b5f34d34f6e3408 authored almost 4 years ago
fix(useStorage): trigger render on key removal (#414)

github.com/antfu/vueuse - 84c4343495f2e705d3d140185f5a81fe00efc6fc authored almost 4 years ago
feat(filters): use number/ref with debounce & throttle filters (#410)

* feat(filters): use number/ref with debounce & throttle filters

* fix: check for 0 inside of...

github.com/antfu/vueuse - 04dd5113c5244e59584644777562b5197d83803c authored almost 4 years ago
chore: typo (#413)

github.com/antfu/vueuse - 24138da7f39786b139e6d53baeb35926bddbd1c0 authored almost 4 years ago
fix(useAxios): disable cancel if request finished or not started (#412)

github.com/antfu/vueuse - 3e14ee39f94ceac4bc9684df456f5e41eb076cca authored almost 4 years ago
chore: release v4.6.3

github.com/antfu/vueuse - b47615b96f65a283826287b0728568c3354fd878 authored almost 4 years ago
feat(useBreakpoints): add more breakpoint presets

github.com/antfu/vueuse - 0a0f750d6bf7b557847b60895016dce6c832a33f authored almost 4 years ago
feat(useBreakpoints): isGreater/isSmaller for one-time check

github.com/antfu/vueuse - e6def5a0f1ae9e2b8d70eca838560a665799aedd authored almost 4 years ago
fix(useBreakpoints): useBreakpoints smaller should be < rather than <=, closes #404 (#406)

Co-authored-by: Anthony Fu <[email protected]>

github.com/antfu/vueuse - a32d4f36d1b291c8fd25b5936271308c44129fd7 authored almost 4 years ago
docs(useBreakpoints): fix typo (#403)

github.com/antfu/vueuse - 2dd594b4a6133bd1b0b795d30a42cd7e14a91961 authored almost 4 years ago
chore: fix input styling (#399)

github.com/antfu/vueuse - 03661a6e0e847b0ca4ec5f2155c0ce679f597999 authored almost 4 years ago
fix(useAxios): export UseAxiosReturn type (#396)

github.com/antfu/vueuse - 50e6ea8f1f164fbb6d8f11534f2398efd9e6657b authored almost 4 years ago
chore: release v4.6.2

github.com/antfu/vueuse - e0625fdb004758bb30a81e6724a20b433dd5d23d authored almost 4 years ago
fix(useSwipe): exceed threshold in between (#395)

github.com/antfu/vueuse - 958820f27834d9bf1b107537da11a792acdd4b43 authored almost 4 years ago
chore: release v4.6.1

github.com/antfu/vueuse - a035f1a343f1076b4540e0774170a4ad02221e2f authored almost 4 years ago
chore: update docs

github.com/antfu/vueuse - 3e160def3de1a665402a6e96761b3110ec123545 authored almost 4 years ago
fix(useMediaControls): ssr compatibility

github.com/antfu/vueuse - db2a8281805f2a5565a3ee308bc4c761b017becc authored almost 4 years ago
docs: added demos for debouncedWatch and throttledWatch (#393)

github.com/antfu/vueuse - e81f56e9b187eeb318eb92807173afe04ebbd2c4 authored almost 4 years ago
chore: release v4.6.0

github.com/antfu/vueuse - 88700f8af3d537dfa50662c78911dd71fbf21f6c authored almost 4 years ago
feat(useBreakpoints): new function (#392)

github.com/antfu/vueuse - 535a4068402e874fdd6f6543aa56d2e834fa93a2 authored almost 4 years ago
chore: release v4.5.0

github.com/antfu/vueuse - 2d3f4d2e5924fb0289cc84cb6787b349afb72643 authored almost 4 years ago
chore: update docs

github.com/antfu/vueuse - 30d34753af8f6cf681ceb37d9e26b4bafc37a919 authored almost 4 years ago
feat(useAxios): new loading state in return object (#391)

* Expressive way for useAxios

Expressive way when requests is dispatch, loading is more idiom...

github.com/antfu/vueuse - 3a4cc68d9d8255d497aec5725a95ea09535b4e94 authored almost 4 years ago
chore: improve lint

github.com/antfu/vueuse - 6f61e9b2b486a534c983107428c30f3d10c92cb4 authored almost 4 years ago
feat(useMediaControls): new function (#383)

github.com/antfu/vueuse - 7b9b9e1f6e2e683c8b798f3259a51600fb3b9ccd authored almost 4 years ago
chore: fix tests

github.com/antfu/vueuse - 8b37bb2650a3bc29d9d79a850bfdf62b983b00ec authored almost 4 years ago
test: simpilfy tests for useTransition

github.com/antfu/vueuse - 17220a524a6944f534b10cb8307a34e491731f46 authored almost 4 years ago
chore: fix docs pwa prompt

github.com/antfu/vueuse - e17481f64979297136155186294cf2e50be43e1d authored almost 4 years ago
refactor: apply linter

github.com/antfu/vueuse - f722e1b66d493febf97d7993ffe5b6070c1209a1 authored almost 4 years ago
chore: update docs

github.com/antfu/vueuse - 8f8e3879c63dbea9bbf0eb1ab5857c4a32bbcf22 authored almost 4 years ago
feat: pwa reload prompt

github.com/antfu/vueuse - 4e7545c86f3ab7432bf0feb38e5c113fd8c3f241 authored almost 4 years ago
refactor(useWebWorkerFn): Small doc and type improvements (#382)

Co-authored-by: Anthony Fu <[email protected]>

github.com/antfu/vueuse - d3c54536b886b845131e83f156dc17b2f30d790a authored almost 4 years ago
docs(rxjs): correct the import of the example code (#388)

github.com/antfu/vueuse - e3d727790f8233a671baac2b6292967b14bc2552 authored almost 4 years ago
docs(createGlobalState): fix typo (#387)

github.com/antfu/vueuse - 6d3c2406e49bc0b3a0ff82b6f217409635aff11d authored almost 4 years ago
docs(useVModels): fix typo (#384)

`emit` destructed but not passed to `useVModels`

github.com/antfu/vueuse - e9e5ee7008ea3d2c1a3a918a0d69736e9ce52f2f authored almost 4 years ago
chore: release v4.4.1

github.com/antfu/vueuse - ec933051d0eaabb483e253505b77a14bdefa8f19 authored almost 4 years ago
fix(useWebWorker): SSR compatibility

github.com/antfu/vueuse - 1a31fccc38d2739305aa10b31f55aa56557d3e35 authored almost 4 years ago
docs(useFetch): fix spelling errors. Closes #378 (#380)

github.com/antfu/vueuse - bfb40836886ebc4dfbaea10aeb7a7c1ed20651c2 authored almost 4 years ago
chore: release v4.4.0

github.com/antfu/vueuse - b026b4c6684fc2288d881050cf3004e156648cbe authored almost 4 years ago
chore: update docs

github.com/antfu/vueuse - 2119e183ba3aa50e54e667276402044c5816fe51 authored almost 4 years ago
feat(useVModel): new options passive

github.com/antfu/vueuse - f02959506b51b9e6ec50a3b0de5291162faedfe2 authored almost 4 years ago
chore: updated contributing guide (#377)

Co-authored-by: Anthony Fu <[email protected]>

github.com/antfu/vueuse - 6b687fa99a6dcdc1c0e4ff2046153877a250adce authored almost 4 years ago
chore(useFetch): add tests and update docs for useFetch (#375)

github.com/antfu/vueuse - ae7821df67311cf41cb0cd65699504c310ab62e9 authored almost 4 years ago
fix: SSG issues

github.com/antfu/vueuse - 38677c592f12d78ccf517dba0ee389b5851c7503 authored almost 4 years ago
chore: release v4.3.6

github.com/antfu/vueuse - b4e032dc0c2b9ada0bd43b20a51d3c3778931d14 authored almost 4 years ago
chore: update deps

github.com/antfu/vueuse - 021f264bff526072c791f3cc5a22d08b93558f53 authored almost 4 years ago
fix(useStorage): fix demo issue (#374)

github.com/antfu/vueuse - 72cf4706fee628a61281271bbc41f0dbbedaa904 authored almost 4 years ago
feat(useFetch): add beforeFetch option (#371)

* feat(useFetch): add beforeFetch option

* beforeFetch now accepts a normal function and prov...

github.com/antfu/vueuse - e3c48b80a41d6324e33c3181bb8d107c8f3dd7a4 authored almost 4 years ago
chore: update docs

github.com/antfu/vueuse - 89a17b630a9d64a336730913ca60114a67ee53cd authored almost 4 years ago
feat(useClipboard): improved api, new `copied` state

github.com/antfu/vueuse - 8fd2c9f3264c6f22b7019a8190b72db7704b7296 authored almost 4 years ago
feat(useWebWorker): allow provide WorkerOptions for the Worker, closes #372 (#373)

github.com/antfu/vueuse - 0c04f2bc774ebcfbdd9ac69a615bf11b558fadef authored almost 4 years ago
chore: update editor config

github.com/antfu/vueuse - abcf0d267e90b87bba3756d5d4bb7d19f2dc766f authored almost 4 years ago
fix(useTimeAgo): seconds max

github.com/antfu/vueuse - 9ba93de5305ae82cbf1248727b31cd26cbcda13d authored almost 4 years ago
chore: release v4.3.5

github.com/antfu/vueuse - 2d0314703385f2140aace09c48f6a55e237238c3 authored almost 4 years ago
fix(useFirestore): sub-collection is wrongly detected as a document (#366)

github.com/antfu/vueuse - 8acb6ac22b46d9bed489c18a200fde5c5dfc5bf5 authored almost 4 years ago
fix(useFetch): abort controller would only works on first request (#369)

github.com/antfu/vueuse - 2b0e78a3887e027c78e78ceccf3df7fa6d57645f authored almost 4 years ago
fix(useUrlSearchParams): wrong parsing of hash url without params (#370)

github.com/antfu/vueuse - 9d1ad48b60d118c11e7ed44c0f46bebf063a0fe1 authored almost 4 years ago
chore: take sidebar width into account (#367)

github.com/antfu/vueuse - 938473d24659356f80895b375bc4ce17536160f7 authored almost 4 years ago
chore: clear demo log within sync (#368)

github.com/antfu/vueuse - a925f16467c08419ed7fc26bff74ea23068fb284 authored almost 4 years ago
chore: release v4.3.4

github.com/antfu/vueuse - 345de1aa9d14622df0bff62622416510191f2247 authored almost 4 years ago
fix(useWebSocket): send buffer status check

github.com/antfu/vueuse - 31fef989bf3791448a0a3a86fd92fcf788c4315b authored almost 4 years ago
chore: release v4.3.3

github.com/antfu/vueuse - 61be3f328ed0b6383e3b8a5b3c4478b5638f8dd7 authored almost 4 years ago
feat(useTimeAgo): accept string as time

github.com/antfu/vueuse - bf5b8342aa8e618b77b327e0b9efd69435424494 authored almost 4 years ago
chore: update order

github.com/antfu/vueuse - ed60baf9fcfeabfc6316becf938a34cd57ed4e94 authored almost 4 years ago
chore: update docs

github.com/antfu/vueuse - 51a4771458362f67b7b41a46d81372561729cf86 authored almost 4 years ago
chore: release v4.3.2

github.com/antfu/vueuse - 1c411744a8bab25c5a241c5719fe55fa11a9edc7 authored almost 4 years ago
feat(useTimeAgo): new function (expiremental)

github.com/antfu/vueuse - 4d615ae89b993c258dd8bc01adc18f8862e99f6b authored almost 4 years ago
chore: cleanup

github.com/antfu/vueuse - 2dd812287f0929601655bb3d87990b3a2bb62312 authored almost 4 years ago
feat(useNow): new function

github.com/antfu/vueuse - 0582109a1a46ffa1813656aa7884ec4425fe5b66 authored almost 4 years ago
feat(useTimestamp): support interval option

github.com/antfu/vueuse - bc09bba07d3a88fde41b31b1fcf0cf8f9f5f67b6 authored almost 4 years ago
docs(useRafFn): updated docs to more accurately reflect the API, close #359 (#360)

github.com/antfu/vueuse - 45fbe5ac1aa55315440be81796d92ca4b69a60aa authored almost 4 years ago
fix(useEventListener): watch ref with flush: post, close #356

github.com/antfu/vueuse - c52f70f1bd56aa18cda66f927dbecd545ed87c92 authored almost 4 years ago
chore: release v4.3.1

github.com/antfu/vueuse - 5832f7bc0a1b6cc67923435c1a5b752711989bc5 authored almost 4 years ago
chore: fix

github.com/antfu/vueuse - 0649d92aed110016f68be084017880a029c32faa authored almost 4 years ago
feat(useFetch): new feature createFetch, close #352 (#353)

* feat(useFetch): new feature createFetch

* Update packages/core/useFetch/index.ts

Co-auth...

github.com/antfu/vueuse - cc8656a2d054db6e7d307afd8b62992c57e9d1d8 authored almost 4 years ago
feat(useAsyncState): `execute` is not async function

github.com/antfu/vueuse - f28591a3c5e963cbca736f8014079750f0dbdec7 authored almost 4 years ago
chore: release v4.3.0

github.com/antfu/vueuse - d85250ec0c62351afaa4388fdb89e219d1831455 authored almost 4 years ago
chore: update deps

github.com/antfu/vueuse - a8369e6492e2894f10a44663437a7be50ccbf415 authored almost 4 years ago
chore: clean up package.json

github.com/antfu/vueuse - a8ae2cd39da0d0ea343ef7a8e9fef08a3edd3631 authored almost 4 years ago