Skip to content

Releases: etn-ccis/blui-react-workflows

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

11 Sep 11:14
e72bfc1
Compare
Choose a tag to compare

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

10 May 10:13
d34a981
Compare
Choose a tag to compare

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

18 Dec 10:24
194011e
Compare
Choose a tag to compare

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

04 Dec 06:44
2ebc586
Compare
Choose a tag to compare

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

04 Oct 19:47
09c01f0
Compare
Choose a tag to compare

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

14 Dec 12:21
8cd6134
Compare
Choose a tag to compare

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

24 Jun 13:13
6318647
Compare
Choose a tag to compare

v3.1.0 (June 24, 2022)

Changed

  • Updated styles to use the new MUI styled engine.

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

14 Apr 19:06
532d6c8
Compare
Choose a tag to compare

v3.0.1 (April 14, 2022)

Added

  • Support for React 18.

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

01 Apr 19:44
3cecc2e
Compare
Choose a tag to compare

v3.0.0 (April 1, 2022)

Changed

  • We now use Material UI v5 — you will need to update peerDependencies appropriately and make the necessary changes to migrate your application to the new version.
  • We now use React Router v6 — this will likely require you to reconfigure how your application routes are set up. Routes must be passed directly into the <AuthNavigationContainer> element (see Existing Project Integration for examples).

@brightlayer-ui/react-auth-workflow v2.5.0

14 Mar 14:26
c41080c
Compare
Choose a tag to compare

v2.5.0 (March 14, 2022)

Added

  • Support for Portuguese translations.

Updated

  • Import material-ui components via default imports instead of named imports to reduce overall bundle size (#85)

Fixed

  • Issue where the org name not appearing on the registration success screens.