Skip to content

Commit

Permalink
Bump version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
miroiu committed Apr 10, 2023
1 parent 57c51e0 commit 9f2da64
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 13 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

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

> - Bugfixes:
> - Returning false from PendingConnection.StartedCommand.CanExecute does not stop the creation of a pending connection
> - BaseConnection.ArrowEnds does not display correctly when BaseConnection.Direction is ConnectionDirection.Backward
Expand Down
17 changes: 4 additions & 13 deletions Nodify/Nodify.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,11 @@
<PackageIcon>icon.png</PackageIcon>
<RepositoryUrl>https://github.com/miroiu/nodify</RepositoryUrl>
<PackageTags>wpf mvvm node-editor controls</PackageTags>
<Version>5.0.0</Version>
<Version>5.0.1</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 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
> - Bugfixes:
> - Returning false from PendingConnection.StartedCommand.CanExecute does not stop the creation of a pending connection
> - BaseConnection.ArrowEnds does not display correctly when BaseConnection.Direction is ConnectionDirection.Backward
</PackageReleaseNotes>
<AssemblyOriginatorKeyFile>..\build\Nodify.snk</AssemblyOriginatorKeyFile>
<PackageReadmeFile>README.md</PackageReadmeFile>
Expand Down

0 comments on commit 9f2da64

Please sign in to comment.