Skip to content

Release v6.6.0

Latest
Compare
Choose a tag to compare
@miroiu miroiu released this 25 Nov 17:10
· 7 commits to master since this release
  • 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

push-items

Full Changelog: v6.5.0...v6.6.0