|
21 | 21 | > - Added Select, BeginSelecting, UpdateSelection, EndSelecting, CancelSelecting and AllowSelectionCancellation to NodifyEditor |
22 | 22 | > - Added IsDragging, BeginDragging, UpdateDragging, EndDragging and CancelDragging to NodifyEditor |
23 | 23 | > - Added AlignSelection and AlignContainers methods to NodifyEditor |
24 | | -> - Added HasCustomContextMenu dependency property to NodifyEditor and ItemContainer |
| 24 | +> - Added HasCustomContextMenu dependency property to NodifyEditor, ItemContainer and Connector |
25 | 25 | > - Added Select, BeginDragging, UpdateDragging, EndDragging and CancelDragging to ItemContainer |
26 | 26 | > - Added PreserveSelectionOnRightClick configuration field to ItemContainer |
27 | 27 | > - Added BeginConnecting, UpdatePendingConnection, EndConnecting, CancelConnecting and RemoveConnections methods to Connector |
28 | 28 | > - Added a custom MouseGesture with support for key combinations |
29 | 29 | > - Added InputProcessor to NodifyEditor, ItemContainer and Connector, enabling the extension of controls with custom states |
30 | | -> - Added ElementOperationState to simplify the creation of complex control states |
| 30 | +> - Added DragState to simplify creating click-and-drag operations, with support for initiating and completing them using the keyboard |
31 | 31 | > - Move the viewport to the mouse position when zooming on the Minimap if ResizeToViewport is false |
32 | 32 | > - Bugfixes: |
33 | 33 | > - Fixed an issue where the ItemContainer was selected by releasing the mouse button on it, even when the mouse was not captured |
|
38 | 38 | > - Fixed an issue where controls would capture the mouse unnecessarily; they now capture it only in response to a defined gesture |
39 | 39 | > - Fixed an issue where the minimap could update the viewport without having the mouse captured |
40 | 40 | > - Fixed ItemContainer.Select and NodifyEditor.SelectArea to clear the existing selection and select the containers within the same transaction |
| 41 | +> - Fixed an issue where editor operations failed to cancel upon losing mouse capture. |
41 | 42 | |
42 | 43 | #### **Version 6.6.0** |
43 | 44 |
|
|
0 commit comments