tyom / storybook-addons

Useful add-ons for Storybook
https://tyom.github.io/storybook-addons/
MIT License
23 stars 2 forks source link

Update dependencies and fix URL params issue #19

Closed tyom closed 3 years ago

tyom commented 3 years ago

In the later Storybook versions, the URL is updated with args parameter which is initialised with the query set on the preview (used to store the URL for isolated story view). This change includes fixtures URL param along with args to the parent window URL as well as preview URL which gets updated when fixture variants are selected.

Add a test that uses fixtures alongside the Storybook args.

Also fix the storybook-react-context which had an issue with the latest updated dependencies.

Addresses #18.