Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
pkc918 created a comment on a pull request on vueuse/vueuse
> > > looks good so far. If you have the time, please consider adding some tests. 👍🏽 > > > > > > Thx! Should the syntax of Vue3.5 be avoided? like `pause & resume`. > > We have recently add...
pkc918 created a comment on a pull request on vueuse/vueuse
Hi,@OrbisK !The unit tests have been supplemented. If you have time, I hope you can review then again. Thx a lot!
pkc918 pushed 2 commits to useClone pkc918/vueuse
pkc918 created a comment on a pull request on vueuse/vueuse
> looks good so far. If you have the time, please consider adding some tests. 👍🏽 Thx! Should the syntax of Vue3.5 be avoided? like `pause & resume`.
pkc918 pushed 581 commits to main pkc918/core
- Refactor reactivity system to use version counting and doubly-linked list tracking (#10397) Bug fixes close #10236 ... 05eb4e0
- chore: Merge branch 'main' into minor 58d827c
- refactor(scheduler): use bitwise flags for scheduler jobs + optimize queueJob (#10407) related: https://github.com/v... 55660b0
- chore(types): fix ComputedRefImpl type build 5d30366
- types: fix ComputedRefImpl type build 72bde94
- perf(reactivity): optimize array tracking (#9511) close #4318 70196a4
- feat(reactivity): `onEffectCleanup` API ref #10173 Instead of exposing `getCurrentEffect`, this version accepts a s... 2cc5615
- refactor: inline recordEffectScope ef2eaef
- feat(reactivity): add failSilently argument for onScopeDispose 9a936aa
- chore: Merge branch 'main' into minor bb5c31e
- chore: Merge branch 'main' into minor 5f0c6e4
- dx(compiler-dom): warn on invalid html nesting (#10734) a084df1
- chore: Merge branch 'main' into minor 9fd1284
- refactor: should throw errors in computed getters 85f3592
- fix(reactivity): fix call sequence of ontrigger in effect (#10501) 28841fe
- chore: Merge branch 'main' into minor 0c3a920
- feat(transition): support directly nesting Teleport inside Transition (#6548) close #5836 0e6e3c7
- types(defineComponent): support for GlobalComponents, typed Directives and respect `expose` on defineComponent (#3399... 4cc9ca8
- feat(types): provide internal options for directly using user types in language tools (#10801) 75c8cf6
- feat(compiler-sfc): enable reactive props destructure by default Also allow prohibiting usage via config. RFC: https... d2dac0e
- and 561 more ...
pkc918 created a review comment on a pull request on vueuse/vueuse
OK! I will fix it as soon as possible. Thx!
pkc918 opened an issue on ffgenius/good-fn
封装 dialog - 远方OS
```ts export function renderDialog(Component, props = {}, modalProps = {}) { return new Promise((resolve) => { const container = document.createElement('div') document.body.appendChil...pkc918 created a review comment on a pull request on vueuse/vueuse
Thank you for your review. Does `isClonedModified` need to be reset to false inside the `sync` function?
pkc918 created a branch on pkc918/vueuse
useClone - Collection of essential Vue Composition Utilities for Vue 2 and 3
pkc918 opened a pull request on vueuse/vueuse
fix(useElementBounding): modify the `handler` parameter
The parameter of the handler shouldn't be a ref.pkc918 created a branch on pkc918/vueuse
fix-useElementBounding - Collection of essential Vue Composition Utilities for Vue 2 and 3
pkc918 pushed 16 commits to main pkc918/vueuse
- test: add browser tests with `*.browser.test.ts` files (#4440) 566a4ff
- types(useBase64): serializer should be optional (#4445) a43cbdb
- docs: add support for client-side redirects for old functions paths (#4446) Co-authored-by: Anthony Fu <github@antfu... eefc10f
- test(useElementBounding): add basic browser tests (#4448) 302be9a
- fix(useTimeoutPoll): `immediate` default value should be `true` (#4232) Co-authored-by: Anthony Fu <[email protected]> 0450d82
- feat(toArray): new utility function (#4432) Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply... 021d028
- docs(useInfiniteScroll): add warning and examples for `canLoadMore` (#4439) 74e46d2
- chore: update deps 0fa4d80
- feat(useElementBounding): added directive for `vElementBounding` (#4436) 67a9cf3
- feat(router): support partial transform (#4426) Co-authored-by: Anthony Fu <[email protected]> bba3f32
- fix(useTimeoutPoll): only start by default at client a5fb05c
- feat(onElementRemoval): new function, refactor `useActiveElement` `useElementHover` (#4410) Co-authored-by: Anthony ... 08cf526
- feat(useMouseInElement): added directive for `vMouseInElement` (#4438) 34be5af
- fix(useStorageAsync): correct initialization when `initialValue` is getter (#4452) Co-authored-by: Anthony Fu <githu... e6a17d7
- feat(useToNumber): `method` support custom function (#4441) Co-authored-by: Anthony Fu <[email protected]> 635bb0f
- chore: release v12.3.0 e5301f4