Skip to content

Releases: ReachFive/identity-web-ui-sdk

v1.32.1

06 Feb 17:46
563dceb
Compare
Choose a tag to compare

Fixed

  • Fix birthday field value format

v1.32.0

05 Feb 16:09
51d895b
Compare
Choose a tag to compare

Added

  • Allow to trust a device during step up when RBA is enabled and the new box is checked

Changed

  • Replace remarkable with marked
  • Replace luxon with date-fns 1
  • Removed zxcvbn dependency and use new getPasswordStrength SDK Core's method instead.

Fixed

  • Dedupe React dependencies
  • Display asterix on phone number field's label when required
  • Set a min width on date field's day and year select
  1. Don't import locale files anymore and use builtin Intl.DateTimeFormat to translate dates thanks to intlFormat method (https://date-fns.org/v4.1.0/docs/intlFormat).

v1.31.3

28 Jan 13:46
433e659
Compare
Choose a tag to compare

Fixed

  • Fix form phone number field when optional and not valued

v1.31.2

14 Jan 13:46
a860292
Compare
Choose a tag to compare

Fixed

  • Fix form error handler

v1.31.1

13 Jan 13:31
34c8957
Compare
Choose a tag to compare

Fixed

  • Fix phone number country select styles

v1.31.0

09 Jan 13:20
6694e00
Compare
Choose a tag to compare

Added

  • Upgrade react and react-dom from v16 to v18
  • Better theming options in password field

Fixed

  • Phone number input in MFA widget should only be displayed if no value is already defined

v1.30.2

05 Dec 15:23
537d06f
Compare
Choose a tag to compare

Fixed

  • Country selector on PhoneNumber field was displayed with wrong size.

v1.30.1

26 Nov 15:57
ecc0c55
Compare
Choose a tag to compare

Fixed

  • MFA factor selection does not appear when multiple factors are activated.
  • Phone number field on reset password view should handle withCountrySelect options.

v1.30.0

21 Nov 15:19
8a514e5
Compare
Choose a tag to compare

Added

  • Add a allowPhoneNumberResetPassword boolean option to the showAuth widget to allow the ability to process a password reset request by phone number
  • Add a enablePasswordAuthentication boolean option to the showAuth widget to hide/display the password form

v1.29.0

08 Nov 13:30
1d7c291
Compare
Choose a tag to compare

Changes

  • Display additional info on registered passkeys
  • Upgrade SDK Core dependency to 1.34.0