ash_authentication_phoenix/CHANGELOG.md

139 lines
2.8 KiB
Markdown
Raw Normal View History

2022-10-25 17:07:08 +13:00
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](Https://conventionalcommits.org) for commit guidelines.
<!-- changelog -->
2023-01-18 20:37:13 +13:00
## [v1.4.3](https://github.com/team-alembic/ash_authentication_phoenix/compare/v1.4.2...v1.4.3) (2023-01-18)
### Improvements:
* remove spark doc index (#63)
2023-01-13 14:44:36 +13:00
## [v1.4.2](https://github.com/team-alembic/ash_authentication_phoenix/compare/v1.4.1...v1.4.2) (2023-01-13)
### Bug Fixes:
* set ash_authentication? context on forms (#56)
2023-01-12 19:31:44 +13:00
## [v1.4.1](https://github.com/team-alembic/ash_authentication_phoenix/compare/v1.4.0...v1.4.1) (2023-01-12)
### Improvements:
* Add Github icon. (#55)
2023-01-12 16:00:19 +13:00
## [v1.4.0](https://github.com/team-alembic/ash_authentication_phoenix/compare/v1.3.1...v1.4.0) (2023-01-12)
### Features:
* LiveSession: Add `ash_authentication_live_session` macro to router. (#54)
2023-01-11 10:19:11 +13:00
## [v1.3.1](https://github.com/team-alembic/ash_authentication_phoenix/compare/v1.3.0...v1.3.1) (2023-01-10)
### Bug Fixes:
* deps: Loosen version constraints on deps.
2022-12-16 15:50:56 +13:00
## [v1.3.0](https://github.com/team-alembic/ash_authentication_phoenix/compare/v1.2.0...v1.3.0) (2022-12-16)
### Features:
* Add Auth0 icon.
2022-12-15 16:46:15 +13:00
## [v1.2.0](https://github.com/team-alembic/ash_authentication_phoenix/compare/v1.1.0...v1.2.0) (2022-12-15)
### Features:
* PasswordReset: Add a generic password reset form (#37)
* PasswordReset: Add a generic password reset form
### Improvements:
* Input.submit: trim trailing "with password" from submit buttons.
2022-12-15 14:57:19 +13:00
## [v1.1.0](https://github.com/team-alembic/ash_authentication_phoenix/compare/v1.0.1...v1.1.0) (2022-12-15)
### Features:
* Overrides: Move overrides from application environment to the `sign_in_route` macro. (#36)
2022-12-15 07:59:52 +13:00
## [v1.0.1](https://github.com/team-alembic/ash_authentication_phoenix/compare/v1.0.0...v1.0.1) (2022-12-14)
### Improvements:
* Components.Banner: Allow image, text and hrefs to be disabled with `nil`. (#35)
2022-11-15 12:05:30 +13:00
## [v0.5.0](https://github.com/team-alembic/ash_authentication_phoenix/compare/v0.4.0...v0.5.0) (2022-11-14)
### Features:
* OAuth2: Add OAuth2 link component. (#12)
2022-11-10 15:21:26 +13:00
## [v0.4.0](https://github.com/team-alembic/ash_authentication_phoenix/compare/v0.3.0...v0.4.0) (2022-11-10)
### Features:
* Confirmation: Add confirmation support.
2022-11-03 16:20:33 +13:00
## [v0.3.0](https://github.com/team-alembic/ash_authentication_phoenix/compare/v0.2.0...v0.3.0) (2022-11-03)
### Features:
* PasswordReset: Add password reset support to the UI. (#10)
2022-10-28 20:19:43 +13:00
## [v0.2.0](https://github.com/team-alembic/ash_authentication_phoenix/compare/v0.1.0...v0.2.0) (2022-10-28)
### Features:
* UI refresh. (#3)
2022-10-25 17:07:08 +13:00
## [v0.1.0](https://github.com/team-alembic/ash_authentication_phoenix/compare/v0.1.0...v0.1.0) (2022-10-25)
### Features:
* Add support for PasswordAuthentication.