github jonisavo/uicomponents v1.0.0-beta.3
Release 1.0.0-beta.3

latest releases: upm/v1.0.0-beta.9, v1.0.0-beta.9, upm/v1.0.0-beta.8...
11 months ago

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.

Don't miss a new uicomponents release

NewReleases is sending notifications on new releases.