@eid-easy/eideasy-widget 2.99.0 → 2.101.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 +118 -100
- package/dist/full/eideasy-widget.common.js +466 -47
- package/dist/full/eideasy-widget.umd.js +454 -35
- package/dist/full/eideasy-widget.umd.min.js +3 -3
- package/dist/index.html +2 -2
- package/package.json +5 -5
package/CHANGELOG-LATEST.md
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
# [2.
|
|
1
|
+
# [2.100.0](https://github.com/eideasy/eideasy-widget/compare/v2.99.0...v2.100.0) (2023-12-01)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
### Features
|
|
5
5
|
|
|
6
|
-
*
|
|
6
|
+
* Add Harica signing method ([#220](https://github.com/eideasy/eideasy-widget/issues/220)) ([83f6200](https://github.com/eideasy/eideasy-widget/commit/83f62007a68ab78962017b4d9cb284b0c7bd323f))
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
package/CHANGELOG.md
CHANGED
|
@@ -1,110 +1,128 @@
|
|
|
1
|
-
# [2.
|
|
1
|
+
# [2.101.0](https://github.com/eideasy/eideasy-widget/compare/v2.100.0...v2.101.0) (2024-01-04)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
### Features
|
|
5
5
|
|
|
6
|
-
*
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
# [2.98.0](https://github.com/eideasy/eideasy-widget/compare/v2.97.0...v2.98.0) (2023-11-01)
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
### Features
|
|
14
|
-
|
|
15
|
-
* Make the evrotrust phone field mandatory ([#218](https://github.com/eideasy/eideasy-widget/issues/218)) ([ba5efc3](https://github.com/eideasy/eideasy-widget/commit/ba5efc3eb5959aa101de90a1e60fabd9ef3521b6))
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
# [2.97.0](https://github.com/eideasy/eideasy-widget/compare/v2.96.0...v2.97.0) (2023-10-31)
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
### Features
|
|
23
|
-
|
|
24
|
-
* leave only the phone number field for evrotrust signing module ([#217](https://github.com/eideasy/eideasy-widget/issues/217)) ([a42e341](https://github.com/eideasy/eideasy-widget/commit/a42e34155e833196a3bab88e6d1ec681b6374845))
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
# [2.96.0](https://github.com/eideasy/eideasy-widget/compare/v2.95.0...v2.96.0) (2023-10-24)
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
### Features
|
|
32
|
-
|
|
33
|
-
* Enable SmartID for Belgium ([#216](https://github.com/eideasy/eideasy-widget/issues/216)) ([7d1c99a](https://github.com/eideasy/eideasy-widget/commit/7d1c99a3d0c3af0642318a8f4f057fc67f24f69e))
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
# [2.95.0](https://github.com/eideasy/eideasy-widget/compare/v2.94.0...v2.95.0) (2023-10-24)
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
### Features
|
|
41
|
-
|
|
42
|
-
* Upgrade browser-client to v2.74.0 for upgraded axios and better error handling ([#215](https://github.com/eideasy/eideasy-widget/issues/215)) ([22c7ee9](https://github.com/eideasy/eideasy-widget/commit/22c7ee95da22e5ab634d69c4714455853b6465c4))
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
# [2.94.0](https://github.com/eideasy/eideasy-widget/compare/v2.93.0...v2.94.0) (2023-10-20)
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
### Features
|
|
50
|
-
|
|
51
|
-
* Add handwritten signature method ([#214](https://github.com/eideasy/eideasy-widget/issues/214)) ([a8b46be](https://github.com/eideasy/eideasy-widget/commit/a8b46bea8c3438c8d2508c746c86b6ca34ac2c87))
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
# [2.93.0](https://github.com/eideasy/eideasy-widget/compare/v2.92.2...v2.93.0) (2023-10-19)
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
### Features
|
|
59
|
-
|
|
60
|
-
* Add OneID identification and signing method ([#213](https://github.com/eideasy/eideasy-widget/issues/213)) ([5765a66](https://github.com/eideasy/eideasy-widget/commit/5765a66d47c428a015ed56858ded4134ae9d5c3c))
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
## [2.92.2](https://github.com/eideasy/eideasy-widget/compare/v2.92.1...v2.92.2) (2023-10-13)
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
### Features
|
|
68
|
-
|
|
69
|
-
* Improve French translations ([#212](https://github.com/eideasy/eideasy-widget/issues/212)) ([687a21a](https://github.com/eideasy/eideasy-widget/commit/687a21a539fc43d7792f56c64d60e5d9f9c3cc1c))
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
## [2.92.1](https://github.com/eideasy/eideasy-widget/compare/v2.91.0...v2.92.1) (2023-10-11)
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
### Bug Fixes
|
|
77
|
-
|
|
78
|
-
* update the waitForChallengeCode setting properly ([#211](https://github.com/eideasy/eideasy-widget/issues/211)) ([e23e434](https://github.com/eideasy/eideasy-widget/commit/e23e4347f857d306c441ffa7b2d89c7ff899f7ad))
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
# [2.92.0](https://github.com/eideasy/eideasy-widget/compare/v2.91.0...v2.92.0) (2023-10-11)
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
### Bug Fixes
|
|
86
|
-
|
|
87
|
-
* update the waitForChallengeCode setting properly ([#211](https://github.com/eideasy/eideasy-widget/issues/211)) ([e23e434](https://github.com/eideasy/eideasy-widget/commit/e23e4347f857d306c441ffa7b2d89c7ff899f7ad))
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
# [2.91.0](https://github.com/eideasy/eideasy-widget/compare/v2.89.0...v2.91.0) (2023-10-11)
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
### Features
|
|
95
|
-
|
|
96
|
-
* start polling the smart-id complete endpoint without waiting for the end user's certificate confirmation ([#210](https://github.com/eideasy/eideasy-widget/issues/210)) ([6eaf20b](https://github.com/eideasy/eideasy-widget/commit/6eaf20b8f56eb8c33bc6e9c00db8fa5fd733a9e2))
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
# [2.90.0](https://github.com/eideasy/eideasy-widget/compare/v2.89.0...v2.90.0) (2023-10-11)
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
# [2.89.0](https://github.com/eideasy/eideasy-widget/compare/v2.89.0-beta.1...v2.89.0) (2023-10-04)
|
|
6
|
+
* Allow end user to resend SMS OTP ([#221](https://github.com/eideasy/eideasy-widget/issues/221)) ([fdd6d74](https://github.com/eideasy/eideasy-widget/commit/fdd6d74d32223aa3363a297c64a467fd5ad37bb1))
|
|
105
7
|
|
|
106
8
|
|
|
107
9
|
|
|
10
|
+
# [2.100.0](https://github.com/eideasy/eideasy-widget/compare/v2.99.0...v2.100.0) (2023-12-01)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Features
|
|
14
|
+
|
|
15
|
+
* Add Harica signing method ([#220](https://github.com/eideasy/eideasy-widget/issues/220)) ([83f6200](https://github.com/eideasy/eideasy-widget/commit/83f62007a68ab78962017b4d9cb284b0c7bd323f))
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
# [2.99.0](https://github.com/eideasy/eideasy-widget/compare/v2.98.0...v2.99.0) (2023-11-23)
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
### Features
|
|
23
|
+
|
|
24
|
+
* Remove get started link from Uanataca ([#219](https://github.com/eideasy/eideasy-widget/issues/219)) ([f1001f0](https://github.com/eideasy/eideasy-widget/commit/f1001f05d6802f91006943e003a85d70874efebc))
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
# [2.98.0](https://github.com/eideasy/eideasy-widget/compare/v2.97.0...v2.98.0) (2023-11-01)
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
### Features
|
|
32
|
+
|
|
33
|
+
* Make the evrotrust phone field mandatory ([#218](https://github.com/eideasy/eideasy-widget/issues/218)) ([ba5efc3](https://github.com/eideasy/eideasy-widget/commit/ba5efc3eb5959aa101de90a1e60fabd9ef3521b6))
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
# [2.97.0](https://github.com/eideasy/eideasy-widget/compare/v2.96.0...v2.97.0) (2023-10-31)
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
### Features
|
|
41
|
+
|
|
42
|
+
* leave only the phone number field for evrotrust signing module ([#217](https://github.com/eideasy/eideasy-widget/issues/217)) ([a42e341](https://github.com/eideasy/eideasy-widget/commit/a42e34155e833196a3bab88e6d1ec681b6374845))
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
# [2.96.0](https://github.com/eideasy/eideasy-widget/compare/v2.95.0...v2.96.0) (2023-10-24)
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
### Features
|
|
50
|
+
|
|
51
|
+
* Enable SmartID for Belgium ([#216](https://github.com/eideasy/eideasy-widget/issues/216)) ([7d1c99a](https://github.com/eideasy/eideasy-widget/commit/7d1c99a3d0c3af0642318a8f4f057fc67f24f69e))
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
# [2.95.0](https://github.com/eideasy/eideasy-widget/compare/v2.94.0...v2.95.0) (2023-10-24)
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
### Features
|
|
59
|
+
|
|
60
|
+
* Upgrade browser-client to v2.74.0 for upgraded axios and better error handling ([#215](https://github.com/eideasy/eideasy-widget/issues/215)) ([22c7ee9](https://github.com/eideasy/eideasy-widget/commit/22c7ee95da22e5ab634d69c4714455853b6465c4))
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
# [2.94.0](https://github.com/eideasy/eideasy-widget/compare/v2.93.0...v2.94.0) (2023-10-20)
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
### Features
|
|
68
|
+
|
|
69
|
+
* Add handwritten signature method ([#214](https://github.com/eideasy/eideasy-widget/issues/214)) ([a8b46be](https://github.com/eideasy/eideasy-widget/commit/a8b46bea8c3438c8d2508c746c86b6ca34ac2c87))
|
|
70
|
+
|
|
71
|
+
|
|
72
|
+
|
|
73
|
+
# [2.93.0](https://github.com/eideasy/eideasy-widget/compare/v2.92.2...v2.93.0) (2023-10-19)
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
### Features
|
|
77
|
+
|
|
78
|
+
* Add OneID identification and signing method ([#213](https://github.com/eideasy/eideasy-widget/issues/213)) ([5765a66](https://github.com/eideasy/eideasy-widget/commit/5765a66d47c428a015ed56858ded4134ae9d5c3c))
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
|
|
82
|
+
## [2.92.2](https://github.com/eideasy/eideasy-widget/compare/v2.92.1...v2.92.2) (2023-10-13)
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
### Features
|
|
86
|
+
|
|
87
|
+
* Improve French translations ([#212](https://github.com/eideasy/eideasy-widget/issues/212)) ([687a21a](https://github.com/eideasy/eideasy-widget/commit/687a21a539fc43d7792f56c64d60e5d9f9c3cc1c))
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
## [2.92.1](https://github.com/eideasy/eideasy-widget/compare/v2.91.0...v2.92.1) (2023-10-11)
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
### Bug Fixes
|
|
95
|
+
|
|
96
|
+
* update the waitForChallengeCode setting properly ([#211](https://github.com/eideasy/eideasy-widget/issues/211)) ([e23e434](https://github.com/eideasy/eideasy-widget/commit/e23e4347f857d306c441ffa7b2d89c7ff899f7ad))
|
|
97
|
+
|
|
98
|
+
|
|
99
|
+
|
|
100
|
+
# [2.92.0](https://github.com/eideasy/eideasy-widget/compare/v2.91.0...v2.92.0) (2023-10-11)
|
|
101
|
+
|
|
102
|
+
|
|
103
|
+
### Bug Fixes
|
|
104
|
+
|
|
105
|
+
* update the waitForChallengeCode setting properly ([#211](https://github.com/eideasy/eideasy-widget/issues/211)) ([e23e434](https://github.com/eideasy/eideasy-widget/commit/e23e4347f857d306c441ffa7b2d89c7ff899f7ad))
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
|
|
109
|
+
# [2.91.0](https://github.com/eideasy/eideasy-widget/compare/v2.89.0...v2.91.0) (2023-10-11)
|
|
110
|
+
|
|
111
|
+
|
|
112
|
+
### Features
|
|
113
|
+
|
|
114
|
+
* start polling the smart-id complete endpoint without waiting for the end user's certificate confirmation ([#210](https://github.com/eideasy/eideasy-widget/issues/210)) ([6eaf20b](https://github.com/eideasy/eideasy-widget/commit/6eaf20b8f56eb8c33bc6e9c00db8fa5fd733a9e2))
|
|
115
|
+
|
|
116
|
+
|
|
117
|
+
|
|
118
|
+
# [2.90.0](https://github.com/eideasy/eideasy-widget/compare/v2.89.0...v2.90.0) (2023-10-11)
|
|
119
|
+
|
|
120
|
+
|
|
121
|
+
|
|
122
|
+
# [2.89.0](https://github.com/eideasy/eideasy-widget/compare/v2.89.0-beta.1...v2.89.0) (2023-10-04)
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
|
|
108
126
|
# [2.89.0-beta.1](https://github.com/eideasy/eideasy-widget/compare/v2.88.0...v2.89.0-beta.1) (2023-10-04)
|
|
109
127
|
|
|
110
128
|
|