You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.