@eid-easy/eideasy-browser-client 2.114.2 → 2.116.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 +30 -12
- package/dist/eideasy-browser-client.js +1 -1
- package/package.json +4 -4
package/CHANGELOG-LATEST.md
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
## [2.114.
|
|
1
|
+
## [2.114.2](https://github.com/eideasy/eideasy-browser-client/compare/v2.114.1...v2.114.2) (2025-02-04)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
### Bug Fixes
|
|
5
5
|
|
|
6
|
-
*
|
|
6
|
+
* set an execution time limit on the poller fn for evrotrust to avoid it getting stuck in iOS when browser is out of focus ([#264](https://github.com/eideasy/eideasy-browser-client/issues/264)) ([f6ed416](https://github.com/eideasy/eideasy-browser-client/commit/f6ed4169727c7ca1eb646ad3043c29665953b7be))
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
package/CHANGELOG.md
CHANGED
|
@@ -1,21 +1,39 @@
|
|
|
1
|
-
|
|
1
|
+
# [2.116.0](https://github.com/eideasy/eideasy-browser-client/compare/v2.115.0...v2.116.0) (2025-02-17)
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
###
|
|
4
|
+
### Features
|
|
5
5
|
|
|
6
|
-
*
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
## [2.114.1](https://github.com/eideasy/eideasy-browser-client/compare/v2.114.0...v2.114.1) (2025-02-03)
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
### Bug Fixes
|
|
14
|
-
|
|
15
|
-
* updated countries list for ItsMe methods ([#263](https://github.com/eideasy/eideasy-browser-client/issues/263)) ([797de2d](https://github.com/eideasy/eideasy-browser-client/commit/797de2dee451e6f7cd7b990b2f223746fe6ed898))
|
|
6
|
+
* Eid 3015 add a mechanism for debugging and refresh capability ([#266](https://github.com/eideasy/eideasy-browser-client/issues/266)) ([97562cd](https://github.com/eideasy/eideasy-browser-client/commit/97562cd4b9b7a8e88604c05539e17c5973ff4ef0))
|
|
16
7
|
|
|
17
8
|
|
|
18
9
|
|
|
10
|
+
# [2.115.0](https://github.com/eideasy/eideasy-browser-client/compare/v2.114.2...v2.115.0) (2025-02-14)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Features
|
|
14
|
+
|
|
15
|
+
* Add MX PSC World Signature module ([#265](https://github.com/eideasy/eideasy-browser-client/issues/265)) ([25e22cf](https://github.com/eideasy/eideasy-browser-client/commit/25e22cff5538a6a7ceaeed80e319ef2c15b4f153))
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
## [2.114.2](https://github.com/eideasy/eideasy-browser-client/compare/v2.114.1...v2.114.2) (2025-02-04)
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
### Bug Fixes
|
|
23
|
+
|
|
24
|
+
* set an execution time limit on the poller fn for evrotrust to avoid it getting stuck in iOS when browser is out of focus ([#264](https://github.com/eideasy/eideasy-browser-client/issues/264)) ([f6ed416](https://github.com/eideasy/eideasy-browser-client/commit/f6ed4169727c7ca1eb646ad3043c29665953b7be))
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
## [2.114.1](https://github.com/eideasy/eideasy-browser-client/compare/v2.114.0...v2.114.1) (2025-02-03)
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
### Bug Fixes
|
|
32
|
+
|
|
33
|
+
* updated countries list for ItsMe methods ([#263](https://github.com/eideasy/eideasy-browser-client/issues/263)) ([797de2d](https://github.com/eideasy/eideasy-browser-client/commit/797de2dee451e6f7cd7b990b2f223746fe6ed898))
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
|
|
19
37
|
# [2.114.0](https://github.com/eideasy/eideasy-browser-client/compare/v2.113.0...v2.114.0) (2025-01-29)
|
|
20
38
|
|
|
21
39
|
|