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 Jan 17, 2024
1 parent 3732c8f commit c7b0d1c
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 5 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,16 @@

#### **In development**

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

> - Breaking Changes:
> - Features:
> - Added ItemContainer.SelectedBorderThickness dependency property
- Added NodifyEditor.GetLocationInsideEditor
> - Added NodifyEditor.GetLocationInsideEditor
> - Bugfixes:
> - Fixed PendingConnection.PreviewTarget not being set to null when there is no actual target
> - Fixed PendingConnection.PreviewTarget not being set on Connector.PendingConnectionStartedEvent
Expand Down
2 changes: 1 addition & 1 deletion Examples/Nodify.Calculator/Nodify.Calculator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<LangVersion>8.0</LangVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="StringMath" Version="4.0.0" />
<PackageReference Include="StringMath" Version="4.1.1" />
</ItemGroup>

<ItemGroup>
Expand Down
13 changes: 10 additions & 3 deletions Nodify/Nodify.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,18 @@
<PackageIcon>icon.png</PackageIcon>
<RepositoryUrl>https://github.com/miroiu/nodify</RepositoryUrl>
<PackageTags>wpf mvvm node-editor controls</PackageTags>
<Version>5.0.2</Version>
<Version>5.1.0</Version>
<PackageReleaseNotes>
> - Features:
> - Added ItemContainer.SelectedBorderThickness dependency property
> - Added NodifyEditor.GetLocationInsideEditor
> - Bugfixes:
> - Fixed NodeOutput content horizontal alignment
> - Fixed Connector not opening Context Menu
> - Fixed PendingConnection.PreviewTarget not being set to null when there is no actual target
> - Fixed PendingConnection.PreviewTarget not being set on Connector.PendingConnectionStartedEvent
> - Fixed PendingConnection.PreviewTarget not being set to null on Connector.PendingConnectionCompletedEvent
> - Fixed connectors panel not being affected by Node.VerticalAlignment
> - Changing BorderThickness causes layout shift when selecting an item container
> - Fixed the unintentional movement caused by snapping correction
</PackageReleaseNotes>
<AssemblyOriginatorKeyFile>..\build\Nodify.snk</AssemblyOriginatorKeyFile>
<PackageReadmeFile>README.md</PackageReadmeFile>
Expand Down

0 comments on commit c7b0d1c

Please sign in to comment.