Skip to content

Releases: ReachFive/identity-web-ui-sdk

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

v1.28.0

10 Oct 14:59
6db2a04
Compare
Choose a tag to compare

Added

  • Add a allowAuthentMailPhone boolean option to hide email and password field (keep only custom identifier) on login widget
  • Add a possibility to display a country selector on phone number fields
  • Add Okta provider
  • Add visual marker to labels for required fields
  • Add possibility to define custom labels for social buttons

Fixes

  • showSocialAccounts widget: use the configured variant and not always fallback on the default one

v1.27.0

16 May 13:39
7ff7293
Compare
Choose a tag to compare

Added

  • Add new widgets for account recovery (Passkeys)

v1.26.1

19 Apr 13:18
acde52d
Compare
Choose a tag to compare

Added

  • Add a second UI for login with passkey: choose between integrated password and passkey with initialScreen: 'login' or separated password and passkey with initialScreen: 'login-with-web-authn'

v1.26.0

09 Apr 15:24
7c00338
Compare
Choose a tag to compare

Added

  • Discoverable login for passkey in showAuth when allowWebAuthnLogin is activated

Fixes

  • MFA stepUp main view initialization and rendering conditions
  • Better global error message handling
  • SocialAccount auth config formarding

v1.25.7

03 Apr 14:25
Compare
Choose a tag to compare

Fixes

  • Replace lookbehind regular expression because it's not yet implemented on Safari iOS <16.4

v1.25.6

26 Mar 15:08
Compare
Choose a tag to compare

Fixes

  • Don't override user form value with initial model when form's prop changed

v1.25.4

25 Mar 15:01
Compare
Choose a tag to compare

Changes

  • Remove 'loadash' dependency
  • Use CSSProperties type from 'styled-components' instead of CSS from 'CSS'.

Fixes

  • Field props should be updated when form's props changes.
  • Email validation should not be triggered when trying to login with a custom identifier

Full Changelog: v1.25.3...v1.25.4

v1.25.3

08 Mar 15:33
2f70572
Compare
Choose a tag to compare

Fixes

  • Make @rollup/rollup-linux-x64-gnu dependency optional
  • Fix React hook warning due to mismatch of React versions
  • Resolve not wrapped in act warning issue in tests
  • Fix custom theme option forwarding
  • Prevent phone-number field validation on empty value

v1.25.2

21 Feb 14:48
0ee1728
Compare
Choose a tag to compare

Fixes

  • Fix types definitions bundling