Releases: oblador/loki
Releases Β· oblador/loki
v0.35.1
What's Changed
- Update @storybook/react peer dependencies by @anti-pode in #509
- Fix: ensure types are included for create-async-callback package by @mgadewoll in #516
New Contributors
- @anti-pode made their first contribution in #509
- @mgadewoll made their first contribution in #516
Full Changelog: v0.35.0...v0.35.1
0.35.0
What's Changed
- Fix - Make loki work with Storybook8 by @Benrajalu in #507
New Contributors
- @Benrajalu made their first contribution in #507
Full Changelog: v0.34.1...v0.35.0
v0.34.1
What's Changed
- Fix brew install command in docs by @justusburger in #498
- fix: make is-loki-running include types in the package by @igorbej in #500
New Contributors
- @justusburger made their first contribution in #498
- @igorbej made their first contribution in #500
Full Changelog: v0.34.0...v0.34.1
0.34.0
What's Changed
- Changing from aws-chromelambda to @sparticuz/chromium by @thiagodmont in #492
- Update @storybook/react peer dependency in @loki/integration-react by @qooban in #491
- Bump to node 20 by @oblador in #496
- Replace wait-on with wait-port by @oblador in #497
New Contributors
- @thiagodmont made their first contribution in #492
- @qooban made their first contribution in #491
Full Changelog: v0.33.1...v0.34.0
0.33.1
0.33.0
What's Changed
- Add link to React example in docs/configuration.md by @pavelkeyzik in #466
- Lock Chrome version in docker tests by @oblador in #484
- chore: update storybook/react peer dep by @davebrewer in #476
- Use http server for file references in chrome.app by @gidztech in #472
- fix: add missing dependency [RN] by @slavikdenis in #480
- Update target-chrome-docker's runningInDocker check for cgroupsv2 by @remleduff in #478
New Contributors
- @pavelkeyzik made their first contribution in #466
- @davebrewer made their first contribution in #476
- @slavikdenis made their first contribution in #480
- @remleduff made their first contribution in #478
Full Changelog: v0.32.0...v0.33.0
0.32.0
What's Changed
- Remove support for Node 14, raise minimum version to 16 by @levibuzolic in #451
- Update @ferocia-oss/osnap to fix issues with ES Modules by @levibuzolic in #457
- Add diffOnly option to approve command by @markbrockhoff in #402
- Use http server for file references by @oblador in #461
New Contributors
- @markbrockhoff made their first contribution in #402
Full Changelog: v0.31.2...v0.32.0
0.31.2
0.31.1
0.31.0
New features
- Support for targeting a specific device ID when running in React Native using the
--device
argument. - Support for passing without any stories using the
--passWithNoStories
argument.
Fixes
- Update
chrome-remote-interface
to fix connection problem with Node 18.