Skip to content

Releases: oblador/loki

0.21.0

11 Jun 09:44
Compare
Choose a tag to compare

Breaking changes

  • Improve getSelectorBoxSize to find fixed & absolute elements. This is a bug fix, but will alter the cropping of some stories, especially those using fixed and absolute elements.

Bug fixes

  • Listen to requests until selector is present, fixes flakiness with fonts for slow components/big bundles
  • Make blinking input carets transparent to avoid flakiness

0.20.2

25 Mar 21:07
Compare
Choose a tag to compare
  • Add compatibility with Storybook 5 in loki init command
  • Pass through third storiesOf param
  • Disable pointer events to combat unintended :hover styles
  • Add loki command alias to entry package for yarn add global support
  • Wait between retries when launching stories tab to combat flakiness in Circle CI

0.20.1

25 Feb 01:27
Compare
Choose a tag to compare

Bug fixes

  • Fix bug where looks-same differ would not properly detect changes.

0.20.0

21 Feb 06:04
Compare
Choose a tag to compare

New features

  • New fileNameFormatter config enabling any custom file format of snapshot files.
  • Support separate configuration file, as .lokirc or loki.config.js.

Bug fixes

  • Fix bad file reference in react-native integration

0.19.1

21 Feb 03:39
Compare
Choose a tag to compare

Bug fixes

  • Fix elements with zero width/height but having padding treated as invisible.

0.19.0

21 Feb 03:36
Compare
Choose a tag to compare

New features

  • New improved concurrency model
  • New interactive console output renderer
  • New AWS Lambda renderer for large test suites
  • New fetchFailIgnore config to support not failing for specified failed fetches

Bug fixes

  • Fix race condition when automatically adjusting viewport for tall content
  • Add Storybook for compatibility for react-native
  • Fix looks-same config params reading

0.18.1

25 Oct 08:29
Compare
Choose a tag to compare
  • Math.ceil the height value passed to setDeviceMetricsOverride to fix "Invalid parameters height" errors

0.18.0

25 Sep 06:47
Compare
Choose a tag to compare
  • BREAKING: Automatically adjust height in Chrome
  • Add Image.propTypes to Image proxy

0.17.1

20 Aug 21:11
b50c558
Compare
Choose a tag to compare
  • Fix regression in getNetworkHost

0.17.0

04 Jun 10:17
c0bdf48
Compare
Choose a tag to compare
  • BREAKING CHANGE: Make docker seccomp usage opt-out