@eid-easy/eideasy-widget 2.103.5 → 2.104.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 +6 -1
- package/CHANGELOG.md +33 -15
- package/dist/full/eideasy-widget.common.js +320 -41
- package/dist/full/eideasy-widget.umd.js +320 -41
- package/dist/full/eideasy-widget.umd.min.js +3 -3
- package/dist/index.html +1 -0
- package/package.json +5 -5
package/CHANGELOG-LATEST.md
CHANGED
|
@@ -1,4 +1,9 @@
|
|
|
1
|
-
## [2.103.
|
|
1
|
+
## [2.103.7](https://github.com/eideasy/eideasy-widget/compare/v2.103.5...v2.103.7) (2024-01-26)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* Show signature policy conditionally ([#228](https://github.com/eideasy/eideasy-widget/issues/228)) ([f48a106](https://github.com/eideasy/eideasy-widget/commit/f48a106992aa426ddaeb46084879e0aaa7a7ce4d))
|
|
2
7
|
|
|
3
8
|
|
|
4
9
|
|
package/CHANGELOG.md
CHANGED
|
@@ -1,25 +1,43 @@
|
|
|
1
|
-
|
|
1
|
+
# [2.104.0](https://github.com/eideasy/eideasy-widget/compare/v2.103.7...v2.104.0) (2024-01-31)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
### Features
|
|
5
5
|
|
|
6
|
-
*
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
## [2.103.4](https://github.com/eideasy/eideasy-widget/compare/v2.103.3...v2.103.4) (2024-01-26)
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
## [2.103.3](https://github.com/eideasy/eideasy-widget/compare/v2.103.2...v2.103.3) (2024-01-26)
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
### Features
|
|
18
|
-
|
|
19
|
-
* Add signature policy ([#226](https://github.com/eideasy/eideasy-widget/issues/226)) ([b22a732](https://github.com/eideasy/eideasy-widget/commit/b22a732260a007e880adf13ae1df235a247691db))
|
|
6
|
+
* Add d-trust ades button ([#229](https://github.com/eideasy/eideasy-widget/issues/229)) ([804e470](https://github.com/eideasy/eideasy-widget/commit/804e470891ac6e2f685db51eca5fe3a3e57141ab))
|
|
20
7
|
|
|
21
8
|
|
|
22
9
|
|
|
10
|
+
## [2.103.7](https://github.com/eideasy/eideasy-widget/compare/v2.103.5...v2.103.7) (2024-01-26)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Features
|
|
14
|
+
|
|
15
|
+
* Show signature policy conditionally ([#228](https://github.com/eideasy/eideasy-widget/issues/228)) ([f48a106](https://github.com/eideasy/eideasy-widget/commit/f48a106992aa426ddaeb46084879e0aaa7a7ce4d))
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
## [2.103.5](https://github.com/eideasy/eideasy-widget/compare/v2.103.4...v2.103.5) (2024-01-26)
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
### Features
|
|
23
|
+
|
|
24
|
+
* Remove code element ([#227](https://github.com/eideasy/eideasy-widget/issues/227)) ([8d86b89](https://github.com/eideasy/eideasy-widget/commit/8d86b89ce76bb470734770421c1ed90f14a8dcf2))
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
## [2.103.4](https://github.com/eideasy/eideasy-widget/compare/v2.103.3...v2.103.4) (2024-01-26)
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
## [2.103.3](https://github.com/eideasy/eideasy-widget/compare/v2.103.2...v2.103.3) (2024-01-26)
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
### Features
|
|
36
|
+
|
|
37
|
+
* Add signature policy ([#226](https://github.com/eideasy/eideasy-widget/issues/226)) ([b22a732](https://github.com/eideasy/eideasy-widget/commit/b22a732260a007e880adf13ae1df235a247691db))
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
23
41
|
## [2.103.2](https://github.com/eideasy/eideasy-widget/compare/v2.103.1...v2.103.2) (2024-01-24)
|
|
24
42
|
|
|
25
43
|
|