Skip to content

Release v2

Compare
Choose a tag to compare
@Niikelion Niikelion released this 26 Dec 22:55
· 13 commits to master since this release

Major rework of the debugger and further optimization changes.

Changelog:

  • new methods optimizing expensive recalculations: Cache & OnChange
  • better ui debugger with ability to force rerender and modyfing state of the components
  • Load method that helps updating ui based on resources loaded asynchronously
  • hidden OnRender event from IComponent as it is only intended for internal use
  • added component for attaching ui toolkit stylesheet to ui: StyleSheetWrapper