@reachfive/identity-ui 1.19.0 → 1.20.1

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,31 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [1.20.1] - 2023-09-29
11
+
12
+ ### Fixes
13
+
14
+ - Fix import types
15
+
16
+ ## [1.20.0] - 2023-09-22
17
+
18
+ ### Added
19
+
20
+ - Add Captcha in EmailEditor widget [#140](https://github.com/ReachFive/identity-web-ui-sdk/pull/140)
21
+ - Add social provider variant format [#142](https://github.com/ReachFive/identity-web-ui-sdk/pull/142)
22
+ - Add ESLint code analyzer [#143](https://github.com/ReachFive/identity-web-ui-sdk/pull/143)
23
+ - Add type definitions for SDK methods arguments [#145](https://github.com/ReachFive/identity-web-ui-sdk/pull/145)
24
+
25
+ ### Changed
26
+
27
+ - Show user error in MFA widget [#136](https://github.com/ReachFive/identity-web-ui-sdk/pull/136)
28
+ - Validation on birthdate month and day compatibility + add age restriction message [#141](https://github.com/ReachFive/identity-web-ui-sdk/pull/141)
29
+ - Upgrade libphonenumber version to 1.10.44 [#146](https://github.com/ReachFive/identity-web-ui-sdk/pull/146)
30
+
31
+ ### Fixes
32
+
33
+ - Fix issue when consentField is missing [#144](https://github.com/ReachFive/identity-web-ui-sdk/pull/144)
34
+
10
35
  ## [1.19.0] - 2023-02-22
11
36
 
12
37
  ### Added
@@ -323,7 +348,11 @@ The eye icon is now correctly displayed in the Auth widget.
323
348
 
324
349
  First version of the SDK Web UI.
325
350
 
326
- [Unreleased]: https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.19.0...HEAD
351
+ [Unreleased]: https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.20.0...HEAD
352
+
353
+ [1.20.1]: https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.20.0...v1.20.1
354
+
355
+ [1.20.0]: https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.19.0...v1.20.0
327
356
 
328
357
  [1.19.0]: https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.18.0...v1.19.0
329
358