Skip to content

Release 1.0.0-beta.4

Compare
Choose a tag to compare
@jonisavo jonisavo released this 08 Jul 13:34
· 36 commits to main since this release

1.0.0-beta.4 (2023-07-08)

Bug Fixes

  • disable auto reference in predefined assemblies (1d56d8e)

Features

  • testing: allow instantiating with constructor arguments in TestBed (9744ed6)
  • testing: rework TestBed to work with any class (f7b4dd5)

BREAKING CHANGES

  • testing: TestBed’s CreateComponent method has been renamed to Instantiate and it no longer takes a factory predicate. Its CreateComponentAsync method has been removed as well as it wasn’t useful in the synchronous Unity Test Framework.
  • UIComponents' assemblies are no longer referenced automatically in predefined assemblies.