@eid-easy/eideasy-widget 2.109.1 → 2.110.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 +3 -3
- package/CHANGELOG.md +20 -11
- package/dist/full/eideasy-widget.common.js +46 -27
- package/dist/full/eideasy-widget.umd.js +46 -27
- package/dist/full/eideasy-widget.umd.min.js +3 -3
- package/dist/index.html +1 -1
- package/package.json +5 -5
package/CHANGELOG-LATEST.md
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
|
|
1
|
+
## [2.109.1](https://github.com/eideasy/eideasy-widget/compare/v2.109.0...v2.109.1) (2024-04-26)
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
###
|
|
4
|
+
### Bug Fixes
|
|
5
5
|
|
|
6
|
-
*
|
|
6
|
+
* correct cert store button text and display iframe error content ([#241](https://github.com/eideasy/eideasy-widget/issues/241)) ([59dcbca](https://github.com/eideasy/eideasy-widget/commit/59dcbcae9409e2d9f5fd446d6685d753e0d8536d))
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
package/CHANGELOG.md
CHANGED
|
@@ -1,21 +1,30 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
### Bug Fixes
|
|
5
|
-
|
|
6
|
-
* correct cert store button text and display iframe error content ([#241](https://github.com/eideasy/eideasy-widget/issues/241)) ([59dcbca](https://github.com/eideasy/eideasy-widget/commit/59dcbcae9409e2d9f5fd446d6685d753e0d8536d))
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
# [2.109.0](https://github.com/eideasy/eideasy-widget/compare/v2.108.2...v2.109.0) (2024-04-25)
|
|
1
|
+
# [2.110.0](https://github.com/eideasy/eideasy-widget/compare/v2.109.1...v2.110.0) (2024-04-27)
|
|
11
2
|
|
|
12
3
|
|
|
13
4
|
### Features
|
|
14
5
|
|
|
15
|
-
*
|
|
6
|
+
* allow passing the certificate to sign with ([#242](https://github.com/eideasy/eideasy-widget/issues/242)) ([aea3e4b](https://github.com/eideasy/eideasy-widget/commit/aea3e4bfa1d23f05fc2f7d7cae87ef9a47fb64ab))
|
|
16
7
|
|
|
17
8
|
|
|
18
9
|
|
|
10
|
+
## [2.109.1](https://github.com/eideasy/eideasy-widget/compare/v2.109.0...v2.109.1) (2024-04-26)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* correct cert store button text and display iframe error content ([#241](https://github.com/eideasy/eideasy-widget/issues/241)) ([59dcbca](https://github.com/eideasy/eideasy-widget/commit/59dcbcae9409e2d9f5fd446d6685d753e0d8536d))
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
# [2.109.0](https://github.com/eideasy/eideasy-widget/compare/v2.108.2...v2.109.0) (2024-04-25)
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
### Features
|
|
23
|
+
|
|
24
|
+
* add cert store ades and qes modules ([#240](https://github.com/eideasy/eideasy-widget/issues/240)) ([c98f489](https://github.com/eideasy/eideasy-widget/commit/c98f489501ed783586f84ccd827dceaef46a7458))
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
19
28
|
## [2.108.2](https://github.com/eideasy/eideasy-widget/compare/v2.108.1...v2.108.2) (2024-04-12)
|
|
20
29
|
|
|
21
30
|
|