Skip to content

Releases: Bojagi/bojagi

v0.18.1

17 Aug 12:34
Compare
Choose a tag to compare

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

  • Add support for custom storybook config folder @tchock (#179)

🐛 Bug Fixes

🧰 Maintenance

v0.17.1

25 May 15:58
Compare
Choose a tag to compare

We are very proud to release version 0.17.1 👩‍🚀

Contributors

Thanks to these the folks that made this release possible 🙇‍♂️

@JohannesMerz

What's new 👶

🚀 Features

0.17.0

17 May 16:23
Compare
Choose a tag to compare

We are very proud to release version 0.17.0 👩‍🚀

Contributors

Thanks to these the folks that made this release possible 🙇‍♂️

@tchock

What's new 👶

🚀 Features

🐛 Bug Fixes

  • Prioritize git SHA instead of GH actions env var @tchock (#175)

v0.16.0

27 Apr 11:08
Compare
Choose a tag to compare

We are very proud to release version 0.16.0 👩‍🚀

Contributors

Thanks to these the folks that made this release possible 🙇‍♂️

@tchock

What's new 👶

🚀 Features

  • Store commit config for split workflows @tchock (#173)

v0.15.1

16 Mar 10:14
Compare
Choose a tag to compare

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

02 Mar 23:53
Compare
Choose a tag to compare

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

🐛 Bug Fixes

👻 Internal changes

  • refactor(cli): Upgrade to ink3 and migrate code @tchock (#161)

🕵️‍♂️ Tests

🧰 Maintenance

0.14.1

02 Mar 13:27
Compare
Choose a tag to compare

We released some features that makes Bojagi more compatible with Storybook!

  • Support storybook context in decorators
  • Add support for Storybook's preview-head.html and preview-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

09 Feb 18:03
Compare
Choose a tag to compare
v0.13.1-1

v0.13.1

Storybook 0 config support

10 Feb 13:00
Compare
Choose a tag to compare

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

28 Dec 17:20
Compare
Choose a tag to compare

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.