Moritz Klack

Results 62 issues of Moritz Klack

since the last sketch update the plugin doesn't seem to work anymore. The background gets the right color but the font doesn't change.

Hey! It would be great if you could upgrade to the latest emotion version. This project is no longer compatible with emotion v11.

It would be nice if we could add a new "cross" variant for the background component

It's not clear what `defaultPosition` does. Merging `defaultPosition` and `defaultZoom` to `defaultViewport` is better understandable and a preparation for a controlled `viewport` prop that we might add later.

It's not possible to add a `onMouseMove` event handler to the React Flow pane without using `addEventListener`. We should add `onPaneMouseEnter`, `onPaneMouseMove` and `onPaneMouseLeave` to the props.

### Describe the Bug When you load a flow with `fitView` you might see the nodes jumping. ### Steps to Reproduce the Bug or Issue 1. check the local examples...

Remove duplicate `sourceNode` and `sourceHandle` props and only keep `from...` and `to...` props.

For historical reasons we have `onConnectStop` (triggered before `onConnect`) and `onConnectEnd` (triggered after `onConnect`). In v11 we should get rid of `onConnectStop`.

It looks weird that we are showing the original edge while updating it. We can set it to `visibility: hidden` while we are updating the edge.

we don't want the library to become incredibly large and have the ability to release individual packages.