Skip to content
This repository was archived by the owner on Oct 7, 2022. It is now read-only.

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 1, 2022

Bumps react-flow-renderer from 9.6.11 to 10.3.12.

Release notes

Sourced from react-flow-renderer's releases.

Release 10.3.12

Fix

You can now get the DOM node of the wrapper from the store:

const domNode = useStore(s => s.domNode);
  • fix(node-dimensions): use store domNode for calculation #2316 (257588ce)

Release 10.3.11

Fixes and Refactoring

  • refactor(connection-line): add from, to props and cleanup closes #2031 (e1ba32f8)
  • chore(useStore): cleanup selectors (e8cf308f)
  • refactor(onConnect): use onConnect handlers from store #2230 (3c8720a5)
  • chore(deps): update (8a4f695a)
  • fix(expandParent): check for dimensions closes #2280 (60bbbb4d)

Release 10.3.10

  • fix(handles): calculate correct position (8d866ec6)

Release 10.3.9

Fixes

  • fix(onNodeDrag): show correct position closes #2246 (044095bd)
  • fix(handle-calculation): dont rely on current viewport #2032 #2276 (30cd8991)

Refactorings

  • refactor(setViewport): use existing x,y,zoom when passed partially #2276 (c0733e69)
  • refactor(zoom/pan): don't interrupt with selection key closes #2244 (481420c9)
  • refactor(connection-valid): handle source-source, target-target #2253 (8d530c19)

Release 10.3.8

Refactorings & Fixes

  • refactor(nodes): prevent jumping (907e3b26)
  • fix(subflows): node extent relative to parent closes #2232 (3b941869)
  • fix(visible-edges): handle subflows closes #2192 (02e7c902)
  • refactor(markers): optimize marker creation, pass ids closes #2188 (3d74b519)
  • chore(internals): export symbol for accessing internals closes #2078 (f52ab12f)
  • fix(fitview): handle child nodes closes #2223 (dbd527ac)

Release 10.3.7

Refactorings & Fixes

  • refactor(drag-handler): allow multiselection with ctrl #2203 (aae20238)
  • refactor(zoomActivationKeyCode): accept null, cleanup types closes #2211 (7cddc81d)

... (truncated)

Commits
  • a9f22d8 chore: release v10.3.12
  • 455af64 chore(npm): audit fix
  • 257588c refactor(node-dimensions): use store domNode for calculation #2316
  • 7a909e9 Update README.md
  • a2c2216 chore: release v10.3.11
  • 78cab4e Merge pull request #2298 from wbkd/v10.3.11
  • 3ca4412 fix(nodes-selection): use correct selector
  • e1ba32f refactor(connection-line): add from, to props and cleanup closes #2031
  • e8cf308 chore(useStore): cleanup selectors
  • 3c8720a refactor(onConnect): use onConnect handlers from store #2230
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [react-flow-renderer](https://github.com/wbkd/react-flow) from 9.6.11 to 10.3.12.
- [Release notes](https://github.com/wbkd/react-flow/releases)
- [Changelog](https://github.com/wbkd/react-flow/blob/main/CHANGELOG.md)
- [Commits](xyflow/xyflow@9.6.11...10.3.12)

---
updated-dependencies:
- dependency-name: react-flow-renderer
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 1, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 1, 2022

Superseded by #37.

@dependabot dependabot bot closed this Sep 1, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/react-flow-renderer-10.3.12 branch September 1, 2022 22:24
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants