This repository has been archived by the owner on Jan 7, 2023. It is now read-only.
Releases: lifeiscontent/storybook-addon-next-router
Releases · lifeiscontent/storybook-addon-next-router
v4.0.2
4.0.1 release
What's Changed
- docs: Update old document by @dev-yakuza in #63
- chore: upgrade deps by @lifeiscontent in #65
New Contributors
- @dev-yakuza made their first contribution in #63
Full Changelog: v4.0.0...v4.0.1
React 18 Support
Thanks to @alex-ahumada for the help with this release. 🎉
v3.1.1
What's Changed
- chore(deps-dev): bump next from 12.0.4 to 12.0.5 by @dependabot in #49
Full Changelog: v3.1.0...v3.1.1
Fix: parameters override bug
Full Changelog: v3.0.10...v3.1.0
v3.0.10
Support for Next 12
storybook-addon-next-router now supports Next 12
What's Changed
- docs: fix RouterContext path by @dora1998 in #36
- chore: simplify publishing by @lifeiscontent in #44
- feat: add availability for next v12 by @kbardi in #40
- Fix import for Next 12 by @eric-burel in #41
New Contributors
- @dora1998 made their first contribution in #36
- @kbardi made their first contribution in #40
- @eric-burel made their first contribution in #41
Full Changelog: v3.0.8...v3.0.9
Add tslib as peer dependency
in previous versions we added tslib as a dev dependency, which was causing issues for people.
this version should fix that. Thanks to @unixdev for pointing this out!
Fix README on npm
published new README and updated some deps
Next.js 11 and i18n support
Updates in this release
- support for storybook i18n, so locales work with storybook and next.js
- next.js 11 support
Thanks to @rauchg, @timneutkens, @willheslam, @armandabric, and @stevensacks for the help