Skip to content

Releases: ReachFive/identity-web-ui-sdk

v1.33.1

19 Mar 13:50
710f842
Compare
Choose a tag to compare

Fixed

  • Limits Tailwind styles to widgets scope.

v1.33.0

13 Mar 15:39
4c78081
Compare
Choose a tag to compare

Added

  • Allow to define onSuccess and onError callback on all widgets.
  • Allow to list and remove trusted devices with method showTrustedDevices.
  • Add a button in showMfaCredentials widget to delete credential.

Fixed

  • Fix phoneNumberField so phone number is not in the payload instead of always valuating it to null.
  • Use the right color for Kakao provider as defined in the design guidelines.

v1.32.2

10 Feb 15:47
4b7f809
Compare
Choose a tag to compare

Fixed

  • Fix date field value format

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.