@reachfive/identity-ui 1.20.0 → 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 +17 -1
- package/cjs/identity-ui.js +1936 -4
- package/es/identity-ui.js +1936 -4
- package/index.d.ts +8 -38
- 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,18 @@ 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
|
+
|
|
16
|
+
## [1.20.1] - 2023-09-29
|
|
17
|
+
|
|
18
|
+
### Fixes
|
|
19
|
+
|
|
20
|
+
- Fix import types
|
|
21
|
+
|
|
10
22
|
## [1.20.0] - 2023-09-22
|
|
11
23
|
|
|
12
24
|
### Added
|
|
@@ -342,7 +354,11 @@ The eye icon is now correctly displayed in the Auth widget.
|
|
|
342
354
|
|
|
343
355
|
First version of the SDK Web UI.
|
|
344
356
|
|
|
345
|
-
[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
|
|
360
|
+
|
|
361
|
+
[1.20.1]: https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.20.0...v1.20.1
|
|
346
362
|
|
|
347
363
|
[1.20.0]: https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.19.0...v1.20.0
|
|
348
364
|
|