@reachfive/identity-ui 1.20.1 → 1.20.2
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 +9 -1
- package/cjs/identity-ui.js +1936 -4
- package/es/identity-ui.js +1936 -4
- package/package.json +2 -1
- package/umd/identity-ui.js +1937 -4
- package/umd/identity-ui.min.js +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,12 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [1.20.2] - 2023-10-02
|
|
11
|
+
|
|
12
|
+
### Fixes
|
|
13
|
+
|
|
14
|
+
- Set buffer as dependency instead of using Node module.
|
|
15
|
+
|
|
10
16
|
## [1.20.1] - 2023-09-29
|
|
11
17
|
|
|
12
18
|
### Fixes
|
|
@@ -348,7 +354,9 @@ The eye icon is now correctly displayed in the Auth widget.
|
|
|
348
354
|
|
|
349
355
|
First version of the SDK Web UI.
|
|
350
356
|
|
|
351
|
-
[Unreleased]: https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.20.
|
|
357
|
+
[Unreleased]: https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.20.2...HEAD
|
|
358
|
+
|
|
359
|
+
[1.20.1]: https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.20.1...v1.20.2
|
|
352
360
|
|
|
353
361
|
[1.20.1]: https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.20.0...v1.20.1
|
|
354
362
|
|