Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

pkc918

pkc918 pushed 1 commit to useMouseInElement pkc918/vueuse

View on GitHub

pkc918 pushed 1 commit to main pkc918/vueuse

View on GitHub

pkc918 starred antfu/100
pkc918 pushed 1 commit to useMouseInElement pkc918/vueuse
  • fix: handler shouldn't accept ref object 80c107f

View on GitHub

pkc918 pushed 63 commits to master pkc918/vuemotion
  • release: v0.6.1 of app f2057c9
  • refactor f68082f
  • refactor(30%): animation system. 80c1fd4
  • refactor: animation system c0e1a6a
  • refactor: animation system b76fa2f
  • refactor(core): Optimized animation registration and parameter processing logic - Refactored animation registration ... ec03ca4
  • feat(math): Add Ellipse Component -Implemented a new Ellipse Component for drawing ellipse shapes in the Math Extensi... 8260662
  • refactor(app): replace <i> with <em> for icons and add alt attribute to logo image - Replace <i> tags with <em> tags... 1f79356
  • Create LICENSE e735f2c
  • feat(widgets): add Circle component- Create Circle component for rendering circle SVG elements - Define CircleOptions... a4dac3e
  • refactor(line): import defineProps in line component - Add import of defineProps from Vue in the line component 21c2877
  • ci: add bump tool 57cd82d
  • chore: release v0.7.0-alpha.1 8907007
  • chore: release v0.7.0-alpha.0 c2d4096
  • release: v0.7.0-alpha.0 07e82d4
  • script: change packages.json scripts dd0f1d7
  • build/ci: setup linter and formatter to workflow (#43) * build: setup linter and formatter Squashed commits: b... 9c199d1
  • build(test): remove @vue-motion/import dependency - Remove @vue-motion/import from test package.json - Update pnpm-l... 4e9e09c
  • refactor(widgets): add defineProps to widget components - Add defineProps import to group, image, mask, path, text-u... ebf16c0
  • feat: new grammar suggar of parallel 0d3aee1
  • and 43 more ...

View on GitHub

pkc918 starred eslint/config-inspector
pkc918 opened a pull request on vueuse/vueuse
feat(useMouseInElement): added directive for `vMouseInElement`
<!-- Thank you for contributing! --> ### Before submitting the PR, please make sure you do the following - [ ] Read the [Contributing Guidelines](https://github.com/vueuse/vueuse/blob/main/CO...
pkc918 created a branch on pkc918/vueuse

useMouseInElement - Collection of essential Vue Composition Utilities for Vue 2 and 3

pkc918 pushed 1 commit to useElementBounding pkc918/vueuse

View on GitHub

pkc918 pushed 1 commit to useElementBounding pkc918/vueuse

View on GitHub

pkc918 opened a pull request on vueuse/vueuse
feat(useElementBounding): added directive for `vElementBounding`
<!-- Thank you for contributing! --> ### Before submitting the PR, please make sure you do the following - [ ] Read the [Contributing Guidelines](https://github.com/vueuse/vueuse/blob/main/CO...
pkc918 pushed 2 commits to useElementBounding pkc918/vueuse
  • test: added unit test for `vElementBounding` 3da86aa
  • docs: added docs for `vElementBounding` 14c3460

View on GitHub

pkc918 created a branch on pkc918/vueuse

useElementBounding - Collection of essential Vue Composition Utilities for Vue 2 and 3

pkc918 starred gogs/gogs
pkc918 created a comment on an issue on vueuse/vueuse
[#4430 ] This PR seems to address your issue, but I'm bot sure if it will affect other functionalities.

View on GitHub

pkc918 opened a pull request on vueuse/vueuse
fix(useFetch): partial overwrite when `{combination: 'overwrite'}`
fix[#4092] ```js options = { ...options, ...args[0], beforeFetch: combineCallbacks(_combination, _options.beforeFetch, args[0].beforeFetch), afterFetch: combineCallbacks(_...
pkc918 created a branch on pkc918/vueuse

useFetch - Collection of essential Vue Composition Utilities for Vue 2 and 3

pkc918 closed an issue on vueuse/vueuse
export size not appearing for `provideLocal` and `injectLocal` docs
### Describe the bug ![image](https://github.com/user-attachments/assets/cd4d72da-90ec-43c4-96cb-e67ac0c4da64) ### Reproduction https://vueuse.org/shared/injectLocal/ ### System Info ```Sh...
pkc918 pushed 60 commits to main pkc918/vueuse
  • 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
  • fix(useRouteParams,useRouteQuery): set route param/query to undefined when defaultValue is ref or getter (#3977) Co-... 23fdb96
  • fix(useTextareaAutosize): make input required (#4129) Co-authored-by: Anthony Fu <[email protected]> Co-authored-by: A... 25ed297
  • fix(useAsyncState): use ShallowRef instead of Ref type (#4294) Co-authored-by: Anthony Fu <[email protected]> 4d0a7d0
  • feat(useElementVisibility): add `rootMargin` option (#4100) Co-authored-by: Anthony Fu <[email protected]> 3a928f4
  • chore: lint 4a7edef
  • feat(useWindowSize): add `type: visual` option that leverage `visualViewport` (#4395) Co-authored-by: Anthony Fu <gi... e78efd4
  • feat(useUrlSearchParams): add `writeMode` options (#4392) Co-authored-by: Ivan Shakhorski <ivan.shakhorski@innowise.... 2c97282
  • fix(useDropZone): update type to allow readonly array param (#4319) df363a3
  • feat(useSSRWidth): add optional support for SSR in useMediaQuery and useBreakpoints (#4317) Co-authored-by: Anthony ... 559653c
  • docs: add bluesky and replace twitter with x branding (#4406) Co-authored-by: Anthony Fu <[email protected]> f05b8b1
  • and 40 more ...

View on GitHub

pkc918 starred munificent/craftinginterpreters
pkc918 starred GuoYaxiang/craftinginterpreters_zh
pkc918 starred atlassian/pragmatic-drag-and-drop
pkc918 pushed 10 commits to main pkc918/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

View on GitHub

pkc918 pushed 1 commit to main pkc918/fromatob
  • fix: fix folder name include '+' d1898b0

View on GitHub

pkc918 starred wxt-dev/wxt
pkc918 created a comment on an issue on vueuse/vueuse
What about this situation? ``` const original = {list: []} useCloned(original) original.list = [] ``` originalModified is true or false?

View on GitHub

pkc918 starred Genesis-Embodied-AI/Genesis
pkc918 starred electron/electron
pkc918 starred go-gitea/gitea
pkc918 forked elysiajs/elysia

pkc918/elysia

Load more