This version features a major refactoring of the view hierarchy allowing shadows to be shown outside of views, even when clipping is activated for subviews.
A lot of new nodes were also added, mostly allowing more properties to be set for a view such as shadows, gradients etc. These nodes replace the previous view node “Interface View”, which was limited and old.
Release notes:
This release offers an updated view hierarchy, allowing shadows to be shown outside views, even when clipping is active. A lot of new nodes have been added, replacing the ”one size fits all” node ”InterfaceNode”. Overall memory management optimisations, show borders in view editor added and a small UI update to the browser also made it in there.
New nodes
- Set view frame
- Set view color
- Set view border
- Set view image
- Set view layout
- Set view text
- Text constants
- Text style
- Set view gradient
- Set view shadow
- Image mode
- Create view
- Clear image
Updated nodes
- Pulse
- Animate view
- Add view
- Image for url
- Item view (for collection views)
- Interface (deprecated, replaced by SetView…Node)