Skip to content

release v2.1.0

Latest
Compare
Choose a tag to compare
@jimsynz jimsynz released this 01 Sep 21:43
· 10 commits to main since this release
21e5417

Features:

  • Dynamic Router + compile time dependency fixes (#487)

Bug Fixes:

  • check strategy module instead of name

  • ensure path params are processed on strategy router

  • Re-link form labels and form inputs on Password strategy forms (#494)

  • Restore linkage between form inputs and form fields on Password strategy form

  • Use separate override labels for Password and Password Confirmation fields

  • only scope reset/register paths if they are set

  • Ensure session respects router scope when using sign_in_route helper (#490)

Improvements:

  • add button for the Apple strategy (#482)

  • add apple component

  • pass context down to all actions

  • create a new dynamic router, and avoid other compile time dependencies