What's Changed
Minor Changes
-
#1447
acd6069
Thanks @bcakmakoglu! - Return non-nullable edge fromuseEdge
-
#1447
acd6069
Thanks @bcakmakoglu! - Use node/edge id as the only dependency to render nodes/edges. -
#1446
d8bdac1
Thanks @bcakmakoglu! - Remove visibility (hidden) check fromgetNodes
&getEdges
-
#1440
a02b9a4
Thanks @bcakmakoglu! - Remove auto-generated hanle-ids and usenull
as the default handle id.
If you were relying on handle-ids in your code but weren't assigning them explicitly, you'll might need to update your code to handle this change.
By default, if you don't provide a handle-id, it will benull
and the first handle of the corresponding type will be used. -
#1446
d8bdac1
Thanks @bcakmakoglu! - Rendernull
if edge is hidden -
#1433
7547ade
Thanks @bcakmakoglu! - AddedgeId
to handle connection objects returned byuseHandleConnections
-
#1450
d64efc6
Thanks @bcakmakoglu! - Replace internally nodeIds/edgeIds array with nodeLookup/edgeLookup map -
#1445
64a5162
Thanks @bcakmakoglu! - Rendernull
if node is hidden but render whole list of nodes regardless of visibility
Patch Changes
-
#1449
27ec132
Thanks @bcakmakoglu! - Disable pinch zoom on mobile ifzoomToPinch
isfalse
-
#1448
fe58110
Thanks @bcakmakoglu! - Disable dragging when using multi-touch
Full Changelog: v1.34.1...v1.35.0