diff --git a/CHANGELOG.md b/CHANGELOG.md index 39fb02b6..dd3581c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ #### **In development** +> - Breaking Changes: +> - Features: +> - Bugfixes: + +#### **Version 5.0.0** + > - Breaking Changes: > - Removed BaseConnection.GetArrowHeadPoints > - Removed BaseConnection.OffsetMode diff --git a/Nodify/Nodify.csproj b/Nodify/Nodify.csproj index 58602d35..e9f96e51 100644 --- a/Nodify/Nodify.csproj +++ b/Nodify/Nodify.csproj @@ -16,13 +16,20 @@ icon.png https://github.com/miroiu/nodify wpf mvvm node-editor controls - 4.1.0 + 5.0.0 + > - Breaking Changes: + > - Removed BaseConnection.GetArrowHeadPoints + > - Removed BaseConnection.OffsetMode + > - Changed return type of BaseConnection.DrawLineGeometry to support both arrowheads no matter the number of points on the line + > - Changed the default for BaseConnection.SourceOffset and BaseConnection.TargetOffset from Size(0, 0) to Size(14, 0) + > - Changed the default for BaseConnection.ArrowSize from Size(7, 6) to Size(8, 8) > - Features: - > - Added EditorGestures.Selection.DefaultMouseAction to make it easier to change between mouse buttons for selection - > - Added ItemsSelectStartedCommand and ItemsSelectCompletedCommand dependency properties to NodifyEditor for better undo/redo support - > - Bugfixes: - > - Fixed NodifyEditor.SelectedItems being empty after selection is completed + > - Added BaseConnection.SourceOffsetMode and BaseConnection.TargetOffsetMode + > - Added BaseConnection.ArrowEnds dependency property to allow configurable arrowhead ends + > - Added BaseConnection.ArrowShape dependency property to allow configurable arrowhead shape + > - Added NodifyEditor.EnableDraggingContainersOptimizations to allow receiving ItemContainer.Location updates in realtime + > - Added ConnectionOffsetMode.Static to allow offsetting the source and target points of the connection on the X and the Y axis without revolving around the source or target points ..\build\Nodify.snk README.md