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(useVModel): new function useVModel

github.com/antfu/vueuse - 9aa2c3aa5d3aeeb09412e44ecedd038d5bc2439f authored about 4 years ago
docs: update stories template (#199)

* docs(core/usePermission): updates the story template

* docs(core/useParallax): updates the ...

github.com/antfu/vueuse - 8058cd6db5b6b8c776e7f26c69a70514036dcacb authored about 4 years ago
chore: syncRef watch options docs (#196)

* chore: syncRef watch options docs

* changes

Co-authored-by: Anthony Fu <anthonyfu117@hot...

github.com/antfu/vueuse - f4fa7d163600bebd47f171e825e19a417dcc376d authored about 4 years ago
feat(useTimeoutFn): added startRightNow (#195)

github.com/antfu/vueuse - fe057e5455041505ff7aa8944b26bd9a5968ae5b authored about 4 years ago
fix: prepare scripts

github.com/antfu/vueuse - 9d057fbc9cfabbf0852bccc2f563f1acf96bb411 authored about 4 years ago
refactor: update EventFilter signature

github.com/antfu/vueuse - 7b7e9cab6e64c393d8e6040cbf090042cbc9728b authored about 4 years ago
docs: update docs about event filters

github.com/antfu/vueuse - 0339e816fe1e0672e32a18c54dbe542d71c386b8 authored about 4 years ago
fest(filter): pausableFilter

Co-Authored-By: Matias Capeletto <[email protected]>

github.com/antfu/vueuse - f1a8566936ac5108e11517ff54be70fd6bdc1c90 authored about 4 years ago
refactor: move functions to @vueuse/shared

github.com/antfu/vueuse - 309d40b5184f39f41d5d7f913a817c6a6b92ad59 authored about 4 years ago
feat: event filters (#194)

* feat: event filters WIP

* update

* refactor(useDeviceMotion): event filter

* docs pla...

github.com/antfu/vueuse - c59a30c2712e24c3359273d3bc2ef013895a3e1c authored about 4 years ago
docs: update guide

github.com/antfu/vueuse - 8380970e090a7d176ed92756ab04e5a26a99432c authored about 4 years ago
docs: add guide draft

github.com/antfu/vueuse - 61c066b08cf194da84ad01e434b6735e03fad338 authored about 4 years ago
chore: update indexes

github.com/antfu/vueuse - 44c7e89c37b28ccdb3012894e1f821e1fc2e001e authored about 4 years ago
chore: release v4.0.0-beta.40

github.com/antfu/vueuse - 0095b1e9bfb323401e20532b77c22347beef0eb0 authored about 4 years ago
fix(useMouseInElement): improve touch

github.com/antfu/vueuse - 9a25f0fbd393443922399e166a9deb245ce08203 authored about 4 years ago
refactor: adding JSDoc and some refactor

github.com/antfu/vueuse - 23f79aa1f672092237e5e66ebb450a5215140ee5 authored about 4 years ago
BREAKING CHANGE: refactor(useTransition): API changes (#190)

* refactor named presets

* verify named presets can be imported

* verify transition functi...

github.com/antfu/vueuse - aa8b9a4f561140217b46f58fcad638fc93b78274 authored about 4 years ago
fix(useMouseInElement): crash in firefox

github.com/antfu/vueuse - 8175ecc08c8e5fe858c61a1b475049b222863afe authored about 4 years ago
chore: release v4.0.0-beta.39

github.com/antfu/vueuse - 50ad84255b75d3081514fbeab7cd22ed4f20fd8c authored about 4 years ago
fix(useMouseInElement): crash in firefox

github.com/antfu/vueuse - da65440d35847fe610358ded37fb30479ccdc18c authored about 4 years ago
Merge branch 'master' into dev

github.com/antfu/vueuse - c5ff03b896f735eab88049e6880cf7e8257b6f2a authored about 4 years ago
fix(useDebounceFn): types

* chore: types

fix `useDebounceFn` return type

* fix: format

* fix(useDebounceFn): types

Co-...

github.com/antfu/vueuse - 2b81b029d8d65ee3de40c0950bda60074ec03ec0 authored about 4 years ago
fix(useDebounceFn): types

* chore: types

fix `useDebounceFn` return type

* fix: format

* fix(useDebounceFn): type...

github.com/antfu/vueuse - ad55f48aae042ced4d76324b6cd829cb33cccb68 authored about 4 years ago
chore: release v4.0.0-beta.38

github.com/antfu/vueuse - 6d76351166b688c46ddaf2581cc07882bc1e1e1f authored about 4 years ago
fix(useRafFn): incorrect lifecycle hook (#185)

* fix incorrect lifecycle hook

* test basic useTransition functionality

* linting

* mig...

github.com/antfu/vueuse - c3b84237b9efe301cc527120962f236dac672206 authored about 4 years ago
BREAKING CHANGE: refactor!(useRefHistory): flush 'pre' as default for useRefHistory (#182)

* refactor!: flush 'pre' as default for useRefHistory

* fix: support undo, modify, commit for...

github.com/antfu/vueuse - 18496e70006758480e42032cbc8bae08d3d64767 authored about 4 years ago
docs: update stories template (#178)

* docs(core/useWebWorkerFn): updates the story template

* docs(core/useWindowScroll): updates...

github.com/antfu/vueuse - 3c5c4e5e6f60b5e57e40f954629e7f5cc8cb31a2 authored about 4 years ago
chore: simpiled test

github.com/antfu/vueuse - 5a34b20413f2911e477edc96cfb1e9e7628777af authored about 4 years ago
chore: update checklist

github.com/antfu/vueuse - 5fff6ac877f5d517fd6bcc99ca67617468d33d25 authored about 4 years ago
chore: add checklist pr template

github.com/antfu/vueuse - 4c6eb48a7782658b4ad7067e331f24010cb51da4 authored about 4 years ago
docs: update docs

github.com/antfu/vueuse - a74d54bab5236e0ff39c930128f69aa52d2c4812 authored about 4 years ago
BREAKING CHANGE: chore: remove deprecated useStoragePlain and @vueuse/i18n

github.com/antfu/vueuse - 1de5cc35fd7b2a042e1ff7a8a1e5f59fa97461ca authored about 4 years ago
BREAKING CHANGE: refactor(asyncComputed): api change

github.com/antfu/vueuse - 18b776b7e61bc0f429287b290869893d1cadc0e9 authored about 4 years ago
BREAKING CHANGE: reafactor(useIdle): api changes

github.com/antfu/vueuse - 4be887144245ba5f9872163aea339cfab89d12bd authored about 4 years ago
refactor: make more functions configurable

refactor: make more functions configurable
refactor: make more functions configurable

github.com/antfu/vueuse - 0967ab14d51dfbfa8985d59f7de3612a370ef0c6 authored about 4 years ago
BREAKING CHANGE: refactor!(useEventListener): move custom event target argument to first (#171)

github.com/antfu/vueuse - c3eb6cfe347e8e7dfedf41ab6458210b92111d37 authored about 4 years ago
BREAKING CHANGE: refactor!: supported -> isSupported (#170)

github.com/antfu/vueuse - 33b4edd4c66aa9ec684aff72de532dccd1ce6f0e authored about 4 years ago
BREAKING CHANGE: refactor!(useWebWorkerFn): export WebWorkerStatus as type instead of enum (#174)

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

github.com/antfu/vueuse - 75cca627a1a44f9e0100126fe121bce21672b092 authored about 4 years ago
fix(useIntervalFn): fix start not working and updated docs

github.com/antfu/vueuse - 9e125b74ff2876e85ea0778f14e185aa08635dd1 authored about 4 years ago
docs: update stories template (#175)

github.com/antfu/vueuse - 8b1617b073f55a79c63fb8c5f73602f4e2ad5e44 authored about 4 years ago
docs: uses storybook window context to device's sensors (#177)

github.com/antfu/vueuse - 8fb196b603f667cbebf85d45544442709fd1ef87 authored about 4 years ago
docs: update stories template (#165)

github.com/antfu/vueuse - bcba223770b5d4ed732252b3556b8d50f9ddfa85 authored about 4 years ago
refactor: configurable global to make functions more flexible (#173)

github.com/antfu/vueuse - 852c3efcd643544fdb02b57c27f378c24db80fef authored about 4 years ago
chore: update action

github.com/antfu/vueuse - 9ddc6ddc734c143adf74d04dfd573108cebf5292 authored about 4 years ago
chore: actions

github.com/antfu/vueuse - a1f4c8c17c75ef4df5ff2e753c64a43e1e4db634 authored about 4 years ago
refactor(useEventListener): improve useEventListener

github.com/antfu/vueuse - 1f4b665a5121f3a178b69f1604f5f7133b1099ca authored about 4 years ago
refactor: small tweaks

github.com/antfu/vueuse - eda2fd4b7fb7072fd7bb56fbbe886114fec661fa authored about 4 years ago
Merge branch 'master' of https://github.com/antfu/vueuse

github.com/antfu/vueuse - fbe1bfa65af125668db7aac75e38d9ba8c9802bc authored about 4 years ago
chore: setup export-size

github.com/antfu/vueuse - 50d3e41c33c64678a7abe984085cf0975e2933e2 authored about 4 years ago
fix: useDevicePixelRatio - implements useMediaQuery (#167)

github.com/antfu/vueuse - cb4ef58a954c9dcfac099931bbf1db4a8581d80b authored about 4 years ago
chore: release v4.0.0-beta.37

github.com/antfu/vueuse - 7e7c3e599472a6df90d635b0ef2e369610c32181 authored about 4 years ago
chore: update contribute docs

github.com/antfu/vueuse - 4bf6b671a51017b3968247dde638d0c2a6e773c0 authored about 4 years ago
fix: adds fallback for Safari < 14 and older browsers (#164)

github.com/antfu/vueuse - ec9289d227d9f64ba172f7215027ec73ef66727b authored about 4 years ago
docs: update stories template (#163)

github.com/antfu/vueuse - 1d66e032fb6d5bd6e9208cbc65b5d390fe4d2d3b authored about 4 years ago
chore: clean up

github.com/antfu/vueuse - 76f637e406d151b09f33912f0fbc3217cbbb65b0 authored about 4 years ago
chore: release v4.0.0-beta.36

github.com/antfu/vueuse - e11db6b363efed49b6f70569d5094a98fc2b5d18 authored about 4 years ago
fix: type error

github.com/antfu/vueuse - a5c592255b14a1078d6155d1755b1111fb89453d authored about 4 years ago
docs: update stories template (#162)

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

github.com/antfu/vueuse - fcb7221537c6c445ad5b786a7192c94d0c5b8bfe authored about 4 years ago
chore: types

github.com/antfu/vueuse - 4619f59935cdb928a505bd6bdc3815380aa2d227 authored about 4 years ago
docs(core/useSpeechRecognition): fix docs

github.com/antfu/vueuse - 3cc2c90c8b9ddba39e44143364ddd797f7e4546d authored about 4 years ago
docs(core/useFavicon): demo for useFavicon

github.com/antfu/vueuse - 7090253aee88f7849f4eae58cc53116f67f2f83b authored about 4 years ago
chore: fix @vue-reactivity/use docs

github.com/antfu/vueuse - 9eb084fe4aace3a28f73c07618ffa8c2a769c11f authored about 4 years ago
chore: release v4.0.0-beta.35

github.com/antfu/vueuse - 9bf2f0f70d1859e622f36e0e263f71c3ec875a0d authored about 4 years ago
chore: update docs

github.com/antfu/vueuse - 9a00d25ba405c6bc3c56e958d345a226d97f139d authored about 4 years ago
feat: new function biSyncRef

github.com/antfu/vueuse - 7b7ed289aff525b5b0be238a7a5c40bab270beb6 authored about 4 years ago
docs: improve docs and demo

github.com/antfu/vueuse - 243c6d0f4b1d3893fa52a4ec035bec835eeeb347 authored about 4 years ago
docs: hack with storybook

github.com/antfu/vueuse - 148a057134f5414f4dc2220c63162e6067305cf3 authored about 4 years ago
chore: release v4.0.0-beta.34

github.com/antfu/vueuse - 29768c2bf5219aaa92997c0e0a51813985929378 authored about 4 years ago
fix(types): embeded ResizeObserverSize types, close #154

github.com/antfu/vueuse - c4366db69bb613ee49bfe8e1a345ecde289b5286 authored about 4 years ago
chore: release v4.0.0-beta.33

github.com/antfu/vueuse - aae23246a29e0cc1e80fc59d87913db877b83f97 authored about 4 years ago
feat: new function - syncRef (#161)

github.com/antfu/vueuse - 696e901b2b72f44ff2838fc50c9cf2d652f92dd1 authored about 4 years ago
feat: new function - useSpeechRecognition (#157)

ported from https://www.reddit.com/r/vuejs/comments/jksizl/speech_recognition_as_a_vue_3_hook
b...

github.com/antfu/vueuse - 3311b6b183819863fc0e90ae3cbc68becbed5242 authored about 4 years ago
fix: useQRCode case

github.com/antfu/vueuse - e1ba00df1b637b793fe9e4cea589a30d61ed1aa6 authored about 4 years ago
chore: rename

github.com/antfu/vueuse - 6c555516acc3af846d53ca5bbedd45d77e33751c authored about 4 years ago
chore: update docs

github.com/antfu/vueuse - 48afaaec77f4da2cd8df72395c834bd4831aacbc authored about 4 years ago
chore: release v4.0.0-beta.32

github.com/antfu/vueuse - d47f7972779e17f141b896d8460867cadb334b87 authored about 4 years ago
chore: update demo

github.com/antfu/vueuse - 392e965009fbd46dba4230f3f1e257152cb14861 authored about 4 years ago
chore: update docs

github.com/antfu/vueuse - 2e3773aaab2033acc4a7df1bac197d753a2bd44d authored about 4 years ago
feat: new function - useQRCode (#160)

github.com/antfu/vueuse - c166e2df073c952ac1974933d8bee447525e0711 authored about 4 years ago
chore: release v4.0.0-beta.31

github.com/antfu/vueuse - 4afda79787d8c848d599b9b4889893dc61ac57fc authored about 4 years ago
chore: update readme

github.com/antfu/vueuse - e4c398847282a635420d11a6cef5506b8a997078 authored about 4 years ago
feat: new function - useFavicon (#158)

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

github.com/antfu/vueuse - d60f228d113bb12cfc403b4aab0437a57cd032ed authored about 4 years ago
feat(useTitle): accept ref as argument

github.com/antfu/vueuse - b6583033d241e045c9b66b758755fc65297d902c authored over 4 years ago
fix: fixes link to contribute (#159)

github.com/antfu/vueuse - 5ac0d598ff8daa883a55df959090e406c8d8a88e authored over 4 years ago
Merge branch 'master' of https://github.com/antfu/vueuse

github.com/antfu/vueuse - 807444e36d793595104e60ef10a09b1759e99078 authored over 4 years ago
Update FUNDING.yml

github.com/antfu/vueuse - 69cabee1a05bc8ceb3e29330fd3641538782c5f5 authored over 4 years ago
chore: fix docs

github.com/antfu/vueuse - 5aff58fae7ff12e68550c019df6d34f3c92134a8 authored over 4 years ago
chore: improve docs

github.com/antfu/vueuse - 38e304c48b708c6e4ff2c1ce19de9ec6f4fd5c02 authored over 4 years ago
fix: padding for no demo docs

github.com/antfu/vueuse - 67d7abc8ba9575bba41b9a64d63c96fd458b1cbe authored over 4 years ago
fix(docs): story for useMouseInElement

github.com/antfu/vueuse - 9ec185f81fb78f06abc1654d811bb96688dcecb2 authored over 4 years ago
chore: release v4.0.0-beta.30

github.com/antfu/vueuse - b5b56f33eae990f1751d29f601f0f0d9152f5a8e authored over 4 years ago
fix: circular dependency

github.com/antfu/vueuse - 6116b8005b335e948bbc624b90847cae8386537f authored over 4 years ago
feat(useAxios): added request cancelation (#155)

Co-authored-by: lstoeferle <[email protected]>

github.com/antfu/vueuse - 9d8b3b7f3cd901b9646c6261ff27d1d52ab0ec56 authored over 4 years ago
chore: release v4.0.0-beta.29

github.com/antfu/vueuse - eb8150e2722ca0be2e0e5766808e87fd4d317d8d authored over 4 years ago
feat: a bunch of utilities added

github.com/antfu/vueuse - b3c8559f7432bc973b801cf5ce74027246994c78 authored over 4 years ago
docs: improve demos

github.com/antfu/vueuse - 542841f9eada798560b630216fdc543e0350f340 authored over 4 years ago
feat(when): update when to align @vue-reactivity/when

github.com/antfu/vueuse - 49ad935b196a72690c4bf6fe1c8a3ee5a346c2dd authored over 4 years ago
chore: release v4.0.0-beta.28

github.com/antfu/vueuse - b3d1fc66f318a02ad0cbe72e5c197937003fb961 authored over 4 years ago
chore: update script

chore: typo

github.com/antfu/vueuse - b214310fcf38062ff6eacefb9c5ab4e62206c282 authored over 4 years ago
chore: release v4.0.0-beta.27

github.com/antfu/vueuse - 50c1f3cc2610561287785da464328b32dddcba3d authored over 4 years ago