Skip to content

Commit af0230c

Browse files
committed
Bump version for release
1 parent 1c21e74 commit af0230c

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
#### **In development**
44

55
> - Breaking Changes:
6+
> - Features:
7+
> - Bugfixes:
8+
9+
#### **Version 6.3.0**
10+
611
> - Features:
712
> - Added a CuttingLine control that removes intersecting connections
813
> - Added CuttingLineStyle, CuttingStartedCommand, CuttingCompletedCommand, IsCutting, EnableCuttingLinePreview and CuttingConnectionTypes to NodifyEditor

Nodify/Nodify.csproj

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,14 @@
1616
<PackageIcon>icon.png</PackageIcon>
1717
<RepositoryUrl>https://github.com/miroiu/nodify</RepositoryUrl>
1818
<PackageTags>wpf mvvm node-editor controls</PackageTags>
19-
<Version>6.2.0</Version>
19+
<Version>6.3.0</Version>
2020
<PackageReleaseNotes>
2121
> - Features:
22-
> - Added a Minimap control and EditorGestures.Minimap
23-
> - Added ContentContainerStyle, HeaderContainerStyle and FooterContainerStyle dependency properties to Node
24-
> - Added BringIntoView that takes a Rect parameter to NodifyEditor
25-
> - Added the NodifyEditor's DataContext as the parameter of the ItemsSelectStartedCommand, ItemsSelectCompletedCommand, ItemsDragStartedCommand and ItemsDragCompletedCommand commands
22+
> - Added a CuttingLine control that removes intersecting connections
23+
> - Added CuttingLineStyle, CuttingStartedCommand, CuttingCompletedCommand, IsCutting, EnableCuttingLinePreview and CuttingConnectionTypes to NodifyEditor
24+
> - Added EditorGestures.Editor.Cutting and EditorGestures.Editor.CancelAction
2625
> - Bugfixes:
27-
> - Fixed hover effect and padding of NodeInput and NodeOutput for vertical orientation
28-
> - Fixed ItemContainers being selected sometimes when double clicking the canvas
26+
> - Fixed connection styles not inheriting from the BaseConnection style
2927
</PackageReleaseNotes>
3028
<AssemblyOriginatorKeyFile>..\build\Nodify.snk</AssemblyOriginatorKeyFile>
3129
<PackageReadmeFile>README.md</PackageReadmeFile>

0 commit comments

Comments
 (0)