@reachfive/identity-ui 1.17.0 → 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 +10 -1
- package/cjs/identity-ui.js +8254 -9943
- package/es/identity-ui.js +8254 -9943
- package/package.json +3 -3
- package/umd/identity-ui.js +8006 -15167
- package/umd/identity-ui.min.js +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,13 @@ 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
|
+
## [Unreleased]
|
|
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
|
|
8
15
|
|
|
9
16
|
## [1.17.0] - 2022-10-26
|
|
10
17
|
|
|
@@ -308,7 +315,9 @@ The eye icon is now correctly displayed in the Auth widget.
|
|
|
308
315
|
|
|
309
316
|
First version of the SDK Web UI.
|
|
310
317
|
|
|
311
|
-
[Unreleased]: https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.
|
|
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
|
|
312
321
|
|
|
313
322
|
[1.17.0]: https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.16.2...v1.17.0
|
|
314
323
|
|