Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
bcakmakoglu pushed 1 commit to next-release bcakmakoglu/vue-flow
- fix(background): set default offset to `0` (#1692) * fix(background): correct offset Signed-off-by: braks <784124... f08c15d
bcakmakoglu closed a pull request on bcakmakoglu/vue-flow
fix(background): set default offset to `0`
# 🚀 What's changed? <!--- Tell us what changes this pr contains --> - Set default offset to `0`bcakmakoglu opened a pull request on bcakmakoglu/vue-flow
fix(background): correct offset
# 🚀 What's changed? <!--- Tell us what changes this pr contains --> - Set default offset to `0`bcakmakoglu created a comment on an issue on bcakmakoglu/vue-flow
Thanks, will be fixed in the next patch release 👍
bcakmakoglu pushed 1 commit to fix/background-offset bcakmakoglu/vue-flow
- fix(background): correct offset Signed-off-by: braks <[email protected]> 223c1bb
bcakmakoglu pushed 1 commit to fix/background-offset bcakmakoglu/vue-flow
- fix(background): correct offset Signed-off-by: braks <[email protected]> ec7520a
bcakmakoglu created a branch on bcakmakoglu/vue-flow
fix/background-offset - 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 created a comment on an issue on xyflow/xyflow
The handle component still accepts a classname prop (even though in the v11 docs it is missing from the list) in both v11 and v12.
bcakmakoglu created a comment on an issue on xyflow/xyflow
It works for me without clicking a node whatsoever. I even dragged the viewport to make sure that no node is selected when I hover with the cursor. https://github.com/user-attachments/assets/43...
bcakmakoglu created a comment on an issue on xyflow/xyflow
Can you provide a reproduction for this? [Seems to work fine for me in a sandbox.](https://codesandbox.io/p/sandbox/cranky-pare-ymjxmg?file=%2Fsrc%2FApp.tsx%3A40%2C9)
bcakmakoglu created a comment on an issue on bcakmakoglu/vue-flow
@alexgrozav Does this solve your issue?
bcakmakoglu created a branch on bcakmakoglu/vue-flow
fix/extent - 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 created a comment on an issue on bcakmakoglu/vue-flow
There is a way to configure this and it's [`disableKeyboardA11y`](https://vueflow.dev/typedocs/interfaces/FlowProps.html#disablekeyboarda11y).
bcakmakoglu opened an issue on bcakmakoglu/vue-flow
🐛 [BUG]: Keypress combination using `+` as a desired key does not work
### Is there an existing issue for this? - [X] I have searched the existing issues and this is a new bug. ### Current Behavior When a key combination is used that requires the `+` key as one of ...bcakmakoglu opened an issue on bcakmakoglu/vue-flow
🐛 [BUG]: Keycombinations are not properly released
### Is there an existing issue for this? - [X] I have searched the existing issues and this is a new bug. ### Current Behavior When a key combination is used like `useKeyPress('Shift+A')` releas...bcakmakoglu created a comment on an issue on xyflow/xyflow
Are you maybe looking for these events instead? <img width="907" alt="image" src="https://github.com/user-attachments/assets/0a0747b7-d719-4ed7-bf72-dd9f949596dd">
bcakmakoglu created a comment on an issue on xyflow/xyflow
@hriveraMeltStudio works perfectly fine for me (btw the sandbox uses a rather old version of react flow). Are you sure you're not misunderstanding the event? https://github.com/user-attachmen...
bcakmakoglu created a comment on an issue on xyflow/xyflow
If you know that a connection *starts* and you know when it *ends* you can assume that after it starts and before it ends you can track the position of your mouse, for example using `document.addEv...
bcakmakoglu created a comment on an issue on xyflow/xyflow
There are events you can listen for: https://reactflow.dev/api-reference/react-flow#connection-events You can use the mouse events that are passed to you and translate them to viewport coordinat...
bcakmakoglu created a comment on an issue on xyflow/xyflow
What do you mean "dragging" edges? Edges aren't draggable like nodes. If you're talking about *connection lines* (lines that are drawn to connect nodes, which *result* in edges) you can customize ...
bcakmakoglu pushed 1 commit to next-release bcakmakoglu/vue-flow
- fix(core): check if dragEnd event is UseDrag or MouseTouch event (#1680) * feat(core): add snapPosition util Sign... b6c500d
bcakmakoglu closed a pull request on bcakmakoglu/vue-flow
fix(core): check if dragEnd event is UseDrag or MouseTouch event
Signed-off-by: braks <[email protected]> # 🐛 Fixes <!--- Tell us what issues this pr fixes --> - [x] #1644bcakmakoglu pushed 1 commit to fix/event-drag-end bcakmakoglu/vue-flow
- chore(core): cleanup Signed-off-by: braks <[email protected]> 8cad9fd
bcakmakoglu opened a pull request on bcakmakoglu/vue-flow
fix(core): check if dragEnd event is UseDrag or MouseTouch event
Signed-off-by: braks <[email protected]> # 🐛 Fixes <!--- Tell us what issues this pr fixes --> - [x] #1644bcakmakoglu pushed 2 commits to next-release bcakmakoglu/vue-flow
- docs: add custom components to getting-started example (#1677) Signed-off-by: braks <[email protected]... f3075bc
- docs(examples): add simple layout example (#1678) * docs(examples): cleanup animated layout example Signed-off-by... 61f4b0d
bcakmakoglu created a branch on bcakmakoglu/vue-flow
fix/event-drag-end - 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.