- Features:
- Added InputGroupStyle and OutputGroupStyle to Node
- Added PanWithMouseWheel, PanHorizontalModifierKey and PanVerticalModifierKey to EditorGestures.Editor
- Added CornerRadius dependency property to LineConnection, CircuitConnection and StepConnection
- Added EditorGestures.Editor.PushItems gesture used to start pushing ItemContainers vertically or horizontally
- Added PushedAreaStyle, PushedAreaOrientation and IsPushingItems dependency properties to NodifyEditor
- Added NodifyEditor.SnapToGrid utility function
- Bugfixes:
- Fixed ItemContainer.BorderBrush and ItemContainer.SelectedBrush not reacting to theme changes
- Add InputGroupStyle and OutputGroupStyle to Node by @miroiu in #145
- Smooth connection corners by @miroiu in #149
- Pan using the mouse wheel by @miroiu in #147
- Move all items relative to the cursor by performing a drag gesture by @miroiu in #150
- Fix ItemContainer borders not reacting to theme changes by @miroiu in #151
Full Changelog: v6.5.0...v6.6.0