Releases: ReachFive/identity-web-ui-sdk
Releases · ReachFive/identity-web-ui-sdk
v1.1.0
Fix
- The
showRememberMe
option is now taken into account.
v1.0.1
ReachFive UI SDK is out! 🚀
v1.0.0-alpha.10
Features
- Improve the UX/UI of the password policy rules validation.
v1.0.0-alpha.9
Features
- The display password in clear text option can now be enabled on the password reset widget.
v1.0.0-alpha.8
Fixes
- The UI SDK uses now the latest version of the Core SDK.
v1.0.0-alpha.7
Features
- Add the
returnToAfterPasswordReset
parameter for reset password and thereturnToAfterEmailConfirmation
parameter for signup.
v1.0.0-alpha.6
Fixes
- The bundles are no longer in the
build
folder but in the folder associated with their format (umd
,cjs
andes
).
v1.0.0-alpha.5
Fixes
- Passwords in the French dictionary were considered good enough while they weren't.
v1.0.0-alpha.4
Features
- French weak passwords are now rejected by the password strength policies.
- A UMD bundle is now generated at the build process. It will allow deploying the UI SDK on unpkg.
v1.0.0-alpha.3
Features
- Implement continuous integration pipelines set up with CircleCI (see the CircleCI configuration file for more details).
- The widgets labels are now translated in the language specified in the client's configuration.
Fixes
- The eye icon is now correctly displayed in the Auth widget.