Skip to content
This repository was archived by the owner on Oct 14, 2024. It is now read-only.

0.4.0 - Santa Claus

Choose a tag to compare

@bolismauro bolismauro released this 24 Dec 13:31
· 564 commits to master since this release

Changes

Core

  • Node now exposes container, 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

  • NSViewCustom and NativeButton are now open classes and can be subclassed
  • Improved MacOS support
  • Improve MacOS elements

Breaking Changes

  • renderer in AnyNode is now optional
  • Rename middlewares to middleware
  • Middleware is now non-generic, in order to allow reusable middleware (e.g., middleware shipped with libraries)