@reachfive/identity-ui 1.20.2 → 1.22.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 +27 -2
- package/cjs/identity-ui.js +264 -285
- package/es/identity-ui.js +269 -289
- package/package.json +2 -2
- package/umd/identity-ui.js +279 -334
- package/umd/identity-ui.min.js +1 -1
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.22.0] - 2023-11-09
|
|
11
|
+
|
|
12
|
+
### Added
|
|
13
|
+
|
|
14
|
+
- User interface enhancement on date type field.
|
|
15
|
+
|
|
16
|
+
### Fixes
|
|
17
|
+
|
|
18
|
+
- AccessToken is no more required in passwordless code verification workflow.
|
|
19
|
+
|
|
20
|
+
## [1.21.0] - 2023-10-12
|
|
21
|
+
|
|
22
|
+
### Added
|
|
23
|
+
|
|
24
|
+
- Add Ping provider
|
|
25
|
+
|
|
26
|
+
### Fixes
|
|
27
|
+
|
|
28
|
+
- Fix dateField validation import
|
|
29
|
+
- Fix identifierField error when initilized with an empty value
|
|
30
|
+
|
|
10
31
|
## [1.20.2] - 2023-10-02
|
|
11
32
|
|
|
12
33
|
### Fixes
|
|
@@ -354,9 +375,13 @@ The eye icon is now correctly displayed in the Auth widget.
|
|
|
354
375
|
|
|
355
376
|
First version of the SDK Web UI.
|
|
356
377
|
|
|
357
|
-
[Unreleased]: https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.
|
|
378
|
+
[Unreleased]: https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.22.0...HEAD
|
|
379
|
+
|
|
380
|
+
[1.22.0]: https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.21.0...v1.22.0
|
|
381
|
+
|
|
382
|
+
[1.21.0]: https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.20.2...v1.21.0
|
|
358
383
|
|
|
359
|
-
[1.20.
|
|
384
|
+
[1.20.2]: https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.20.1...v1.20.2
|
|
360
385
|
|
|
361
386
|
[1.20.1]: https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.20.0...v1.20.1
|
|
362
387
|
|