|
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.1.0</Version> |
| 19 | + <Version>7.2.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 |
24 | 21 | > - 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 |
46 | 29 | </PackageReleaseNotes> |
47 | 30 | <AssemblyOriginatorKeyFile>..\build\Nodify.snk</AssemblyOriginatorKeyFile> |
48 | 31 | <PackageReadmeFile>README.md</PackageReadmeFile> |
|
0 commit comments