This repository was archived by the owner on Oct 14, 2024. It is now read-only.
0.4.0 - Santa Claus
Changes
Core
Nodenow exposescontainer, which is the (platform dependent) native view in which the node is rendered- Fix documentation and add documentation where was missing
- Add Lifecycle hooks
- Fix random int generation on 32-bit platforms
- Improve codebase style through Swiftlint
MacOS
NSViewCustomandNativeButtonare now open classes and can be subclassed- Improved MacOS support
- Improve MacOS elements
Breaking Changes
rendererinAnyNodeis now optional- Rename
middlewarestomiddleware - Middleware is now non-generic, in order to allow reusable middleware (e.g., middleware shipped with libraries)
