Skip to content

0.8.0

Compare
Choose a tag to compare
@alexreardon alexreardon released this 17 Apr 05:29
· 262 commits to master since this release

Graceful error handling #12

If a task has an error you will get some information printed in the panel. Previously the whole panel would just hang forever 😇

error handling

Dark mode support

For those of you using storybook in dark mode, this addon will now look right at home:

dark mode

Testing

We have added a whole bunch of unit tests and browser tests to ensure that tasks execution and the UI is behaving as expected.

Here is one of our cypress tests running on CI:

run-all spec tsx 2020-04-17 15_25_46

Fix: storyFn

We now do a much better job of handling whatever story you want to render.

Thanks @Madou for originally raising this and @czearing for the original fix