Releases: etn-ccis/blui-react-workflows
Releases · etn-ccis/blui-react-workflows
@brightlayer-ui/react-auth-workflow v5.0.0
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 introduceEmptyStateProps
in the success screen(#552).
@brightlayer-ui/react-auth-workflow v4.0.3
@brightlayer-ui/react-auth-workflow v4.0.2
@brightlayer-ui/react-auth-workflow v4.0.1
@brightlayer-ui/react-auth-workflow v4.0.0
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
@brightlayer-ui/react-auth-workflow v3.1.0
v3.1.0 (June 24, 2022)
Changed
- Updated styles to use the new MUI styled engine.
@brightlayer-ui/react-auth-workflow v3.0.1
v3.0.1 (April 14, 2022)
Added
- Support for React 18.
@brightlayer-ui/react-auth-workflow v3.0.0
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
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.