@reachfive/identity-ui 1.16.2 → 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 +17 -1
- package/cjs/identity-ui.js +3533 -2873
- package/es/identity-ui.js +3712 -3052
- package/index.d.ts +4 -1
- package/package.json +1 -1
- package/umd/identity-ui.js +17719 -17059
- package/umd/identity-ui.min.js +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -5,7 +5,21 @@ 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
|
+
|
|
9
23
|
|
|
10
24
|
## [1.16.2] - 2022-08-03
|
|
11
25
|
|
|
@@ -296,6 +310,8 @@ First version of the SDK Web UI.
|
|
|
296
310
|
|
|
297
311
|
[Unreleased]: https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.16.2...HEAD
|
|
298
312
|
|
|
313
|
+
[1.17.0]: https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.16.2...v1.17.0
|
|
314
|
+
|
|
299
315
|
[1.16.2]: https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.16.1...v1.16.2
|
|
300
316
|
|
|
301
317
|
[1.16.1]: https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.16.0...v1.16.1
|