From e9a6023c42cabc7e70bb6bde6df907310e8ad2c9 Mon Sep 17 00:00:00 2001 From: miroiu Date: Mon, 13 May 2024 09:55:13 +0300 Subject: [PATCH] Prepare for release --- CHANGELOG.md | 8 ++++++-- Nodify/Nodify.csproj | 6 ++++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a72f246f..ef7eb5e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ #### **In development** +> - Breaking Changes: +> - Features: +> - Bugfixes: + +#### **Version 6.0.0** + > - Breaking Changes: > - Added a parameter for the orientation to DrawArrowGeometry, DrawDefaultArrowhead, DrawRectangleArrowhead and DrawEllipseArrowhead in BaseConnection > - Added source and target parameters to GetTextPosition in BaseConnection @@ -31,7 +37,6 @@ #### **Version 5.1.0** -> - Breaking Changes: > - Features: > - Added ItemContainer.SelectedBorderThickness dependency property > - Added NodifyEditor.GetLocationInsideEditor @@ -69,7 +74,6 @@ > - 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 -> - Bugfixes: #### **Version 4.1.0** diff --git a/Nodify/Nodify.csproj b/Nodify/Nodify.csproj index 85da0b5f..bcce8f11 100644 --- a/Nodify/Nodify.csproj +++ b/Nodify/Nodify.csproj @@ -21,7 +21,7 @@ > - Breaking Changes: > - Added a parameter for the orientation to DrawArrowGeometry, DrawDefaultArrowhead, DrawRectangleArrowhead and DrawEllipseArrowhead in BaseConnection > - Added source and target parameters to GetTextPosition in BaseConnection - > - EditorGestures is now a singleton instead of a static class (can be inherited from to create custom mappings) + > - EditorGestures is now a singleton instead of a static class (can be inherited to create custom mappings) > - Selection gestures for ItemContainer and GroupingNode are now separated from the NodifyEditor selection gestures > - Renamed EditorGestures.Editor.Zoom to ZoomModifierKey > - Features: @@ -29,8 +29,10 @@ > - Added DirectionalArrowsCount to BaseConnection to allow drawing multipe arrows on a connection flowing in the connection direction > - Added DrawDirectionalArrowsGeometry and DrawDirectionalArrowheadGeometry to BaseConnection to allow customizing the directional arrows > - Improved EditorGestures to allow changing input gestures at runtime - > - Added new gesture types: AnyGesture, AllGestures and InputGestureRef + > - Added new gesture types: AnyGesture, AllGestures, and InputGestureRef > - Added Orientation dependency property to NodeInput and NodeOutput + > - Added DirectionalArrowsOffset dependency property to BaseConnection + > - Added StartAnimation and StopAnimation methods to BaseConnection > - Bugfixes: > - Fixed BaseConnection.Text not always displaying in the center of the connection > - Fixed a bug where the item container would incorrectly transition to the dragging state on mouse over