New
0.16.0
New:
- Add
setContentAndSnapshotto 'mosaic-testing' which returns the initial composition snapshot. This avoids a potential problem with callingsetContentand thenawaitSnapshotsince the latter will trigger a subsequent recomposition (if needed), preventing observation of the initial state.
Changed:
Staticcomposable no longer takes a list. Instead, it behaves like a normal composable which only renders its function once.- Drop use of Jansi library for supporting ANSI color output on Windows.