Skip to content

v1.0.0-alpha.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@zach-klippenstein zach-klippenstein released this 01 Sep 01:18
· 1865 commits to main since this release
  • Fix expectWorker to match on concrete types of generic workers. (#154)
  • Fix RenderTester workflow class matching for mocked workflow instances. (#156)
  • Remove unused T param for testFromState. (#158)
  • Restore EmittedOutput as a deprecated typealias. (#160)
  • Fix workflow expectation crashing when a worker is ran first. (#164)
  • Disable build config generation. (#166)
  • Allow emitting multiple outputs from root workflow, and consuming multiple outputs from
    fragments. (#169 – thanks @bnvinay92!)
  • Let WorkflowFragment subclasses override root view's layoutParams. (#169 – thanks @bnvinay92!)
  • Introduce WorkflowViewStub.updatesVisibility. (#178)