Skip to content

Bump @vue-flow/core from 1.12.1 to 1.12.7

Geoxor requested to merge dependabot/npm_and_yarn/vue-flow/core-1.12.7 into master

Created by: dependabot[bot]

Bumps @vue-flow/core from 1.12.1 to 1.12.7.

Release notes

Sourced from @​vue-flow/core's releases.

v1.12.7

What's Changed

Full Changelog: https://github.com/bcakmakoglu/vue-flow/compare/v1.12.6...v1.12.7

v1.12.6

What's Changed

Full Changelog: https://github.com/bcakmakoglu/vue-flow/compare/v1.12.5...v1.12.6

v1.12.5

What's Changed

Full Changelog: https://github.com/bcakmakoglu/vue-flow/compare/v1.12.4...v1.12.5

v1.12.4

What's Changed

Full Changelog: https://github.com/bcakmakoglu/vue-flow/compare/v1.12.3...v1.12.4

v1.12.3

What's Changed

Full Changelog: https://github.com/bcakmakoglu/vue-flow/compare/v1.12.2...v1.12.3

v1.12.2

What's Changed

Full Changelog: https://github.com/bcakmakoglu/vue-flow/compare/v1.12.1...v1.12.2

Changelog

Sourced from @​vue-flow/core's changelog.

[1.12.7] - 2023-01-23

c07e62b...b80bade

Bug Fixes

  • Hide node selection if no selected nodes exist (852d4b7)

Miscellaneous Tasks

[1.12.6] - 2023-01-19

28eeaad...c07e62b

Bug Fixes

  • Use computed var to get node in drag handler (c13d28d)

Examples

  • Cleanup save-restore controls (cd06585)

Miscellaneous Tasks

Refactor

  • Add warning if trying to duplicate an element (07dad4b)
  • Add warning if trying to remove non-existing element (ec346c3)
  • Look for parent node in next nodes (1f9578b)
  • Do not set preloaded state elements when calling useVueFlow (c250594)
  • Use removeSelectedNodes in click handler (f0d4763)
  • Remove extent option for setNodes & addNodes (994ae82)
  • Avoid re-setting elements twice on mount (a54a885)

[1.12.5] - 2023-01-18

df7603f...28eeaad

Bug Fixes

  • Re-group edges when nodes change (fba7b55)
  • Wait until node is initialized to clamp when extent is parent (19582de)
  • Increase timeout to 1 (000cfd9)

Examples

... (truncated)

Commits
  • b80bade chore: next release
  • 19360c5 chore: add changeset
  • 852d4b7 fix(core): hide node selection if no selected nodes exist
  • 2422e29 chore: update CHANGELOG.md
  • c07e62b chore: next release
  • cd06585 examples: cleanup save-restore controls
  • a54a885 refactor(core): avoid re-setting elements twice on mount
  • 449a3f2 chore: add changesets
  • c13d28d fix(core): use computed var to get node in drag handler
  • 00681e5 chore(core): cleanup types in changes util
  • 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)

Merge request reports