Skip to content

v0.3.0

Choose a tag to compare

@cblavier cblavier released this 18 Aug 14:23
· 1153 commits to main since this release

What's Changed

  • change (breaking!): entries must now be written as .exs files. Otherwise, they will be ignored.
  • change (breaking!): variations have been rebranded as stories.
  • change (breaking!): live_storybook/2 must be set in your router.ex outside your main scope
    and outside your :browser pipeline.
  • feature: new Playground tab to play with your components! To use it, you must declare
    attributes in your component entries.
  • feature: you can opt-in iframe rendering for any of your components with def container, do: :iframe
  • improvement: storybook is now fully responsive.
  • improvement: meaningful errors are raised during compilation if your entries are invalid.
  • improvement: improved storybook CSS isolation. It should no longer leak within your components.
  • improvement: stateless component entries no longer require to define a component/0 function.
  • documentation: new sandboxing.md guide.

New Contributors

Full Changelog: v0.2.0...v0.3.0