|
| 1 | +## Changelog |
| 2 | + |
| 3 | +#### **In development** |
| 4 | +> - Breaking Changes: |
| 5 | +> - Features: |
| 6 | +> - Bugfixes: |
| 7 | +
|
| 8 | +#### **Version 2.0.1** |
| 9 | +> - Bugfixes: |
| 10 | +> - Fixed pending connection default style |
| 11 | +
|
| 12 | +#### **Version 2.0.0** |
| 13 | +> - Breaking Changes: |
| 14 | +> - Renamed Offset to ViewportLocation in NodifyEditor |
| 15 | +> - Renamed Scale to ViewportZoom in NodifyEditor |
| 16 | +> - Renamed MinScale to MinViewportZoom in NodifyEditor |
| 17 | +> - Renamed MaxScale to MaxViewportZoom in NodifyEditor |
| 18 | +> - Renamed AppliedTransform to ViewportTransform in NodifyEditor |
| 19 | +> - Renamed DirectionalConnection to LineConnection |
| 20 | +> - Removed BringIntoViewAnimationDuration from NodifyEditor |
| 21 | +> - Removed Viewport dependency property from NodifyEditor |
| 22 | +> - Removed ActualSize dependency property from StateNode |
| 23 | +> - Removed Icon dependency property from Node as the icon can *(and should)* be added in the HeaderTemplate if necessary |
| 24 | +> - PART_ItemsHost is now required for NodifyEditor to work |
| 25 | +> - ItemContainers cannot be used outside a NodifyEditor anymore |
| 26 | +> - ZoomAtPosition now requires graph space coordinates instead of screen space coordinates |
| 27 | +> - Removed custom value converters |
| 28 | +> - Made DependencyObjectExtensions internal |
| 29 | +> - Removed the http://miroiu.github.io/winfx/xaml/nodify xaml prefix |
| 30 | +> - Features: |
| 31 | +> - Added ResizeStartedEvent routed event to GroupingNode |
| 32 | +> - Added ViewportSize - **OneWayToSource** dependency property to NodifyEditor |
| 33 | +> - Added ActualSize - **OneWayToSource** dependency property to ItemContainer |
| 34 | +> - Added DecoratorContainer and DecoratorContainerStyle dependency properties to NodifyEditor |
| 35 | +> - Added RemoveConnectionCommand command to NodifyEditor |
| 36 | +> - Added DisconnectCommand and SplitCommand commands to BaseConnection |
| 37 | +> - Added ContentBrush dependency property to NodifyEditor |
| 38 | +> - Added HasFooter dependency property to Node |
| 39 | +> - Added FitToScreen command to NodifyEditor and EditorCommands |
| 40 | +> - Added onFinish callback to BringIntoView in NodifyEditor |
| 41 | +> - Added ArrowSize and Spacing dependency properties to all connections inheriting from BaseConnection |
| 42 | +> - Added BringIntoViewMaxDuration dependency property to NodifyEditor |
| 43 | +> - Added BringIntoViewSpeed dependency property to NodifyEditor |
| 44 | +> - Auto panning speed now scales with the zoom factor. |
| 45 | +> - Bugfixes: |
| 46 | +> - Every public property or method should work with graph space coordinates |
| 47 | +> - Disable auto panning when panning is disabled |
| 48 | +> - Min zoom could be set to a very small value |
| 49 | +> - Bring into view was not disabling all interfering operations |
0 commit comments