0.20.0 (2022-08-28)
Features
- create new asmdef for UIComponents.Testing (95571ec)
- TestBed: add implicit conversion from TestBedBuilder (99c5203)
- TestBed: add SetSingletonOverride instance method (8fe0b9d)
- UIComponent: add WaitForInitializationEnumerator method (76ef531)
- UIComponent: load assets asynchronously (b95192c)
BREAKING CHANGES
- Usage of UIComponents.Testing now requires including an assembly definition reference.
- UIComponent: Assets are now loaded asynchronously. Operations related to the DOM or stylesheets must now be done in the new virtual OnInit method.