v2.14.0
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)
-
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
-
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:
-
Deprecate Router.auth_routes_for/2..3 (#653) by @beam-bots (#653)
-
install with daisyUI overrides if using daisyUI (#650) by pikdum (#650)