Skip to content

v2.14.0

Choose a tag to compare

@github-actions github-actions released this 24 Dec 10:31
· 69 commits to main since this release

Features:

  • Add remember_me checkbox field to magic link forms (#693) by Matt Van Horn (#693)

  • Add support for custom extra components in authentication forms (#689) by @benjaminjacobberg (#689)

  • Add support for custom extra components in authentication forms by @benjaminjacobberg (#689)

  • Add support for remember me (#625) by Robert Graff (#625)

  • added token validation on socket mount by Abdessabour Moutik (#666)

  • add icon_src override by Dawid Danieluk (#660)

Bug Fixes:

  • don't assume all actions have preparations by @zachdaniel

  • only show remember_me checkbox when strategy is configured (#695) by @beam-bots (#695)

  • assign the current subject as nil if user is not otherwise assigned (#684) by capoccias (#684)

  • use String.to_existing_atom -> String.to_atom in on_mount hook (#683) by Torkild Gundersen Kjevik (#683)

  • require phoenix_live_view >= 1.1.0 to fix compile errors by James Harton

  • dark-theme default text color (#677) by Jay Barra (#677)

  • Support more than one authenticated resource when looking for user assigns (#675) by @beam-bots (#675)

  • banner rendering with empty text/images by James Harton

  • update Apple component to use auth_path helper for Phoenix 1.7+ compatibility by Aake Gregertsen (#663)

Improvements: