Releases: oblador/loki
Releases Β· oblador/loki
0.9.2
0.9.1
0.9.0
- Support for asynchronous stories with the
add.async
API. - Support for skipping stories that you want in storybook but not tested by loki.
- Fixed storybook bundle script matcher, previously could fail when you had multiple script tags.
- Fixed JSDOM environment adding
setImmediate
and family.
0.8.0
- Add
--chromeDockerImage
option to pinpoint a specific version/OS - BREAKING CHANGE: Change default Chrome docker, this especially affects font rendering. Use
--chromeDockerImage "armbues/chrome-headless"
to get previous behavior. - Report failed requests (such as images) to terminal in Chrome
- Pause
requestAnimationFrame
based animations (such as React Motion) at the end frame in Chrome by default - Remove fade animation of images on android
- Fix
--chromeTolerance
option not being respected for test outcome only diff images - Fix
TypeError: source.close is not a function
errors