|
16 | 16 | <PackageIcon>icon.png</PackageIcon> |
17 | 17 | <RepositoryUrl>https://github.com/miroiu/nodify</RepositoryUrl> |
18 | 18 | <PackageTags>wpf mvvm node network node-editor graph controls</PackageTags> |
19 | | - <Version>7.0.4</Version> |
| 19 | + <Version>7.1.0</Version> |
20 | 20 | <PackageReleaseNotes> |
| 21 | + > - Breaking Changes: |
| 22 | + > - Added ProcessHandledEvents to IInputHandler and removed it from InputProcessor |
| 23 | + > - Renamed EditorGestures.Editor.ResetViewportLocation to EditorGestures.Editor.ResetViewport |
21 | 24 | > - 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 |
27 | 46 | </PackageReleaseNotes> |
28 | 47 | <AssemblyOriginatorKeyFile>..\build\Nodify.snk</AssemblyOriginatorKeyFile> |
29 | 48 | <PackageReadmeFile>README.md</PackageReadmeFile> |
|
0 commit comments