Skip to content

Releases: etn-ccis/blui-angular-workflows

@brightlayer-ui/angular-auth-workflow v5.0.0

14 Jul 19:50
a61f8b9
Compare
Choose a tag to compare

v5.0.0 (July 14, 2023)

Changed

  • Updated to Angular 15 for building the library.

@brightlayer-ui/angular-auth-workflow v4.0.1

17 Apr 17:10
9604e8d
Compare
Choose a tag to compare

v4.0.1 (April 17, 2023)

Fixed

  • Fixed Email input should have a consistant invalid email error message in the login page (#99).
  • Fixed update resend code screen to match new design issue in the create account page (#247).

@brightlayer-ui/angular-auth-workflow v4.0.0

22 Nov 16:52
511d72d
Compare
Choose a tag to compare

v4.0.0 (November 22, 2022)

Changed

  • Updated to Angular 14 for building the library.

Fixed

  • Fixed duplicate IDs on the Change Password Page (#178).
  • Fixed some minor Chinese translations issue (#150).

@brightlayer-ui/angular-auth-workflow v3.0.1

14 Jun 12:14
f4d605f
Compare
Choose a tag to compare

v3.0.1 (June 13, 2022)

Fixed

  • Fixed bug in create-account workflow where requestRegistrationCode was not invoked before reaching the "Verify Email" screen (#132).

@brightlayer-ui/angular-auth-workflow v3.0.0

15 Mar 14:09
70023bb
Compare
Choose a tag to compare

v3.0.0 (March 15, 2022)

Changed

  • Updated to Angular 13 for building the library.

@brightlayer-ui/angular-auth-workflow v2.4.0

17 Nov 17:32
aedc67c
Compare
Choose a tag to compare

v2.4.0 (November 16, 2021)

Changed

  • Changed package namespace from @pxblue to @brightlayer-ui.

Package Migration Notice

Previous versions listed after this indicator refer to our deprecated @pxblue packages.


@pxblue/angular-auth-workflow v2.4.0

28 Sep 18:03
a31f1c1
Compare
Choose a tag to compare

v2.4.0 (September 28, 2021)

Added

  • Added new LoginErrorDialogData property that allows for custom form, dialog, or message-box errors on the Login screen.

@pxblue/angular-auth-workflow v2.3.0

15 Sep 16:00
ef953dd
Compare
Choose a tag to compare

v2.3.0 (September 15, 2021)

Added

  • Added new properties customFirstNameRequirements and customLastNameRequirements to the PxbAuthConfig that 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

27 May 17:18
ee88355
Compare
Choose a tag to compare

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

30 Apr 17:58
62c3ad4
Compare
Choose a tag to compare

v2.1.0 (April 30, 2021)

Added

  • Added additional pageTitle and pageInstructions props onto AccountDetails for more customization during account registration.
  • Added registrationSuccessScreen prop to <pxb-create-account> & <pxb-create-account-invite> component for success screen customization.
  • Added authGuardRedirectRoute prop to PxbAuthConfig.

Changed

  • Changed validateUserRegistrationRequest method signature to handle pre-existing accounts.