Skip to content

Commit 516b84d

Browse files
committed
Bump version for release
1 parent 2e66412 commit 516b84d

File tree

2 files changed

+31
-7
lines changed

2 files changed

+31
-7
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
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.1.0**
10+
511
> - Breaking Changes:
612
> - Added ProcessHandledEvents to IInputHandler and removed it from InputProcessor
713
> - Renamed EditorGestures.Editor.ResetViewportLocation to EditorGestures.Editor.ResetViewport
@@ -27,7 +33,6 @@
2733
> - Added default focus visuals for base editor controls that can be included by referencing the FocusVisual.xaml file
2834
> - Added MaxHotKeys and HotKeysDisplayMode static configuration fields to PendingConnection
2935
> - Added HotKeyControl with its corresponding theme resources to display the hotkeys for a pending connection
30-
> - Bugfixes:
3136
3237
#### **Version 7.0.4**
3338

Nodify/Nodify.csproj

Lines changed: 25 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,33 @@
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.0.4</Version>
19+
<Version>7.1.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
2124
> - Features:
22-
> - Added AsRef extension method to InputGesture to convert it to an InputGestureRef
23-
> - Bugfixes:
24-
> - Fixed an issue where the gesture used for EditorGestures.Editor.SelectAll extracted from the ApplicationCommands was assumed to be a KeyGesture
25-
> - Fixed overrides of DrawDirectionalArrowheadGeometry virtual method not working in subclasses of the built in connections
26-
> - Fixed a memory leak caused by the auto panning timer
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
2746
</PackageReleaseNotes>
2847
<AssemblyOriginatorKeyFile>..\build\Nodify.snk</AssemblyOriginatorKeyFile>
2948
<PackageReadmeFile>README.md</PackageReadmeFile>

0 commit comments

Comments
 (0)