Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
bcakmakoglu created a comment on a pull request on bcakmakoglu/vue-flow
Thinking about this, maybe we need a `markerTypes` object similar to what is being done with nodes/edges at the moment and allow for customizing markers that way... 🤔
bcakmakoglu created a comment on a pull request on bcakmakoglu/vue-flow
Thanks for the PR! Let me go through a couple points here, especially since I am not quite sure how this brings much of a benefit vs just defining your own marker elements directly instead of havi...
bcakmakoglu created a comment on an issue on bcakmakoglu/vue-flow
Fixed with `1.41.6`
bcakmakoglu created a comment on an issue on bcakmakoglu/vue-flow
Fixed with `1.41.6`
bcakmakoglu published a release on bcakmakoglu/vue-flow
v1.41.6
## What's Changed ### Patch Changes - [#1705](https://github.com/bcakmakoglu/vue-flow/pull/1705) [`047ec99`](https://github.com/bcakmakoglu/vue-flow/commit/047ec996d9e08cc456d1da858382944d219...bcakmakoglu created a tag on bcakmakoglu/vue-flow
v1.41.6 - 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 closed an issue on bcakmakoglu/vue-flow
🐛 [BUG]: edge.sourceNode is not updated by updateEdge when edge.source is updated
### Is there an existing issue for this? - [X] I have searched the existing issues and this is a new bug. ### Current Behavior I use Events API. ```python const { onEdgeUpdate, updateEdge } = ...bcakmakoglu pushed 5 commits to master bcakmakoglu/vue-flow
- fix(frontend,core): prevent scrolling when using arrow keys to move nodes (#1698) * fix(frontend,core): prevent scro... 04d1355
- fix(core): prevent scrolling when using arrow keys to move node selection (#1702) * fix(core): prevent scrolling whe... 600d1a6
- fix(core): update source/target node of updated edge (#1705) * fix(core): update source/target node of updated edge ... 7a022c8
- fix(core): allow control key as pan activation key code (#1707) * fix(core): allow control key as pan activation key... f4f2494
- chore: bump versions 265e03d
bcakmakoglu closed an issue on bcakmakoglu/vue-flow
🐛 [BUG]: Moving nodes with Arrow Keys also changes the browser viewport
### Is there an existing issue for this? - [X] I have searched the existing issues and this is a new bug. ### Current Behavior It's possible to focus/select a node and move it using arrow keys. ...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 comment on an issue on xyflow/xyflow
> when something is free, people do not have the right to complain. Obviously you are free to make requests - I am here arguing *why this has not been added*. Believe it or not you are not the ...
bcakmakoglu pushed 1 commit to next-release bcakmakoglu/vue-flow
- fix(core): allow control key as pan activation key code (#1707) * fix(core): allow control key as pan activation key... 4c9e517
bcakmakoglu closed a pull request on bcakmakoglu/vue-flow
fix(core): allow control key as pan activation key code
bcakmakoglu created a comment on an issue on xyflow/xyflow
> I realized that the auto-layout is a pro feature. There are *no* pro features. That are *pro examples*. Nothing is behind a paywall, you can build anything in the examples yourself with the l...
bcakmakoglu created a comment on an issue on xyflow/xyflow
> Centering automatically using the center: true option If you want to center the viewport, you can use the available `fitView` prop. > Adjusting the distance between nodes automatically (len...
bcakmakoglu created a comment on a pull request on xyflow/xyflow
> Instead of determining visibleEdgeIds first and then looking up the edge in the edgeWrapper, we just return the visibleEdges right away. Why were we even doing this? Doesn't the same concept t...
bcakmakoglu pushed 1 commit to master bcakmakoglu/vue-flow
- docs(examples): add loopback edge example (#1708) docs(examples): add loopback example Signed-off-by: braks <7841... 4d09783
bcakmakoglu created a comment on a pull request on bcakmakoglu/vue-flow
I'm closing this PR in favor of a docs example to create this. If a loopback default is added at some point I'll come back to you 😄
bcakmakoglu closed a pull request on bcakmakoglu/vue-flow
feat(core): make loopback edges appear nicely
# 🚀 What's changed? - Loopback edges (same source and destination) now render nicely Original: <img width="371" alt="Screen Shot 2023-06-19 at 12 07 03 PM" src="https://github.com/bcakmakoglu/vu...bcakmakoglu created a comment on an issue on bcakmakoglu/vue-flow
Alas, that is not a feature that is available atm and not an actual bug. You'll have to remap these features to separate keys for now. I'll convert this to a discussion as a feature request and se...
bcakmakoglu closed an issue on bcakmakoglu/vue-flow
🐛 [BUG]: Cannot pan while Control key is pressed on Windows
### Is there an existing issue for this? - [X] I have searched the existing issues and this is a new bug. ### Current Behavior When the `Control` key is pressed to enable zooming, you cann...bcakmakoglu pushed 1 commit to next-release bcakmakoglu/vue-flow
- fix(core): update source/target node of updated edge (#1705) * fix(core): update source/target node of updated edge ... 047ec99