@reachfive/identity-ui 1.20.1 → 1.21.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 CHANGED
@@ -7,6 +7,23 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [1.21.0] - 2023-10-12
11
+
12
+ ### Added
13
+
14
+ - Add Ping provider
15
+
16
+ ### Fixes
17
+
18
+ - Fix dateField validation import
19
+ - Fix identifierField error when initilized with an empty value
20
+
21
+ ## [1.20.2] - 2023-10-02
22
+
23
+ ### Fixes
24
+
25
+ - Set buffer as dependency instead of using Node module.
26
+
10
27
  ## [1.20.1] - 2023-09-29
11
28
 
12
29
  ### Fixes
@@ -348,7 +365,11 @@ The eye icon is now correctly displayed in the Auth widget.
348
365
 
349
366
  First version of the SDK Web UI.
350
367
 
351
- [Unreleased]: https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.20.0...HEAD
368
+ [Unreleased]: https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.21.0...HEAD
369
+
370
+ [1.21.0]: https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.20.2...v1.21.0
371
+
372
+ [1.20.2]: https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.20.1...v1.20.2
352
373
 
353
374
  [1.20.1]: https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.20.0...v1.20.1
354
375