Skip to content
This repository has been archived by the owner on Jan 7, 2023. It is now read-only.

Releases: lifeiscontent/storybook-addon-next-router

Fix invalid peer dependancies

08 Feb 17:30
Compare
Choose a tag to compare

Previously we had some non-semver peer deps, this should be fixed now.

please open an issue if you have one.

Support React 17 peer dependency

18 Dec 17:40
Compare
Choose a tag to compare

Thanks to @bcomnes for the contribution.

This fixes a peer dependency issue when using npm 7.

Make router signature a bit more generic

05 Dec 04:41
Compare
Choose a tag to compare

previously we were typing out all the args by hand, now we're just spreading the args into the storybook actions to make the API a bit more transparent to next.js

Add support for Next 10

05 Dec 04:32
Compare
Choose a tag to compare

This release adds support for Next 10. Just changing the peer dependency to account for both 9.x and 10.x

v2.0.0

12 Aug 02:12
Compare
Choose a tag to compare

This release adds support for Storybook 6.0!