@eid-easy/eideasy-widget 2.138.0 → 2.139.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-LATEST.md +2 -2
- package/CHANGELOG.md +18 -0
- package/dist/full/eideasy-widget.common.js +391 -115
- package/dist/full/eideasy-widget.umd.js +362 -86
- package/dist/full/eideasy-widget.umd.min.js +3 -3
- package/dist/index.html +5 -5
- package/package.json +5 -5
package/CHANGELOG-LATEST.md
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
## [2.
|
|
1
|
+
## [2.138.1](https://github.com/eideasy/eideasy-widget/compare/v2.138.0...v2.138.1) (2025-01-08)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
### Features
|
|
5
5
|
|
|
6
|
-
*
|
|
6
|
+
* Use another authType for Infocert SignAPI ([#285](https://github.com/eideasy/eideasy-widget/issues/285)) ([a94ab62](https://github.com/eideasy/eideasy-widget/commit/a94ab6233231a5b0578a2254f6f2c4f4ec0d2c80))
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,21 @@
|
|
|
1
|
+
# [2.139.0](https://github.com/eideasy/eideasy-widget/compare/v2.138.1...v2.139.0) (2025-01-09)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* add refresh buttons to smart-id auth and signing modules ([#286](https://github.com/eideasy/eideasy-widget/issues/286)) ([773d93c](https://github.com/eideasy/eideasy-widget/commit/773d93cc5fba52e9e7b194308e7c04b26bef8f54))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
## [2.138.1](https://github.com/eideasy/eideasy-widget/compare/v2.138.0...v2.138.1) (2025-01-08)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Features
|
|
14
|
+
|
|
15
|
+
* Use another authType for Infocert SignAPI ([#285](https://github.com/eideasy/eideasy-widget/issues/285)) ([a94ab62](https://github.com/eideasy/eideasy-widget/commit/a94ab6233231a5b0578a2254f6f2c4f4ec0d2c80))
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
1
19
|
# [2.138.0](https://github.com/eideasy/eideasy-widget/compare/v2.137.1...v2.138.0) (2025-01-07)
|
|
2
20
|
|
|
3
21
|
|