Skip to content

Bump @vue-flow/core from 1.14.2 to 1.15.3

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

Created by: dependabot[bot]

Bumps @vue-flow/core from 1.14.2 to 1.15.3.

Release notes

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

v1.15.3

What's Changed

Patch Changes

Full Changelog: https://github.com/bcakmakoglu/vue-flow/compare/v1.15.2...v1.15.3

v1.15.2

What's Changed

Patch Changes

Full Changelog: https://github.com/bcakmakoglu/vue-flow/compare/v1.15.1...v1.15.2

v1.15.1

What's Changed

Patch Changes

Full Changelog: https://github.com/bcakmakoglu/vue-flow/compare/v1.15.0...v1.15.1

v1.15.0

What's new?

... (truncated)

Changelog

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

[1.15.3] - 2023-03-02

585f1e8...77d7ba4

Bug Fixes

  • Prevent selecting nodes on drag when selectable disabled (7c026f0)
  • Wait until nodes are initialized (c5fee5c)
  • Make shouldReplaceId arg in updateEdge optional (f16e4db)
  • Remove duplicate connect start/end emits (22c4362)
  • Wait until fitting view on init (b509b11)
  • Remove edges before nodes (77d7ba4)

Miscellaneous Tasks

Refactor

  • Cleanup edge and node renderer (4d535ed)
  • Cleanup node styles (e3e3510)
  • Hide edges when we have no dimensions (50ee96d)
  • Update intro (5df92c3)
  • Trigger el functions before checking arr length (fc86787)

Testing

  • Update connect tests to check if events were emitted (13db453)

[1.15.2] - 2023-02-24

23b084e...585f1e8

Bug Fixes

  • Cast zIndex to number in node wrapper (79e7f3c)
  • Check if node el exists before observing (0ffc2f1)
  • Prevent undefined being passed to update node internals (c4b4826)
  • Wait until viewport helper is initialized (f2af818)
  • Add vite iife build file (a5644c0)
  • Use correct umd name for vue flow core (06b1753)
  • Correct umd export names (93b2fd0)

Miscellaneous Tasks

... (truncated)

Commits
  • 77d7ba4 fix(core): remove edges before nodes
  • fc86787 refactor(core): trigger el functions before checking arr length
  • b509b11 fix(core): wait until fitting view on init
  • ab78dc7 chore(core): cleanup viewport helper
  • 5df92c3 refactor(docs): update intro
  • 50ee96d refactor(core): hide edges when we have no dimensions
  • d30632a chore: bump versions
  • c91aac7 chore(tests): wait to find edge
  • 13db453 tests: update connect tests to check if events were emitted
  • 307b5bb chore: add changeset
  • 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