Releases: Bojagi/bojagi
v0.18.1
We are very proud to release version 0.18.0 👩🚀
Contributors
Thanks to these the folks that made this release possible 🙇♂️
@JohannesMerz, @sime and @tchock
What's new 👶
🚀 Features
🐛 Bug Fixes
- use relative file path as filepath @JohannesMerz (#187)
- use relative path fr story filenames @JohannesMerz (#186)
- update readmes @JohannesMerz (#185)
- enable local storage, ignore require error on analyse step @JohannesMerz (#184)
- Add mock for setConfig function of storybook addons package @tchock (#182)
- Compare absolute paths for dependency resolution @tchock (#181)
- Make stories with same name possible @tchock (#178)
🧰 Maintenance
v0.17.1
We are very proud to release version 0.17.1 👩🚀
Contributors
Thanks to these the folks that made this release possible 🙇♂️
What's new 👶
🚀 Features
- storybook 6.3.x support @JohannesMerz (#177)
0.17.0
v0.16.0
v0.15.1
We are very proud to release version 0.15.1 👩🚀
Contributors
Thanks to these the folks that made this release possible 🙇♂️
@renovate, @renovate-bot, @renovate[bot] and @tchock
What's new 👶
🐛 Bug Fixes
- Support webpack cases where request is in module @tchock (#172)
- Bring back webpack5 dependency module resolution @tchock (#171)
- Fix Storybook CRA sink related bugs @tchock (#170)
🧰 Maintenance
v0.15.0
We are very proud to release version 0.15.0 👩🚀
Contributors
Thanks to these the folks that made this release possible 🙇♂️
@JohannesMerz and @tchock
What's new 👶
🚀 Features
- support storybook 6.2.x-beta @JohannesMerz (#165)
- Add story ordering for preview mode @tchock (#163)
- remove dependency limit again @JohannesMerz (#160)
🐛 Bug Fixes
- Only fake main @storybook/react import @tchock (#168)
- Force exit on error @tchock (#167)
- error.stack being empty string in error @JohannesMerz (#166)
- Use production env for webpack configs @tchock (#164)
- Resolve loaders that are hoisted within storybook package @tchock (#162)
- get git path for whole project instead for each file @tchock (#159)
- dependency path uses gitpath as id @JohannesMerz (#158)
👻 Internal changes
🕵️♂️ Tests
- hooks in stories integration test @JohannesMerz (#157)
🧰 Maintenance
0.14.1
We released some features that makes Bojagi more compatible with Storybook!
- Support storybook context in decorators
- Add support for Storybook's
preview-head.html
andpreview-body.html
Also we now we added some limits:
- Maximum 200 stories
- Maximum 600 files
- Maximum 600 dependencies
This will make your CLI fail early before we silently hit these limits on our backend side.
We will soften these limits in future releases.
rerelease v0.13.1
v0.13.1-1 v0.13.1
Storybook 0 config support
We reduced the need to configure Bojagi to work with Storybook. From now on just running yarn bojagi deploy
or npx bojagi deploy
should work without any additional configuration.
Were a re now working to close the feature gap to Storybook that features like the preview-head.html
and preview-body.html
files work as well.
Features
Support storybook webpack config
We now support the storybook webpack file. This is particularly helpful for libraries that don't use webpack (and just Rollup instead for example).
Support storybook stories array from the .storybook/main.js
config
The paths to stories configured in storybook now are read by the Bojagi CLI.
Bugfixes
- We added a nicer hint with a link to our docs when no stories wer found
Webpack 5 and much more
Features
Webpack 5 support
We now support webpack 5!
Bugfixes
- Preview works now in safari 🎉
Breaking changes
React and React-Dom are now peer dependencies. So please make sure to add them to your project when using bojagi.