Skip to content

Bump @vue-flow/core from 1.15.3 to 1.16.2

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

Created by: dependabot[bot]

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

Release notes

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

v1.16.1

What's Changed

Patch Changes

Full Changelog: https://github.com/bcakmakoglu/vue-flow/compare/v1.16.0...v1.16.1

v1.16.0

What's Changed

Minor Changes

Patch Changes

Full Changelog: https://github.com/bcakmakoglu/vue-flow/compare/v1.15.5...v1.16.0

v1.15.5

What's Changed

Patch Changes

Full Changelog: https://github.com/bcakmakoglu/vue-flow/compare/v1.15.4...v1.15.5

v1.15.4

What's Changed

Patch Changes

  • #728 6b149ca6 Thanks @​bcakmakoglu! - Compare internal node dimensions against calculated ones when trying to update node dimensions

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

Changelog

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

[1.16.2] - 2023-03-10

15016ee...b5d579e

Bug Fixes

  • Check if valid connection func exists (79a6fa3)
  • Use computed for edge class and style (5bd1eed)

[1.16.1] - 2023-03-08

df87394...15016ee

Bug Fixes

  • Downgrade unplugin auto import (2b0e6fd)

Miscellaneous Tasks

[1.16.0] - 2023-03-08

619ce7f...df87394

Bug Fixes

  • Force update node dimensions (284e527)
  • Add connection target handle id to result type (046ee41)

Features

  • Export clamp util (5297fdc)
  • Add maxHeight and maxWidth props (afc29db)
  • Store handle validation in store state (9fb5515)
  • Pass targetNode and targetHandle as props (dc23bc8)
  • Add isValidConnection prop (05bc748)

Miscellaneous Tasks

Testing

  • Add custom connection line component test (7519b31)
  • Add isValidConnection prop test (929e2b5)
  • Test if custom props are passed to custom connection line (3f72713)

... (truncated)

Commits
  • b5d579e chore: bump versions
  • 9fa0e71 chore: add changeset
  • 5bd1eed fix(core): use computed for edge class and style
  • 0c286ac chore: add changeset
  • 79a6fa3 fix(core): check if valid connection func exists
  • 5f4c8a8 chore: update CHANGELOG.md
  • 15016ee chore: bump version
  • c0fe9e7 chore: bump versions
  • a02adc3 chore: add changeset
  • 2b0e6fd fix: downgrade unplugin auto import
  • 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