github phenixdigital/phoenix_storybook v0.3.0

latest releases: v0.6.4, v0.6.3, v0.6.2...
2 years ago

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

Don't miss a new phoenix_storybook release

NewReleases is sending notifications on new releases.