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 Jul 23, 2024
1 parent 3dad36b commit b8cc232
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@

> - Breaking Changes:
> - Features:
> - Added a Minimap control and EditorGestures.Minimap to Nodify
> - Bugfixes:
#### **Version 6.2.0**

> - Features:
> - Added a Minimap control and EditorGestures.Minimap
> - Added ContentContainerStyle, HeaderContainerStyle and FooterContainerStyle dependency properties to Node
> - Added BringIntoView that takes a Rect parameter to NodifyEditor
> - Added the NodifyEditor's DataContext as the parameter of the ItemsSelectStartedCommand, ItemsSelectCompletedCommand, ItemsDragStartedCommand and ItemsDragCompletedCommand commands
Expand Down
13 changes: 7 additions & 6 deletions Nodify/Nodify.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,16 @@
<PackageIcon>icon.png</PackageIcon>
<RepositoryUrl>https://github.com/miroiu/nodify</RepositoryUrl>
<PackageTags>wpf mvvm node-editor controls</PackageTags>
<Version>6.1.0</Version>
<Version>6.2.0</Version>
<PackageReleaseNotes>
> - Features:
> - Added new built-in connection type: StepConnection
> - Added a Minimap control and EditorGestures.Minimap
> - Added ContentContainerStyle, HeaderContainerStyle and FooterContainerStyle dependency properties to Node
> - Added BringIntoView that takes a Rect parameter to NodifyEditor
> - Added the NodifyEditor's DataContext as the parameter of the ItemsSelectStartedCommand, ItemsSelectCompletedCommand, ItemsDragStartedCommand and ItemsDragCompletedCommand commands
> - Bugfixes:
> - Fixed CircuitConnection directional arrows not interpolating correctly
> - Fixed BaseConnection SplitEvent and DisconnectEvent not being raised if the corresponding command is null
> - Fixed DecoratorContainer scaling with zoom when not referencing a theme in App.xaml
> - Fixed style not applying to the default Connection template outside App.xaml
> - Fixed hover effect and padding of NodeInput and NodeOutput for vertical orientation
> - Fixed ItemContainers being selected sometimes when double clicking the canvas
</PackageReleaseNotes>
<AssemblyOriginatorKeyFile>..\build\Nodify.snk</AssemblyOriginatorKeyFile>
<PackageReadmeFile>README.md</PackageReadmeFile>
Expand Down

0 comments on commit b8cc232

Please sign in to comment.