Skip to content

Release 1.0.0-beta.3

Compare
Choose a tag to compare
@jonisavo jonisavo released this 26 May 16:05
· 43 commits to main since this release

1.0.0-beta.3 (2023-05-26)

Bug Fixes

  • docs: fix erroneous documentation comment in TestBed (24ead3e)

Features

  • add AssetDatabaseAssetResolver (57153a8)
  • initialize UIComponents on first attach to panel (e8a2c60)
  • UIComponent: return Task from Initialize (77a7cb7)

Performance Improvements

  • UIComponent: reduce allocations while loading style sheets (e163110)
  • UIComponent: use cached Task when no layouts are defined (1d2edd4)

BREAKING CHANGES

  • UIComponents no longer start their initialization in the inherited constructor. Instead, it is started when they are first attached to a panel. Alternatively, the newly exposed Initialize method can be called to start initialization.