Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
antfu closed a pull request on vueuse/vueuse
feat(refReset): new function
<!-- Thank you for contributing! --> ### Before submitting the PR, please make sure you do the following - [x] Read the [Contributing Guidelines](https://github.com/vueuse/vueuse/blob/main/CO...antfu created a comment on a pull request on vueuse/vueuse
Hey! Thanks a lot for the PR! However, as stated in the [Contribution Guide](https://vueuse.org/contributing.html), we are NOT accepting new functions. Giving this PR has been stale for a while, an...
antfu created a comment on a pull request on vueuse/vueuse
Thanks for the PR. But I feel the current interface is honestly a bit too limited to only able to highlight specific words. And I didn't see a good use case of this composable. Supposedly `CSS.high...
antfu created a comment on a pull request on vueuse/vueuse
Hey! Thanks a lot for the PR! However, as stated in the [Contribution Guide](https://vueuse.org/contributing.html), we are NOT accepting new functions. Giving this PR has been stale for a while, an...
antfu closed a pull request on vueuse/vueuse
feat: useOutputByChar
<!-- Thank you for contributing! --> ### Before submitting the PR, please make sure you do the following - [x] Read the [Contributing Guidelines](https://github.com/vueuse/vueuse/blob/main/CO...antfu created a comment on a pull request on vueuse/vueuse
Hey! Thanks a lot for the PR! However, as stated in the [Contribution Guide](https://vueuse.org/contributing.html), we are NOT accepting new functions. Giving this PR has been stale for a while, an...
antfu closed a pull request on vueuse/vueuse
feat(useMountedQueue): add utility to manage function queue on mount
### Description This PR introduces a new composable function [`useMountedQueue`] that allows you to queue functions to be executed once the component is mounted. This is particularly useful for ...antfu created a comment on a pull request on vueuse/vueuse
Hey! Thanks a lot for the PR! However, as stated in the [Contribution Guide](https://vueuse.org/contributing.html), we are NOT accepting new functions. Giving this PR has been stale for a while, an...
antfu closed a pull request on vueuse/vueuse
feat(useInputCompositionState): add function,the state change when a text composition system such as an input method editor starts
### Description This PR introduces a new composable function [useInputCompositionState] input method editor display state ### Additional context ``` javascript import { useInputCompos...antfu created a comment on a pull request on vueuse/vueuse
Hey! Thanks a lot for the PR! However, as stated in the [Contribution Guide](https://vueuse.org/contributing.html), we are NOT accepting new functions. Giving this PR has been stale for a while, an...
antfu closed a draft pull request on vueuse/vueuse
feat(computedRef): new function
<!-- Thank you for contributing! --> ### Before submitting the PR, please make sure you do the following - [x] Read the [Contributing Guidelines](https://github.com/vueuse/vueuse/blob/main/CO...antfu pushed 87 commits to main inside5545/vueuse
- docs(useVModel): add hint to defineModel (#4401) eca47e7
- docs(watchIgnorable): update author link of recommended reading (#4400) 9fe5ffa
- docs: add team and contributor info (#4402) f3757f9
- test: add useWebSocket tests (#4404) 9495bf0
- feat(useBase64): add options for Data URL output control (#4316) Co-authored-by: Jelf <[email protected]> 4b4bdc0
- fix(useMediaQuery): the return value should be computed (#4403) Co-authored-by: Anthony Fu <[email protected]> 3af7576
- chore: fix issue template title convention escaping (#4407) ef2020d
- chore: update deps and lint 9399ba1
- docs(useClipboardItems): display current copied value with content (#4411) 7af2741
- docs(useClipboardItems): fix example (#4370) Co-authored-by: ShangChien <[email protected]> Co-authored-by: Naok... d19606b
- fix(useWebNotification): prevent notifications when checking for support (#4019) 01f9292
- feat(createEventHook): add `clear` function (#4378) 40265ba
- chore: replace fast-glob (#4418) 9d41664
- chore: remove rimraf (#4413) e1833d0
- feat(useWebsocket): support ref or getter as message (#4116) Co-authored-by: Anthony Fu <[email protected]> C... a72c02e
- feat(useWebSocket): introduce `autoConnect` options to control auto connections on url changes (#4417) Co-authored-b... 05e7567
- chore: fix docs at dev time 299f417
- feat(useDeviceMotion): add permission controls, improve destructure (#4127) Co-authored-by: Anthony Fu <github@antfu... cf72929
- docs(useDevicesList): add permissions request example (#4050) Co-authored-by: Anthony Fu <[email protected]> 5f3c37a
- fix(useScroll): to properly report arriveState for elastic scroll (#4133) Co-authored-by: autofix-ci[bot] <114827586... 90ff45e
- and 67 more ...
antfu pushed 180 commits to feat/useCountdown rtugeek/vueuse
- refactor(types): update `MaybeRef` types to match Vue3.5 and use local exports (#4099) b45f365
- chore: typo (#4138) 1a645a2
- chore: update deps fe71224
- chore: lint 661e38a
- fix(isDefined): moves most specific overload to the top (#4141) fd8842b
- fix(useChangeCase): use the exported key for filter (#4130) Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bo... 5c598f1
- fix(useRouteHash, useRouteParams, useRouteQuery): fix effect triggering multiple times (#4113) 965bf05
- fix(computedWithControl): allow optional oldValue parameter in computedWithControl getter (#4132) 5725a58
- pref(createEventHook): optimize EventHookTrigger to support multiple parameters (#4111) 005c18e
- chore: release v11.0.0-beta.3 3a0f0db
- chore: update deps 9fd6448
- chore: release v11.0.0 42a4501
- fix(useStorage): sync within the same document (#4152) a9b49f5
- fix(usePermission): fix memory leak (#4157) 63a22fa
- chore: update deps 32c1a7a
- chore: lint 8a4a4bd
- chore: release v11.0.1 5a4224e
- chore: use pnpm catalogs 881c37d
- chore: update lock ea87ac5
- fix(usePermission): state setting (#4167) 2aaa1c2
- and 160 more ...