You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,14 @@
2
2
3
3
#### **In development**
4
4
5
-
> - Breaking Changes:
6
5
> - Features:
6
+
>- Added ConnectionTemplateSelector, DecoratorTemplateSelector and PendingConnectionTemplateSelector to NodifyEditor to allow selecting the data template based on custom rules
7
+
>- Added TextBackground, TextPadding and TextCornerRadius dependency properties to BaseConnection to allow styling the background of the connection text
8
+
>- Added DrawTextBackground to BaseConnection to allow customizing the drawing of the text background
7
9
> - Bugfixes:
10
+
>- Fixed focus navigation exception when the editor is collapsed
Gets or sets the corner radius of the text background. Only applied if [BaseConnection.TextBackground](Nodify_BaseConnection#textbackground) is not null.
Gets or sets the padding around the text of the connection. Only applied if [BaseConnection.TextBackground](Nodify_BaseConnection#textbackground) is not null.
Gets or sets whether to disable the auto panning when selecting or dragging near the edge of the editor configured by [NodifyEditor.AutoPanEdgeDistance](Nodify_NodifyEditor#autopanedgedistance).
0 commit comments