Releases: bcakmakoglu/vue-flow
v1.24.0
What's Changed
Minor Changes
-
#1149
d11e59f1
Thanks @bcakmakoglu! - Allow adding edges with missing source or target node to state but don't render them unless source and target exist -
#1146
6f93bbbb
Thanks @bcakmakoglu! - Use viewport and vueflow refs directly from store instead of assigning valuesafter mount -
#1128
0ff65bf2
Thanks @github-actions! - Use nodes from state as the default third arg forgetIntersectingNodes
Patch Changes
-
#1128
7d153860
Thanks @github-actions! - Use correct filter for pan on scroll class name -
#1147
6bc391c6
Thanks @bcakmakoglu! - Release apply default handlers when scope is disposed -
#1146
6f93bbbb
Thanks @bcakmakoglu! - Allow panning while pan key is pressed -
#1139
eee9bd87
Thanks @bcakmakoglu! - Create a key predicate for string key filters and check if we need to useevent.key
orevent.code
to match the key -
#1128
f5138157
Thanks @github-actions! - select nodes on click when nodeDragThreshold > 0 -
#1149
a7fe412a
Thanks @bcakmakoglu! - Push component emit handlers into the emit fns set instead of using theon
helper which overwrites any existing default handlers -
#1128
84e98305
Thanks @github-actions! - Update to use vue 3.3
New Contributors
- @katlyn made their first contribution in #1130
- @jayrchamp made their first contribution in #1144
Full Changelog: v1.23.0...v1.24.0
v1.23.0
What's Changed
Minor Changes
-
#1121
5b9340bd
Thanks @bcakmakoglu! - Allow usingexpandParent
together withparent
extent -
#1117
7c6daff7
Thanks @bcakmakoglu! - AddgetIncomers
,getOutgoers
andgetConnectedEdges
as store actions -
#1115
2bc9317c
Thanks @bcakmakoglu! - Cleanup node handlebounds when a handle is unmounted -
#1112
e526139f
Thanks @bcakmakoglu! - AddnodeDragThreshold
option -
#1118
5802acc9
Thanks @bcakmakoglu! - AddareNodesInitialized
gettet to store -
#1106
5c1df240
Thanks @bcakmakoglu! - Add source and target node ids to edge removal changes -
#1119
78cf8bb0
Thanks @bcakmakoglu! - addflowToScreenCoordinate
&screenToFlowCoordinate
to viewport actions -
#1116
8a29faa8
Thanks @bcakmakoglu! - Allow passing a number as connectable prop to allow a specific number of connections per handle
Patch Changes
-
#1120
4015e358
Thanks @bcakmakoglu! - Respect pan on scroll class name -
#1122
59171593
Thanks @bcakmakoglu! - disable panning whenpanOnDrag
isfalse
-
#1110
03247e00
Thanks @bcakmakoglu! - unselect edge if selected and multi-selection is active -
#1123
2f7a0fe1
Thanks @bcakmakoglu! - Queue node dimensions update to next tick
@vue-flow/[email protected]
What's Changed
Patch Changes
- #1113
1f3c85a6
Thanks @bcakmakoglu! - Wait for node dimensions to be initialised before enforcing min/max height/width on nodes
v1.22.3
What's Changed
Patch Changes
-
#1064
07387ebe
Thanks @bcakmakoglu! - fix smooth step edge horizontally or vertically aligned nodes -
#1082
e3cc6ddf
Thanks @bcakmakoglu! - Fix scroll speed when using Control btn on windows -
#1081
0d36d4cd
Thanks @bcakmakoglu! - Use os specific key defaults (Windows -> Control, Mac -> Meta) -
#1065
05821407
Thanks @bcakmakoglu! - Add roleimg
to edges if not focusable -
#1083
13d2e2cb
Thanks @bcakmakoglu! - Improve smoothstep edge label positioning -
#1082
e3cc6ddf
Thanks @bcakmakoglu! - Fix horizontal scroll on windows -
#1085
03715134
Thanks @bcakmakoglu! - Clear pressed key on keyup event, so that key combinations only work while simulteanously pressing keys -
#1084
806f2632
Thanks @bcakmakoglu! - Allow passing key combinations as a simple string instead of wrapping in an array -
#1086
641b4d75
Thanks @bcakmakoglu! - Reset isPressed value when switching from a boolean keyFilter to another type of keyFilter
Full Changelog: v1.22.2...v1.22.3
@vue-flow/[email protected]
Patch Changes
- #1087
48bcb29c
Thanks @bcakmakoglu! - Enforce minHeight, minWidth and maxHeight, maxWidth by updating node styles whenever these props change (if an update is necessary)
@vue-flow/[email protected]
Minor Changes
- #1066
f1421f43
Thanks @bcakmakoglu! - AddoffsetScale
prop
v1.22.2
What's Changed
Patch Changes
- #1055
50059483
Thanks @bcakmakoglu! - Check if viewport transform is defined before setting infromObj
action
Full Changelog: v1.22.1...v1.22.2
v1.22.1
What's Changed
Patch Changes
-
#1048
b230e2ab
Thanks @bcakmakoglu! - Deprecateposition
andzoom
props onFlowExportObj
and replace withviewport
-
#1054
543423c2
Thanks @bcakmakoglu! - ESC key press causing browser error when blur on nodeEl is called -
#1048
b230e2ab
Thanks @bcakmakoglu! - Wait for viewport helper when callingfromObject
action
Full Changelog: v1.22.0...v1.22.1
v1.22.0
What's Changed
Minor Changes
-
#1034
080d8f41
Thanks @bcakmakoglu! - DeprecategetTransform
andsetTransform
and addgetViewport
andsetViewport
instead -
#1034
763ea593
Thanks @bcakmakoglu! - AddhasListener
to event hook objects to check if any listeners are bound -
#1034
4c191dfe
Thanks @bcakmakoglu! - Return promises from viewport actions that are resolved when the transition of the action has ended -
#1034
5d08d68a
Thanks @bcakmakoglu! - Add flag toremoveNodes
which allows recursively removing all child nodes of a parent -
#1034
5d08d68a
Thanks @bcakmakoglu! - Allow passing string or{ id }
type object togetIncomers
andgetOutgoers
Patch Changes
-
#1034
080d8f41
Thanks @bcakmakoglu! - Do not wait for the nodes initialized hook to trigger for viewport helper to become ready -
#1034
5e1802ca
Thanks @bcakmakoglu! - Destroy state when the creating scope is disposed. -
#1034
afd1d235
Thanks @bcakmakoglu! - WatchapplyDefault
state inuseVueFlow
scope instead of component scope otherwise adding nodes/edges to the state is impossible until theVueFlow
component has mounted unless the changes handlers are explicitly bound by the user.
Full Changelog: v1.21.3...v1.22.0
v1.21.3
What's Changed
Patch Changes
-
#1033
8585dd53
Thanks @bcakmakoglu! - Use correct handle position as source x,y position of connection lines -
#1041
373a345c
Thanks @bcakmakoglu! - Abort fit view when there are no nodes to fit around -
#1033
8585dd53
Thanks @bcakmakoglu! - Correct source handle type to be possibly null when passing as prop to custom connection line components
Full Changelog: v1.21.2...v1.21.3