We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f809529 commit ef4ae6bCopy full SHA for ef4ae6b
1 file changed
README.md
@@ -1,3 +1,5 @@
1
+
2
+
3
Node Editor Winforms
4
=======
5
@@ -6,6 +8,7 @@ Node Editor Winforms is a Windows Forms class library project, that provides nod
6
8

7
9
10
## Changelog
11
+* 2021.02.06 - Added ability to use string type parameters in node inputs and outputs directly, without need to create wrapper class
12
* 2021.01.24 - Added ability to access nodes custom editors via CustomEditor property of NodeVisual
13
* 2021.01.24 - Fixed method of resolving assemblies (which fixed for example usage of generic types in sockets, like List<T>)
14
* 2021.01.24 - Added support for customizing node width and height - via Node attribute parameters
0 commit comments