diff --git a/CHANGELOG.md b/CHANGELOG.md index a572d93..3025a4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline + ### Features: * Add override for identity input placeholder (#538) @@ -156,11 +157,11 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline * check strategy module instead of name -* ensure path params are processed on strategy router +* 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 +* Restore linkage between form inputs and form fields on Password strategy form * Use separate override labels for Password and Password Confirmation fields @@ -172,11 +173,11 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline * add button for the Apple strategy (#482) -* add apple component +* add apple component * pass context down to all actions -* create a new dynamic router, and avoid other compile time dependencies +* create a new dynamic router, and avoid other compile time dependencies ## [v2.0.2](https://github.com/team-alembic/ash_authentication_phoenix/compare/v2.0.1...v2.0.2) (2024-08-05) @@ -303,7 +304,7 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline * Pass tenant to generated Live View forms (#310) -* pull assign out of other flow +* pull assign out of other flow * sets a nil value in assigns for :current_tenant in subcomponents if not already set @@ -361,7 +362,7 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline * submit form in-line when sign_in_tokens_enabled (#274) -* submit form in-line when sign_in_tokens_enabled +* submit form in-line when sign_in_tokens_enabled ## [v1.8.0](https://github.com/team-alembic/ash_authentication_phoenix/compare/v1.7.3...v1.8.0) (2023-09-14) @@ -607,7 +608,7 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline * PasswordReset: Add a generic password reset form (#37) -* PasswordReset: Add a generic password reset form +* PasswordReset: Add a generic password reset form ### Improvements: