Skip to content

Commit

Permalink
5.2.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
BAndysc committed Mar 28, 2024
1 parent 0ef8e35 commit 124f514
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
12 changes: 11 additions & 1 deletion Nodify/Nodify.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,18 @@
<PackageIcon>icon.png</PackageIcon>
<RepositoryUrl>https://github.com/BAndysc/nodify-avalonia</RepositoryUrl>
<PackageTags>avalonia mvvm node-editor controls</PackageTags>
<Version>5.2.0</Version>
<Version>5.2.0.1</Version>
<PackageReleaseNotes>
> 5.2.0.1:
> - Bugfixes:
> - Fixed Zooming into nested editors should not zoom the parent editors
> - Fixed Cancelling a pending connection via a hot key will no longer throw an exception
> - Fixed Exceptions in UnscaleTransformConverter and UnscaleDoubleConverter
> - Fixed Cannot use marquee selection and pan at the same time
> - Fixed Selection clear on items collection reset
> - Fixed Cannot use marquee selection inside comment nodes
>
> 5.2.0:
> - Features:
> - Added Text to BaseConnection, allowing displaying of text on connections
> - Added Foreground, FontSize, FontWeight, FontStyle, FontStretch and FontFamily to BaseConnection, allowing styling the displaying text
Expand Down
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ This is a direct port of [Nodify by miroiu](https://github.com/miroiu/nodify) to
The goal of the port is to keep the codebase as similar to the original code as possible, to the point, where merges from the upstream are not a problem.

> [!TIP]
> There is now a fantastic Avalonia port available! You can check it out [here](https://github.com/BAndysc/nodify-avalonia). Huge thanks to [BAndysc](https://github.com/BAndysc) who made this possible!
## 🚀 Examples of node-based applications

🎨 A playground application where you can try all the available settings.
Expand Down

0 comments on commit 124f514

Please sign in to comment.