Skip to content

Releases: oblador/loki

0.9.1

23 Jan 10:37
3306f81
Compare
Choose a tag to compare

Fix builds passing if no stories were found

0.9.0

22 Jan 14:27
1427d01
Compare
Choose a tag to compare
  • 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

25 Nov 08:13
7eee7fd
Compare
Choose a tag to compare
  • 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 --chromeToleranceoption not being respected for test outcome only diff images
  • Fix TypeError: source.close is not a function errors

0.7.0

22 Oct 21:26
Compare
Choose a tag to compare
  • Fail stories where images time out and output their URLs to terminal.
  • Add crash reporting for react native and automatic crash recovery.
  • Fix race condition getting the addons channel in react-native.

0.6.4

18 Oct 13:17
Compare
Choose a tag to compare

Fix startup crash by using get-port package instead of deep lighthouse require

0.6.3

02 Oct 06:26
Compare
Choose a tag to compare
  • Fixes running web tests in docker locally on linux.

0.6.2

01 Oct 15:16
Compare
Choose a tag to compare
  • Removes OSX specific fixes for other platforms to fix running loki on Travis CI.

0.6.0

09 Sep 11:26
Compare
Choose a tag to compare
  • Support for static bundles
  • Support for Vue
  • Better support for non-latin languages in story names
  • Fix build-storybook crash