Bump @vue-flow/core from 1.17.2 to 1.18.1
Created by: dependabot[bot]
Bumps @vue-flow/core from 1.17.2 to 1.18.1.
Release notes
Sourced from @vue-flow/core
's releases.
v1.18.1
What's Changed
Patch Changes
#847
eee41ece
Thanks@bcakmakoglu
! - Use connectionClickStartHandle for click connect#847
25145030
Thanks@bcakmakoglu
! - Remove duplicate event bindings from handle#843
6320e5e7
Thanks@bcakmakoglu
! - Add noPanClassName to handles#844
6978468d
Thanks@bcakmakoglu
! - Allow null values to be set for key codes#843
6320e5e7
Thanks@bcakmakoglu
! - Use fallback for connectableStart and connectableEndFull Changelog: https://github.com/bcakmakoglu/vue-flow/compare/v1.18.0...v1.18.1
v1.18.0
What's Changed
Minor Changes
#801
74c64ff3
Thanks@github-actions
! - AddclickConnectStart
andclickConnectEnd
events#801
fb888b5f
Thanks@github-actions
! - Add type to edge updater anchor class#801
3cc8827c
Thanks@github-actions
! - AddconnectableStart
andconnectableEnd
handle props. Can be used to enable/disable starting or ending a connection on a specific handle.#840
34b5b7d2
Thanks@bcakmakoglu
! - Add connection start and end handles to store state#801
ae41dfac
Thanks@github-actions
! - Do not remove orphaned edges from state. They will not be rendered but stay in the state, so a user can potentially fix the edge.Full Changelog: https://github.com/bcakmakoglu/vue-flow/compare/v1.17.6...v1.18.0
v1.17.6
What's Changed
Patch Changes
#833
02125c1
Thanks@bcakmakoglu
! - Prevent flickering of graph by hiding transformation pane until next frame#835
58d75b0
Thanks@bcakmakoglu
! - Reset node and edge state before the rest of the state when calling$reset
to avoid throwing errorFull Changelog: https://github.com/bcakmakoglu/vue-flow/compare/v1.17.5...v1.17.6
v1.17.5
What's Changed
Patch Changes
... (truncated)
Changelog
Sourced from @vue-flow/core
's changelog.
[1.18.1] - 2023-04-03
Bug Fixes
- Allow null values to be set (20dfdda)
- Use fallback for connectable start and end (3222e97)
- Remove duplicate event binding (8229ee8)
- Use connection click start handle (c459653)
Miscellaneous Tasks
[1.18.0] - 2023-04-03
Bug Fixes
- Correct
isDef
typeguard (eab9991)Features
- Add
clickConnectStart
&clickConnectEnd
events (5a50cfd)- Add
inversePan
andzoomStep
props (1790566)- Add
connectableStart
&connectableEnd
props (1d3908d)- Add type to edge updater anchor class (4bb5321)
Miscellaneous Tasks
- Add dev scripts (707aaef)
- Add (4a0d9fe)
- Add (c46020f)
- Add (a9852bc)
- Add (df46137)
- Cleanup (26a68e8)
- Cleanup handle (b1c88b3)
- Add missing name to
A11yDescriptions
(ef94e1a)- Add labels to tuple (1212fac)
- Remove scripts (d888b0c)
- Add (da85ad0)
- Add (54cba6b)
- Cleanup (a105d4c)
- Disable console log (491fdb0)
... (truncated)
Commits
-
0c05490
chore(docs): allow console -
1ae664c
chore: bump versions -
30b7aeb
chore(changeset): add -
c459653
fix(core): use connection click start handle -
d0a8b9b
chore(changeset): add -
8229ee8
fix(core): remove duplicate event binding -
f750d0c
chore(changeset): add -
3222e97
fix(core): use fallback for connectable start and end -
d261c09
chore(changeset): add -
20dfdda
fix(core): allow null values to be set - Additional commits viewable in compare view
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)