@eid-easy/eideasy-widget 2.17.1 → 2.19.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 +27 -0
- package/dist/full/eideasy-widget.common.js +617 -90
- package/dist/full/eideasy-widget.common.js.map +1 -1
- package/dist/full/eideasy-widget.umd.js +629 -102
- package/dist/full/eideasy-widget.umd.js.map +1 -1
- package/dist/full/eideasy-widget.umd.min.js +6 -5
- package/dist/full/eideasy-widget.umd.min.js.map +1 -1
- package/dist/index.html +3 -3
- package/package.json +5 -5
package/CHANGELOG-LATEST.md
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
|
|
1
|
+
## [2.18.1](https://github.com/eideasy/eideasy-widget/compare/v2.18.0...v2.18.1) (2022-05-05)
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
###
|
|
4
|
+
### Bug Fixes
|
|
5
5
|
|
|
6
|
-
*
|
|
6
|
+
* chave movel compliance fixes ([#91](https://github.com/eideasy/eideasy-widget/issues/91)) ([1157dd1](https://github.com/eideasy/eideasy-widget/commit/1157dd1058c392027979c8b5a46ea5344666eb15))
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,30 @@
|
|
|
1
|
+
# [2.19.0](https://github.com/eideasy/eideasy-widget/compare/v2.18.1...v2.19.0) (2022-05-07)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* add certSign and CertEurope USB token signing methods ([#92](https://github.com/eideasy/eideasy-widget/issues/92)) ([e03726e](https://github.com/eideasy/eideasy-widget/commit/e03726ea972e68a5c0a493886ba97ce4587a0335))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
## [2.18.1](https://github.com/eideasy/eideasy-widget/compare/v2.18.0...v2.18.1) (2022-05-05)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* chave movel compliance fixes ([#91](https://github.com/eideasy/eideasy-widget/issues/91)) ([1157dd1](https://github.com/eideasy/eideasy-widget/commit/1157dd1058c392027979c8b5a46ea5344666eb15))
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
# [2.18.0](https://github.com/eideasy/eideasy-widget/compare/v2.17.1...v2.18.0) (2022-05-03)
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
### Features
|
|
23
|
+
|
|
24
|
+
* add itsme login method ([#90](https://github.com/eideasy/eideasy-widget/issues/90)) ([978fe7d](https://github.com/eideasy/eideasy-widget/commit/978fe7d57353eec807c1a033c99d297a9f888231))
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
1
28
|
## [2.17.1](https://github.com/eideasy/eideasy-widget/compare/v2.17.0...v2.17.1) (2022-04-28)
|
|
2
29
|
|
|
3
30
|
|