Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
miroiu committed Mar 31, 2023
1 parent 9fe4b97 commit 2ac1509
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

#### **In development**

> - Breaking Changes:
> - Features:
> - Bugfixes:
#### **Version 5.0.0**

> - Breaking Changes:
> - Removed BaseConnection.GetArrowHeadPoints
> - Removed BaseConnection.OffsetMode
Expand Down
17 changes: 12 additions & 5 deletions Nodify/Nodify.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,20 @@
<PackageIcon>icon.png</PackageIcon>
<RepositoryUrl>https://github.com/miroiu/nodify</RepositoryUrl>
<PackageTags>wpf mvvm node-editor controls</PackageTags>
<Version>4.1.0</Version>
<Version>5.0.0</Version>
<PackageReleaseNotes>
> - 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
</PackageReleaseNotes>
<AssemblyOriginatorKeyFile>..\build\Nodify.snk</AssemblyOriginatorKeyFile>
<PackageReadmeFile>README.md</PackageReadmeFile>
Expand Down

0 comments on commit 2ac1509

Please sign in to comment.