From b8cc232955064f985995503e635cd43dcdded66a Mon Sep 17 00:00:00 2001 From: miroiu Date: Tue, 23 Jul 2024 20:33:11 +0300 Subject: [PATCH] Bump version for release --- CHANGELOG.md | 7 ++++++- Nodify/Nodify.csproj | 13 +++++++------ 2 files changed, 13 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e2dbe02..2a55e9ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,12 @@ > - Breaking Changes: > - Features: -> - Added a Minimap control and EditorGestures.Minimap to Nodify +> - Bugfixes: + +#### **Version 6.2.0** + +> - Features: +> - Added a Minimap control and EditorGestures.Minimap > - Added ContentContainerStyle, HeaderContainerStyle and FooterContainerStyle dependency properties to Node > - Added BringIntoView that takes a Rect parameter to NodifyEditor > - Added the NodifyEditor's DataContext as the parameter of the ItemsSelectStartedCommand, ItemsSelectCompletedCommand, ItemsDragStartedCommand and ItemsDragCompletedCommand commands diff --git a/Nodify/Nodify.csproj b/Nodify/Nodify.csproj index 002aa8df..a5dd13df 100644 --- a/Nodify/Nodify.csproj +++ b/Nodify/Nodify.csproj @@ -16,15 +16,16 @@ icon.png https://github.com/miroiu/nodify wpf mvvm node-editor controls - 6.1.0 + 6.2.0 > - Features: - > - Added new built-in connection type: StepConnection + > - Added a Minimap control and EditorGestures.Minimap + > - Added ContentContainerStyle, HeaderContainerStyle and FooterContainerStyle dependency properties to Node + > - Added BringIntoView that takes a Rect parameter to NodifyEditor + > - Added the NodifyEditor's DataContext as the parameter of the ItemsSelectStartedCommand, ItemsSelectCompletedCommand, ItemsDragStartedCommand and ItemsDragCompletedCommand commands > - Bugfixes: - > - Fixed CircuitConnection directional arrows not interpolating correctly - > - Fixed BaseConnection SplitEvent and DisconnectEvent not being raised if the corresponding command is null - > - Fixed DecoratorContainer scaling with zoom when not referencing a theme in App.xaml - > - Fixed style not applying to the default Connection template outside App.xaml + > - Fixed hover effect and padding of NodeInput and NodeOutput for vertical orientation + > - Fixed ItemContainers being selected sometimes when double clicking the canvas ..\build\Nodify.snk README.md