Releases: etn-ccis/blui-angular-workflows
Releases · etn-ccis/blui-angular-workflows
@brightlayer-ui/angular-auth-workflow v5.0.0
v5.0.0 (July 14, 2023)
Changed
- Updated to Angular 15 for building the library.
@brightlayer-ui/angular-auth-workflow v4.0.1
@brightlayer-ui/angular-auth-workflow v4.0.0
@brightlayer-ui/angular-auth-workflow v3.0.1
v3.0.1 (June 13, 2022)
Fixed
- Fixed bug in create-account workflow where
requestRegistrationCodewas not invoked before reaching the "Verify Email" screen (#132).
@brightlayer-ui/angular-auth-workflow v3.0.0
v3.0.0 (March 15, 2022)
Changed
- Updated to Angular 13 for building the library.
@brightlayer-ui/angular-auth-workflow v2.4.0
v2.4.0 (November 16, 2021)
Changed
- Changed package namespace from
@pxblueto@brightlayer-ui.
Package Migration Notice
Previous versions listed after this indicator refer to our deprecated @pxblue packages.
@pxblue/angular-auth-workflow v2.4.0
v2.4.0 (September 28, 2021)
Added
- Added new
LoginErrorDialogDataproperty that allows for custom form, dialog, or message-box errors on the Login screen.
@pxblue/angular-auth-workflow v2.3.0
v2.3.0 (September 15, 2021)
Added
- Added new properties
customFirstNameRequirementsandcustomLastNameRequirementsto thePxbAuthConfigthat allows for custom max length restrictions.
Changed
- Changed account registration page order; EULA page now occurs first.
- Changed default translation strings to closely match against those found in @pxblue/react-auth-workflow.
@pxblue/angular-auth-workflow v2.2.0
v2.2.0 (May 27, 2021)
Added
- Added translations for simplified Chinese, French, and Spanish.
Changed
- Updated styles to improve mobile responsiveness.
@pxblue/angular-auth-workflow v2.1.0
v2.1.0 (April 30, 2021)
Added
- Added additional
pageTitleandpageInstructionsprops ontoAccountDetailsfor more customization during account registration. - Added
registrationSuccessScreenprop to<pxb-create-account>&<pxb-create-account-invite>component for success screen customization. - Added
authGuardRedirectRouteprop toPxbAuthConfig.
Changed
- Changed
validateUserRegistrationRequestmethod signature to handle pre-existing accounts.