From 08b673949ae4891872fa69e2bf3905560006e58e Mon Sep 17 00:00:00 2001 From: miroiu Date: Mon, 25 Nov 2024 19:02:28 +0200 Subject: [PATCH] Bump version for release --- CHANGELOG.md | 6 ++++++ Nodify/Nodify.csproj | 18 ++++++++++-------- 2 files changed, 16 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bdec5ce..6c11a5ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ #### **In development** +> - Breaking Changes: +> - Features: +> - Bugfixes: + +#### **Version 6.6.0** + > - Breaking Changes: > - Features: > - Added InputGroupStyle and OutputGroupStyle to Node diff --git a/Nodify/Nodify.csproj b/Nodify/Nodify.csproj index 2346bf00..3e60697d 100644 --- a/Nodify/Nodify.csproj +++ b/Nodify/Nodify.csproj @@ -15,16 +15,18 @@ https://github.com/miroiu/nodify icon.png https://github.com/miroiu/nodify - wpf mvvm node-editor controls - 6.5.0 + wpf mvvm node network node-editor graph controls + 6.6.0 > - Features: - > - Added SelectedConnection, SelectedConnections, CanSelectMultipleConnections and CanSelectMultipleItems dependency properties to NodifyEditor - > - Added IsSelected and IsSelectable attached dependency properties to BaseConnection - > - Added PrioritizeBaseConnectionForSelection static field to BaseConnection - > - Added EditorGestures.Connection.Selection - > - Added support for ScrollViewer in NodifyEditor (implements IScrollInfo) - > - Added NodifyEditor.ScrollIncrement dependency property + > - Added InputGroupStyle and OutputGroupStyle to Node + > - Added PanWithMouseWheel, PanHorizontalModifierKey and PanVerticalModifierKey to EditorGestures.Editor + > - Added CornerRadius dependency property to LineConnection, CircuitConnection and StepConnection + > - Added EditorGestures.Editor.PushItems gesture used to start pushing ItemContainers vertically or horizontally + > - Added PushedAreaStyle, PushedAreaOrientation and IsPushingItems dependency properties to NodifyEditor + > - Added NodifyEditor.SnapToGrid utility function + > - Bugfixes: + > - Fixed ItemContainer.BorderBrush and ItemContainer.SelectedBrush not reacting to theme changes ..\build\Nodify.snk README.md