@reachfive/identity-ui 1.16.1 → 1.17.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 +26 -2
- package/cjs/identity-ui.js +3533 -2873
- package/es/identity-ui.js +3712 -3052
- package/index.d.ts +4 -1
- package/package.json +2 -2
- package/umd/identity-ui.js +15523 -14863
- package/umd/identity-ui.min.js +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -5,7 +5,27 @@ All notable changes to this project will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0), and this project adheres
|
|
6
6
|
to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
-
|
|
8
|
+
|
|
9
|
+
## [1.17.0] - 2022-10-26
|
|
10
|
+
|
|
11
|
+
### Added
|
|
12
|
+
|
|
13
|
+
New field custom identifier to loginWithPassword
|
|
14
|
+
New field custom identifier to signup
|
|
15
|
+
New widget for MFA credentials listing
|
|
16
|
+
New widget for registering and/or removing MFA credentials
|
|
17
|
+
New widget for MFA step up
|
|
18
|
+
|
|
19
|
+
### Fixes
|
|
20
|
+
|
|
21
|
+
Use actual consent language in the signup payload.
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
## [1.16.2] - 2022-08-03
|
|
25
|
+
|
|
26
|
+
### Fixes
|
|
27
|
+
|
|
28
|
+
Upgrade identity-web-core-sdk version to 1.24.1
|
|
9
29
|
|
|
10
30
|
## [1.16.1] - 2022-07-29
|
|
11
31
|
|
|
@@ -288,7 +308,11 @@ The eye icon is now correctly displayed in the Auth widget.
|
|
|
288
308
|
|
|
289
309
|
First version of the SDK Web UI.
|
|
290
310
|
|
|
291
|
-
[Unreleased]: https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.16.
|
|
311
|
+
[Unreleased]: https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.16.2...HEAD
|
|
312
|
+
|
|
313
|
+
[1.17.0]: https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.16.2...v1.17.0
|
|
314
|
+
|
|
315
|
+
[1.16.2]: https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.16.1...v1.16.2
|
|
292
316
|
|
|
293
317
|
[1.16.1]: https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.16.0...v1.16.1
|
|
294
318
|
|