Skip to content

Commit d8bb2df

Browse files
committed
Bump version for release
1 parent 1fede19 commit d8bb2df

2 files changed

Lines changed: 14 additions & 25 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
#### **In development**
44

5+
> - Breaking Changes:
6+
> - Features:
7+
> - Bugfixes:
8+
9+
#### **Version 7.2.0**
10+
511
> - Features:
612
> - Added ConnectionTemplateSelector, DecoratorTemplateSelector and PendingConnectionTemplateSelector to NodifyEditor to allow selecting the data template based on custom rules
713
> - Added TextBackground, TextPadding and TextCornerRadius dependency properties to BaseConnection to allow styling the background of the connection text

Nodify/Nodify.csproj

Lines changed: 8 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -16,33 +16,16 @@
1616
<PackageIcon>icon.png</PackageIcon>
1717
<RepositoryUrl>https://github.com/miroiu/nodify</RepositoryUrl>
1818
<PackageTags>wpf mvvm node network node-editor graph controls</PackageTags>
19-
<Version>7.1.0</Version>
19+
<Version>7.2.0</Version>
2020
<PackageReleaseNotes>
21-
> - Breaking Changes:
22-
> - Added ProcessHandledEvents to IInputHandler and removed it from InputProcessor
23-
> - Renamed EditorGestures.Editor.ResetViewportLocation to EditorGestures.Editor.ResetViewport
2421
> - Features:
25-
> - Introduced a new BringIntoView method overload in NodifyEditor that accepts an offset from the viewport edges
26-
> - Added BringIntoViewEdgeOffset to NodifyEditor to control the viewport edge offset when bringing the focused element into view
27-
> - Added ResetViewport to NodifyEditor to reset the viewport's location and zoom
28-
> - Improved tab and directional navigation, ensuring that focused elements are automatically brought into view
29-
> - Added keyboard navigation layers for nodes, connections and decorators; restricting keyboard navigation to the active layer
30-
> - Added ActiveNavigationLayer, ActivateNextNavigationLayer, ActivatePreviousNavigationLayer, RegisterNavigationLayer, RemoveNavigationLayer and ActivateNavigationLayer to NodifyEditor for keyboard layers management
31-
> - Added KeyboardNavigationLayer property to NodifyEditor that allows navigating through the ItemContainers
32-
> - Added AutoRegisterConnectionsLayer, AutoRegisterDecoratorsLayer, AutoFocusFirstElement, AutoPanOnNodeFocus, PanViewportOnKeyboardDrag and MinimumNavigationStepSize to NodifyEditor
33-
> - Added EditorGestures.Editor.Keyboard for keyboard navigation gestures
34-
> - Added FindNextFocusTarget, OnElementFocused and OnKeyboardNavigationLayerActivated virtual methods to NodifyEditor
35-
> - Added new gestures for keyboard navigation available in EditorGestures.Editor.Keyboard
36-
> - Added ToggleContentSelection to GroupingNode and its corresponding gesture to toggle the selection of nodes inside the group
37-
> - Added ZoomIn, ZoomOut and ResetViewport methods to the Minimap control
38-
> - Added ZoomIn, ZoomOut, ResetViewport and Pan gestures to EditorGestures.Minimap
39-
> - Added NavigationStepSize static property to Minimap
40-
> - Added Unbind to all gestures inside EditorGestures
41-
> - Added the KeyComboGesture that requires a trigger key to be held down before pressing a combo key
42-
> - Added FocusVisualPen and FocusVisualPadding dependency properties to BaseConnection
43-
> - Added default focus visuals for base editor controls that can be included by referencing the FocusVisual.xaml file
44-
> - Added MaxHotKeys and HotKeysDisplayMode static configuration fields to PendingConnection
45-
> - Added HotKeyControl with its corresponding theme resources to display the hotkeys for a pending connection
22+
> - Added ConnectionTemplateSelector, DecoratorTemplateSelector and PendingConnectionTemplateSelector to NodifyEditor to allow selecting the data template based on custom rules
23+
> - Added TextBackground, TextPadding and TextCornerRadius dependency properties to BaseConnection to allow styling the background of the connection text
24+
> - Added DrawTextBackground to BaseConnection to allow customizing the drawing of the text background
25+
> - Bugfixes:
26+
> - Fixed focus navigation exception when the editor is collapsed
27+
> - Fixed connection focus outline drawing inner overlapping lines
28+
> - Fixed connection focus outline not updating on directional arrow animation
4629
</PackageReleaseNotes>
4730
<AssemblyOriginatorKeyFile>..\build\Nodify.snk</AssemblyOriginatorKeyFile>
4831
<PackageReadmeFile>README.md</PackageReadmeFile>

0 commit comments

Comments
 (0)