
Adds new CompositeNode components.
Features
- New CompositeNode components - Component classes that support user interaction can now be used as part of CompositeNode templates:
- ButtonComponent implements clickable buttons inside nodes.
- CheckBoxComponent represents a check-box that lets users select true / false values.
- EditComponent implements an editable text area.
- NumericEditComponent implements number-entry area.
- SliderComponent allows selecting of values from a numerical range by dragging a slider.
- SpinnerComponent represents a spin-edit component.
- Improved FlowchartLayout - FlowchartLayout can now arrange more types of graphs, no longer requiring them to represent strictly-nested source code structures.