This repository has been archived by the owner on Nov 27, 2023. It is now read-only.
fix(deps): update dependency reactflow to v11.9.3 #2331
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
11.8.3
->11.9.3
Release Notes
wbkd/react-flow (reactflow)
v11.9.3
Compare Source
Patch Changes
fix(selection): select nodes on click when nodeDragThreshold > 0
Updated dependencies [
530ccc08
]:v11.9.2
Compare Source
Fix broken build on npm
Patch Changes
v11.9.1
Compare Source
This release fixes a bug (
deleteKeyCode
didn't work) that was introduced in the previous version.Patch Changes
0956f325
Thanks @moklick! - fix(nodes): remove via deleteKeyCode0956f325
]:v11.9.0
Compare Source
With this version you can finally delay node drag events or suppress them when you just click a node. This is possible with the new
nodeDragThreshold
prop. Another big change is that we finally support Astro and Remix while keeping the support for older setups like webpack4 + React 17 for example.Minor Changes
f118aee8
- feat(props): addnodeDragThreshold
prop190958b5
- fix(packages): support newer setups (astro, remix, ...) and oder setups (webpack 4, react 17)Patch Changes
db4baa86
Thanks @bodinsamuel! - chore(utils): exporthandleParentExpand
3aac72cb
- refactor(nodes): don't delete nodes when user focuses input and presses modifier1a7c903c
- refactor(node): makeexpandParent
compatible withextent: "parent"
fd0472d4
- fix(step-edge): routing for equal handle positions274c73f9
- fix(panonscroll): respect nopan class name17ea954e
- chore(edge-marker): use style instead of attributes2488941c
- fix(node-selection): cleanup selection when node is not selectable6139da2b
- fix(nodes): disable all panning whenpanOnDrag={false}
db357a42
- fix (edge-selection): consistent behaviour with node selectiondb4baa86
,3aac72cb
,190958b5
,1a7c903c
,fd0472d4
,f118aee8
,274c73f9
,17ea954e
,2488941c
,6139da2b
,db357a42
]:Configuration
📅 Schedule: Branch creation - "before 6am" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.