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): start patterns at 0,0 (#1666) * fix(background): start patterns at 0,0 Signed-off-by: braks <784... a48659a
bcakmakoglu opened an issue on xyflow/xyflow
`useKeyPress` does not allow for a combination of a key and the plus button
### What platform were you using when you found the bug? - React Flow / Svelte Flow version: current ### Live code example _No response_ ### Describe the Bug Currently it's not possible to d...bcakmakoglu created a comment on an issue on xyflow/xyflow
These aren't *suggested* styles but the styles that are in the mandatory css files of ReactFlow. I was asking you to check with the developer tools of your browser whether those styles are *actual...
bcakmakoglu created a comment on an issue on xyflow/xyflow
Are you sure that these styles are applied? ![image](https://github.com/user-attachments/assets/30ebc8f0-4320-4978-afae-6870bb2a9c69) Might be that something in your setup overwrites `overflo...
bcakmakoglu created a comment on an issue on bcakmakoglu/vue-flow
Any chance this might be related to this? https://github.com/xyflow/xyflow/issues/4416
bcakmakoglu created a comment on an issue on bcakmakoglu/vue-flow
Also another thing I notice in the repro is that you use `vueFlowInstance.fitView()` but from what I can tell there is no variable available called `vueFlowInstance`. Either you use sth like thi...
bcakmakoglu created a comment on an issue on bcakmakoglu/vue-flow
I can't reproduce this issue locally. Any chance you're updating the container size *after* loading is done and VueFlow is mounted? If the container size changes by the time fit view is triggered...
bcakmakoglu created a comment on an issue on bcakmakoglu/vue-flow
This isn't really a bug since `expandParent` is only meant for drag actions and not for programmatic usages. I'll talk to the XYFlow team if this feature can be extended to cover this case but atm...
bcakmakoglu closed an issue on bcakmakoglu/vue-flow
π [BUG]: Parent node doesn't expand when coordinates of child node have changed
### Is there an existing issue for this? - [X] I have searched the existing issues and this is a new bug. ### Current Behavior When I change Y coordinate of child node parent node is not shrinki...bcakmakoglu created a comment on an issue on bcakmakoglu/vue-flow
What happens here is that with `ConnectionMode.Loose` (which is currently the default, although with 2.0 `ConnectionMode.Strict` will be the default mode) allows source <--> source and target <--> ...
bcakmakoglu pushed 1 commit to next-release bcakmakoglu/vue-flow
- fix(core): use all handle bounds in loose connection mode (#1665) * fix(core): use all handle bounds with loose mode... a6ec480
bcakmakoglu closed a pull request on bcakmakoglu/vue-flow
fix(core): use all handle bounds in loose connection mode
# π Fixes <!--- Tell us what issues this pr fixes --> - [x] #1647bcakmakoglu created a comment on an issue on bcakmakoglu/vue-flow
Will be fixed in the next release
bcakmakoglu opened a pull request on bcakmakoglu/vue-flow
fix(core): use all handle bounds in loose connection mode
# π Fixes <!--- Tell us what issues this pr fixes --> - [ ] #1647bcakmakoglu created a comment on an issue on bcakmakoglu/vue-flow
Does this issue happen for you in the examples of the next-release? https://vue-flow-docs-git-next-release-burak-cakmakoglus-projects.vercel.app/ I can't seem to reproduce it there anymore.
bcakmakoglu closed a pull request on bcakmakoglu/vue-flow
Autofix: fix(core): allow pan on drag for non left-btn when selectionKeyCode is `true`
I've identified the issue with the edge z-index calculation and made the necessary changes to fix it. The problem was in the `getEdgeZIndex` function in the `packages/core/src/utils/edge.ts` file. ...bcakmakoglu pushed 1 commit to next-release bcakmakoglu/vue-flow
- fix(core): allow pan on drag for non left-btn when selectionKeyCode is `true` (#1662) * fix(core): allow pan on drag... a41bd7b