Releases: phenixdigital/phoenix_storybook
Releases · phenixdigital/phoenix_storybook
v0.6.4
v0.6.3
v0.6.2
- improvement: fixed Elixir 1.17 related warnings
- bugfix: fixed nofile_error_due_to_missing_env issue
v0.6.1
v0.6.0
- change (breaking!): all css
lsb-
prefixes have been renamed topsb-
(matchinglive storybook
renaming tophoenix storybook
). - change (breaking!):
assign
andtoggle
events have been prefixed withpsb-
(cf.components.md
guide) - feature: render any stories with the new :one_column layout
- improvement: fixed compatibility with phoenix_html_helpers
- improvement: function components use iframe srcdoc.
- improvement: Content-Security-Policy (CSP) support. Special thanks to Gaia for the PR 🙏
- improvement: CSRF token is optional
- bugfix: generating stories without Elixir. prefix in module names
- bugfix: fixed potential import module clashes
- bugfix: generated story for flash core_component has been updated (flash was no longer supporting the
autoshow
option) - bugfix:
mix phx.gen.storybook
now prints how to set the important sandbox strategy - bugfix:
mix phx.gen.storybook
no longer prints Docker instructions when no Docker file is present. - bugfix: dialyxir has been restored
- bugfix: fixed multiple imports issue
v0.5.7
- improvement: bumped to `phoenix_live_view 0.20.0``
- improvement: bumped to Erlang 26 / Elixir 1.15
- improvement: better router formatting and exporting formatting configuration
- bugfix: fixed theme attributes being stripped out from code preview even when themes aren't being used
- bugfix: updated generated story to the latest phoenix core components
- bugfix: fixed white bar in code preview
v0.5.6
v0.5.5
- improvement: make it work with FontAwesome webfont. You need to set the
font_awesome_rendering
to:webfont
if you are not using fontawesome with
svg icons. - improvement: fixed Elixir 1.15 deprecations
v0.5.4
v0.5.3
bugfix: fixed hooks not being initialized.