@reachfive/identity-ui 1.16.2 → 1.18.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -7,6 +7,27 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [1.18.0] - 2022-12-12
11
+
12
+ Allow to start a step up flow during a login when mfa is required
13
+ Add dedicated field custom identifier to login views if the right option is enabled
14
+ Fix issue during validation custom identifier can now be numbers
15
+
16
+ ## [1.17.0] - 2022-10-26
17
+
18
+ ### Added
19
+
20
+ New field custom identifier to loginWithPassword
21
+ New field custom identifier to signup
22
+ New widget for MFA credentials listing
23
+ New widget for registering and/or removing MFA credentials
24
+ New widget for MFA step up
25
+
26
+ ### Fixes
27
+
28
+ Use actual consent language in the signup payload.
29
+
30
+
10
31
  ## [1.16.2] - 2022-08-03
11
32
 
12
33
  ### Fixes
@@ -294,7 +315,11 @@ The eye icon is now correctly displayed in the Auth widget.
294
315
 
295
316
  First version of the SDK Web UI.
296
317
 
297
- [Unreleased]: https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.16.2...HEAD
318
+ [Unreleased]: https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.18.0...HEAD
319
+
320
+ [1.18.0]: https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.17.0...v1.18.0
321
+
322
+ [1.17.0]: https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.16.2...v1.17.0
298
323
 
299
324
  [1.16.2]: https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.16.1...v1.16.2
300
325