0.8.0
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 😇
Dark mode support
For those of you using storybook in dark mode, this addon will now look right at home:
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:
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