You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> - Made SelectionType required in SelectionHelper
10
16
> - Moved GroupingNode.SwitchMovementModeModifierKey to EditorGestures.GroupingNode
17
+
> - Pending connections are now restricted to connect only to Connectors or to NodifyEditors and ItemContainers if PendingConnection.AllowOnlyConnectors is false
11
18
> - Features:
12
19
> - Added Connector.EnableStickyConnections to allow completing pending connections in two steps.
13
20
> - Added editor states which can be overriden by inheriting from NodifyEditor and implementing NodifyEditor.GetInitialState().
@@ -28,6 +35,7 @@
28
35
> - Fixed HandleRightClickAfterPanningThreshold not working as expected
29
36
> - Fixed DisablePanning not disabling auto panning in certain situations
30
37
> - Fixed GroupingNode selection not working with multiple selection modes
0 commit comments