Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Releases: etn-ccis/blui-react-workflows

@brightlayer-ui/react-auth-workflow v6.0.2

Choose a tag to compare

@github-actions github-actions released this 02 Jun 06:22
5766490

v6.0.2 (June 02, 2025)

Fixed

  • Update Language Support documentation for how to override in-built translations. (#710).
  • Not able to pass function as prop to which should be executed on click of done button. (#693).
  • Loader Not Present on Final Registration Screen. (#692).

@brightlayer-ui/react-auth-workflow v6.0.1

Choose a tag to compare

@github-actions github-actions released this 28 Feb 05:15
d4c64cc

v6.0.1 (February 24, 2025)

Changed

  • Update dompurify dependency to address security vulnerabilities.

@brightlayer-ui/react-auth-workflow v6.0.0

Choose a tag to compare

@github-actions github-actions released this 23 Dec 10:54
52c91c1

v6.0.0 (December 23, 2024)

Changed

Fixed

  • Update the doc for Okta login authentication (#658)
  • Update unstable_composeClasses imports (#677)
  • WorkflowCard components warnings (#684)

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

Choose a tag to compare

@github-actions github-actions released this 11 Sep 11:14
e72bfc1

v5.0.0 (September 11, 2024)

Added

  • Okta redirect-compatible login screen.
  • Error Manager for ChangePasswordDialog (#612).
  • BLUI class names for ChangePasswordDialog (#600).
  • SX style overrides on full screens (#599).

Fixed

  • Reload EULA should not be tied to checkbox status (#549).
  • Updated password validation callback function ([#560]#560).

Changed

  • Eliminate WorkflowCardFinishState and introduce EmptyStateProps in the success screen(#552).

@brightlayer-ui/react-auth-workflow v4.0.3

Choose a tag to compare

@github-actions github-actions released this 10 May 10:13
d34a981

v4.0.3 (May 9, 2024)

Fixed

  • Error Manager with dynamic values (#540).
  • Eula screen tests throws console warnings to wrap (#390).
  • Hardcoded dismissible Dialog button text (#543).
  • Fix dependency on react-router (#546).
  • Typo in Success screen readme (#567).

@brightlayer-ui/react-auth-workflow v4.0.2

Choose a tag to compare

@github-actions github-actions released this 18 Dec 10:24
194011e

v4.0.2 (December 18, 2023)

Added

  • sx prop to Error Manager Dialog (#521).

Fixed

  • Issue where the email field did not pass to validateUserRegistrationRequest RegistrationUIActions when email is available (#529).

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

Choose a tag to compare

@github-actions github-actions released this 04 Dec 06:44
2ebc586

v4.0.1 (December 4, 2023)

Fixed

  • Translations not working while throwing error from actions (#513).
  • Error in the dialog / message box does not translate (#510).
  • Title missing in the messageBoxConfig of ErrorManager (#507).
  • Added loader to the login action (#511).

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

Choose a tag to compare

@github-actions github-actions released this 04 Oct 19:47
09c01f0

v4.0.0 (October 4, 2023)

Added

  • Reusable screen components.
  • Support for custom react auth workflow injection.
  • Support for router customizability.

Learn more about migrating from v3 => v4 your existing application by reading our Migrating Guide.

Changed

  • Updated i18next and react-i18next packages to the latest.

@brightlayer-ui/react-auth-workflow v3.1.1

Choose a tag to compare

@brightlayer-ui-agent brightlayer-ui-agent released this 14 Dec 12:21
8cd6134

v3.1.1 (December 14, 2022)

Changed

  • Removed dependency on @mui/styles (#170).

Fixed

  • Issue where password field displays two show password icons on Edge and IE (#173).

@brightlayer-ui/react-auth-workflow v3.1.0

Choose a tag to compare

@brightlayer-ui-agent brightlayer-ui-agent released this 24 Jun 13:13
6318647

v3.1.0 (June 24, 2022)

Changed

  • Updated styles to use the new MUI styled engine.