Ecosyste.ms: Timeline

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

bcakmakoglu

bcakmakoglu deleted a branch bcakmakoglu/vue-flow

fix/zoom-on-scroll

bcakmakoglu pushed 1 commit to next-release bcakmakoglu/vue-flow
  • fix(core): if selection key code is true prevent pan on drag on left mouse btn (#1670) * fix(core): if selection key... 4bc7658

View on GitHub

bcakmakoglu created a comment on an issue on bcakmakoglu/vue-flow
Fixed with 1.41.3

View on GitHub

bcakmakoglu created a comment on an issue on bcakmakoglu/vue-flow
Fixed with 1.41.3

View on GitHub

bcakmakoglu created a comment on an issue on bcakmakoglu/vue-flow
Fixed with 1.41.3

View on GitHub

bcakmakoglu created a tag on bcakmakoglu/vue-flow

@vue-flow/[email protected] - A highly customizable Flowchart component for Vue 3. Features seamless zoom & pan 🔎, additional components like a Minimap 🗺 and utilities to interact with state and graph.

bcakmakoglu published a release on bcakmakoglu/vue-flow
@vue-flow/[email protected]
## What's Changed ### Patch Changes - [#1666](https://github.com/bcakmakoglu/vue-flow/pull/1666) [`a48659a`](https://github.com/bcakmakoglu/vue-flow/commit/a48659a9215ca037221e09fccab85ea04b1...
bcakmakoglu created a tag on bcakmakoglu/vue-flow

v1.41.3 - A highly customizable Flowchart component for Vue 3. Features seamless zoom & pan 🔎, additional components like a Minimap 🗺 and utilities to interact with state and graph.

bcakmakoglu published a release on bcakmakoglu/vue-flow
v1.41.3
## What's Changed ### Patch Changes - [#1662](https://github.com/bcakmakoglu/vue-flow/pull/1662) [`a41bd7b`](https://github.com/bcakmakoglu/vue-flow/commit/a41bd7b8218a47061824f2f4a5a2a7758e6...
bcakmakoglu deleted a branch bcakmakoglu/vue-flow

next-release

bcakmakoglu closed an issue on bcakmakoglu/vue-flow
🐛 [BUG]: Pan on drag not working when `selectionKeyCode` is set to `true`
### Is there an existing issue for this? - [X] I have searched the existing issues and this is a new bug. ### Current Behavior When setting `selectionKeyCode` to `true`, the `panOnDrag` attribut...
bcakmakoglu closed an issue on bcakmakoglu/vue-flow
🐛 [BUG]: Selection key code gets reset after switching browser tabs
### Is there an existing issue for this? - [X] I have searched the existing issues and this is a new bug. ### Current Behavior When the window gets blurred and focused again, the selection key c...
bcakmakoglu pushed 7 commits to master bcakmakoglu/vue-flow
  • chore: update deps (#1633) * chore(tests): update deps Signed-off-by: braks <[email protected]... de6f042
  • fix(core): allow pan on drag for non left-btn when selectionKeyCode is `true` (#1662) * fix(core): allow pan on drag... fe552fc
  • fix(core): use all handle bounds in loose connection mode (#1665) * fix(core): use all handle bounds with loose mode... cfc2332
  • fix(background): start patterns at 0,0 (#1666) * fix(background): start patterns at 0,0 Signed-off-by: braks <784... 900850d
  • fix(core): set `isPressed` to `true` on `blur` and `contextmenu` events if permant keypress is enabled (#1667) * fix... 72e0e2e
  • fix(core): allow pan on drag for other mouse btns if left is disabled Signed-off-by: braks <78412429+bcakmakoglu@use... ecd21ce
  • chore: bump versions (#1664) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> 367f894

View on GitHub

bcakmakoglu closed an issue on bcakmakoglu/vue-flow
🐛 [BUG]: Updating edge jumps to top handle
### Is there an existing issue for this? - [X] I have searched the existing issues and this is a new bug. ### Current Behavior I have custom node with 4 source handles all around. ``` ...
bcakmakoglu closed a pull request on bcakmakoglu/vue-flow
chore: next release
bcakmakoglu deleted a branch bcakmakoglu/vue-flow

changeset-release/next-release

bcakmakoglu pushed 1 commit to next-release bcakmakoglu/vue-flow
  • chore: bump versions (#1664) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> 0e6c303

View on GitHub

bcakmakoglu closed a pull request on bcakmakoglu/vue-flow
chore: bump versions
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or [setup this ...
bcakmakoglu created a review on a pull request on bcakmakoglu/vue-flow

View on GitHub

bcakmakoglu created a comment on a pull request on bcakmakoglu/vue-flow
> Would like to know when this version will be deployed, and I'm also encountering issue #1647 Sometime today ^^

View on GitHub

bcakmakoglu opened a draft pull request on bcakmakoglu/vue-flow
feat(core): add clampPositionToParent util
# 🚀 What's changed? <!--- Tell us what changes this pr contains --> - Change 1 - Change 2 - ... # 🐛 Fixes <!--- Tell us what issues this pr fixes --> - [ ] #Issue1 - [ ] #Issue2 - [ ...
bcakmakoglu deleted a branch bcakmakoglu/vue-flow

fix/selection-key-code

bcakmakoglu pushed 1 commit to next-release bcakmakoglu/vue-flow
  • fix(core): set `isPressed` to `true` on `blur` and `contextmenu` events if permant keypress is enabled (#1667) * fix... e51f08c

View on GitHub

bcakmakoglu closed a pull request on bcakmakoglu/vue-flow
fix(core): set `isPressed` to `true` on `blur` and `contextmenu` events if permant keypress is enabled
# 🚀 What's changed? <!--- Tell us what changes this pr contains --> - set `isPressed` to `true` on `blur` and `contextmenu` events if permant keypress is enabled # 🐛 Fixes <!--- Tell us wha...
bcakmakoglu closed a pull request on bcakmakoglu/vue-flow
Autofix: fix(core): set `isPressed` to `true` on `blur` and `contextmenu` events if permant keypress is enabled
I've updated the `useKeyPress` composable to address the issue with permanent keypress handling. The main change is in the `reset` function, where we now check if the keypress should be permanent b...
bcakmakoglu opened a pull request on bcakmakoglu/vue-flow
fix(core): set `isPressed` to `true` on `blur` and `contextmenu` events if permant keypress is enabled
# 🚀 What's changed? <!--- Tell us what changes this pr contains --> - set `isPressed` to `true` on `blur` and `contextmenu` events if permant keypress is enabled # 🐛 Fixes <!--- Tell us wha...
bcakmakoglu created a comment on an issue on bcakmakoglu/vue-flow
Nvm I noticed that this value gets reset once a `blur` or `contextmenu` is event is detected 😄 Will be fixed in the next release 👍

View on GitHub

bcakmakoglu deleted a branch bcakmakoglu/vue-flow

fix/background

Load more