Releases: oblador/loki
Releases · oblador/loki
0.16.0
0.15.1
0.15.0
0.14.2
0.14.1
0.14.0
General
- Breaking change: Auto update missing references when running locally
Chrome targets
- Disable will-change CSS property when disabling animations
- Add support for emulating media to test print styles and more
- Fix timeouts when selector has zero dimensions
- Exclude invisible elements from the target selector dimensions calculation
0.13.0
- Fix Storybook 4.0 support by deprecating
skip/async
monkey patching and addinglokiSkip/lokiAsync
addon instead. (#79 by @nowells) - Make docker download a separate step (#83 by @oblador)
- Fix relative URLs not being resolved for chrome.app (#81 by @oblador)
- Fix final output of failed url loading errors (#82 by @oblador)
0.12.0
0.11.0
- Breaking change:
chromeTolerance
setting now defaults to0
. - Breaking change:
requireReference
andverboseRenderer
are now true by default on CI - Improve pending request detection for chrome (esp helpful for webfonts).
- Support
skip
/async
helpers in newer versions of storybook - Allow docker to run from sibling container
0.10.0
- Removed JSDOM and now using Chrome to fetch stories on web. This fixes issues with some APIs not being properly polyfilled.
- Added new
--verboseRenderer
option that outputs progress in a way more suitable for CI environments. - Added new
--chromeRetries
option to optionally retry when taking a screenshot fails. - Fixed
gm
errors not being outputted properly - Fixed react-native dependency check when there's no
dependencies
field inpackage.json
- Increased docker shared memory to 1gb which fixes some timeouts in Chrome.