Skip to content

v1.0.29

Compare
Choose a tag to compare
@danschultzer danschultzer released this 21 Mar 16:37
· 62 commits to main since this release

This version is updated to work with Phoenix 1.7, in particular using the new template components structure. All views have been removed, and Pow no longer requires the phoenix_view dependency.

Now requires Elixir 1.12+. #691

Enhancements

  • [Pow.Phoenix.Mailer.Mail] Revamped to conform to template component structure of Phoenix 1.7 #691
  • [Pow.Phoenix.Template] Now renders Tailwind based template components on Phoenix 1.7 #691

Deprecations

  • [Pow.Phoenix.Mailer.Mail] Deprecated :pow_mailer_layout in favor of :pow_mailer_layouts #691
  • [Mix.Pow.Phoenix.Mailer] Removed Mix.Pow.Phoenix.Mailer.create_view_file/5 #691
  • [Mix.Pow.Phoenix.Mailer] Removed Mix.Pow.Phoenix.Mailer.create_templates/4 #691
  • [Mix.Pow.Phoenix] Removed Mix.Pow.Phoenix.create_view_file/4 #691