@eid-easy/eideasy-widget 2.11.2 → 2.11.5
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 -7
- package/CHANGELOG.md +27 -0
- package/dist/full/eideasy-widget.common.js +83 -80
- package/dist/full/eideasy-widget.common.js.map +1 -1
- package/dist/full/eideasy-widget.umd.js +83 -80
- package/dist/full/eideasy-widget.umd.js.map +1 -1
- package/dist/full/eideasy-widget.umd.min.js +3 -3
- package/dist/full/eideasy-widget.umd.min.js.map +1 -1
- package/dist/index.html +2 -2
- package/package.json +6 -6
package/CHANGELOG-LATEST.md
CHANGED
|
@@ -1,13 +1,9 @@
|
|
|
1
|
-
## [2.11.
|
|
1
|
+
## [2.11.4](https://github.com/eideasy/eideasy-widget/compare/v2.11.3...v2.11.4) (2022-03-22)
|
|
2
2
|
|
|
3
3
|
|
|
4
|
+
### Bug Fixes
|
|
4
5
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
### Features
|
|
9
|
-
|
|
10
|
-
* add Swedish BankID signature method ([#63](https://github.com/eideasy/eideasy-widget/issues/63)) ([0302608](https://github.com/eideasy/eideasy-widget/commit/0302608f3a57e6d248ea9c800ef486e03d7efb99))
|
|
6
|
+
* show a more informative message for isCancel errors ([#78](https://github.com/eideasy/eideasy-widget/issues/78)) ([063a521](https://github.com/eideasy/eideasy-widget/commit/063a521af4b118748a15e5a1ca178112a961c9ce))
|
|
11
7
|
|
|
12
8
|
|
|
13
9
|
|
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,30 @@
|
|
|
1
|
+
## [2.11.5](https://github.com/eideasy/eideasy-widget/compare/v2.11.4...v2.11.5) (2022-03-22)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* use a newer version of the browser-client for improved user cancel messages ([#79](https://github.com/eideasy/eideasy-widget/issues/79)) ([921684c](https://github.com/eideasy/eideasy-widget/commit/921684ceafcea36faeb16a0fbc9733d78390217d))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
## [2.11.4](https://github.com/eideasy/eideasy-widget/compare/v2.11.3...v2.11.4) (2022-03-22)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* show a more informative message for isCancel errors ([#78](https://github.com/eideasy/eideasy-widget/issues/78)) ([063a521](https://github.com/eideasy/eideasy-widget/commit/063a521af4b118748a15e5a1ca178112a961c9ce))
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
## [2.11.3](https://github.com/eideasy/eideasy-widget/compare/v2.11.2...v2.11.3) (2022-02-04)
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
### Bug Fixes
|
|
23
|
+
|
|
24
|
+
* update @eid-easy/eideasy-browser-client to v2.13.1 for web-eid compatibility fix ([#72](https://github.com/eideasy/eideasy-widget/issues/72)) ([a810726](https://github.com/eideasy/eideasy-widget/commit/a810726084d3c84da156527c636dba5bd12a5576))
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
1
28
|
## [2.11.2](https://github.com/eideasy/eideasy-widget/compare/v2.11.1...v2.11.2) (2022-01-28)
|
|
2
29
|
|
|
3
30
|
|