@reachfive/identity-ui 1.21.0 → 1.23.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 +20 -1
- package/cjs/identity-ui.js +310 -314
- package/es/identity-ui.js +318 -322
- package/index.d.ts +59 -47
- package/package.json +2 -2
- package/umd/identity-ui.js +325 -364
- package/umd/identity-ui.min.js +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,21 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [1.23.0] - 2023-11-27
|
|
11
|
+
|
|
12
|
+
## Added
|
|
13
|
+
- Improved mfa step up UX when only one second factor exists
|
|
14
|
+
|
|
15
|
+
## [1.22.0] - 2023-11-09
|
|
16
|
+
|
|
17
|
+
### Added
|
|
18
|
+
|
|
19
|
+
- User interface enhancement on date type field.
|
|
20
|
+
|
|
21
|
+
### Fixes
|
|
22
|
+
|
|
23
|
+
- AccessToken is no more required in passwordless code verification workflow.
|
|
24
|
+
|
|
10
25
|
## [1.21.0] - 2023-10-12
|
|
11
26
|
|
|
12
27
|
### Added
|
|
@@ -365,7 +380,11 @@ The eye icon is now correctly displayed in the Auth widget.
|
|
|
365
380
|
|
|
366
381
|
First version of the SDK Web UI.
|
|
367
382
|
|
|
368
|
-
[Unreleased]: https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.
|
|
383
|
+
[Unreleased]: https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.23.0...HEAD
|
|
384
|
+
|
|
385
|
+
[1.23.0]: https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.22.0...v1.23.0
|
|
386
|
+
|
|
387
|
+
[1.22.0]: https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.21.0...v1.22.0
|
|
369
388
|
|
|
370
389
|
[1.21.0]: https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.20.2...v1.21.0
|
|
371
390
|
|