@eid-easy/eideasy-widget 2.138.1 → 2.140.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 +2176 -2158
- package/LICENSE +7 -7
- package/README.md +16 -16
- package/dist/favicon.ico +0 -0
- package/dist/fonts/verimi-roboto-v20-latin-500.woff +0 -0
- package/dist/fonts/verimi-roboto-v20-latin-500.woff2 +0 -0
- package/dist/full/eideasy-widget.common.js +492 -219
- package/dist/full/eideasy-widget.umd.js +492 -219
- package/dist/full/eideasy-widget.umd.min.js +3 -3
- package/dist/index.html +5 -5
- package/dist/js/app.js +20 -0
- package/package.json +5 -5
- package/dist/widget-only/demo.html +0 -1
- package/dist/widget-only/eideasy-widget.common.js +0 -41707
- package/dist/widget-only/eideasy-widget.umd.js +0 -41726
- package/dist/widget-only/eideasy-widget.umd.min.js +0 -14
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,21 @@
|
|
|
1
|
+
# [2.140.0](https://github.com/eideasy/eideasy-widget/compare/v2.139.0...v2.140.0) (2025-01-13)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* Add Trust1Connector untrusted button ([#287](https://github.com/eideasy/eideasy-widget/issues/287)) ([7cb9fea](https://github.com/eideasy/eideasy-widget/commit/7cb9feab9a23f9a52fea2fea5606d49359ed174e))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
# [2.139.0](https://github.com/eideasy/eideasy-widget/compare/v2.138.1...v2.139.0) (2025-01-09)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Features
|
|
14
|
+
|
|
15
|
+
* add refresh buttons to smart-id auth and signing modules ([#286](https://github.com/eideasy/eideasy-widget/issues/286)) ([773d93c](https://github.com/eideasy/eideasy-widget/commit/773d93cc5fba52e9e7b194308e7c04b26bef8f54))
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
1
19
|
## [2.138.1](https://github.com/eideasy/eideasy-widget/compare/v2.138.0...v2.138.1) (2025-01-08)
|
|
2
20
|
|
|
3
21
|
|
|
@@ -106,2161 +124,2161 @@
|
|
|
106
124
|
|
|
107
125
|
|
|
108
126
|
|
|
109
|
-
## [2.128.2](https://github.com/eideasy/eideasy-widget/compare/v2.128.1...v2.128.2) (2024-09-20)
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
### Features
|
|
113
|
-
|
|
114
|
-
* Use custom color or go to default on elements with rgba ([#274](https://github.com/eideasy/eideasy-widget/issues/274)) ([36cb5d9](https://github.com/eideasy/eideasy-widget/commit/36cb5d93e44a1a3fd9c10d5a8e2019f2892041dd))
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
## [2.128.1](https://github.com/eideasy/eideasy-widget/compare/v2.128.0...v2.128.1) (2024-09-19)
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
### Features
|
|
122
|
-
|
|
123
|
-
* Remove EvroTrust, ZealID, D-Trust from Romania ([#273](https://github.com/eideasy/eideasy-widget/issues/273)) ([709b156](https://github.com/eideasy/eideasy-widget/commit/709b1569f33edb3b2f5952a3c344ceba37cab8f6))
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
# [2.128.0](https://github.com/eideasy/eideasy-widget/compare/v2.127.0...v2.128.0) (2024-09-11)
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
### Features
|
|
131
|
-
|
|
132
|
-
* Activate Intesi in DK, NO, IT ([#272](https://github.com/eideasy/eideasy-widget/issues/272)) ([59aa5b6](https://github.com/eideasy/eideasy-widget/commit/59aa5b65bcff50b9f01ce6c5ac3b28062fa73d61))
|
|
133
|
-
* Add logs for customizing with widget ui ([#271](https://github.com/eideasy/eideasy-widget/issues/271)) ([5e43933](https://github.com/eideasy/eideasy-widget/commit/5e439330c1bc45756ac8b6636a1f2a0121f8acab))
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
# [2.127.0](https://github.com/eideasy/eideasy-widget/compare/v2.126.1...v2.127.0) (2024-09-10)
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
### Features
|
|
141
|
-
|
|
142
|
-
* widget customization ([#270](https://github.com/eideasy/eideasy-widget/issues/270)) ([5907644](https://github.com/eideasy/eideasy-widget/commit/59076440232cd262760543cf9da3fb30557a9a25))
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
## [2.126.1](https://github.com/eideasy/eideasy-widget/compare/v2.126.0...v2.126.1) (2024-09-04)
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
### Features
|
|
150
|
-
|
|
151
|
-
* Do not send ID code or email to Evrotrust ([#269](https://github.com/eideasy/eideasy-widget/issues/269)) ([6e1b1ef](https://github.com/eideasy/eideasy-widget/commit/6e1b1efbaff9e674839fa87e6585f459a9247f57))
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
# [2.126.0](https://github.com/eideasy/eideasy-widget/compare/v2.125.2...v2.126.0) (2024-09-03)
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
### Features
|
|
159
|
-
|
|
160
|
-
* Add SerproID Signature module ([#268](https://github.com/eideasy/eideasy-widget/issues/268)) ([ec2356c](https://github.com/eideasy/eideasy-widget/commit/ec2356cb177cc4f70898bf5e575a4b756f8f08db))
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
## [2.125.2](https://github.com/eideasy/eideasy-widget/compare/v2.125.1...v2.125.2) (2024-08-29)
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
## [2.125.1](https://github.com/eideasy/eideasy-widget/compare/v2.125.0...v2.125.1) (2024-08-29)
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
# [2.125.0](https://github.com/eideasy/eideasy-widget/compare/v2.124.1...v2.125.0) (2024-08-23)
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
### Features
|
|
176
|
-
|
|
177
|
-
* Add SE bankID button ([#266](https://github.com/eideasy/eideasy-widget/issues/266)) ([b88b438](https://github.com/eideasy/eideasy-widget/commit/b88b43867ebffb899d895fc97097943509a4b2a1))
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
## [2.124.1](https://github.com/eideasy/eideasy-widget/compare/v2.124.0...v2.124.1) (2024-08-16)
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
### Features
|
|
185
|
-
|
|
186
|
-
* Fix ID cards login error message ([#265](https://github.com/eideasy/eideasy-widget/issues/265)) ([683b776](https://github.com/eideasy/eideasy-widget/commit/683b77674c7addfda2c2f3737c2affcc1754268b))
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
# [2.124.0](https://github.com/eideasy/eideasy-widget/compare/v2.123.0...v2.124.0) (2024-08-14)
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
### Features
|
|
194
|
-
|
|
195
|
-
* Add CSC API support for lleida net method ([#264](https://github.com/eideasy/eideasy-widget/issues/264)) ([6198df3](https://github.com/eideasy/eideasy-widget/commit/6198df32c063e0257e0146c804f077f6c1509869))
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
# [2.123.0](https://github.com/eideasy/eideasy-widget/compare/v2.122.0...v2.123.0) (2024-08-09)
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
### Features
|
|
203
|
-
|
|
204
|
-
* Add Lleida logo ([#263](https://github.com/eideasy/eideasy-widget/issues/263)) ([f6d9b5f](https://github.com/eideasy/eideasy-widget/commit/f6d9b5fad02e969ecd6d126af46399fd66e27c7d))
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
# [2.122.0](https://github.com/eideasy/eideasy-widget/compare/v2.121.0...v2.122.0) (2024-08-07)
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
### Features
|
|
212
|
-
|
|
213
|
-
* Add eCert chile signature module ([#261](https://github.com/eideasy/eideasy-widget/issues/261)) ([d8ec504](https://github.com/eideasy/eideasy-widget/commit/d8ec504b8fdf882859650bc70c86186d3772908a))
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
# [2.121.0](https://github.com/eideasy/eideasy-widget/compare/v2.120.1...v2.121.0) (2024-07-29)
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
### Features
|
|
221
|
-
|
|
222
|
-
* Add Norwegian BankId adv light signature module ([#260](https://github.com/eideasy/eideasy-widget/issues/260)) ([4c764c5](https://github.com/eideasy/eideasy-widget/commit/4c764c5ba53b0dc648ca2aef3dd71fcb0fc4b749))
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
## [2.120.1](https://github.com/eideasy/eideasy-widget/compare/v2.120.0...v2.120.1) (2024-07-19)
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
### Features
|
|
230
|
-
|
|
231
|
-
* Update to latest browser client ([#259](https://github.com/eideasy/eideasy-widget/issues/259)) ([afc4ea6](https://github.com/eideasy/eideasy-widget/commit/afc4ea695ef39bb31f751478c4f6b1f8ecc79f2b))
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
# [2.120.0](https://github.com/eideasy/eideasy-widget/compare/v2.119.1...v2.120.0) (2024-07-16)
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
### Features
|
|
239
|
-
|
|
240
|
-
* Add InfoCert signature module ([#258](https://github.com/eideasy/eideasy-widget/issues/258)) ([a316a00](https://github.com/eideasy/eideasy-widget/commit/a316a009da431dba2065ae7d444615c6d5e0a923))
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
## [2.119.1](https://github.com/eideasy/eideasy-widget/compare/v2.118.1...v2.119.1) (2024-07-09)
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
### Features
|
|
248
|
-
|
|
249
|
-
* Change HandySignatur logo ([#257](https://github.com/eideasy/eideasy-widget/issues/257)) ([4104598](https://github.com/eideasy/eideasy-widget/commit/41045984616fca973f824afa24c416c4328ff063))
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
# [2.119.0](https://github.com/eideasy/eideasy-widget/compare/v2.118.1...v2.119.0) (2024-07-09)
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
### Features
|
|
257
|
-
|
|
258
|
-
* Change HandySignatur logo ([#257](https://github.com/eideasy/eideasy-widget/issues/257)) ([4104598](https://github.com/eideasy/eideasy-widget/commit/41045984616fca973f824afa24c416c4328ff063))
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
## [2.118.1](https://github.com/eideasy/eideasy-widget/compare/v2.118.0...v2.118.1) (2024-07-04)
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
### Features
|
|
266
|
-
|
|
267
|
-
* Add DE for HandySignatur ([#256](https://github.com/eideasy/eideasy-widget/issues/256)) ([0ecaa80](https://github.com/eideasy/eideasy-widget/commit/0ecaa8048101188561a7426e2cc575d71cbc9c6c))
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
# [2.118.0](https://github.com/eideasy/eideasy-widget/compare/v2.117.0...v2.118.0) (2024-07-03)
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
### Features
|
|
275
|
-
|
|
276
|
-
* Add cz bank id signatures module ([#255](https://github.com/eideasy/eideasy-widget/issues/255)) ([41d93a7](https://github.com/eideasy/eideasy-widget/commit/41d93a722222dae3282ede34b7d1e712d4de0cf8))
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
# [2.117.0](https://github.com/eideasy/eideasy-widget/compare/v2.116.0...v2.117.0) (2024-06-30)
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
### Features
|
|
284
|
-
|
|
285
|
-
* Add certME button ([#254](https://github.com/eideasy/eideasy-widget/issues/254)) ([7d039c3](https://github.com/eideasy/eideasy-widget/commit/7d039c310da7bfee2523d37f319f2245a7728a33))
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
# [2.116.0](https://github.com/eideasy/eideasy-widget/compare/v2.115.0...v2.116.0) (2024-06-27)
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
### Features
|
|
293
|
-
|
|
294
|
-
* Add GSE button ([#253](https://github.com/eideasy/eideasy-widget/issues/253)) ([fc413b6](https://github.com/eideasy/eideasy-widget/commit/fc413b6ffc88e77989d615f910e0494cbb9c941f))
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
# [2.115.0](https://github.com/eideasy/eideasy-widget/compare/v2.114.2...v2.115.0) (2024-06-21)
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
### Features
|
|
302
|
-
|
|
303
|
-
* widget add trust gate button ([#252](https://github.com/eideasy/eideasy-widget/issues/252)) ([3b5dac9](https://github.com/eideasy/eideasy-widget/commit/3b5dac942a962ab980770792f8c4afc9c8af510f))
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
## [2.114.2](https://github.com/eideasy/eideasy-widget/compare/v2.114.1...v2.114.2) (2024-06-12)
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
### Features
|
|
311
|
-
|
|
312
|
-
* Fix freja place holder advanced and qes ([#251](https://github.com/eideasy/eideasy-widget/issues/251)) ([894c6c3](https://github.com/eideasy/eideasy-widget/commit/894c6c38d966baf0c9f56ebfd115531ef245d697))
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
## [2.114.1](https://github.com/eideasy/eideasy-widget/compare/v2.114.0...v2.114.1) (2024-06-11)
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
### Features
|
|
320
|
-
|
|
321
|
-
* Fix placeholder on freja eid on other country ([#248](https://github.com/eideasy/eideasy-widget/issues/248)) ([cc34bd5](https://github.com/eideasy/eideasy-widget/commit/cc34bd59b2b06c60f5d3a8c4963e7d6e8052bfe5))
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
# [2.114.0](https://github.com/eideasy/eideasy-widget/compare/v2.113.0...v2.114.0) (2024-06-10)
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
### Features
|
|
329
|
-
|
|
330
|
-
* Add L'Identite Numerique login method ([#250](https://github.com/eideasy/eideasy-widget/issues/250)) ([939d78d](https://github.com/eideasy/eideasy-widget/commit/939d78dbb2930f96ff86a850fe8d942650fc530a))
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
# [2.113.0](https://github.com/eideasy/eideasy-widget/compare/v2.112.1...v2.113.0) (2024-06-10)
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
### Features
|
|
338
|
-
|
|
339
|
-
* Add trust asia button ([#249](https://github.com/eideasy/eideasy-widget/issues/249)) ([94b62c3](https://github.com/eideasy/eideasy-widget/commit/94b62c3e0c387fa4e90c7e3c45860b0c31f446c9))
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
## [2.112.1](https://github.com/eideasy/eideasy-widget/compare/v2.112.0...v2.112.1) (2024-05-21)
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
### Features
|
|
347
|
-
|
|
348
|
-
* Improve Evrotrust handling phone numbers ([b2d6bee](https://github.com/eideasy/eideasy-widget/commit/b2d6bee2f1d628bf1571f20e365c32f7af5514ce))
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
# [2.112.0](https://github.com/eideasy/eideasy-widget/compare/v2.111.0...v2.112.0) (2024-05-15)
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
### Bug Fixes
|
|
356
|
-
|
|
357
|
-
* keep iframe visible during errors in case user action is needed ([#246](https://github.com/eideasy/eideasy-widget/issues/246)) ([46fedf7](https://github.com/eideasy/eideasy-widget/commit/46fedf769b0bffc897eba723fe7b997cb6ea3bcd))
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
# [2.111.0](https://github.com/eideasy/eideasy-widget/compare/v2.110.2...v2.111.0) (2024-05-15)
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
### Features
|
|
365
|
-
|
|
366
|
-
* Add Evrotrust csc api support ([#245](https://github.com/eideasy/eideasy-widget/issues/245)) ([f8e5bba](https://github.com/eideasy/eideasy-widget/commit/f8e5bba7c680d5a83dd9118a13795b44da7a203b))
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
## [2.110.2](https://github.com/eideasy/eideasy-widget/compare/v2.110.1...v2.110.2) (2024-05-08)
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
### Features
|
|
374
|
-
|
|
375
|
-
* Eid 2369 widget allow the users to try signing again after an iframe method fails ([#244](https://github.com/eideasy/eideasy-widget/issues/244)) ([0e78d1f](https://github.com/eideasy/eideasy-widget/commit/0e78d1f780b198997a9fc7db5efb07852b2e23d9))
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
## [2.110.1](https://github.com/eideasy/eideasy-widget/compare/v2.110.0...v2.110.1) (2024-04-30)
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
### Features
|
|
383
|
-
|
|
384
|
-
* Update to have more countries supported by itsme and freja ([#243](https://github.com/eideasy/eideasy-widget/issues/243)) ([14c58fd](https://github.com/eideasy/eideasy-widget/commit/14c58fd2b9186bf57a9679ffb802853b98c1e9a1))
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
# [2.110.0](https://github.com/eideasy/eideasy-widget/compare/v2.109.1...v2.110.0) (2024-04-27)
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
### Features
|
|
392
|
-
|
|
393
|
-
* allow passing the certificate to sign with ([#242](https://github.com/eideasy/eideasy-widget/issues/242)) ([aea3e4b](https://github.com/eideasy/eideasy-widget/commit/aea3e4bfa1d23f05fc2f7d7cae87ef9a47fb64ab))
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
## [2.109.1](https://github.com/eideasy/eideasy-widget/compare/v2.109.0...v2.109.1) (2024-04-26)
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
### Bug Fixes
|
|
401
|
-
|
|
402
|
-
* correct cert store button text and display iframe error content ([#241](https://github.com/eideasy/eideasy-widget/issues/241)) ([59dcbca](https://github.com/eideasy/eideasy-widget/commit/59dcbcae9409e2d9f5fd446d6685d753e0d8536d))
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
# [2.109.0](https://github.com/eideasy/eideasy-widget/compare/v2.108.2...v2.109.0) (2024-04-25)
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
### Features
|
|
410
|
-
|
|
411
|
-
* add cert store ades and qes modules ([#240](https://github.com/eideasy/eideasy-widget/issues/240)) ([c98f489](https://github.com/eideasy/eideasy-widget/commit/c98f489501ed783586f84ccd827dceaef46a7458))
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
## [2.108.2](https://github.com/eideasy/eideasy-widget/compare/v2.108.1...v2.108.2) (2024-04-12)
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
### Features
|
|
419
|
-
|
|
420
|
-
* Update ZealID views to match their new design ([#239](https://github.com/eideasy/eideasy-widget/issues/239)) ([75bc221](https://github.com/eideasy/eideasy-widget/commit/75bc2214f6013595b5fe8ec810b48dc019602a50))
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
## [2.108.1](https://github.com/eideasy/eideasy-widget/compare/v2.108.0...v2.108.1) (2024-04-12)
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
### Features
|
|
428
|
-
|
|
429
|
-
* Update ZealID views to match their new design ([#238](https://github.com/eideasy/eideasy-widget/issues/238)) ([667689e](https://github.com/eideasy/eideasy-widget/commit/667689eb28608b30916c6603d42aee5eff3756a2))
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
# [2.108.0](https://github.com/eideasy/eideasy-widget/compare/v2.107.0...v2.108.0) (2024-04-08)
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
### Features
|
|
437
|
-
|
|
438
|
-
* Add Intesi FTN button ([#236](https://github.com/eideasy/eideasy-widget/issues/236)) ([6bb4a90](https://github.com/eideasy/eideasy-widget/commit/6bb4a9003afaa69c4d7338217418d9176acfb4ce))
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
# [2.107.0](https://github.com/eideasy/eideasy-widget/compare/v2.106.0...v2.107.0) (2024-04-08)
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
### Features
|
|
446
|
-
|
|
447
|
-
* Add Buypass QES module ([#235](https://github.com/eideasy/eideasy-widget/issues/235)) ([f4f5d3c](https://github.com/eideasy/eideasy-widget/commit/f4f5d3cfa05853eb87a6907eef1874883a65418d))
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
# [2.106.0](https://github.com/eideasy/eideasy-widget/compare/v2.105.2...v2.106.0) (2024-03-21)
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
### Features
|
|
455
|
-
|
|
456
|
-
* add LT ID signing module ([#234](https://github.com/eideasy/eideasy-widget/issues/234)) ([502d10a](https://github.com/eideasy/eideasy-widget/commit/502d10a21fd20058f891a0a5a0d260eeba16a71d))
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
## [2.105.2](https://github.com/eideasy/eideasy-widget/compare/v2.105.1...v2.105.2) (2024-03-03)
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
## [2.105.1](https://github.com/eideasy/eideasy-widget/compare/v2.105.0...v2.105.1) (2024-03-01)
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
### Features
|
|
468
|
-
|
|
469
|
-
* Update with Browser client for ID Card polling complete endpoint ([#231](https://github.com/eideasy/eideasy-widget/issues/231)) ([825101b](https://github.com/eideasy/eideasy-widget/commit/825101bf51dafc33790449771a9da28a37ed1746))
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
# [2.105.0](https://github.com/eideasy/eideasy-widget/compare/v2.103.7...v2.105.0) (2024-02-20)
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
### Features
|
|
477
|
-
|
|
478
|
-
* Add d-trust ades button ([#229](https://github.com/eideasy/eideasy-widget/issues/229)) ([804e470](https://github.com/eideasy/eideasy-widget/commit/804e470891ac6e2f685db51eca5fe3a3e57141ab))
|
|
479
|
-
* Add trust1connector module ([#230](https://github.com/eideasy/eideasy-widget/issues/230)) ([ce65891](https://github.com/eideasy/eideasy-widget/commit/ce65891a5fb507e434f147ec4b27ba2593652f17))
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
# [2.104.0](https://github.com/eideasy/eideasy-widget/compare/v2.103.7...v2.104.0) (2024-01-31)
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
### Features
|
|
487
|
-
|
|
488
|
-
* Add d-trust ades button ([#229](https://github.com/eideasy/eideasy-widget/issues/229)) ([804e470](https://github.com/eideasy/eideasy-widget/commit/804e470891ac6e2f685db51eca5fe3a3e57141ab))
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
## [2.103.7](https://github.com/eideasy/eideasy-widget/compare/v2.103.5...v2.103.7) (2024-01-26)
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
### Features
|
|
496
|
-
|
|
497
|
-
* Show signature policy conditionally ([#228](https://github.com/eideasy/eideasy-widget/issues/228)) ([f48a106](https://github.com/eideasy/eideasy-widget/commit/f48a106992aa426ddaeb46084879e0aaa7a7ce4d))
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
## [2.103.5](https://github.com/eideasy/eideasy-widget/compare/v2.103.4...v2.103.5) (2024-01-26)
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
### Features
|
|
505
|
-
|
|
506
|
-
* Remove code element ([#227](https://github.com/eideasy/eideasy-widget/issues/227)) ([8d86b89](https://github.com/eideasy/eideasy-widget/commit/8d86b89ce76bb470734770421c1ed90f14a8dcf2))
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
## [2.103.4](https://github.com/eideasy/eideasy-widget/compare/v2.103.3...v2.103.4) (2024-01-26)
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
## [2.103.3](https://github.com/eideasy/eideasy-widget/compare/v2.103.2...v2.103.3) (2024-01-26)
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
### Features
|
|
518
|
-
|
|
519
|
-
* Add signature policy ([#226](https://github.com/eideasy/eideasy-widget/issues/226)) ([b22a732](https://github.com/eideasy/eideasy-widget/commit/b22a732260a007e880adf13ae1df235a247691db))
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
## [2.103.2](https://github.com/eideasy/eideasy-widget/compare/v2.103.1...v2.103.2) (2024-01-24)
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
### Features
|
|
527
|
-
|
|
528
|
-
* Allow test LT ID Card authentication use Test endpoint ([#225](https://github.com/eideasy/eideasy-widget/issues/225)) ([04fd673](https://github.com/eideasy/eideasy-widget/commit/04fd673a4add8da7b6c9b217b258a9787632b6b9))
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
## [2.103.1](https://github.com/eideasy/eideasy-widget/compare/v2.103.0...v2.103.1) (2024-01-15)
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
# [2.103.0](https://github.com/eideasy/eideasy-widget/compare/v2.102.0...v2.103.0) (2024-01-12)
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
### Features
|
|
540
|
-
|
|
541
|
-
* Make Halcom work with CSC API ([#224](https://github.com/eideasy/eideasy-widget/issues/224)) ([4a72b17](https://github.com/eideasy/eideasy-widget/commit/4a72b17dcc0bb4ea0505eba42ee42cf77d7a6dbb))
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
# [2.102.0](https://github.com/eideasy/eideasy-widget/compare/v2.101.0...v2.102.0) (2024-01-12)
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
### Features
|
|
549
|
-
|
|
550
|
-
* widget add veriff for signing and authentication ([#223](https://github.com/eideasy/eideasy-widget/issues/223)) ([e6b8be1](https://github.com/eideasy/eideasy-widget/commit/e6b8be19d6906793c01cc81f21b2f1b44c98cf5b))
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
# [2.101.0](https://github.com/eideasy/eideasy-widget/compare/v2.100.0...v2.101.0) (2024-01-04)
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
### Features
|
|
558
|
-
|
|
559
|
-
* 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))
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
# [2.100.0](https://github.com/eideasy/eideasy-widget/compare/v2.99.0...v2.100.0) (2023-12-01)
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
### Features
|
|
567
|
-
|
|
568
|
-
* Add Harica signing method ([#220](https://github.com/eideasy/eideasy-widget/issues/220)) ([83f6200](https://github.com/eideasy/eideasy-widget/commit/83f62007a68ab78962017b4d9cb284b0c7bd323f))
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
# [2.99.0](https://github.com/eideasy/eideasy-widget/compare/v2.98.0...v2.99.0) (2023-11-23)
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
### Features
|
|
576
|
-
|
|
577
|
-
* Remove get started link from Uanataca ([#219](https://github.com/eideasy/eideasy-widget/issues/219)) ([f1001f0](https://github.com/eideasy/eideasy-widget/commit/f1001f05d6802f91006943e003a85d70874efebc))
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
# [2.98.0](https://github.com/eideasy/eideasy-widget/compare/v2.97.0...v2.98.0) (2023-11-01)
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
### Features
|
|
585
|
-
|
|
586
|
-
* Make the evrotrust phone field mandatory ([#218](https://github.com/eideasy/eideasy-widget/issues/218)) ([ba5efc3](https://github.com/eideasy/eideasy-widget/commit/ba5efc3eb5959aa101de90a1e60fabd9ef3521b6))
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
# [2.97.0](https://github.com/eideasy/eideasy-widget/compare/v2.96.0...v2.97.0) (2023-10-31)
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
### Features
|
|
594
|
-
|
|
595
|
-
* 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))
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
# [2.96.0](https://github.com/eideasy/eideasy-widget/compare/v2.95.0...v2.96.0) (2023-10-24)
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
### Features
|
|
603
|
-
|
|
604
|
-
* Enable SmartID for Belgium ([#216](https://github.com/eideasy/eideasy-widget/issues/216)) ([7d1c99a](https://github.com/eideasy/eideasy-widget/commit/7d1c99a3d0c3af0642318a8f4f057fc67f24f69e))
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
# [2.95.0](https://github.com/eideasy/eideasy-widget/compare/v2.94.0...v2.95.0) (2023-10-24)
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
### Features
|
|
612
|
-
|
|
613
|
-
* 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))
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
# [2.94.0](https://github.com/eideasy/eideasy-widget/compare/v2.93.0...v2.94.0) (2023-10-20)
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
### Features
|
|
621
|
-
|
|
622
|
-
* Add handwritten signature method ([#214](https://github.com/eideasy/eideasy-widget/issues/214)) ([a8b46be](https://github.com/eideasy/eideasy-widget/commit/a8b46bea8c3438c8d2508c746c86b6ca34ac2c87))
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
# [2.93.0](https://github.com/eideasy/eideasy-widget/compare/v2.92.2...v2.93.0) (2023-10-19)
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
### Features
|
|
630
|
-
|
|
631
|
-
* Add OneID identification and signing method ([#213](https://github.com/eideasy/eideasy-widget/issues/213)) ([5765a66](https://github.com/eideasy/eideasy-widget/commit/5765a66d47c428a015ed56858ded4134ae9d5c3c))
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
## [2.92.2](https://github.com/eideasy/eideasy-widget/compare/v2.92.1...v2.92.2) (2023-10-13)
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
### Features
|
|
639
|
-
|
|
640
|
-
* Improve French translations ([#212](https://github.com/eideasy/eideasy-widget/issues/212)) ([687a21a](https://github.com/eideasy/eideasy-widget/commit/687a21a539fc43d7792f56c64d60e5d9f9c3cc1c))
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
## [2.92.1](https://github.com/eideasy/eideasy-widget/compare/v2.91.0...v2.92.1) (2023-10-11)
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
### Bug Fixes
|
|
648
|
-
|
|
649
|
-
* update the waitForChallengeCode setting properly ([#211](https://github.com/eideasy/eideasy-widget/issues/211)) ([e23e434](https://github.com/eideasy/eideasy-widget/commit/e23e4347f857d306c441ffa7b2d89c7ff899f7ad))
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
# [2.92.0](https://github.com/eideasy/eideasy-widget/compare/v2.91.0...v2.92.0) (2023-10-11)
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
### Bug Fixes
|
|
657
|
-
|
|
658
|
-
* update the waitForChallengeCode setting properly ([#211](https://github.com/eideasy/eideasy-widget/issues/211)) ([e23e434](https://github.com/eideasy/eideasy-widget/commit/e23e4347f857d306c441ffa7b2d89c7ff899f7ad))
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
# [2.91.0](https://github.com/eideasy/eideasy-widget/compare/v2.89.0...v2.91.0) (2023-10-11)
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
### Features
|
|
666
|
-
|
|
667
|
-
* 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))
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
# [2.90.0](https://github.com/eideasy/eideasy-widget/compare/v2.89.0...v2.90.0) (2023-10-11)
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
# [2.89.0](https://github.com/eideasy/eideasy-widget/compare/v2.89.0-beta.1...v2.89.0) (2023-10-04)
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
# [2.89.0-beta.1](https://github.com/eideasy/eideasy-widget/compare/v2.88.0...v2.89.0-beta.1) (2023-10-04)
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
### Features
|
|
683
|
-
|
|
684
|
-
* support safari 13 ([6da2b7d](https://github.com/eideasy/eideasy-widget/commit/6da2b7d1c86a1d048c5670a4cf647c60a25541d2))
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
# [2.88.0](https://github.com/eideasy/eideasy-widget/compare/v2.87.0...v2.88.0) (2023-10-03)
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
### Features
|
|
692
|
-
|
|
693
|
-
* Allow smart id signing request without waiting for challenge code ([#208](https://github.com/eideasy/eideasy-widget/issues/208)) ([cdd917a](https://github.com/eideasy/eideasy-widget/commit/cdd917a3033290cfe2e1e3097dc169fabd3aae19))
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
# [2.87.0](https://github.com/eideasy/eideasy-widget/compare/v2.86.1...v2.87.0) (2023-10-03)
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
## [2.86.1](https://github.com/eideasy/eideasy-widget/compare/v2.86.0...v2.86.1) (2023-09-29)
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
### Features
|
|
705
|
-
|
|
706
|
-
* Show proper error message when CertEurope USB token's software is not setup ([#207](https://github.com/eideasy/eideasy-widget/issues/207)) ([c8aa600](https://github.com/eideasy/eideasy-widget/commit/c8aa600f243862317a6f6b77fbcac03a4940d9cb))
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
# [2.86.0](https://github.com/eideasy/eideasy-widget/compare/v2.85.0...v2.86.0) (2023-09-06)
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
### Features
|
|
714
|
-
|
|
715
|
-
* Show onboarding instructions for D-Trust, Uanataca and evrotrust ([#206](https://github.com/eideasy/eideasy-widget/issues/206)) ([8d211bf](https://github.com/eideasy/eideasy-widget/commit/8d211bf196c4d69603cf3de48ab2b62ac5881e5b))
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
# [2.85.0](https://github.com/eideasy/eideasy-widget/compare/v2.84.0...v2.85.0) (2023-08-31)
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
### Features
|
|
723
|
-
|
|
724
|
-
* Update widget with new browser client for eparaksts-mobile-signature csc api ([#205](https://github.com/eideasy/eideasy-widget/issues/205)) ([e92225f](https://github.com/eideasy/eideasy-widget/commit/e92225f4279b5d9bf20f01808dd754ab73113e7b))
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
# [2.84.0](https://github.com/eideasy/eideasy-widget/compare/v2.83.5...v2.84.0) (2023-08-29)
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
### Features
|
|
732
|
-
|
|
733
|
-
* Add mobile id to CSC API for widget ([#204](https://github.com/eideasy/eideasy-widget/issues/204)) ([fc40944](https://github.com/eideasy/eideasy-widget/commit/fc4094449890b6a9e9fb579d5d4bd3bd4f30fe32))
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
## [2.83.5](https://github.com/eideasy/eideasy-widget/compare/v2.83.4...v2.83.5) (2023-08-25)
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
### Features
|
|
741
|
-
|
|
742
|
-
* improve widget input values so that widget could use a full phone number ([#203](https://github.com/eideasy/eideasy-widget/issues/203)) ([a6e73b9](https://github.com/eideasy/eideasy-widget/commit/a6e73b9d83eb5e94fcca7139ceabce6cc5b7dedf))
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
## [2.83.4](https://github.com/eideasy/eideasy-widget/compare/v2.83.3...v2.83.4) (2023-08-23)
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
### Features
|
|
750
|
-
|
|
751
|
-
* Fix js error on widget when using Crotia or Aland Island ID card without web eid ([a89ed14](https://github.com/eideasy/eideasy-widget/commit/a89ed141fb273b894925038e8f7982ff76c366ea))
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
## [2.83.3](https://github.com/eideasy/eideasy-widget/compare/v2.83.2...v2.83.3) (2023-08-21)
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
### Bug Fixes
|
|
759
|
-
|
|
760
|
-
* Add Romanian Certsign usb token translation to fix error if nece… ([#200](https://github.com/eideasy/eideasy-widget/issues/200)) ([93a386a](https://github.com/eideasy/eideasy-widget/commit/93a386ab1f2acc03b7ec6c80998536c6eab4a02c))
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
## [2.83.2](https://github.com/eideasy/eideasy-widget/compare/v2.83.1...v2.83.2) (2023-08-17)
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
### Features
|
|
768
|
-
|
|
769
|
-
* Widget stop showing spinner when response is 500 ([#198](https://github.com/eideasy/eideasy-widget/issues/198)) ([e538ef0](https://github.com/eideasy/eideasy-widget/commit/e538ef0322bdced5747ce4782f6cad1c2653b3cd))
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
## [2.83.1](https://github.com/eideasy/eideasy-widget/compare/v2.83.0...v2.83.1) (2023-08-15)
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
### Features
|
|
777
|
-
|
|
778
|
-
* Yes.com branding changes for widget ([#196](https://github.com/eideasy/eideasy-widget/issues/196)) ([f6be3ee](https://github.com/eideasy/eideasy-widget/commit/f6be3ee48a4fea68cb651e360d87de8708bee120))
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
# [2.83.0](https://github.com/eideasy/eideasy-widget/compare/v2.82.0...v2.83.0) (2023-07-13)
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
### Features
|
|
786
|
-
|
|
787
|
-
* Add ItsMe for Luxembourg and Netherlands ([#195](https://github.com/eideasy/eideasy-widget/issues/195)) ([eacb793](https://github.com/eideasy/eideasy-widget/commit/eacb793e0ce3c06dc0da11b62ca785d084b887e3))
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
# [2.82.0](https://github.com/eideasy/eideasy-widget/compare/v2.81.0...v2.82.0) (2023-06-15)
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
### Features
|
|
795
|
-
|
|
796
|
-
* Add IDIN customer id login module ([#193](https://github.com/eideasy/eideasy-widget/issues/193)) ([a7ebfa1](https://github.com/eideasy/eideasy-widget/commit/a7ebfa119615c2ef97ee970f798233348e350d33))
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
# [2.81.0](https://github.com/eideasy/eideasy-widget/compare/v2.80.0...v2.81.0) (2023-06-07)
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
### Features
|
|
804
|
-
|
|
805
|
-
* add button for fr-ident-advanced-signature ([#191](https://github.com/eideasy/eideasy-widget/issues/191)) ([62f4067](https://github.com/eideasy/eideasy-widget/commit/62f4067453433a68671bcb495d6111bcfc79c0b3))
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
# [2.80.0](https://github.com/eideasy/eideasy-widget/compare/v2.80.0-alpha.1...v2.80.0) (2023-05-12)
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
# [2.80.0-alpha.1](https://github.com/eideasy/eideasy-widget/compare/v2.79.0...v2.80.0-alpha.1) (2023-05-12)
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
# [2.79.0](https://github.com/eideasy/eideasy-widget/compare/v2.78.1...v2.79.0) (2023-05-10)
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
### Features
|
|
821
|
-
|
|
822
|
-
* Add FTN via Nets ([#189](https://github.com/eideasy/eideasy-widget/issues/189)) ([b718726](https://github.com/eideasy/eideasy-widget/commit/b718726a34d6eff5b138c7f7bfcbc1e84ac4ccf9))
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
## [2.78.1](https://github.com/eideasy/eideasy-widget/compare/v2.78.0...v2.78.1) (2023-03-23)
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
### Features
|
|
830
|
-
|
|
831
|
-
* Increase text size of MitId login button ([#187](https://github.com/eideasy/eideasy-widget/issues/187)) ([9bfcaca](https://github.com/eideasy/eideasy-widget/commit/9bfcacace04449bd9e444f2e35c3d14b3f6bd54a))
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
# [2.78.0](https://github.com/eideasy/eideasy-widget/compare/v2.77.0...v2.78.0) (2023-03-22)
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
### Features
|
|
839
|
-
|
|
840
|
-
* widget update mit id logo to comply with criipto ([#186](https://github.com/eideasy/eideasy-widget/issues/186)) ([cd11297](https://github.com/eideasy/eideasy-widget/commit/cd112975c1a0620d3c92073a202fe27be6eb482d))
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
# [2.77.0](https://github.com/eideasy/eideasy-widget/compare/v2.76.0...v2.77.0) (2023-03-18)
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
# [2.76.0](https://github.com/eideasy/eideasy-widget/compare/v2.75.0...v2.76.0) (2023-03-18)
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
### Features
|
|
852
|
-
|
|
853
|
-
* Add confirmation page to itsme-qes flow ([#184](https://github.com/eideasy/eideasy-widget/issues/184)) ([b6d3279](https://github.com/eideasy/eideasy-widget/commit/b6d3279a81fdd4ccd9845036b0581927e6628e41))
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
# [2.75.0](https://github.com/eideasy/eideasy-widget/compare/v2.74.0...v2.75.0) (2023-03-02)
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
### Features
|
|
861
|
-
|
|
862
|
-
* Add itsme-qes-signature method ([#182](https://github.com/eideasy/eideasy-widget/issues/182)) ([34a12f1](https://github.com/eideasy/eideasy-widget/commit/34a12f1867fc5cba2f740835035058e7a95ec864))
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
# [2.74.0](https://github.com/eideasy/eideasy-widget/compare/v2.73.1...v2.74.0) (2023-02-06)
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
### Features
|
|
870
|
-
|
|
871
|
-
* Add itsme-login-standard method ([#181](https://github.com/eideasy/eideasy-widget/issues/181)) ([1dda40c](https://github.com/eideasy/eideasy-widget/commit/1dda40c161023dd84ed67a9f548babe6cf957516))
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
## [2.73.1](https://github.com/eideasy/eideasy-widget/compare/v2.73.0...v2.73.1) (2023-02-06)
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
### Bug Fixes
|
|
879
|
-
|
|
880
|
-
* make field validation in the SPID signature module visible to the end users ([#180](https://github.com/eideasy/eideasy-widget/issues/180)) ([083ac8d](https://github.com/eideasy/eideasy-widget/commit/083ac8df6b061c23a50d8604fb9bab138e3a8eb6))
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
# [2.73.0](https://github.com/eideasy/eideasy-widget/compare/v2.72.0...v2.73.0) (2023-02-06)
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
### Features
|
|
888
|
-
|
|
889
|
-
* update browser-client to v2.61.0 for teh following functionality: automatically select the test id card urls for EE and BE in sandbox mode ([#179](https://github.com/eideasy/eideasy-widget/issues/179)) ([94d57c1](https://github.com/eideasy/eideasy-widget/commit/94d57c18168c63ab7fbbb98704f048f2abc9bf90))
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
# [2.72.0](https://github.com/eideasy/eideasy-widget/compare/v2.71.0...v2.72.0) (2023-02-02)
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
### Features
|
|
897
|
-
|
|
898
|
-
* Add norwegian-bankid-login method ([#177](https://github.com/eideasy/eideasy-widget/issues/177)) ([86197e0](https://github.com/eideasy/eideasy-widget/commit/86197e0ceb4b47023e3f6773eb694cfd5221a594))
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
# [2.71.0](https://github.com/eideasy/eideasy-widget/compare/v2.70.0...v2.71.0) (2023-01-27)
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
### Features
|
|
906
|
-
|
|
907
|
-
* Add mit-id-login method ([#176](https://github.com/eideasy/eideasy-widget/issues/176)) ([2bb9063](https://github.com/eideasy/eideasy-widget/commit/2bb906378375a1270b685da15eb53db7f3c03b8e))
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
# [2.70.0](https://github.com/eideasy/eideasy-widget/compare/v2.69.1...v2.70.0) (2023-01-10)
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
### Features
|
|
915
|
-
|
|
916
|
-
* add allowMethodChange option that determines whether the end user is allowed to change the preselected method ([#175](https://github.com/eideasy/eideasy-widget/issues/175)) ([fa58469](https://github.com/eideasy/eideasy-widget/commit/fa58469cb0d4d0f22b43f78bba5958a3be0a1a46))
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
## [2.69.1](https://github.com/eideasy/eideasy-widget/compare/v2.69.0...v2.69.1) (2022-12-30)
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
### Bug Fixes
|
|
924
|
-
|
|
925
|
-
* fix the identification methods config issue ([#171](https://github.com/eideasy/eideasy-widget/issues/171)) ([1de45cc](https://github.com/eideasy/eideasy-widget/commit/1de45cc4d63a54cdaf63313cbce7f2b1db2397c3))
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
## [2.69.1-alpha.2](https://github.com/eideasy/eideasy-widget/compare/v2.69.0...v2.69.1-alpha.2) (2022-12-30)
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
## [2.69.1-alpha.1](https://github.com/eideasy/eideasy-widget/compare/v2.69.0...v2.69.1-alpha.1) (2022-12-30)
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
# [2.69.0](https://github.com/eideasy/eideasy-widget/compare/v2.68.0...v2.69.0) (2022-12-30)
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
### Features
|
|
941
|
-
|
|
942
|
-
* Add itsme-login-basic action button ([#167](https://github.com/eideasy/eideasy-widget/issues/167)) ([fba75f4](https://github.com/eideasy/eideasy-widget/commit/fba75f4db85f89ddf93d9546f0cda59748ef2de0))
|
|
943
|
-
* Eid 1243 upgrade vue cli and related packages ([#166](https://github.com/eideasy/eideasy-widget/issues/166)) ([059ce89](https://github.com/eideasy/eideasy-widget/commit/059ce898145de17aaeae6ef69cccbbce55a9c4d7))
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
# [2.68.0](https://github.com/eideasy/eideasy-widget/compare/v2.67.0...v2.68.0) (2022-12-22)
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
### Features
|
|
951
|
-
|
|
952
|
-
* Show unique indentifier for swisscom ([#165](https://github.com/eideasy/eideasy-widget/issues/165)) ([837d905](https://github.com/eideasy/eideasy-widget/commit/837d905202ca7656fac97aa7bd367bb8c0c6ad57))
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
# [2.67.0](https://github.com/eideasy/eideasy-widget/compare/v2.66.0...v2.67.0) (2022-12-20)
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
### Features
|
|
960
|
-
|
|
961
|
-
* Add Freja eID Advanced and Qes methods ([#164](https://github.com/eideasy/eideasy-widget/issues/164)) ([18cbaef](https://github.com/eideasy/eideasy-widget/commit/18cbaef239c79030d838ff4dd5a05024fd6e9116))
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
# [2.66.0](https://github.com/eideasy/eideasy-widget/compare/v2.65.0...v2.66.0) (2022-12-16)
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
### Features
|
|
969
|
-
|
|
970
|
-
* allow enabling autocomplete on input fields ([#160](https://github.com/eideasy/eideasy-widget/issues/160)) ([ebe7fc5](https://github.com/eideasy/eideasy-widget/commit/ebe7fc53483254f1ac9fb63ae47e27950476e338))
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
# [2.65.0](https://github.com/eideasy/eideasy-widget/compare/v2.64.0...v2.65.0) (2022-12-15)
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
### Features
|
|
978
|
-
|
|
979
|
-
* show challenge for Halcom signatures ([#163](https://github.com/eideasy/eideasy-widget/issues/163)) ([07cf21d](https://github.com/eideasy/eideasy-widget/commit/07cf21de0bdfb63544e6491faca0001312783d80))
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
# [2.64.0](https://github.com/eideasy/eideasy-widget/compare/v2.63.0...v2.64.0) (2022-12-14)
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
### Features
|
|
987
|
-
|
|
988
|
-
* Add Swedish Bank ID Signatures ([#162](https://github.com/eideasy/eideasy-widget/issues/162)) ([f86d22d](https://github.com/eideasy/eideasy-widget/commit/f86d22d00c0aed43572172eb3d3933422bd4237d))
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
# [2.63.0](https://github.com/eideasy/eideasy-widget/compare/v2.62.0...v2.63.0) (2022-12-13)
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
### Features
|
|
996
|
-
|
|
997
|
-
* Add MitID AdES and QES signing methods ([ccfae16](https://github.com/eideasy/eideasy-widget/commit/ccfae164131211d991e8388654f89bec39f31973))
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
# [2.62.0](https://github.com/eideasy/eideasy-widget/compare/v2.61.1...v2.62.0) (2022-12-09)
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
### Features
|
|
1005
|
-
|
|
1006
|
-
* add help messages for when the Belgian ID card software is missing ([#159](https://github.com/eideasy/eideasy-widget/issues/159)) ([7fff39c](https://github.com/eideasy/eideasy-widget/commit/7fff39c74c0d128b677c7b07ea28cd145da2c82b))
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
## [2.61.1](https://github.com/eideasy/eideasy-widget/compare/v2.61.0...v2.61.1) (2022-12-09)
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
# [2.61.0](https://github.com/eideasy/eideasy-widget/compare/v2.60.0...v2.61.0) (2022-12-05)
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
# [2.60.0](https://github.com/eideasy/eideasy-widget/compare/v2.59.1...v2.60.0) (2022-12-05)
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
### Features
|
|
1022
|
-
|
|
1023
|
-
* add swissid signing method ([#154](https://github.com/eideasy/eideasy-widget/issues/154)) ([5972469](https://github.com/eideasy/eideasy-widget/commit/59724695ce7e8846251272f3577aa72bd6f5757f))
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
## [2.59.1](https://github.com/eideasy/eideasy-widget/compare/v2.59.0...v2.59.1) (2022-12-01)
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
### Bug Fixes
|
|
1031
|
-
|
|
1032
|
-
* make the handwritten signature area bigger ([#153](https://github.com/eideasy/eideasy-widget/issues/153)) ([a2d57b3](https://github.com/eideasy/eideasy-widget/commit/a2d57b3dc6ee6e0aee9de275fdf26faada8cb275))
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
# [2.59.0](https://github.com/eideasy/eideasy-widget/compare/v2.58.0...v2.59.0) (2022-12-01)
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
### Features
|
|
1040
|
-
|
|
1041
|
-
* allow to specify otpFlow ([#152](https://github.com/eideasy/eideasy-widget/issues/152)) ([b81a342](https://github.com/eideasy/eideasy-widget/commit/b81a342cb58f032cf04dd745395612cb8d5f6fab))
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
# [2.58.0](https://github.com/eideasy/eideasy-widget/compare/v2.57.0...v2.58.0) (2022-11-25)
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
### Features
|
|
1049
|
-
|
|
1050
|
-
* Add SwissID signing method ([#151](https://github.com/eideasy/eideasy-widget/issues/151)) ([8ae2288](https://github.com/eideasy/eideasy-widget/commit/8ae2288b5fe6254f08a46ff722b08f7bcd9d3df5))
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
# [2.57.0](https://github.com/eideasy/eideasy-widget/compare/v2.56.0...v2.57.0) (2022-11-21)
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
### Features
|
|
1058
|
-
|
|
1059
|
-
* add certsign web api signing method ([#147](https://github.com/eideasy/eideasy-widget/issues/147)) ([19a9502](https://github.com/eideasy/eideasy-widget/commit/19a95023ed43f885edd936bdd4b9622a0d8f70b2))
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
# [2.56.0](https://github.com/eideasy/eideasy-widget/compare/v2.55.0...v2.56.0) (2022-11-21)
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
### Features
|
|
1067
|
-
|
|
1068
|
-
* enable halcom for slovenia ([#149](https://github.com/eideasy/eideasy-widget/issues/149)) ([d5c6ed4](https://github.com/eideasy/eideasy-widget/commit/d5c6ed4270eb57cac8f9058992fbc965d6d8037f))
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
# [2.55.0](https://github.com/eideasy/eideasy-widget/compare/v2.54.0...v2.55.0) (2022-11-18)
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
### Features
|
|
1076
|
-
|
|
1077
|
-
* add Halcom signing method ([#148](https://github.com/eideasy/eideasy-widget/issues/148)) ([5888124](https://github.com/eideasy/eideasy-widget/commit/5888124370ee3d493b38e6f2f7e051d3df1ad922))
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
# [2.54.0](https://github.com/eideasy/eideasy-widget/compare/v2.53.0...v2.54.0) (2022-11-16)
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
### Features
|
|
1085
|
-
|
|
1086
|
-
* allow requesting handwritten signature for the otp signing method ([#146](https://github.com/eideasy/eideasy-widget/issues/146)) ([35dcdf2](https://github.com/eideasy/eideasy-widget/commit/35dcdf2767650285599f70e49165365bd8308693))
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
# [2.53.0](https://github.com/eideasy/eideasy-widget/compare/v2.52.0...v2.53.0) (2022-11-10)
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
### Features
|
|
1094
|
-
|
|
1095
|
-
* add Croatian id card module ([#145](https://github.com/eideasy/eideasy-widget/issues/145)) ([fb261aa](https://github.com/eideasy/eideasy-widget/commit/fb261aa2688c7fa91f8d4a952b88f811b31c8206))
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
# [2.52.0](https://github.com/eideasy/eideasy-widget/compare/v2.51.0...v2.52.0) (2022-11-04)
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
### Features
|
|
1103
|
-
|
|
1104
|
-
* add csc api modes for id card and smart id ([#144](https://github.com/eideasy/eideasy-widget/issues/144)) ([4729c09](https://github.com/eideasy/eideasy-widget/commit/4729c09dfe0db642565c763e1e13cda8e6eb8b78))
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
# [2.51.0-beta.5](https://github.com/eideasy/eideasy-widget/compare/v2.51.0-beta.4...v2.51.0-beta.5) (2022-11-04)
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
### Features
|
|
1112
|
-
|
|
1113
|
-
* add cscApiSign mode ([a9a1961](https://github.com/eideasy/eideasy-widget/commit/a9a19611a1f145302ee4be3ded1a16d7865f4ecc))
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
# [2.51.0-beta.4](https://github.com/eideasy/eideasy-widget/compare/v2.51.0-beta.3...v2.51.0-beta.4) (2022-11-04)
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
# [2.51.0-beta.3](https://github.com/eideasy/eideasy-widget/compare/v2.51.0-beta.2...v2.51.0-beta.3) (2022-11-04)
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
### Features
|
|
1125
|
-
|
|
1126
|
-
* use mode for SignatureSmartId ([7c82127](https://github.com/eideasy/eideasy-widget/commit/7c82127aca6a10d6472b5e2a481563f7839bc17c))
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
# [2.51.0-beta.2](https://github.com/eideasy/eideasy-widget/compare/v2.51.0-beta.1...v2.51.0-beta.2) (2022-11-04)
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
# [2.51.0-beta.1](https://github.com/eideasy/eideasy-widget/compare/v2.51.0-beta.0...v2.51.0-beta.1) (2022-11-04)
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
### Bug Fixes
|
|
1138
|
-
|
|
1139
|
-
* update browser client ([10a30c4](https://github.com/eideasy/eideasy-widget/commit/10a30c4828d45f10ad1358e22b3fdf2ce6eb3d3f))
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
# [2.51.0-beta.0](https://github.com/eideasy/eideasy-widget/compare/v2.51.0...v2.51.0-beta.0) (2022-11-04)
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
### Features
|
|
1147
|
-
|
|
1148
|
-
* update browser client to 2.49.0-beta.0 ([015a4d2](https://github.com/eideasy/eideasy-widget/commit/015a4d2a57f5b8937b012564ae290586e5c2a200))
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
# [2.51.0](https://github.com/eideasy/eideasy-widget/compare/v2.50.1...v2.51.0) (2022-11-01)
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
### Features
|
|
1156
|
-
|
|
1157
|
-
* Eid 998 remember the user selected country ([#143](https://github.com/eideasy/eideasy-widget/issues/143)) ([9be9be8](https://github.com/eideasy/eideasy-widget/commit/9be9be8f5b1347e005c208cfa007ee9406699739))
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
## [2.50.1](https://github.com/eideasy/eideasy-widget/compare/v2.50.0...v2.50.1) (2022-10-28)
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
### Features
|
|
1165
|
-
|
|
1166
|
-
* do not translate eparaksts mobile in russian ([#142](https://github.com/eideasy/eideasy-widget/issues/142)) ([807c279](https://github.com/eideasy/eideasy-widget/commit/807c279d50fb3c058a37f2ed8585b4c6ccb4e100))
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
# [2.50.0](https://github.com/eideasy/eideasy-widget/compare/v2.49.3...v2.50.0) (2022-10-27)
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
### Features
|
|
1174
|
-
|
|
1175
|
-
* add Polish Moje Id authentication module ([#141](https://github.com/eideasy/eideasy-widget/issues/141)) ([632d2b8](https://github.com/eideasy/eideasy-widget/commit/632d2b8391f3b332b95802dd7163214cb9d0cfba))
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
## [2.49.3](https://github.com/eideasy/eideasy-widget/compare/v2.49.2...v2.49.3) (2022-10-26)
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
## [2.49.2](https://github.com/eideasy/eideasy-widget/compare/v2.49.1...v2.49.2) (2022-10-25)
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
### Features
|
|
1187
|
-
|
|
1188
|
-
* update mobile id logo ([#139](https://github.com/eideasy/eideasy-widget/issues/139)) ([b28eb6c](https://github.com/eideasy/eideasy-widget/commit/b28eb6c22c9e05c1bad805e290547446a9c7bf48))
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
## [2.49.1](https://github.com/eideasy/eideasy-widget/compare/v2.49.0...v2.49.1) (2022-10-21)
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
### Features
|
|
1196
|
-
|
|
1197
|
-
* Update ftn advanced full button and text to be the same texts with ftn-seal based ([a451593](https://github.com/eideasy/eideasy-widget/commit/a4515935804f1f509e887b480d0be846a6a80672))
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
# [2.49.0](https://github.com/eideasy/eideasy-widget/compare/v2.48.1...v2.49.0) (2022-10-21)
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
### Features
|
|
1205
|
-
|
|
1206
|
-
* require Opt confirmation form for Uanataca qes ([4e43a4f](https://github.com/eideasy/eideasy-widget/commit/4e43a4fde0464de47ba3f811c1dd7be9826cd3b7))
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
## [2.48.1](https://github.com/eideasy/eideasy-widget/compare/v2.48.0...v2.48.1) (2022-10-19)
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
### Bug Fixes
|
|
1214
|
-
|
|
1215
|
-
* upgrade the browser-client version to 2.46.1 ([#135](https://github.com/eideasy/eideasy-widget/issues/135)) ([1c74a68](https://github.com/eideasy/eideasy-widget/commit/1c74a68fefa3c16ec1a77a43dd94defdfe865321))
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
# [2.48.0](https://github.com/eideasy/eideasy-widget/compare/v2.47.1...v2.48.0) (2022-10-11)
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
## [2.47.1](https://github.com/eideasy/eideasy-widget/compare/v2.47.0...v2.47.1) (2022-10-11)
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
### Features
|
|
1227
|
-
|
|
1228
|
-
* change Chave Movel wording ([#110](https://github.com/eideasy/eideasy-widget/issues/110)) ([54b3a4d](https://github.com/eideasy/eideasy-widget/commit/54b3a4d7e66c0cca55dec9c5f3223143b4d4a9ff))
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
# [2.47.0](https://github.com/eideasy/eideasy-widget/compare/v2.46.0...v2.47.0) (2022-10-05)
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
### Features
|
|
1236
|
-
|
|
1237
|
-
* allow hiding the country selection and back button ([51295cf](https://github.com/eideasy/eideasy-widget/commit/51295cfa99e0d13afe5869afc4fa4224580ed680))
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
# [2.46.0](https://github.com/eideasy/eideasy-widget/compare/v2.45.0...v2.46.0) (2022-10-04)
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
### Features
|
|
1245
|
-
|
|
1246
|
-
* add scan document button ([#132](https://github.com/eideasy/eideasy-widget/issues/132)) ([df62368](https://github.com/eideasy/eideasy-widget/commit/df6236881ad11ae811efca5a457cf4f63243c523))
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
# [2.45.0](https://github.com/eideasy/eideasy-widget/compare/v2.44.0...v2.45.0) (2022-09-28)
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
### Features
|
|
1254
|
-
|
|
1255
|
-
* add verifai button ([15f4bac](https://github.com/eideasy/eideasy-widget/commit/15f4bac2196d79735190b150f8fb6354fb9600a3))
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
# [2.44.0](https://github.com/eideasy/eideasy-widget/compare/v2.43.0...v2.44.0) (2022-09-26)
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
### Features
|
|
1263
|
-
|
|
1264
|
-
* improve simplySign button not require card number ([5f5a4f8](https://github.com/eideasy/eideasy-widget/commit/5f5a4f887a122a7b9670de7948ce3938408e486a))
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
# [2.43.0](https://github.com/eideasy/eideasy-widget/compare/v2.42.0...v2.43.0) (2022-09-15)
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
### Features
|
|
1272
|
-
|
|
1273
|
-
* add Uanataca button ([#129](https://github.com/eideasy/eideasy-widget/issues/129)) ([c3a67d1](https://github.com/eideasy/eideasy-widget/commit/c3a67d1f98f92f74732d7a4c512fbdb99bf64db1))
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
# [2.42.0](https://github.com/eideasy/eideasy-widget/compare/v2.41.0...v2.42.0) (2022-09-07)
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
### Features
|
|
1281
|
-
|
|
1282
|
-
* add simplySign signature method ([#128](https://github.com/eideasy/eideasy-widget/issues/128)) ([e0d2a08](https://github.com/eideasy/eideasy-widget/commit/e0d2a088f60dc080a5f609bbc19c48f62b9b1ce5))
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
# [2.41.0](https://github.com/eideasy/eideasy-widget/compare/v2.40.0...v2.41.0) (2022-09-01)
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
### Features
|
|
1290
|
-
|
|
1291
|
-
* add eDo App eid Login button ([#126](https://github.com/eideasy/eideasy-widget/issues/126)) ([4e52b1c](https://github.com/eideasy/eideasy-widget/commit/4e52b1c6a8bc4300342971250f6a30c9c155b2aa))
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
# [2.40.0](https://github.com/eideasy/eideasy-widget/compare/v2.39.0...v2.40.0) (2022-08-30)
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
### Features
|
|
1299
|
-
|
|
1300
|
-
* show software setup link in error text when finnish id is not present ([#125](https://github.com/eideasy/eideasy-widget/issues/125)) ([a41a0e6](https://github.com/eideasy/eideasy-widget/commit/a41a0e6f715db47c1717d79a5a8f9bce3a68f08b))
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
# [2.39.0](https://github.com/eideasy/eideasy-widget/compare/v2.38.0...v2.39.0) (2022-08-26)
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
### Features
|
|
1308
|
-
|
|
1309
|
-
* allow passing custom oauth state param to the widget ([#124](https://github.com/eideasy/eideasy-widget/issues/124)) ([3391450](https://github.com/eideasy/eideasy-widget/commit/33914505f7627f2861679adc9595a97fb5a06c59))
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
# [2.38.0](https://github.com/eideasy/eideasy-widget/compare/v2.37.0...v2.38.0) (2022-08-24)
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
### Features
|
|
1317
|
-
|
|
1318
|
-
* add yes.com button ([#123](https://github.com/eideasy/eideasy-widget/issues/123)) ([de8bf63](https://github.com/eideasy/eideasy-widget/commit/de8bf63ccd04fba6e7c795726e9362efd655babb))
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
# [2.37.0](https://github.com/eideasy/eideasy-widget/compare/v2.36.0...v2.37.0) (2022-08-19)
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
### Features
|
|
1326
|
-
|
|
1327
|
-
* add eparaksts smart-card login ([23d4c48](https://github.com/eideasy/eideasy-widget/commit/23d4c48c40e88a1cee236c31d0e0db8dc8880c4a))
|
|
1328
|
-
* add eparaksts smart-card login into identification list ([64ede61](https://github.com/eideasy/eideasy-widget/commit/64ede619bc4b900df880c036a66867041be2f10e))
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
# [2.36.0](https://github.com/eideasy/eideasy-widget/compare/v2.35.2...v2.36.0) (2022-08-18)
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
### Features
|
|
1336
|
-
|
|
1337
|
-
* update browser client for d-trust ([#121](https://github.com/eideasy/eideasy-widget/issues/121)) ([bb39a38](https://github.com/eideasy/eideasy-widget/commit/bb39a388c8c221df78e0e4b2c7d9aac44d9c6967))
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
## [2.35.2](https://github.com/eideasy/eideasy-widget/compare/v2.35.1...v2.35.2) (2022-08-03)
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
### Bug Fixes
|
|
1345
|
-
|
|
1346
|
-
* update browser client to version 2.35.2 ([#119](https://github.com/eideasy/eideasy-widget/issues/119)) ([ef1d2cf](https://github.com/eideasy/eideasy-widget/commit/ef1d2cfa717ec2ea2396e9a60562703a06c10da5))
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
### Features
|
|
1350
|
-
|
|
1351
|
-
* update freja id code translations ([#118](https://github.com/eideasy/eideasy-widget/issues/118)) ([d25f69f](https://github.com/eideasy/eideasy-widget/commit/d25f69f8d0f65e9c7c165f3d5aecbd7174eec518))
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
## [2.35.1](https://github.com/eideasy/eideasy-widget/compare/v2.35.0...v2.35.1) (2022-08-01)
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
### Bug Fixes
|
|
1359
|
-
|
|
1360
|
-
* fix an issue where the loader got stuck when sign-me was started with an empty username ([#117](https://github.com/eideasy/eideasy-widget/issues/117)) ([5d1c914](https://github.com/eideasy/eideasy-widget/commit/5d1c914c2af780f63a899a2c10f8b4842387de4c))
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
# [2.35.0](https://github.com/eideasy/eideasy-widget/compare/v2.34.1...v2.35.0) (2022-07-28)
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
### Features
|
|
1368
|
-
|
|
1369
|
-
* add audkenni button ([226ee2b](https://github.com/eideasy/eideasy-widget/commit/226ee2b5674bb5729d638e76d2f9a534ccc50c30))
|
|
1370
|
-
* add audkenni logo ([7e0caa3](https://github.com/eideasy/eideasy-widget/commit/7e0caa3333eecb484df949dd56e2b8ca69e8a6f2))
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
## [2.34.1](https://github.com/eideasy/eideasy-widget/compare/v2.34.0...v2.34.1) (2022-07-28)
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
### Features
|
|
1378
|
-
|
|
1379
|
-
* update freja guideline text ([51bd5d1](https://github.com/eideasy/eideasy-widget/commit/51bd5d1facd0a201f9582866cb9471d9796fae40))
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
# [2.34.0](https://github.com/eideasy/eideasy-widget/compare/v2.33.1...v2.34.0) (2022-07-27)
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
### Features
|
|
1387
|
-
|
|
1388
|
-
* implement ftnAdvancedFullSignature ([3ef1760](https://github.com/eideasy/eideasy-widget/commit/3ef1760ab592f51bb50565233bf9d03e08bd166a))
|
|
1389
|
-
* implement ftnAdvancedFullSignature ([59d09e6](https://github.com/eideasy/eideasy-widget/commit/59d09e6a2599e06d39b368a9fb68ba382934dd1d))
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
## [2.33.1](https://github.com/eideasy/eideasy-widget/compare/v2.33.0...v2.33.1) (2022-07-27)
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
### Features
|
|
1397
|
-
|
|
1398
|
-
* add translations for cert europe and other id-cards with no implementation ([5e7f4f3](https://github.com/eideasy/eideasy-widget/commit/5e7f4f38662b287ea8f02576b994c17a2bed6de0))
|
|
1399
|
-
* add translations for cert europe and other id-cards with no implementation ([658c44e](https://github.com/eideasy/eideasy-widget/commit/658c44e29758ebf2b08b13e2d672b47578305658))
|
|
1400
|
-
|
|
1401
|
-
|
|
1402
|
-
|
|
1403
|
-
# [2.33.0](https://github.com/eideasy/eideasy-widget/compare/v2.31.0...v2.33.0) (2022-07-11)
|
|
1404
|
-
|
|
1405
|
-
|
|
1406
|
-
### Features
|
|
1407
|
-
|
|
1408
|
-
* update browser client to version 2.33.0 ([#111](https://github.com/eideasy/eideasy-widget/issues/111)) ([7ca4c95](https://github.com/eideasy/eideasy-widget/commit/7ca4c95192d8e41631c2d6939569d6a5feef4715))
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
# [2.32.0](https://github.com/eideasy/eideasy-widget/compare/v2.31.0...v2.32.0) (2022-07-11)
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
### Features
|
|
1416
|
-
|
|
1417
|
-
* update browser client to version 2.33.0 ([#111](https://github.com/eideasy/eideasy-widget/issues/111)) ([7ca4c95](https://github.com/eideasy/eideasy-widget/commit/7ca4c95192d8e41631c2d6939569d6a5feef4715))
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
# [2.31.0](https://github.com/eideasy/eideasy-widget/compare/v2.30.0...v2.31.0) (2022-07-08)
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
### Features
|
|
1425
|
-
|
|
1426
|
-
* Add Freja id button ([#106](https://github.com/eideasy/eideasy-widget/issues/106)) ([7d65c3e](https://github.com/eideasy/eideasy-widget/commit/7d65c3eb3010001fddad1684378ad0749719d1d1))
|
|
1427
|
-
* revert yarn lock ([#107](https://github.com/eideasy/eideasy-widget/issues/107)) ([c96d583](https://github.com/eideasy/eideasy-widget/commit/c96d583944f9773f537a776125640940294cee4e))
|
|
1428
|
-
* update client version ([#109](https://github.com/eideasy/eideasy-widget/issues/109)) ([1f58f67](https://github.com/eideasy/eideasy-widget/commit/1f58f67b63252d8f5f85d1ba406112b72c15a3c4))
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
# [2.30.0](https://github.com/eideasy/eideasy-widget/compare/v2.29.0...v2.30.0) (2022-06-29)
|
|
1433
|
-
|
|
1434
|
-
|
|
1435
|
-
### Features
|
|
1436
|
-
|
|
1437
|
-
* Add iDIN authentication method ([#105](https://github.com/eideasy/eideasy-widget/issues/105)) ([4ff31f2](https://github.com/eideasy/eideasy-widget/commit/4ff31f2904ee54fd667349e595901244a01c783e))
|
|
1438
|
-
|
|
1439
|
-
|
|
1440
|
-
|
|
1441
|
-
# [2.29.0](https://github.com/eideasy/eideasy-widget/compare/v2.28.1...v2.29.0) (2022-06-29)
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
### Features
|
|
1445
|
-
|
|
1446
|
-
* rename qes to advanced ([#104](https://github.com/eideasy/eideasy-widget/issues/104)) ([41760fe](https://github.com/eideasy/eideasy-widget/commit/41760feab4bbda620101ab40f20ad26d4ba4140f))
|
|
1447
|
-
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
|
-
## [2.28.1](https://github.com/eideasy/eideasy-widget/compare/v2.28.0...v2.28.1) (2022-06-16)
|
|
1451
|
-
|
|
1452
|
-
|
|
1453
|
-
### Features
|
|
1454
|
-
|
|
1455
|
-
* add norway name required validation ([#102](https://github.com/eideasy/eideasy-widget/issues/102)) ([9637af6](https://github.com/eideasy/eideasy-widget/commit/9637af674f7bc11e13e99c2a1203704c3f2f7ea1))
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
# [2.28.0](https://github.com/eideasy/eideasy-widget/compare/v2.27.1...v2.28.0) (2022-06-15)
|
|
1460
|
-
|
|
1461
|
-
|
|
1462
|
-
|
|
1463
|
-
## [2.27.1](https://github.com/eideasy/eideasy-widget/compare/v2.27.0...v2.27.1) (2022-06-15)
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
# [2.27.0](https://github.com/eideasy/eideasy-widget/compare/v2.26.0...v2.27.0) (2022-06-15)
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
### Features
|
|
1471
|
-
|
|
1472
|
-
* add name field for norwegian bank id ([#99](https://github.com/eideasy/eideasy-widget/issues/99)) ([53cd542](https://github.com/eideasy/eideasy-widget/commit/53cd5428c070eb846de5abd1d327c6fa80ee637c))
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
# [2.26.0](https://github.com/eideasy/eideasy-widget/compare/v2.25.1...v2.26.0) (2022-06-14)
|
|
1477
|
-
|
|
1478
|
-
|
|
1479
|
-
### Features
|
|
1480
|
-
|
|
1481
|
-
* add verifai button ([#100](https://github.com/eideasy/eideasy-widget/issues/100)) ([62cadff](https://github.com/eideasy/eideasy-widget/commit/62cadff27f263ce122ebf3a8936cf5d2e0a704be))
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
## [2.25.1](https://github.com/eideasy/eideasy-widget/compare/v2.25.0...v2.25.1) (2022-06-14)
|
|
1486
|
-
|
|
1487
|
-
|
|
1488
|
-
|
|
1489
|
-
# [2.25.0](https://github.com/eideasy/eideasy-widget/compare/v2.24.0...v2.25.0) (2022-06-13)
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
### Features
|
|
1493
|
-
|
|
1494
|
-
* add idin button ([#98](https://github.com/eideasy/eideasy-widget/issues/98)) ([e4f1666](https://github.com/eideasy/eideasy-widget/commit/e4f166613c2e9af2bf27778355f888d96c6161ef))
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
# [2.24.0](https://github.com/eideasy/eideasy-widget/compare/v2.23.1...v2.24.0) (2022-06-07)
|
|
1499
|
-
|
|
1500
|
-
|
|
1501
|
-
### Features
|
|
1502
|
-
|
|
1503
|
-
* add swedish bank id login method ([#97](https://github.com/eideasy/eideasy-widget/issues/97)) ([1eebf08](https://github.com/eideasy/eideasy-widget/commit/1eebf08e53c6230a9acca72eeac8610701dcd2f9))
|
|
1504
|
-
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
## [2.23.1](https://github.com/eideasy/eideasy-widget/compare/v2.23.0...v2.23.1) (2022-05-17)
|
|
1508
|
-
|
|
1509
|
-
|
|
1510
|
-
### Bug Fixes
|
|
1511
|
-
|
|
1512
|
-
* update browser client to 2.23.1 to get chave movel phone encryption support ([#95](https://github.com/eideasy/eideasy-widget/issues/95)) ([e0ad8bd](https://github.com/eideasy/eideasy-widget/commit/e0ad8bdbf3cf8a476ce383732ddfa58eaeb5ce99))
|
|
1513
|
-
|
|
1514
|
-
|
|
1515
|
-
|
|
1516
|
-
# [2.23.0](https://github.com/eideasy/eideasy-widget/compare/v2.22.0...v2.23.0) (2022-05-12)
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
### Features
|
|
1520
|
-
|
|
1521
|
-
* Remove SignatureSmsOtp module and handle OTP methods with the older SignatureOtp module ([#94](https://github.com/eideasy/eideasy-widget/issues/94)) ([a8292eb](https://github.com/eideasy/eideasy-widget/commit/a8292eb2d71d462e50af1eb54f717dcc038ec2d8))
|
|
1522
|
-
|
|
1523
|
-
|
|
1524
|
-
|
|
1525
|
-
# [2.22.0](https://github.com/eideasy/eideasy-widget/compare/v2.20.0...v2.22.0) (2022-05-11)
|
|
1526
|
-
|
|
1527
|
-
|
|
1528
|
-
### Features
|
|
1529
|
-
|
|
1530
|
-
* Add Code by SMS signing method ([#93](https://github.com/eideasy/eideasy-widget/issues/93)) ([3c043a5](https://github.com/eideasy/eideasy-widget/commit/3c043a5cb28a92337d68940c2711adfa68283a63))
|
|
1531
|
-
|
|
1532
|
-
|
|
1533
|
-
|
|
1534
|
-
# [2.20.0](https://github.com/eideasy/eideasy-widget/compare/v2.19.0...v2.20.0) (2022-05-11)
|
|
1535
|
-
|
|
1536
|
-
|
|
1537
|
-
|
|
1538
|
-
# [2.19.0](https://github.com/eideasy/eideasy-widget/compare/v2.18.1...v2.19.0) (2022-05-07)
|
|
1539
|
-
|
|
1540
|
-
|
|
1541
|
-
### Features
|
|
1542
|
-
|
|
1543
|
-
* 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))
|
|
1544
|
-
|
|
1545
|
-
|
|
1546
|
-
|
|
1547
|
-
## [2.18.1](https://github.com/eideasy/eideasy-widget/compare/v2.18.0...v2.18.1) (2022-05-05)
|
|
1548
|
-
|
|
1549
|
-
|
|
1550
|
-
### Bug Fixes
|
|
1551
|
-
|
|
1552
|
-
* chave movel compliance fixes ([#91](https://github.com/eideasy/eideasy-widget/issues/91)) ([1157dd1](https://github.com/eideasy/eideasy-widget/commit/1157dd1058c392027979c8b5a46ea5344666eb15))
|
|
1553
|
-
|
|
1554
|
-
|
|
1555
|
-
|
|
1556
|
-
# [2.18.0](https://github.com/eideasy/eideasy-widget/compare/v2.17.1...v2.18.0) (2022-05-03)
|
|
1557
|
-
|
|
1558
|
-
|
|
1559
|
-
### Features
|
|
1560
|
-
|
|
1561
|
-
* add itsme login method ([#90](https://github.com/eideasy/eideasy-widget/issues/90)) ([978fe7d](https://github.com/eideasy/eideasy-widget/commit/978fe7d57353eec807c1a033c99d297a9f888231))
|
|
1562
|
-
|
|
1563
|
-
|
|
1564
|
-
|
|
1565
|
-
## [2.17.1](https://github.com/eideasy/eideasy-widget/compare/v2.17.0...v2.17.1) (2022-04-28)
|
|
1566
|
-
|
|
1567
|
-
|
|
1568
|
-
### Bug Fixes
|
|
1569
|
-
|
|
1570
|
-
* re-enable MitId ([8edcde0](https://github.com/eideasy/eideasy-widget/commit/8edcde0b84e7f325254a5573a1d81a95f2a0d192))
|
|
1571
|
-
|
|
1572
|
-
|
|
1573
|
-
|
|
1574
|
-
# [2.17.0](https://github.com/eideasy/eideasy-widget/compare/v2.16.0...v2.17.0) (2022-04-21)
|
|
1575
|
-
|
|
1576
|
-
|
|
1577
|
-
### Features
|
|
1578
|
-
|
|
1579
|
-
* Add Norwegian BankId QES method ([#89](https://github.com/eideasy/eideasy-widget/issues/89)) ([81812ec](https://github.com/eideasy/eideasy-widget/commit/81812ecbcfe993bcb5fc633891d99e6874b2ef50))
|
|
1580
|
-
|
|
1581
|
-
|
|
1582
|
-
|
|
1583
|
-
# [2.16.0](https://github.com/eideasy/eideasy-widget/compare/v2.15.2...v2.16.0) (2022-04-20)
|
|
1584
|
-
|
|
1585
|
-
|
|
1586
|
-
### Features
|
|
1587
|
-
|
|
1588
|
-
* add fi-ftn-qes-signature method ([be063bd](https://github.com/eideasy/eideasy-widget/commit/be063bd287dd3b48642a988a896a24b9e3d42e7d))
|
|
1589
|
-
|
|
1590
|
-
|
|
1591
|
-
|
|
1592
|
-
## [2.15.2](https://github.com/eideasy/eideasy-widget/compare/v2.15.1...v2.15.2) (2022-04-15)
|
|
1593
|
-
|
|
1594
|
-
|
|
1595
|
-
### Bug Fixes
|
|
1596
|
-
|
|
1597
|
-
* update @eid-easy/eideasy-browser-client to v2.17.2 ([7c5d5c3](https://github.com/eideasy/eideasy-widget/commit/7c5d5c376f493d93bea948419a5dd43f9cddd987))
|
|
1598
|
-
|
|
1599
|
-
|
|
1600
|
-
|
|
1601
|
-
## [2.15.1](https://github.com/eideasy/eideasy-widget/compare/v2.15.0...v2.15.1) (2022-04-14)
|
|
1602
|
-
|
|
1603
|
-
|
|
1604
|
-
### Bug Fixes
|
|
1605
|
-
|
|
1606
|
-
* update browser client to v2.17.1 ([e92cc7c](https://github.com/eideasy/eideasy-widget/commit/e92cc7c0720d9c01c00f8f706b2d47c0b5defe9b))
|
|
1607
|
-
|
|
1608
|
-
|
|
1609
|
-
|
|
1610
|
-
# [2.15.0](https://github.com/eideasy/eideasy-widget/compare/v2.14.0...v2.15.0) (2022-04-13)
|
|
1611
|
-
|
|
1612
|
-
|
|
1613
|
-
### Features
|
|
1614
|
-
|
|
1615
|
-
* add Chave Movel qualified signature method ([0f5ee18](https://github.com/eideasy/eideasy-widget/commit/0f5ee1805095fcce01af8339d94929fa90d9dde6))
|
|
1616
|
-
|
|
1617
|
-
|
|
1618
|
-
|
|
1619
|
-
# [2.14.0](https://github.com/eideasy/eideasy-widget/compare/v2.13.1...v2.14.0) (2022-04-12)
|
|
1620
|
-
|
|
1621
|
-
|
|
1622
|
-
### Features
|
|
1623
|
-
|
|
1624
|
-
* add MitId simple signature method ([#86](https://github.com/eideasy/eideasy-widget/issues/86)) ([340e7f2](https://github.com/eideasy/eideasy-widget/commit/340e7f29347fb6281fc4a0a7324a9b0e59f9c78d))
|
|
1625
|
-
|
|
1626
|
-
|
|
1627
|
-
|
|
1628
|
-
## [2.13.1](https://github.com/eideasy/eideasy-widget/compare/v2.13.0...v2.13.1) (2022-04-11)
|
|
1629
|
-
|
|
1630
|
-
|
|
1631
|
-
### Bug Fixes
|
|
1632
|
-
|
|
1633
|
-
* remove unnecessary console.log ([012f1e2](https://github.com/eideasy/eideasy-widget/commit/012f1e2c004587db2122978cb0302dcc754113fc))
|
|
1634
|
-
|
|
1635
|
-
|
|
1636
|
-
|
|
1637
|
-
# [2.13.0](https://github.com/eideasy/eideasy-widget/compare/v2.12.0...v2.13.0) (2022-04-11)
|
|
1638
|
-
|
|
1639
|
-
|
|
1640
|
-
### Bug Fixes
|
|
1641
|
-
|
|
1642
|
-
* update browser client ([a528602](https://github.com/eideasy/eideasy-widget/commit/a5286028efc11d7b8bcf1f2e75bab298b94ed945))
|
|
1643
|
-
|
|
1644
|
-
|
|
1645
|
-
### Features
|
|
1646
|
-
|
|
1647
|
-
* add remoteMonitoringEnabled option ([#84](https://github.com/eideasy/eideasy-widget/issues/84)) ([0e03d7d](https://github.com/eideasy/eideasy-widget/commit/0e03d7d13cf893d36c5d6fbb41de5d663822f5d4))
|
|
1648
|
-
|
|
1649
|
-
|
|
1650
|
-
|
|
1651
|
-
# [2.12.0](https://github.com/eideasy/eideasy-widget/compare/v2.12.0-beta.1...v2.12.0) (2022-04-06)
|
|
1652
|
-
|
|
1653
|
-
|
|
1654
|
-
### Bug Fixes
|
|
1655
|
-
|
|
1656
|
-
* add the correct translation keys for the the id card no_implementation error message ([#83](https://github.com/eideasy/eideasy-widget/issues/83)) ([fa72993](https://github.com/eideasy/eideasy-widget/commit/fa72993a0614917299a95892324c706e4d4d6941))
|
|
1657
|
-
|
|
1658
|
-
|
|
1659
|
-
|
|
1660
|
-
# [2.12.0-beta.1](https://github.com/eideasy/eideasy-widget/compare/v2.12.0-beta.0...v2.12.0-beta.1) (2022-04-05)
|
|
1661
|
-
|
|
1662
|
-
|
|
1663
|
-
### Bug Fixes
|
|
1664
|
-
|
|
1665
|
-
* update browser client to properly handle the popup windows ([#82](https://github.com/eideasy/eideasy-widget/issues/82)) ([7ef518d](https://github.com/eideasy/eideasy-widget/commit/7ef518dd784519a4b39c7eefeeb97d2f54cd6519))
|
|
1666
|
-
|
|
1667
|
-
|
|
1668
|
-
|
|
1669
|
-
# [2.12.0-beta.0](https://github.com/eideasy/eideasy-widget/compare/v2.11.5...v2.12.0-beta.0) (2022-03-29)
|
|
1670
|
-
|
|
1671
|
-
|
|
1672
|
-
### Features
|
|
1673
|
-
|
|
1674
|
-
* add D-Trust sign-me QES signing method" ([#80](https://github.com/eideasy/eideasy-widget/issues/80)) ([99f7545](https://github.com/eideasy/eideasy-widget/commit/99f754543d3b8629d731625c2b7990d3f3417128))
|
|
1675
|
-
|
|
1676
|
-
|
|
1677
|
-
|
|
1678
|
-
## [2.11.5](https://github.com/eideasy/eideasy-widget/compare/v2.11.4...v2.11.5) (2022-03-22)
|
|
1679
|
-
|
|
1680
|
-
|
|
1681
|
-
### Bug Fixes
|
|
1682
|
-
|
|
1683
|
-
* 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))
|
|
1684
|
-
|
|
1685
|
-
|
|
1686
|
-
|
|
1687
|
-
## [2.11.4](https://github.com/eideasy/eideasy-widget/compare/v2.11.3...v2.11.4) (2022-03-22)
|
|
1688
|
-
|
|
1689
|
-
|
|
1690
|
-
### Bug Fixes
|
|
1691
|
-
|
|
1692
|
-
* 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))
|
|
1693
|
-
|
|
1694
|
-
|
|
1695
|
-
|
|
1696
|
-
## [2.11.3](https://github.com/eideasy/eideasy-widget/compare/v2.11.2...v2.11.3) (2022-02-04)
|
|
1697
|
-
|
|
1698
|
-
|
|
1699
|
-
### Bug Fixes
|
|
1700
|
-
|
|
1701
|
-
* 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))
|
|
1702
|
-
|
|
1703
|
-
|
|
1704
|
-
|
|
1705
|
-
## [2.11.2](https://github.com/eideasy/eideasy-widget/compare/v2.11.1...v2.11.2) (2022-01-28)
|
|
1706
|
-
|
|
1707
|
-
|
|
1708
|
-
|
|
1709
|
-
## [2.11.1](https://github.com/eideasy/eideasy-widget/compare/v2.11.0...v2.11.1) (2022-01-21)
|
|
1710
|
-
|
|
1711
|
-
|
|
1712
|
-
|
|
1713
|
-
# [2.11.0](https://github.com/eideasy/eideasy-widget/compare/v2.10.0...v2.11.0) (2022-01-18)
|
|
1714
|
-
|
|
1715
|
-
|
|
1716
|
-
### Features
|
|
1717
|
-
|
|
1718
|
-
* add Swedish BankID signature method ([#63](https://github.com/eideasy/eideasy-widget/issues/63)) ([0302608](https://github.com/eideasy/eideasy-widget/commit/0302608f3a57e6d248ea9c800ef486e03d7efb99))
|
|
1719
|
-
|
|
1720
|
-
|
|
1721
|
-
|
|
1722
|
-
# [2.10.0](https://github.com/eideasy/eideasy-widget/compare/v2.9.1...v2.10.0) (2022-01-05)
|
|
1723
|
-
|
|
1724
|
-
|
|
1725
|
-
### Features
|
|
1726
|
-
|
|
1727
|
-
* add Italian and Cszech languages ([#61](https://github.com/eideasy/eideasy-widget/issues/61)) ([b25ec21](https://github.com/eideasy/eideasy-widget/commit/b25ec2185e3b03f3d13a97860982cb31af4a6976))
|
|
1728
|
-
|
|
1729
|
-
|
|
1730
|
-
|
|
1731
|
-
## [2.9.1](https://github.com/eideasy/eideasy-widget/compare/v2.9.0...v2.9.1) (2022-01-05)
|
|
1732
|
-
|
|
1733
|
-
|
|
1734
|
-
|
|
1735
|
-
# [2.9.0](https://github.com/eideasy/eideasy-widget/compare/v2.8.0...v2.9.0) (2021-12-22)
|
|
1736
|
-
|
|
1737
|
-
|
|
1738
|
-
### Features
|
|
1739
|
-
|
|
1740
|
-
* add Evrotrust signing ([f6b1519](https://github.com/eideasy/eideasy-widget/commit/f6b1519f41544d3684e248c79e4a9cd8840d2e2c))
|
|
1741
|
-
|
|
1742
|
-
|
|
1743
|
-
|
|
1744
|
-
# [2.8.0](https://github.com/eideasy/eideasy-widget/compare/v2.7.0...v2.8.0) (2021-12-09)
|
|
1745
|
-
|
|
1746
|
-
|
|
1747
|
-
### Features
|
|
1748
|
-
|
|
1749
|
-
* add Google OIDC based signature method ([83f83b9](https://github.com/eideasy/eideasy-widget/commit/83f83b96f57804502905c99e8f2959e73bb572f1))
|
|
1750
|
-
|
|
1751
|
-
|
|
1752
|
-
|
|
1753
|
-
# [2.7.0](https://github.com/eideasy/eideasy-widget/compare/v2.6.0...v2.7.0) (2021-12-02)
|
|
1754
|
-
|
|
1755
|
-
|
|
1756
|
-
### Features
|
|
1757
|
-
|
|
1758
|
-
* add MojeID signing method ([ae16cf6](https://github.com/eideasy/eideasy-widget/commit/ae16cf6d266bfca00b5a8250ec5696066199896f))
|
|
1759
|
-
* add the following languages: es, fi, fr, pt, sv ([eba0995](https://github.com/eideasy/eideasy-widget/commit/eba09953555fcb91ceef452deec8b467566b9073))
|
|
1760
|
-
|
|
1761
|
-
|
|
1762
|
-
|
|
1763
|
-
# [2.6.0](https://github.com/eideasy/eideasy-widget/compare/v2.5.0...v2.6.0) (2021-11-30)
|
|
1764
|
-
|
|
1765
|
-
|
|
1766
|
-
### Features
|
|
1767
|
-
|
|
1768
|
-
* add modifyEndpointUrl option to allow modifying all api endpoint urls ([001320f](https://github.com/eideasy/eideasy-widget/commit/001320fc3a925a1c33ac60f8b5cf92ac6d33484a))
|
|
1769
|
-
|
|
1770
|
-
|
|
1771
|
-
|
|
1772
|
-
# [2.5.0](https://github.com/eideasy/eideasy-widget/compare/v2.4.0...v2.5.0) (2021-11-26)
|
|
1773
|
-
|
|
1774
|
-
|
|
1775
|
-
### Features
|
|
1776
|
-
|
|
1777
|
-
* add methodsConfigFilter for modifying the methods config ([fd1e802](https://github.com/eideasy/eideasy-widget/commit/fd1e8026d39d6618f6072a04ec7214b6e2600a4b))
|
|
1778
|
-
|
|
1779
|
-
|
|
1780
|
-
|
|
1781
|
-
# [2.4.0](https://github.com/eideasy/eideasy-widget/compare/v2.3.0-beta.0...v2.4.0) (2021-11-23)
|
|
1782
|
-
|
|
1783
|
-
|
|
1784
|
-
|
|
1785
|
-
# [2.3.0-beta.0](https://github.com/eideasy/eideasy-widget/compare/v2.3.0...v2.3.0-beta.0) (2021-11-23)
|
|
1786
|
-
|
|
1787
|
-
|
|
1788
|
-
### Features
|
|
1789
|
-
|
|
1790
|
-
* add debug mode ([5c3ec47](https://github.com/eideasy/eideasy-widget/commit/5c3ec476ac10a8d4cbad8eaf121b98fbbded1259))
|
|
1791
|
-
|
|
1792
|
-
|
|
1793
|
-
|
|
1794
|
-
# [2.3.0](https://github.com/eideasy/eideasy-widget/compare/v2.2.0...v2.3.0) (2021-11-19)
|
|
1795
|
-
|
|
1796
|
-
|
|
1797
|
-
|
|
1798
|
-
# [2.2.0](https://github.com/eideasy/eideasy-widget/compare/v2.2.0-beta.0...v2.2.0) (2021-11-11)
|
|
1799
|
-
|
|
1800
|
-
|
|
1801
|
-
|
|
1802
|
-
# [2.2.0-beta.0](https://github.com/eideasy/eideasy-widget/compare/v2.1.0...v2.2.0-beta.0) (2021-11-11)
|
|
1803
|
-
|
|
1804
|
-
|
|
1805
|
-
|
|
1806
|
-
# [2.1.0](https://github.com/eideasy/eideasy-widget/compare/v2.1.0-alpha.12...v2.1.0) (2021-11-10)
|
|
1807
|
-
|
|
1808
|
-
|
|
1809
|
-
### Features
|
|
1810
|
-
|
|
1811
|
-
* update browser client ([fb68780](https://github.com/eideasy/eideasy-widget/commit/fb68780e1765528e19a7bd392e1aa42349bfc8ad))
|
|
1812
|
-
|
|
1813
|
-
|
|
1814
|
-
|
|
1815
|
-
# [2.1.0-alpha.12](https://github.com/eideasy/eideasy-widget/compare/v2.1.0-alpha.11...v2.1.0-alpha.12) (2021-11-08)
|
|
1816
|
-
|
|
1817
|
-
|
|
1818
|
-
### Features
|
|
1819
|
-
|
|
1820
|
-
* add zealid and finnish smart-id ([b40b5f6](https://github.com/eideasy/eideasy-widget/commit/b40b5f60fb9aa017c1992067907705d30861a292))
|
|
1821
|
-
|
|
1822
|
-
|
|
1823
|
-
|
|
1824
|
-
# [2.1.0-alpha.11](https://github.com/eideasy/eideasy-widget/compare/v2.1.0-alpha.10...v2.1.0-alpha.11) (2021-11-04)
|
|
1825
|
-
|
|
1826
|
-
|
|
1827
|
-
### Features
|
|
1828
|
-
|
|
1829
|
-
* update translations ([a8ad071](https://github.com/eideasy/eideasy-widget/commit/a8ad0715cf6acec298e751bfde172b0846c35daa))
|
|
1830
|
-
|
|
1831
|
-
|
|
1832
|
-
|
|
1833
|
-
# [2.1.0-alpha.10](https://github.com/eideasy/eideasy-widget/compare/v2.1.0-alpha.9...v2.1.0-alpha.10) (2021-11-03)
|
|
1834
|
-
|
|
1835
|
-
|
|
1836
|
-
### Bug Fixes
|
|
1837
|
-
|
|
1838
|
-
* update the eideasy-browser-client ([82dd0aa](https://github.com/eideasy/eideasy-widget/commit/82dd0aa985fa1f0beb4c5b80d6a84bc17de25257))
|
|
1839
|
-
|
|
1840
|
-
|
|
1841
|
-
|
|
1842
|
-
# [2.1.0-alpha.9](https://github.com/eideasy/eideasy-widget/compare/v2.1.0-alpha.8...v2.1.0-alpha.9) (2021-11-03)
|
|
1843
|
-
|
|
1844
|
-
|
|
1845
|
-
|
|
1846
|
-
# [2.1.0-alpha.8](https://github.com/eideasy/eideasy-widget/compare/v2.1.0-alpha.7...v2.1.0-alpha.8) (2021-11-03)
|
|
1847
|
-
|
|
1848
|
-
|
|
1849
|
-
### Bug Fixes
|
|
1850
|
-
|
|
1851
|
-
* add text color for methodButton ([960a235](https://github.com/eideasy/eideasy-widget/commit/960a235208e643f31098563874d753478e999332))
|
|
1852
|
-
|
|
1853
|
-
|
|
1854
|
-
|
|
1855
|
-
# [2.1.0-alpha.7](https://github.com/eideasy/eideasy-widget/compare/v2.1.0-alpha.6...v2.1.0-alpha.7) (2021-11-02)
|
|
1856
|
-
|
|
1857
|
-
|
|
1858
|
-
### Bug Fixes
|
|
1859
|
-
|
|
1860
|
-
* select global flag for otp preselect ([3423247](https://github.com/eideasy/eideasy-widget/commit/34232476a6af153d57c1f0710940b4222eeca6d5))
|
|
1861
|
-
|
|
1862
|
-
|
|
1863
|
-
|
|
1864
|
-
# [2.1.0-alpha.6](https://github.com/eideasy/eideasy-widget/compare/v2.1.0-alpha.5...v2.1.0-alpha.6) (2021-11-01)
|
|
1865
|
-
|
|
1866
|
-
|
|
1867
|
-
### Bug Fixes
|
|
1868
|
-
|
|
1869
|
-
* fix an issue where beforeMethodSelection caused the loader to show permanently ([45397b9](https://github.com/eideasy/eideasy-widget/commit/45397b9e01e4ad48f04eebda433829ee7b8ec4f2))
|
|
1870
|
-
|
|
1871
|
-
|
|
1872
|
-
|
|
1873
|
-
# [2.1.0-alpha.5](https://github.com/eideasy/eideasy-widget/compare/v2.1.0-alpha.4...v2.1.0-alpha.5) (2021-11-01)
|
|
1874
|
-
|
|
1875
|
-
|
|
1876
|
-
### Features
|
|
1877
|
-
|
|
1878
|
-
* support promises for beforeMethodSelection callback ([#44](https://github.com/eideasy/eideasy-widget/issues/44)) ([438fc53](https://github.com/eideasy/eideasy-widget/commit/438fc534420d454f7ce72f83c8b17a9f3ff9ec7f))
|
|
1879
|
-
|
|
1880
|
-
|
|
1881
|
-
|
|
1882
|
-
# [2.1.0-alpha.4](https://github.com/eideasy/eideasy-widget/compare/v2.1.0-alpha.3...v2.1.0-alpha.4) (2021-11-01)
|
|
1883
|
-
|
|
1884
|
-
|
|
1885
|
-
### Features
|
|
1886
|
-
|
|
1887
|
-
* add the possibility to pass additionalMethodConfig in the beforeMethodSelection hook ([#43](https://github.com/eideasy/eideasy-widget/issues/43)) ([fafb6b2](https://github.com/eideasy/eideasy-widget/commit/fafb6b2afe7b25a6f8fec6bc66efbe93e571495d))
|
|
1888
|
-
|
|
1889
|
-
|
|
1890
|
-
|
|
1891
|
-
# [2.1.0-alpha.3](https://github.com/eideasy/eideasy-widget/compare/v2.1.0-alpha.2...v2.1.0-alpha.3) (2021-11-01)
|
|
1892
|
-
|
|
1893
|
-
|
|
1894
|
-
### Features
|
|
1895
|
-
|
|
1896
|
-
* add beforeMethodSelection callback ([#42](https://github.com/eideasy/eideasy-widget/issues/42)) ([596fdb3](https://github.com/eideasy/eideasy-widget/commit/596fdb3d3579d5afb97b42296d6fec2062ae9bae))
|
|
1897
|
-
|
|
1898
|
-
|
|
1899
|
-
|
|
1900
|
-
# [2.1.0-alpha.2](https://github.com/eideasy/eideasy-widget/compare/v2.1.0-alpha.1...v2.1.0-alpha.2) (2021-10-29)
|
|
1901
|
-
|
|
1902
|
-
|
|
1903
|
-
### Features
|
|
1904
|
-
|
|
1905
|
-
* update the api client ([#41](https://github.com/eideasy/eideasy-widget/issues/41)) ([1b0c421](https://github.com/eideasy/eideasy-widget/commit/1b0c4219e4c33ff82dd8877d6f35db35292626f0))
|
|
1906
|
-
|
|
1907
|
-
|
|
1908
|
-
|
|
1909
|
-
# [2.1.0-alpha.1](https://github.com/eideasy/eideasy-widget/compare/v2.0.1...v2.1.0-alpha.1) (2021-10-28)
|
|
1910
|
-
|
|
1911
|
-
|
|
1912
|
-
### Bug Fixes
|
|
1913
|
-
|
|
1914
|
-
* fix the header bg overflow ([97f72f7](https://github.com/eideasy/eideasy-widget/commit/97f72f756f9e90e3eba3b767b929dce03550a9ec))
|
|
1915
|
-
* make sure that the WORLD is the first selection ([fed2650](https://github.com/eideasy/eideasy-widget/commit/fed2650b168614cd99f73f508b6eff9a2eca3c33))
|
|
1916
|
-
|
|
1917
|
-
|
|
1918
|
-
### Features
|
|
1919
|
-
|
|
1920
|
-
* add Austrian Handy Signatur signing ([ef347f2](https://github.com/eideasy/eideasy-widget/commit/ef347f299d234c1610b8eaf17404ba4c146cfe48))
|
|
1921
|
-
* add confirmation step for ftn ([e84bb0e](https://github.com/eideasy/eideasy-widget/commit/e84bb0ef628a1772f3c7c38a2491fb052c623de3))
|
|
1922
|
-
* add email sms based otp signing ([e3fe5b9](https://github.com/eideasy/eideasy-widget/commit/e3fe5b94c6a202e8e9030705187934ea56ea4e13))
|
|
1923
|
-
* add eParaksts mobile signing ([6cfe352](https://github.com/eideasy/eideasy-widget/commit/6cfe352adb595cc26c38e4d303a041d187bb3075))
|
|
1924
|
-
* add finnish id card logo ([360cc33](https://github.com/eideasy/eideasy-widget/commit/360cc33b52c31582dafab0117d03d43ca97a13f0))
|
|
1925
|
-
* add ftn signing ([a76c0cf](https://github.com/eideasy/eideasy-widget/commit/a76c0cf3a11d70b0af21d877709f7805e37a4242))
|
|
1926
|
-
* add lv id card button ([aa204fd](https://github.com/eideasy/eideasy-widget/commit/aa204fd03e37d5f3c0c7e020804fd23a6d4c165c))
|
|
1927
|
-
* Add mobile-id signing ([fea822d](https://github.com/eideasy/eideasy-widget/commit/fea822d8f0882570ed60713d551acac2df8a5ddf))
|
|
1928
|
-
* add portuguese id card icon ([96c95e7](https://github.com/eideasy/eideasy-widget/commit/96c95e73de9a2b344393c10ab8233ac6e73daccc))
|
|
1929
|
-
* handle worldwide methods ([6bcad28](https://github.com/eideasy/eideasy-widget/commit/6bcad2801aa265eff192a5d7ee3133048c0bd6d9))
|
|
1930
|
-
* use thin layout for signing methods when appropriate ([3373273](https://github.com/eideasy/eideasy-widget/commit/33732736218d74544c6afbe97bf35ae42b25a7a2))
|
|
1931
|
-
|
|
1932
|
-
|
|
1933
|
-
|
|
1934
|
-
## [2.0.1](https://github.com/eideasy/eideasy-widget/compare/v2.0.0...v2.0.1) (2021-10-26)
|
|
1935
|
-
|
|
1936
|
-
|
|
1937
|
-
### Bug Fixes
|
|
1938
|
-
|
|
1939
|
-
* Re-add calling code ([#40](https://github.com/eideasy/eideasy-widget/issues/40)) ([ee0c037](https://github.com/eideasy/eideasy-widget/commit/ee0c037be10db2eb8969704216009fe86f66c704))
|
|
1940
|
-
|
|
1941
|
-
|
|
1942
|
-
|
|
1943
|
-
# [2.0.0](https://github.com/eideasy/eideasy-widget/compare/v1.18.0...v2.0.0) (2021-10-26)
|
|
1944
|
-
|
|
1945
|
-
|
|
1946
|
-
### Features
|
|
1947
|
-
|
|
1948
|
-
* add id-card signing ([#39](https://github.com/eideasy/eideasy-widget/issues/39)) ([8b64a2a](https://github.com/eideasy/eideasy-widget/commit/8b64a2a5a55cec374bb87426218018f3ed8d5a74))
|
|
1949
|
-
* allow multiple eideasy-widget instances ([#38](https://github.com/eideasy/eideasy-widget/issues/38)) ([1912da5](https://github.com/eideasy/eideasy-widget/commit/1912da5d507fcc3a469f07eb7443a897fbaf0164))
|
|
1950
|
-
|
|
1951
|
-
|
|
1952
|
-
|
|
1953
|
-
# [1.18.0](https://github.com/eideasy/eideasy-widget/compare/v1.17.2...v1.18.0) (2021-09-29)
|
|
1954
|
-
|
|
1955
|
-
|
|
1956
|
-
### Bug Fixes
|
|
1957
|
-
|
|
1958
|
-
* fix a bug where pre-selecting a country did not work if the country code was in lowercase ([#36](https://github.com/eideasy/eideasy-widget/issues/36)) ([9a8ccab](https://github.com/eideasy/eideasy-widget/commit/9a8ccab84544c48928693c1f49cfeb9813c9da22))
|
|
1959
|
-
|
|
1960
|
-
|
|
1961
|
-
### Features
|
|
1962
|
-
|
|
1963
|
-
* add aria labels to method buttons ([2778bb5](https://github.com/eideasy/eideasy-widget/commit/2778bb52429341322bb87a66ae309a038363a8a6))
|
|
1964
|
-
* add aria labels to method buttons ([#37](https://github.com/eideasy/eideasy-widget/issues/37)) ([cc557bc](https://github.com/eideasy/eideasy-widget/commit/cc557bc5731852f5b1b13e43bdd5cf1a695cc519))
|
|
1965
|
-
|
|
1966
|
-
|
|
1967
|
-
|
|
1968
|
-
## [1.17.2](https://github.com/eideasy/eideasy-widget/compare/v1.17.1...v1.17.2) (2021-09-29)
|
|
1969
|
-
|
|
1970
|
-
|
|
1971
|
-
### Bug Fixes
|
|
1972
|
-
|
|
1973
|
-
* fix a bug where countries whitelist was ignored when auto-selecting the country for the preselected method ([#35](https://github.com/eideasy/eideasy-widget/issues/35)) ([3465629](https://github.com/eideasy/eideasy-widget/commit/34656298be7d2ad41617fefc53cac30273507ed4))
|
|
1974
|
-
|
|
1975
|
-
|
|
1976
|
-
|
|
1977
|
-
## [1.17.1](https://github.com/eideasy/eideasy-widget/compare/v1.17.0...v1.17.1) (2021-09-24)
|
|
1978
|
-
|
|
1979
|
-
|
|
1980
|
-
### Bug Fixes
|
|
1981
|
-
|
|
1982
|
-
* fix a bug where the country was not selected according to the selected method ([c9bac83](https://github.com/eideasy/eideasy-widget/commit/c9bac833477b959dbfd11e9bcbd11ea5fb3022e6))
|
|
1983
|
-
|
|
1984
|
-
|
|
1985
|
-
|
|
1986
|
-
# [1.17.0](https://github.com/eideasy/eideasy-widget/compare/v1.16.1...v1.17.0) (2021-09-16)
|
|
1987
|
-
|
|
1988
|
-
|
|
1989
|
-
### Bug Fixes
|
|
1990
|
-
|
|
1991
|
-
* only use $eidEasyFormatFlashMessage if it actually exists ([7282324](https://github.com/eideasy/eideasy-widget/commit/728232457315daca3390e9ffc144f8036c51bdb2))
|
|
1992
|
-
|
|
1993
|
-
|
|
1994
|
-
### Features
|
|
1995
|
-
|
|
1996
|
-
* allow users to override flashMessages ([cac1f46](https://github.com/eideasy/eideasy-widget/commit/cac1f465260c3a5d572d2788c67d8077635fd7b7))
|
|
1997
|
-
|
|
1998
|
-
|
|
1999
|
-
|
|
2000
|
-
## [1.16.1](https://github.com/eideasy/eideasy-widget/compare/v1.16.0...v1.16.1) (2021-09-02)
|
|
2001
|
-
|
|
2002
|
-
|
|
2003
|
-
|
|
2004
|
-
# [1.16.0](https://github.com/eideasy/eideasy-widget/compare/v1.15.1...v1.16.0) (2021-08-31)
|
|
2005
|
-
|
|
2006
|
-
|
|
2007
|
-
### Features
|
|
2008
|
-
|
|
2009
|
-
* add Finnish Trust Network ([e2e32c7](https://github.com/eideasy/eideasy-widget/commit/e2e32c786c0eb4b73ab7b2eb77c0f4cfa18d1990))
|
|
2010
|
-
|
|
2011
|
-
|
|
2012
|
-
|
|
2013
|
-
## [1.15.1](https://github.com/eideasy/eideasy-widget/compare/v1.15.0...v1.15.1) (2021-08-30)
|
|
2014
|
-
|
|
2015
|
-
|
|
2016
|
-
### Bug Fixes
|
|
2017
|
-
|
|
2018
|
-
* fix a bug where the method button was not rendered in case of single method with a single country ([#31](https://github.com/eideasy/eideasy-widget/issues/31)) ([d60c9b2](https://github.com/eideasy/eideasy-widget/commit/d60c9b21f2f73ec12b99fcfc54246a852100dc87))
|
|
2019
|
-
|
|
2020
|
-
|
|
2021
|
-
|
|
2022
|
-
# [1.15.0](https://github.com/eideasy/eideasy-widget/compare/v1.14.1...v1.15.0) (2021-08-30)
|
|
2023
|
-
|
|
2024
|
-
|
|
2025
|
-
### Features
|
|
2026
|
-
|
|
2027
|
-
* add MojeiD ([#30](https://github.com/eideasy/eideasy-widget/issues/30)) ([0383205](https://github.com/eideasy/eideasy-widget/commit/0383205a48e7dcd1e45c4cfa2373a52ff17a41db))
|
|
2028
|
-
|
|
2029
|
-
|
|
2030
|
-
|
|
2031
|
-
## [1.14.1](https://github.com/eideasy/eideasy-widget/compare/v1.14.0...v1.14.1) (2021-08-26)
|
|
2032
|
-
|
|
2033
|
-
|
|
2034
|
-
### Bug Fixes
|
|
2035
|
-
|
|
2036
|
-
* fix a bug where clicking the id card button did nothing if there was an error just before clicking the button ([e30ca32](https://github.com/eideasy/eideasy-widget/commit/e30ca32d409d67873a79e513479db81997bb0675))
|
|
2037
|
-
|
|
2038
|
-
|
|
2039
|
-
|
|
2040
|
-
# [1.14.0](https://github.com/eideasy/eideasy-widget/compare/v1.13.0...v1.14.0) (2021-08-17)
|
|
2041
|
-
|
|
2042
|
-
|
|
2043
|
-
### Features
|
|
2044
|
-
|
|
2045
|
-
* update the browser client to get the updated list of supported contries ([3fb06f3](https://github.com/eideasy/eideasy-widget/commit/3fb06f3721181029e48f2ce407f7e5d1a7063c0c))
|
|
2046
|
-
|
|
2047
|
-
|
|
2048
|
-
|
|
2049
|
-
# [1.13.0](https://github.com/eideasy/eideasy-widget/compare/v1.12.2...v1.13.0) (2021-08-09)
|
|
2050
|
-
|
|
2051
|
-
|
|
2052
|
-
### Features
|
|
2053
|
-
|
|
2054
|
-
* allow prefilled phone to contain calling code ([38193a2](https://github.com/eideasy/eideasy-widget/commit/38193a2a9744ff785a46527eab11e9725429f9bf))
|
|
2055
|
-
|
|
2056
|
-
|
|
2057
|
-
|
|
2058
|
-
## [1.12.2](https://github.com/eideasy/eideasy-widget/compare/v1.12.1...v1.12.2) (2021-08-09)
|
|
2059
|
-
|
|
2060
|
-
|
|
2061
|
-
### Bug Fixes
|
|
2062
|
-
|
|
2063
|
-
* rename appUrl to redirectUri ([5a9b385](https://github.com/eideasy/eideasy-widget/commit/5a9b3850a4aeb9eda02dc2480afc662ba73c4ee8))
|
|
2064
|
-
|
|
2065
|
-
|
|
2066
|
-
|
|
2067
|
-
## [1.12.1](https://github.com/eideasy/eideasy-widget/compare/v1.12.0...v1.12.1) (2021-08-09)
|
|
2068
|
-
|
|
2069
|
-
|
|
2070
|
-
|
|
2071
|
-
# [1.12.0](https://github.com/eideasy/eideasy-widget/compare/v1.11.0...v1.12.0) (2021-08-09)
|
|
2072
|
-
|
|
2073
|
-
|
|
2074
|
-
### Features
|
|
2075
|
-
|
|
2076
|
-
* update the @eid-easy/eideasy-browser-client ([f309d71](https://github.com/eideasy/eideasy-widget/commit/f309d7156ffa962a6cb34b776ef3902d2f25b695))
|
|
2077
|
-
|
|
2078
|
-
|
|
2079
|
-
|
|
2080
|
-
# [1.11.0](https://github.com/eideasy/eideasy-widget/compare/v1.10.0...v1.11.0) (2021-08-06)
|
|
2081
|
-
|
|
2082
|
-
|
|
2083
|
-
### Features
|
|
2084
|
-
|
|
2085
|
-
* find the correct country from the method action_type ([5d1d000](https://github.com/eideasy/eideasy-widget/commit/5d1d000e9d44453de04fe8e25a57da411a56759f))
|
|
2086
|
-
* Show the currently selected country flag in the header ([e5cbd1c](https://github.com/eideasy/eideasy-widget/commit/e5cbd1cedc9f4607dbb750c3f14e0373183a7e8e))
|
|
2087
|
-
|
|
2088
|
-
|
|
2089
|
-
|
|
2090
|
-
# [1.10.0](https://github.com/eideasy/eideasy-widget/compare/v1.9.0...v1.10.0) (2021-08-06)
|
|
2091
|
-
|
|
2092
|
-
|
|
2093
|
-
|
|
2094
|
-
# [1.9.0](https://github.com/eideasy/eideasy-widget/compare/v1.8.0...v1.9.0) (2021-08-06)
|
|
2095
|
-
|
|
2096
|
-
|
|
2097
|
-
### Features
|
|
2098
|
-
|
|
2099
|
-
* add 'modifyRequestSettings' to make it possible to alter outgoing requests ([571544f](https://github.com/eideasy/eideasy-widget/commit/571544f2eb8b64c320698fc59e37efea7f8276f3))
|
|
2100
|
-
|
|
2101
|
-
|
|
2102
|
-
|
|
2103
|
-
# [1.8.0](https://github.com/eideasy/eideasy-widget/compare/v1.7.1...v1.8.0) (2021-08-06)
|
|
2104
|
-
|
|
2105
|
-
|
|
2106
|
-
### Bug Fixes
|
|
2107
|
-
|
|
2108
|
-
* autoconvert countryCode to uppercase ([2b68cd0](https://github.com/eideasy/eideasy-widget/commit/2b68cd0202801fcd859efc1d64d252ae930ddc73))
|
|
2109
|
-
|
|
2110
|
-
|
|
2111
|
-
### Features
|
|
2112
|
-
|
|
2113
|
-
* allow prefilling input values ([2963d87](https://github.com/eideasy/eideasy-widget/commit/2963d8786fa9fcca98f2959eb9e0d38d06ffb8c1))
|
|
2114
|
-
|
|
2115
|
-
|
|
2116
|
-
|
|
2117
|
-
## [1.7.1](https://github.com/eideasy/eideasy-widget/compare/v1.7.0...v1.7.1) (2021-08-05)
|
|
2118
|
-
|
|
2119
|
-
|
|
2120
|
-
### Bug Fixes
|
|
2121
|
-
|
|
2122
|
-
* fix a bug where the widget errored because of the missing 'selectedMethod' option ([547b5f6](https://github.com/eideasy/eideasy-widget/commit/547b5f6ed830197d6823e8b53bdbb505a4a5f946))
|
|
2123
|
-
|
|
2124
|
-
|
|
2125
|
-
|
|
2126
|
-
# [1.7.0](https://github.com/eideasy/eideasy-widget/compare/v1.6.0...v1.7.0) (2021-08-05)
|
|
2127
|
-
|
|
2128
|
-
|
|
2129
|
-
### Features
|
|
2130
|
-
|
|
2131
|
-
* add option 'selectedMethod' that allows to preselect a method ([251caa4](https://github.com/eideasy/eideasy-widget/commit/251caa4b523882988721f67e45b1df3d8726aab0))
|
|
2132
|
-
|
|
2133
|
-
|
|
2134
|
-
|
|
2135
|
-
# [1.6.0](https://github.com/eideasy/eideasy-widget/compare/v1.5.0...v1.6.0) (2021-08-05)
|
|
2136
|
-
|
|
2137
|
-
|
|
2138
|
-
### Bug Fixes
|
|
2139
|
-
|
|
2140
|
-
* add explicit form label font-weight to prevent inheriting from the global css ([90b9532](https://github.com/eideasy/eideasy-widget/commit/90b953242938487e6c6b62e9dda56cf041be0492))
|
|
2141
|
-
|
|
2142
|
-
|
|
2143
|
-
### Features
|
|
2144
|
-
|
|
2145
|
-
* add 'enabledCountries' setting ([ff531eb](https://github.com/eideasy/eideasy-widget/commit/ff531eb978d24ed630a0d7c76addd2f1cf13b7a1))
|
|
2146
|
-
|
|
2147
|
-
|
|
2148
|
-
|
|
2149
|
-
# [1.5.0](https://github.com/eideasy/eideasy-widget/compare/v1.4.0...v1.5.0) (2021-08-05)
|
|
2150
|
-
|
|
2151
|
-
|
|
2152
|
-
|
|
2153
|
-
# [1.4.0](https://github.com/eideasy/eideasy-widget/compare/v1.3.0...v1.4.0) (2021-08-04)
|
|
2154
|
-
|
|
2155
|
-
|
|
2156
|
-
### Features
|
|
2157
|
-
|
|
2158
|
-
* add Belgian id card button ([0ac5013](https://github.com/eideasy/eideasy-widget/commit/0ac5013974b9d3e3c0c9da02b03e0bc7dbd734f0))
|
|
2159
|
-
|
|
2160
|
-
|
|
2161
|
-
|
|
2162
|
-
# [1.3.0](https://github.com/eideasy/eideasy-widget/compare/v1.2.0...v1.3.0) (2021-08-04)
|
|
2163
|
-
|
|
2164
|
-
|
|
2165
|
-
### Bug Fixes
|
|
2166
|
-
|
|
2167
|
-
* change 'My coutry' to 'country' ([a179f49](https://github.com/eideasy/eideasy-widget/commit/a179f49a871654f6dfa4594bdc317585d271ea19))
|
|
2168
|
-
|
|
2169
|
-
|
|
2170
|
-
### Features
|
|
2171
|
-
|
|
2172
|
-
* add id card identification for Belgium, Serbia, Finland and Portugal ([01ae02d](https://github.com/eideasy/eideasy-widget/commit/01ae02d321388ce8f8dbcf4988a5070db32b9d34))
|
|
2173
|
-
|
|
2174
|
-
|
|
2175
|
-
|
|
2176
|
-
# [1.2.0](https://github.com/eideasy/eideasy-widget/compare/v1.1.0...v1.2.0) (2021-08-04)
|
|
2177
|
-
|
|
2178
|
-
|
|
2179
|
-
### Features
|
|
2180
|
-
|
|
2181
|
-
* add ZealiD ([#15](https://github.com/eideasy/eideasy-widget/issues/15)) ([af53c15](https://github.com/eideasy/eideasy-widget/commit/af53c156686b86ce9b603436413a2fd19319b9e3))
|
|
2182
|
-
|
|
2183
|
-
|
|
2184
|
-
|
|
2185
|
-
# [1.1.0](https://github.com/eideasy/eideasy-widget/compare/v1.0.2...v1.1.0) (2021-08-03)
|
|
2186
|
-
|
|
2187
|
-
|
|
2188
|
-
### Bug Fixes
|
|
2189
|
-
|
|
2190
|
-
* improve the buttons layout ([ee6fc78](https://github.com/eideasy/eideasy-widget/commit/ee6fc786f73affc156440c4bac1e74e5c0e64de6))
|
|
2191
|
-
|
|
2192
|
-
|
|
2193
|
-
### Features
|
|
2194
|
-
|
|
2195
|
-
* add a simple feature flags set up ([b5f9a6a](https://github.com/eideasy/eideasy-widget/commit/b5f9a6ade4ae678f1cbd8b0aa935e2b2a8f23a62))
|
|
2196
|
-
* add FREJA eID ([8cee248](https://github.com/eideasy/eideasy-widget/commit/8cee2487b26a881d27cc3fdae3b863cff4bfed37))
|
|
2197
|
-
* add German language ([21c9617](https://github.com/eideasy/eideasy-widget/commit/21c9617f1ac027181b190ca0db1cb7316b788767))
|
|
2198
|
-
* **freja:** add Freja eID button ([13703da](https://github.com/eideasy/eideasy-widget/commit/13703da2b34792c064e8f73eba260f8fb83f20c2))
|
|
2199
|
-
* update translations ([d28c00c](https://github.com/eideasy/eideasy-widget/commit/d28c00cc6090778b35b4dea03f02fe8260a633ae))
|
|
2200
|
-
|
|
2201
|
-
|
|
2202
|
-
|
|
2203
|
-
## [1.0.2](https://github.com/eideasy/eideasy-widget/compare/v1.0.1...v1.0.2) (2021-07-29)
|
|
2204
|
-
|
|
2205
|
-
|
|
2206
|
-
### Bug Fixes
|
|
2207
|
-
|
|
2208
|
-
* update @eid-easy/eideasy-browser-client ([ed78bdc](https://github.com/eideasy/eideasy-widget/commit/ed78bdc32211e6cc3af58ad8862073063c51a184))
|
|
2209
|
-
|
|
2210
|
-
|
|
2211
|
-
|
|
2212
|
-
## [1.0.1](https://github.com/eideasy/eideasy-widget/compare/v1.0.0...v1.0.1) (2021-07-29)
|
|
2213
|
-
|
|
2214
|
-
|
|
2215
|
-
|
|
2216
|
-
# [1.0.0](https://github.com/eideasy/eideasy-widget/compare/v0.10.0-alpha.5...v1.0.0) (2021-07-28)
|
|
2217
|
-
|
|
2218
|
-
|
|
2219
|
-
### Bug Fixes
|
|
2220
|
-
|
|
2221
|
-
* Capitalize the first letter of field names ([#3](https://github.com/eideasy/eideasy-widget/issues/3)) ([f64f180](https://github.com/eideasy/eideasy-widget/commit/f64f180618a184b4559316663db9618a79100820))
|
|
2222
|
-
* fix a buge where the countries list was too tall ([2ddf7da](https://github.com/eideasy/eideasy-widget/commit/2ddf7da82eb54f7519913cb09b6b994ce5d8b91b))
|
|
2223
|
-
* update eideasy-browser-client and provide appUrl ([4ce5cb9](https://github.com/eideasy/eideasy-widget/commit/4ce5cb901b75aac3febff3d0cd2d0a9c37446948))
|
|
2224
|
-
|
|
2225
|
-
|
|
2226
|
-
|
|
2227
|
-
# [0.10.0-alpha.5](https://github.com/eideasy/eideasy-widget/compare/v0.10.0-alpha.4...v0.10.0-alpha.5) (2021-07-20)
|
|
2228
|
-
|
|
2229
|
-
|
|
2230
|
-
### Features
|
|
2231
|
-
|
|
2232
|
-
* update translations ([ee8d71c](https://github.com/eideasy/eideasy-widget/commit/ee8d71cc2bd3babc1f02e6a2ebccbf38268c5a59))
|
|
2233
|
-
|
|
2234
|
-
|
|
2235
|
-
|
|
2236
|
-
# [0.10.0-alpha.4](https://github.com/eideasy/eideasy-widget/compare/v0.10.0-alpha.3...v0.10.0-alpha.4) (2021-07-20)
|
|
2237
|
-
|
|
2238
|
-
|
|
2239
|
-
### Features
|
|
2240
|
-
|
|
2241
|
-
* add fail callback ([50f2bf1](https://github.com/eideasy/eideasy-widget/commit/50f2bf1aa2da1bf1bd8b9c06df8a360912be75a9))
|
|
2242
|
-
|
|
2243
|
-
|
|
2244
|
-
|
|
2245
|
-
# [0.10.0-alpha.3](https://github.com/eideasy/eideasy-widget/compare/v0.10.0-alpha.2...v0.10.0-alpha.3) (2021-07-19)
|
|
2246
|
-
|
|
2247
|
-
|
|
2248
|
-
### Bug Fixes
|
|
2249
|
-
|
|
2250
|
-
* fix method button svg rendering on firefox ([6d603f1](https://github.com/eideasy/eideasy-widget/commit/6d603f1164236cc8d76f82ea954412d0fc7eab88))
|
|
2251
|
-
|
|
2252
|
-
|
|
2253
|
-
|
|
2254
|
-
# [0.10.0-alpha.2](https://github.com/eideasy/eideasy-widget/compare/v0.10.0-alpha.1...v0.10.0-alpha.2) (2021-07-19)
|
|
2255
|
-
|
|
2256
|
-
|
|
2257
|
-
|
|
2258
|
-
# 0.10.0-alpha.1 (2021-07-19)
|
|
2259
|
-
|
|
2260
|
-
|
|
2261
|
-
### Bug Fixes
|
|
2262
|
-
|
|
2263
|
-
* tweak comments ([44f00a3](https://github.com/eideasy/eideasy-widget/commit/44f00a336f08fce7e5600b79a30bb677d5e96e67))
|
|
2264
|
-
|
|
2265
|
-
|
|
2266
|
-
|
|
127
|
+
## [2.128.2](https://github.com/eideasy/eideasy-widget/compare/v2.128.1...v2.128.2) (2024-09-20)
|
|
128
|
+
|
|
129
|
+
|
|
130
|
+
### Features
|
|
131
|
+
|
|
132
|
+
* Use custom color or go to default on elements with rgba ([#274](https://github.com/eideasy/eideasy-widget/issues/274)) ([36cb5d9](https://github.com/eideasy/eideasy-widget/commit/36cb5d93e44a1a3fd9c10d5a8e2019f2892041dd))
|
|
133
|
+
|
|
134
|
+
|
|
135
|
+
|
|
136
|
+
## [2.128.1](https://github.com/eideasy/eideasy-widget/compare/v2.128.0...v2.128.1) (2024-09-19)
|
|
137
|
+
|
|
138
|
+
|
|
139
|
+
### Features
|
|
140
|
+
|
|
141
|
+
* Remove EvroTrust, ZealID, D-Trust from Romania ([#273](https://github.com/eideasy/eideasy-widget/issues/273)) ([709b156](https://github.com/eideasy/eideasy-widget/commit/709b1569f33edb3b2f5952a3c344ceba37cab8f6))
|
|
142
|
+
|
|
143
|
+
|
|
144
|
+
|
|
145
|
+
# [2.128.0](https://github.com/eideasy/eideasy-widget/compare/v2.127.0...v2.128.0) (2024-09-11)
|
|
146
|
+
|
|
147
|
+
|
|
148
|
+
### Features
|
|
149
|
+
|
|
150
|
+
* Activate Intesi in DK, NO, IT ([#272](https://github.com/eideasy/eideasy-widget/issues/272)) ([59aa5b6](https://github.com/eideasy/eideasy-widget/commit/59aa5b65bcff50b9f01ce6c5ac3b28062fa73d61))
|
|
151
|
+
* Add logs for customizing with widget ui ([#271](https://github.com/eideasy/eideasy-widget/issues/271)) ([5e43933](https://github.com/eideasy/eideasy-widget/commit/5e439330c1bc45756ac8b6636a1f2a0121f8acab))
|
|
152
|
+
|
|
153
|
+
|
|
154
|
+
|
|
155
|
+
# [2.127.0](https://github.com/eideasy/eideasy-widget/compare/v2.126.1...v2.127.0) (2024-09-10)
|
|
156
|
+
|
|
157
|
+
|
|
158
|
+
### Features
|
|
159
|
+
|
|
160
|
+
* widget customization ([#270](https://github.com/eideasy/eideasy-widget/issues/270)) ([5907644](https://github.com/eideasy/eideasy-widget/commit/59076440232cd262760543cf9da3fb30557a9a25))
|
|
161
|
+
|
|
162
|
+
|
|
163
|
+
|
|
164
|
+
## [2.126.1](https://github.com/eideasy/eideasy-widget/compare/v2.126.0...v2.126.1) (2024-09-04)
|
|
165
|
+
|
|
166
|
+
|
|
167
|
+
### Features
|
|
168
|
+
|
|
169
|
+
* Do not send ID code or email to Evrotrust ([#269](https://github.com/eideasy/eideasy-widget/issues/269)) ([6e1b1ef](https://github.com/eideasy/eideasy-widget/commit/6e1b1efbaff9e674839fa87e6585f459a9247f57))
|
|
170
|
+
|
|
171
|
+
|
|
172
|
+
|
|
173
|
+
# [2.126.0](https://github.com/eideasy/eideasy-widget/compare/v2.125.2...v2.126.0) (2024-09-03)
|
|
174
|
+
|
|
175
|
+
|
|
176
|
+
### Features
|
|
177
|
+
|
|
178
|
+
* Add SerproID Signature module ([#268](https://github.com/eideasy/eideasy-widget/issues/268)) ([ec2356c](https://github.com/eideasy/eideasy-widget/commit/ec2356cb177cc4f70898bf5e575a4b756f8f08db))
|
|
179
|
+
|
|
180
|
+
|
|
181
|
+
|
|
182
|
+
## [2.125.2](https://github.com/eideasy/eideasy-widget/compare/v2.125.1...v2.125.2) (2024-08-29)
|
|
183
|
+
|
|
184
|
+
|
|
185
|
+
|
|
186
|
+
## [2.125.1](https://github.com/eideasy/eideasy-widget/compare/v2.125.0...v2.125.1) (2024-08-29)
|
|
187
|
+
|
|
188
|
+
|
|
189
|
+
|
|
190
|
+
# [2.125.0](https://github.com/eideasy/eideasy-widget/compare/v2.124.1...v2.125.0) (2024-08-23)
|
|
191
|
+
|
|
192
|
+
|
|
193
|
+
### Features
|
|
194
|
+
|
|
195
|
+
* Add SE bankID button ([#266](https://github.com/eideasy/eideasy-widget/issues/266)) ([b88b438](https://github.com/eideasy/eideasy-widget/commit/b88b43867ebffb899d895fc97097943509a4b2a1))
|
|
196
|
+
|
|
197
|
+
|
|
198
|
+
|
|
199
|
+
## [2.124.1](https://github.com/eideasy/eideasy-widget/compare/v2.124.0...v2.124.1) (2024-08-16)
|
|
200
|
+
|
|
201
|
+
|
|
202
|
+
### Features
|
|
203
|
+
|
|
204
|
+
* Fix ID cards login error message ([#265](https://github.com/eideasy/eideasy-widget/issues/265)) ([683b776](https://github.com/eideasy/eideasy-widget/commit/683b77674c7addfda2c2f3737c2affcc1754268b))
|
|
205
|
+
|
|
206
|
+
|
|
207
|
+
|
|
208
|
+
# [2.124.0](https://github.com/eideasy/eideasy-widget/compare/v2.123.0...v2.124.0) (2024-08-14)
|
|
209
|
+
|
|
210
|
+
|
|
211
|
+
### Features
|
|
212
|
+
|
|
213
|
+
* Add CSC API support for lleida net method ([#264](https://github.com/eideasy/eideasy-widget/issues/264)) ([6198df3](https://github.com/eideasy/eideasy-widget/commit/6198df32c063e0257e0146c804f077f6c1509869))
|
|
214
|
+
|
|
215
|
+
|
|
216
|
+
|
|
217
|
+
# [2.123.0](https://github.com/eideasy/eideasy-widget/compare/v2.122.0...v2.123.0) (2024-08-09)
|
|
218
|
+
|
|
219
|
+
|
|
220
|
+
### Features
|
|
221
|
+
|
|
222
|
+
* Add Lleida logo ([#263](https://github.com/eideasy/eideasy-widget/issues/263)) ([f6d9b5f](https://github.com/eideasy/eideasy-widget/commit/f6d9b5fad02e969ecd6d126af46399fd66e27c7d))
|
|
223
|
+
|
|
224
|
+
|
|
225
|
+
|
|
226
|
+
# [2.122.0](https://github.com/eideasy/eideasy-widget/compare/v2.121.0...v2.122.0) (2024-08-07)
|
|
227
|
+
|
|
228
|
+
|
|
229
|
+
### Features
|
|
230
|
+
|
|
231
|
+
* Add eCert chile signature module ([#261](https://github.com/eideasy/eideasy-widget/issues/261)) ([d8ec504](https://github.com/eideasy/eideasy-widget/commit/d8ec504b8fdf882859650bc70c86186d3772908a))
|
|
232
|
+
|
|
233
|
+
|
|
234
|
+
|
|
235
|
+
# [2.121.0](https://github.com/eideasy/eideasy-widget/compare/v2.120.1...v2.121.0) (2024-07-29)
|
|
236
|
+
|
|
237
|
+
|
|
238
|
+
### Features
|
|
239
|
+
|
|
240
|
+
* Add Norwegian BankId adv light signature module ([#260](https://github.com/eideasy/eideasy-widget/issues/260)) ([4c764c5](https://github.com/eideasy/eideasy-widget/commit/4c764c5ba53b0dc648ca2aef3dd71fcb0fc4b749))
|
|
241
|
+
|
|
242
|
+
|
|
243
|
+
|
|
244
|
+
## [2.120.1](https://github.com/eideasy/eideasy-widget/compare/v2.120.0...v2.120.1) (2024-07-19)
|
|
245
|
+
|
|
246
|
+
|
|
247
|
+
### Features
|
|
248
|
+
|
|
249
|
+
* Update to latest browser client ([#259](https://github.com/eideasy/eideasy-widget/issues/259)) ([afc4ea6](https://github.com/eideasy/eideasy-widget/commit/afc4ea695ef39bb31f751478c4f6b1f8ecc79f2b))
|
|
250
|
+
|
|
251
|
+
|
|
252
|
+
|
|
253
|
+
# [2.120.0](https://github.com/eideasy/eideasy-widget/compare/v2.119.1...v2.120.0) (2024-07-16)
|
|
254
|
+
|
|
255
|
+
|
|
256
|
+
### Features
|
|
257
|
+
|
|
258
|
+
* Add InfoCert signature module ([#258](https://github.com/eideasy/eideasy-widget/issues/258)) ([a316a00](https://github.com/eideasy/eideasy-widget/commit/a316a009da431dba2065ae7d444615c6d5e0a923))
|
|
259
|
+
|
|
260
|
+
|
|
261
|
+
|
|
262
|
+
## [2.119.1](https://github.com/eideasy/eideasy-widget/compare/v2.118.1...v2.119.1) (2024-07-09)
|
|
263
|
+
|
|
264
|
+
|
|
265
|
+
### Features
|
|
266
|
+
|
|
267
|
+
* Change HandySignatur logo ([#257](https://github.com/eideasy/eideasy-widget/issues/257)) ([4104598](https://github.com/eideasy/eideasy-widget/commit/41045984616fca973f824afa24c416c4328ff063))
|
|
268
|
+
|
|
269
|
+
|
|
270
|
+
|
|
271
|
+
# [2.119.0](https://github.com/eideasy/eideasy-widget/compare/v2.118.1...v2.119.0) (2024-07-09)
|
|
272
|
+
|
|
273
|
+
|
|
274
|
+
### Features
|
|
275
|
+
|
|
276
|
+
* Change HandySignatur logo ([#257](https://github.com/eideasy/eideasy-widget/issues/257)) ([4104598](https://github.com/eideasy/eideasy-widget/commit/41045984616fca973f824afa24c416c4328ff063))
|
|
277
|
+
|
|
278
|
+
|
|
279
|
+
|
|
280
|
+
## [2.118.1](https://github.com/eideasy/eideasy-widget/compare/v2.118.0...v2.118.1) (2024-07-04)
|
|
281
|
+
|
|
282
|
+
|
|
283
|
+
### Features
|
|
284
|
+
|
|
285
|
+
* Add DE for HandySignatur ([#256](https://github.com/eideasy/eideasy-widget/issues/256)) ([0ecaa80](https://github.com/eideasy/eideasy-widget/commit/0ecaa8048101188561a7426e2cc575d71cbc9c6c))
|
|
286
|
+
|
|
287
|
+
|
|
288
|
+
|
|
289
|
+
# [2.118.0](https://github.com/eideasy/eideasy-widget/compare/v2.117.0...v2.118.0) (2024-07-03)
|
|
290
|
+
|
|
291
|
+
|
|
292
|
+
### Features
|
|
293
|
+
|
|
294
|
+
* Add cz bank id signatures module ([#255](https://github.com/eideasy/eideasy-widget/issues/255)) ([41d93a7](https://github.com/eideasy/eideasy-widget/commit/41d93a722222dae3282ede34b7d1e712d4de0cf8))
|
|
295
|
+
|
|
296
|
+
|
|
297
|
+
|
|
298
|
+
# [2.117.0](https://github.com/eideasy/eideasy-widget/compare/v2.116.0...v2.117.0) (2024-06-30)
|
|
299
|
+
|
|
300
|
+
|
|
301
|
+
### Features
|
|
302
|
+
|
|
303
|
+
* Add certME button ([#254](https://github.com/eideasy/eideasy-widget/issues/254)) ([7d039c3](https://github.com/eideasy/eideasy-widget/commit/7d039c310da7bfee2523d37f319f2245a7728a33))
|
|
304
|
+
|
|
305
|
+
|
|
306
|
+
|
|
307
|
+
# [2.116.0](https://github.com/eideasy/eideasy-widget/compare/v2.115.0...v2.116.0) (2024-06-27)
|
|
308
|
+
|
|
309
|
+
|
|
310
|
+
### Features
|
|
311
|
+
|
|
312
|
+
* Add GSE button ([#253](https://github.com/eideasy/eideasy-widget/issues/253)) ([fc413b6](https://github.com/eideasy/eideasy-widget/commit/fc413b6ffc88e77989d615f910e0494cbb9c941f))
|
|
313
|
+
|
|
314
|
+
|
|
315
|
+
|
|
316
|
+
# [2.115.0](https://github.com/eideasy/eideasy-widget/compare/v2.114.2...v2.115.0) (2024-06-21)
|
|
317
|
+
|
|
318
|
+
|
|
319
|
+
### Features
|
|
320
|
+
|
|
321
|
+
* widget add trust gate button ([#252](https://github.com/eideasy/eideasy-widget/issues/252)) ([3b5dac9](https://github.com/eideasy/eideasy-widget/commit/3b5dac942a962ab980770792f8c4afc9c8af510f))
|
|
322
|
+
|
|
323
|
+
|
|
324
|
+
|
|
325
|
+
## [2.114.2](https://github.com/eideasy/eideasy-widget/compare/v2.114.1...v2.114.2) (2024-06-12)
|
|
326
|
+
|
|
327
|
+
|
|
328
|
+
### Features
|
|
329
|
+
|
|
330
|
+
* Fix freja place holder advanced and qes ([#251](https://github.com/eideasy/eideasy-widget/issues/251)) ([894c6c3](https://github.com/eideasy/eideasy-widget/commit/894c6c38d966baf0c9f56ebfd115531ef245d697))
|
|
331
|
+
|
|
332
|
+
|
|
333
|
+
|
|
334
|
+
## [2.114.1](https://github.com/eideasy/eideasy-widget/compare/v2.114.0...v2.114.1) (2024-06-11)
|
|
335
|
+
|
|
336
|
+
|
|
337
|
+
### Features
|
|
338
|
+
|
|
339
|
+
* Fix placeholder on freja eid on other country ([#248](https://github.com/eideasy/eideasy-widget/issues/248)) ([cc34bd5](https://github.com/eideasy/eideasy-widget/commit/cc34bd59b2b06c60f5d3a8c4963e7d6e8052bfe5))
|
|
340
|
+
|
|
341
|
+
|
|
342
|
+
|
|
343
|
+
# [2.114.0](https://github.com/eideasy/eideasy-widget/compare/v2.113.0...v2.114.0) (2024-06-10)
|
|
344
|
+
|
|
345
|
+
|
|
346
|
+
### Features
|
|
347
|
+
|
|
348
|
+
* Add L'Identite Numerique login method ([#250](https://github.com/eideasy/eideasy-widget/issues/250)) ([939d78d](https://github.com/eideasy/eideasy-widget/commit/939d78dbb2930f96ff86a850fe8d942650fc530a))
|
|
349
|
+
|
|
350
|
+
|
|
351
|
+
|
|
352
|
+
# [2.113.0](https://github.com/eideasy/eideasy-widget/compare/v2.112.1...v2.113.0) (2024-06-10)
|
|
353
|
+
|
|
354
|
+
|
|
355
|
+
### Features
|
|
356
|
+
|
|
357
|
+
* Add trust asia button ([#249](https://github.com/eideasy/eideasy-widget/issues/249)) ([94b62c3](https://github.com/eideasy/eideasy-widget/commit/94b62c3e0c387fa4e90c7e3c45860b0c31f446c9))
|
|
358
|
+
|
|
359
|
+
|
|
360
|
+
|
|
361
|
+
## [2.112.1](https://github.com/eideasy/eideasy-widget/compare/v2.112.0...v2.112.1) (2024-05-21)
|
|
362
|
+
|
|
363
|
+
|
|
364
|
+
### Features
|
|
365
|
+
|
|
366
|
+
* Improve Evrotrust handling phone numbers ([b2d6bee](https://github.com/eideasy/eideasy-widget/commit/b2d6bee2f1d628bf1571f20e365c32f7af5514ce))
|
|
367
|
+
|
|
368
|
+
|
|
369
|
+
|
|
370
|
+
# [2.112.0](https://github.com/eideasy/eideasy-widget/compare/v2.111.0...v2.112.0) (2024-05-15)
|
|
371
|
+
|
|
372
|
+
|
|
373
|
+
### Bug Fixes
|
|
374
|
+
|
|
375
|
+
* keep iframe visible during errors in case user action is needed ([#246](https://github.com/eideasy/eideasy-widget/issues/246)) ([46fedf7](https://github.com/eideasy/eideasy-widget/commit/46fedf769b0bffc897eba723fe7b997cb6ea3bcd))
|
|
376
|
+
|
|
377
|
+
|
|
378
|
+
|
|
379
|
+
# [2.111.0](https://github.com/eideasy/eideasy-widget/compare/v2.110.2...v2.111.0) (2024-05-15)
|
|
380
|
+
|
|
381
|
+
|
|
382
|
+
### Features
|
|
383
|
+
|
|
384
|
+
* Add Evrotrust csc api support ([#245](https://github.com/eideasy/eideasy-widget/issues/245)) ([f8e5bba](https://github.com/eideasy/eideasy-widget/commit/f8e5bba7c680d5a83dd9118a13795b44da7a203b))
|
|
385
|
+
|
|
386
|
+
|
|
387
|
+
|
|
388
|
+
## [2.110.2](https://github.com/eideasy/eideasy-widget/compare/v2.110.1...v2.110.2) (2024-05-08)
|
|
389
|
+
|
|
390
|
+
|
|
391
|
+
### Features
|
|
392
|
+
|
|
393
|
+
* Eid 2369 widget allow the users to try signing again after an iframe method fails ([#244](https://github.com/eideasy/eideasy-widget/issues/244)) ([0e78d1f](https://github.com/eideasy/eideasy-widget/commit/0e78d1f780b198997a9fc7db5efb07852b2e23d9))
|
|
394
|
+
|
|
395
|
+
|
|
396
|
+
|
|
397
|
+
## [2.110.1](https://github.com/eideasy/eideasy-widget/compare/v2.110.0...v2.110.1) (2024-04-30)
|
|
398
|
+
|
|
399
|
+
|
|
400
|
+
### Features
|
|
401
|
+
|
|
402
|
+
* Update to have more countries supported by itsme and freja ([#243](https://github.com/eideasy/eideasy-widget/issues/243)) ([14c58fd](https://github.com/eideasy/eideasy-widget/commit/14c58fd2b9186bf57a9679ffb802853b98c1e9a1))
|
|
403
|
+
|
|
404
|
+
|
|
405
|
+
|
|
406
|
+
# [2.110.0](https://github.com/eideasy/eideasy-widget/compare/v2.109.1...v2.110.0) (2024-04-27)
|
|
407
|
+
|
|
408
|
+
|
|
409
|
+
### Features
|
|
410
|
+
|
|
411
|
+
* allow passing the certificate to sign with ([#242](https://github.com/eideasy/eideasy-widget/issues/242)) ([aea3e4b](https://github.com/eideasy/eideasy-widget/commit/aea3e4bfa1d23f05fc2f7d7cae87ef9a47fb64ab))
|
|
412
|
+
|
|
413
|
+
|
|
414
|
+
|
|
415
|
+
## [2.109.1](https://github.com/eideasy/eideasy-widget/compare/v2.109.0...v2.109.1) (2024-04-26)
|
|
416
|
+
|
|
417
|
+
|
|
418
|
+
### Bug Fixes
|
|
419
|
+
|
|
420
|
+
* correct cert store button text and display iframe error content ([#241](https://github.com/eideasy/eideasy-widget/issues/241)) ([59dcbca](https://github.com/eideasy/eideasy-widget/commit/59dcbcae9409e2d9f5fd446d6685d753e0d8536d))
|
|
421
|
+
|
|
422
|
+
|
|
423
|
+
|
|
424
|
+
# [2.109.0](https://github.com/eideasy/eideasy-widget/compare/v2.108.2...v2.109.0) (2024-04-25)
|
|
425
|
+
|
|
426
|
+
|
|
427
|
+
### Features
|
|
428
|
+
|
|
429
|
+
* add cert store ades and qes modules ([#240](https://github.com/eideasy/eideasy-widget/issues/240)) ([c98f489](https://github.com/eideasy/eideasy-widget/commit/c98f489501ed783586f84ccd827dceaef46a7458))
|
|
430
|
+
|
|
431
|
+
|
|
432
|
+
|
|
433
|
+
## [2.108.2](https://github.com/eideasy/eideasy-widget/compare/v2.108.1...v2.108.2) (2024-04-12)
|
|
434
|
+
|
|
435
|
+
|
|
436
|
+
### Features
|
|
437
|
+
|
|
438
|
+
* Update ZealID views to match their new design ([#239](https://github.com/eideasy/eideasy-widget/issues/239)) ([75bc221](https://github.com/eideasy/eideasy-widget/commit/75bc2214f6013595b5fe8ec810b48dc019602a50))
|
|
439
|
+
|
|
440
|
+
|
|
441
|
+
|
|
442
|
+
## [2.108.1](https://github.com/eideasy/eideasy-widget/compare/v2.108.0...v2.108.1) (2024-04-12)
|
|
443
|
+
|
|
444
|
+
|
|
445
|
+
### Features
|
|
446
|
+
|
|
447
|
+
* Update ZealID views to match their new design ([#238](https://github.com/eideasy/eideasy-widget/issues/238)) ([667689e](https://github.com/eideasy/eideasy-widget/commit/667689eb28608b30916c6603d42aee5eff3756a2))
|
|
448
|
+
|
|
449
|
+
|
|
450
|
+
|
|
451
|
+
# [2.108.0](https://github.com/eideasy/eideasy-widget/compare/v2.107.0...v2.108.0) (2024-04-08)
|
|
452
|
+
|
|
453
|
+
|
|
454
|
+
### Features
|
|
455
|
+
|
|
456
|
+
* Add Intesi FTN button ([#236](https://github.com/eideasy/eideasy-widget/issues/236)) ([6bb4a90](https://github.com/eideasy/eideasy-widget/commit/6bb4a9003afaa69c4d7338217418d9176acfb4ce))
|
|
457
|
+
|
|
458
|
+
|
|
459
|
+
|
|
460
|
+
# [2.107.0](https://github.com/eideasy/eideasy-widget/compare/v2.106.0...v2.107.0) (2024-04-08)
|
|
461
|
+
|
|
462
|
+
|
|
463
|
+
### Features
|
|
464
|
+
|
|
465
|
+
* Add Buypass QES module ([#235](https://github.com/eideasy/eideasy-widget/issues/235)) ([f4f5d3c](https://github.com/eideasy/eideasy-widget/commit/f4f5d3cfa05853eb87a6907eef1874883a65418d))
|
|
466
|
+
|
|
467
|
+
|
|
468
|
+
|
|
469
|
+
# [2.106.0](https://github.com/eideasy/eideasy-widget/compare/v2.105.2...v2.106.0) (2024-03-21)
|
|
470
|
+
|
|
471
|
+
|
|
472
|
+
### Features
|
|
473
|
+
|
|
474
|
+
* add LT ID signing module ([#234](https://github.com/eideasy/eideasy-widget/issues/234)) ([502d10a](https://github.com/eideasy/eideasy-widget/commit/502d10a21fd20058f891a0a5a0d260eeba16a71d))
|
|
475
|
+
|
|
476
|
+
|
|
477
|
+
|
|
478
|
+
## [2.105.2](https://github.com/eideasy/eideasy-widget/compare/v2.105.1...v2.105.2) (2024-03-03)
|
|
479
|
+
|
|
480
|
+
|
|
481
|
+
|
|
482
|
+
## [2.105.1](https://github.com/eideasy/eideasy-widget/compare/v2.105.0...v2.105.1) (2024-03-01)
|
|
483
|
+
|
|
484
|
+
|
|
485
|
+
### Features
|
|
486
|
+
|
|
487
|
+
* Update with Browser client for ID Card polling complete endpoint ([#231](https://github.com/eideasy/eideasy-widget/issues/231)) ([825101b](https://github.com/eideasy/eideasy-widget/commit/825101bf51dafc33790449771a9da28a37ed1746))
|
|
488
|
+
|
|
489
|
+
|
|
490
|
+
|
|
491
|
+
# [2.105.0](https://github.com/eideasy/eideasy-widget/compare/v2.103.7...v2.105.0) (2024-02-20)
|
|
492
|
+
|
|
493
|
+
|
|
494
|
+
### Features
|
|
495
|
+
|
|
496
|
+
* Add d-trust ades button ([#229](https://github.com/eideasy/eideasy-widget/issues/229)) ([804e470](https://github.com/eideasy/eideasy-widget/commit/804e470891ac6e2f685db51eca5fe3a3e57141ab))
|
|
497
|
+
* Add trust1connector module ([#230](https://github.com/eideasy/eideasy-widget/issues/230)) ([ce65891](https://github.com/eideasy/eideasy-widget/commit/ce65891a5fb507e434f147ec4b27ba2593652f17))
|
|
498
|
+
|
|
499
|
+
|
|
500
|
+
|
|
501
|
+
# [2.104.0](https://github.com/eideasy/eideasy-widget/compare/v2.103.7...v2.104.0) (2024-01-31)
|
|
502
|
+
|
|
503
|
+
|
|
504
|
+
### Features
|
|
505
|
+
|
|
506
|
+
* Add d-trust ades button ([#229](https://github.com/eideasy/eideasy-widget/issues/229)) ([804e470](https://github.com/eideasy/eideasy-widget/commit/804e470891ac6e2f685db51eca5fe3a3e57141ab))
|
|
507
|
+
|
|
508
|
+
|
|
509
|
+
|
|
510
|
+
## [2.103.7](https://github.com/eideasy/eideasy-widget/compare/v2.103.5...v2.103.7) (2024-01-26)
|
|
511
|
+
|
|
512
|
+
|
|
513
|
+
### Features
|
|
514
|
+
|
|
515
|
+
* Show signature policy conditionally ([#228](https://github.com/eideasy/eideasy-widget/issues/228)) ([f48a106](https://github.com/eideasy/eideasy-widget/commit/f48a106992aa426ddaeb46084879e0aaa7a7ce4d))
|
|
516
|
+
|
|
517
|
+
|
|
518
|
+
|
|
519
|
+
## [2.103.5](https://github.com/eideasy/eideasy-widget/compare/v2.103.4...v2.103.5) (2024-01-26)
|
|
520
|
+
|
|
521
|
+
|
|
522
|
+
### Features
|
|
523
|
+
|
|
524
|
+
* Remove code element ([#227](https://github.com/eideasy/eideasy-widget/issues/227)) ([8d86b89](https://github.com/eideasy/eideasy-widget/commit/8d86b89ce76bb470734770421c1ed90f14a8dcf2))
|
|
525
|
+
|
|
526
|
+
|
|
527
|
+
|
|
528
|
+
## [2.103.4](https://github.com/eideasy/eideasy-widget/compare/v2.103.3...v2.103.4) (2024-01-26)
|
|
529
|
+
|
|
530
|
+
|
|
531
|
+
|
|
532
|
+
## [2.103.3](https://github.com/eideasy/eideasy-widget/compare/v2.103.2...v2.103.3) (2024-01-26)
|
|
533
|
+
|
|
534
|
+
|
|
535
|
+
### Features
|
|
536
|
+
|
|
537
|
+
* Add signature policy ([#226](https://github.com/eideasy/eideasy-widget/issues/226)) ([b22a732](https://github.com/eideasy/eideasy-widget/commit/b22a732260a007e880adf13ae1df235a247691db))
|
|
538
|
+
|
|
539
|
+
|
|
540
|
+
|
|
541
|
+
## [2.103.2](https://github.com/eideasy/eideasy-widget/compare/v2.103.1...v2.103.2) (2024-01-24)
|
|
542
|
+
|
|
543
|
+
|
|
544
|
+
### Features
|
|
545
|
+
|
|
546
|
+
* Allow test LT ID Card authentication use Test endpoint ([#225](https://github.com/eideasy/eideasy-widget/issues/225)) ([04fd673](https://github.com/eideasy/eideasy-widget/commit/04fd673a4add8da7b6c9b217b258a9787632b6b9))
|
|
547
|
+
|
|
548
|
+
|
|
549
|
+
|
|
550
|
+
## [2.103.1](https://github.com/eideasy/eideasy-widget/compare/v2.103.0...v2.103.1) (2024-01-15)
|
|
551
|
+
|
|
552
|
+
|
|
553
|
+
|
|
554
|
+
# [2.103.0](https://github.com/eideasy/eideasy-widget/compare/v2.102.0...v2.103.0) (2024-01-12)
|
|
555
|
+
|
|
556
|
+
|
|
557
|
+
### Features
|
|
558
|
+
|
|
559
|
+
* Make Halcom work with CSC API ([#224](https://github.com/eideasy/eideasy-widget/issues/224)) ([4a72b17](https://github.com/eideasy/eideasy-widget/commit/4a72b17dcc0bb4ea0505eba42ee42cf77d7a6dbb))
|
|
560
|
+
|
|
561
|
+
|
|
562
|
+
|
|
563
|
+
# [2.102.0](https://github.com/eideasy/eideasy-widget/compare/v2.101.0...v2.102.0) (2024-01-12)
|
|
564
|
+
|
|
565
|
+
|
|
566
|
+
### Features
|
|
567
|
+
|
|
568
|
+
* widget add veriff for signing and authentication ([#223](https://github.com/eideasy/eideasy-widget/issues/223)) ([e6b8be1](https://github.com/eideasy/eideasy-widget/commit/e6b8be19d6906793c01cc81f21b2f1b44c98cf5b))
|
|
569
|
+
|
|
570
|
+
|
|
571
|
+
|
|
572
|
+
# [2.101.0](https://github.com/eideasy/eideasy-widget/compare/v2.100.0...v2.101.0) (2024-01-04)
|
|
573
|
+
|
|
574
|
+
|
|
575
|
+
### Features
|
|
576
|
+
|
|
577
|
+
* 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))
|
|
578
|
+
|
|
579
|
+
|
|
580
|
+
|
|
581
|
+
# [2.100.0](https://github.com/eideasy/eideasy-widget/compare/v2.99.0...v2.100.0) (2023-12-01)
|
|
582
|
+
|
|
583
|
+
|
|
584
|
+
### Features
|
|
585
|
+
|
|
586
|
+
* Add Harica signing method ([#220](https://github.com/eideasy/eideasy-widget/issues/220)) ([83f6200](https://github.com/eideasy/eideasy-widget/commit/83f62007a68ab78962017b4d9cb284b0c7bd323f))
|
|
587
|
+
|
|
588
|
+
|
|
589
|
+
|
|
590
|
+
# [2.99.0](https://github.com/eideasy/eideasy-widget/compare/v2.98.0...v2.99.0) (2023-11-23)
|
|
591
|
+
|
|
592
|
+
|
|
593
|
+
### Features
|
|
594
|
+
|
|
595
|
+
* Remove get started link from Uanataca ([#219](https://github.com/eideasy/eideasy-widget/issues/219)) ([f1001f0](https://github.com/eideasy/eideasy-widget/commit/f1001f05d6802f91006943e003a85d70874efebc))
|
|
596
|
+
|
|
597
|
+
|
|
598
|
+
|
|
599
|
+
# [2.98.0](https://github.com/eideasy/eideasy-widget/compare/v2.97.0...v2.98.0) (2023-11-01)
|
|
600
|
+
|
|
601
|
+
|
|
602
|
+
### Features
|
|
603
|
+
|
|
604
|
+
* Make the evrotrust phone field mandatory ([#218](https://github.com/eideasy/eideasy-widget/issues/218)) ([ba5efc3](https://github.com/eideasy/eideasy-widget/commit/ba5efc3eb5959aa101de90a1e60fabd9ef3521b6))
|
|
605
|
+
|
|
606
|
+
|
|
607
|
+
|
|
608
|
+
# [2.97.0](https://github.com/eideasy/eideasy-widget/compare/v2.96.0...v2.97.0) (2023-10-31)
|
|
609
|
+
|
|
610
|
+
|
|
611
|
+
### Features
|
|
612
|
+
|
|
613
|
+
* 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))
|
|
614
|
+
|
|
615
|
+
|
|
616
|
+
|
|
617
|
+
# [2.96.0](https://github.com/eideasy/eideasy-widget/compare/v2.95.0...v2.96.0) (2023-10-24)
|
|
618
|
+
|
|
619
|
+
|
|
620
|
+
### Features
|
|
621
|
+
|
|
622
|
+
* Enable SmartID for Belgium ([#216](https://github.com/eideasy/eideasy-widget/issues/216)) ([7d1c99a](https://github.com/eideasy/eideasy-widget/commit/7d1c99a3d0c3af0642318a8f4f057fc67f24f69e))
|
|
623
|
+
|
|
624
|
+
|
|
625
|
+
|
|
626
|
+
# [2.95.0](https://github.com/eideasy/eideasy-widget/compare/v2.94.0...v2.95.0) (2023-10-24)
|
|
627
|
+
|
|
628
|
+
|
|
629
|
+
### Features
|
|
630
|
+
|
|
631
|
+
* 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))
|
|
632
|
+
|
|
633
|
+
|
|
634
|
+
|
|
635
|
+
# [2.94.0](https://github.com/eideasy/eideasy-widget/compare/v2.93.0...v2.94.0) (2023-10-20)
|
|
636
|
+
|
|
637
|
+
|
|
638
|
+
### Features
|
|
639
|
+
|
|
640
|
+
* Add handwritten signature method ([#214](https://github.com/eideasy/eideasy-widget/issues/214)) ([a8b46be](https://github.com/eideasy/eideasy-widget/commit/a8b46bea8c3438c8d2508c746c86b6ca34ac2c87))
|
|
641
|
+
|
|
642
|
+
|
|
643
|
+
|
|
644
|
+
# [2.93.0](https://github.com/eideasy/eideasy-widget/compare/v2.92.2...v2.93.0) (2023-10-19)
|
|
645
|
+
|
|
646
|
+
|
|
647
|
+
### Features
|
|
648
|
+
|
|
649
|
+
* Add OneID identification and signing method ([#213](https://github.com/eideasy/eideasy-widget/issues/213)) ([5765a66](https://github.com/eideasy/eideasy-widget/commit/5765a66d47c428a015ed56858ded4134ae9d5c3c))
|
|
650
|
+
|
|
651
|
+
|
|
652
|
+
|
|
653
|
+
## [2.92.2](https://github.com/eideasy/eideasy-widget/compare/v2.92.1...v2.92.2) (2023-10-13)
|
|
654
|
+
|
|
655
|
+
|
|
656
|
+
### Features
|
|
657
|
+
|
|
658
|
+
* Improve French translations ([#212](https://github.com/eideasy/eideasy-widget/issues/212)) ([687a21a](https://github.com/eideasy/eideasy-widget/commit/687a21a539fc43d7792f56c64d60e5d9f9c3cc1c))
|
|
659
|
+
|
|
660
|
+
|
|
661
|
+
|
|
662
|
+
## [2.92.1](https://github.com/eideasy/eideasy-widget/compare/v2.91.0...v2.92.1) (2023-10-11)
|
|
663
|
+
|
|
664
|
+
|
|
665
|
+
### Bug Fixes
|
|
666
|
+
|
|
667
|
+
* update the waitForChallengeCode setting properly ([#211](https://github.com/eideasy/eideasy-widget/issues/211)) ([e23e434](https://github.com/eideasy/eideasy-widget/commit/e23e4347f857d306c441ffa7b2d89c7ff899f7ad))
|
|
668
|
+
|
|
669
|
+
|
|
670
|
+
|
|
671
|
+
# [2.92.0](https://github.com/eideasy/eideasy-widget/compare/v2.91.0...v2.92.0) (2023-10-11)
|
|
672
|
+
|
|
673
|
+
|
|
674
|
+
### Bug Fixes
|
|
675
|
+
|
|
676
|
+
* update the waitForChallengeCode setting properly ([#211](https://github.com/eideasy/eideasy-widget/issues/211)) ([e23e434](https://github.com/eideasy/eideasy-widget/commit/e23e4347f857d306c441ffa7b2d89c7ff899f7ad))
|
|
677
|
+
|
|
678
|
+
|
|
679
|
+
|
|
680
|
+
# [2.91.0](https://github.com/eideasy/eideasy-widget/compare/v2.89.0...v2.91.0) (2023-10-11)
|
|
681
|
+
|
|
682
|
+
|
|
683
|
+
### Features
|
|
684
|
+
|
|
685
|
+
* 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))
|
|
686
|
+
|
|
687
|
+
|
|
688
|
+
|
|
689
|
+
# [2.90.0](https://github.com/eideasy/eideasy-widget/compare/v2.89.0...v2.90.0) (2023-10-11)
|
|
690
|
+
|
|
691
|
+
|
|
692
|
+
|
|
693
|
+
# [2.89.0](https://github.com/eideasy/eideasy-widget/compare/v2.89.0-beta.1...v2.89.0) (2023-10-04)
|
|
694
|
+
|
|
695
|
+
|
|
696
|
+
|
|
697
|
+
# [2.89.0-beta.1](https://github.com/eideasy/eideasy-widget/compare/v2.88.0...v2.89.0-beta.1) (2023-10-04)
|
|
698
|
+
|
|
699
|
+
|
|
700
|
+
### Features
|
|
701
|
+
|
|
702
|
+
* support safari 13 ([6da2b7d](https://github.com/eideasy/eideasy-widget/commit/6da2b7d1c86a1d048c5670a4cf647c60a25541d2))
|
|
703
|
+
|
|
704
|
+
|
|
705
|
+
|
|
706
|
+
# [2.88.0](https://github.com/eideasy/eideasy-widget/compare/v2.87.0...v2.88.0) (2023-10-03)
|
|
707
|
+
|
|
708
|
+
|
|
709
|
+
### Features
|
|
710
|
+
|
|
711
|
+
* Allow smart id signing request without waiting for challenge code ([#208](https://github.com/eideasy/eideasy-widget/issues/208)) ([cdd917a](https://github.com/eideasy/eideasy-widget/commit/cdd917a3033290cfe2e1e3097dc169fabd3aae19))
|
|
712
|
+
|
|
713
|
+
|
|
714
|
+
|
|
715
|
+
# [2.87.0](https://github.com/eideasy/eideasy-widget/compare/v2.86.1...v2.87.0) (2023-10-03)
|
|
716
|
+
|
|
717
|
+
|
|
718
|
+
|
|
719
|
+
## [2.86.1](https://github.com/eideasy/eideasy-widget/compare/v2.86.0...v2.86.1) (2023-09-29)
|
|
720
|
+
|
|
721
|
+
|
|
722
|
+
### Features
|
|
723
|
+
|
|
724
|
+
* Show proper error message when CertEurope USB token's software is not setup ([#207](https://github.com/eideasy/eideasy-widget/issues/207)) ([c8aa600](https://github.com/eideasy/eideasy-widget/commit/c8aa600f243862317a6f6b77fbcac03a4940d9cb))
|
|
725
|
+
|
|
726
|
+
|
|
727
|
+
|
|
728
|
+
# [2.86.0](https://github.com/eideasy/eideasy-widget/compare/v2.85.0...v2.86.0) (2023-09-06)
|
|
729
|
+
|
|
730
|
+
|
|
731
|
+
### Features
|
|
732
|
+
|
|
733
|
+
* Show onboarding instructions for D-Trust, Uanataca and evrotrust ([#206](https://github.com/eideasy/eideasy-widget/issues/206)) ([8d211bf](https://github.com/eideasy/eideasy-widget/commit/8d211bf196c4d69603cf3de48ab2b62ac5881e5b))
|
|
734
|
+
|
|
735
|
+
|
|
736
|
+
|
|
737
|
+
# [2.85.0](https://github.com/eideasy/eideasy-widget/compare/v2.84.0...v2.85.0) (2023-08-31)
|
|
738
|
+
|
|
739
|
+
|
|
740
|
+
### Features
|
|
741
|
+
|
|
742
|
+
* Update widget with new browser client for eparaksts-mobile-signature csc api ([#205](https://github.com/eideasy/eideasy-widget/issues/205)) ([e92225f](https://github.com/eideasy/eideasy-widget/commit/e92225f4279b5d9bf20f01808dd754ab73113e7b))
|
|
743
|
+
|
|
744
|
+
|
|
745
|
+
|
|
746
|
+
# [2.84.0](https://github.com/eideasy/eideasy-widget/compare/v2.83.5...v2.84.0) (2023-08-29)
|
|
747
|
+
|
|
748
|
+
|
|
749
|
+
### Features
|
|
750
|
+
|
|
751
|
+
* Add mobile id to CSC API for widget ([#204](https://github.com/eideasy/eideasy-widget/issues/204)) ([fc40944](https://github.com/eideasy/eideasy-widget/commit/fc4094449890b6a9e9fb579d5d4bd3bd4f30fe32))
|
|
752
|
+
|
|
753
|
+
|
|
754
|
+
|
|
755
|
+
## [2.83.5](https://github.com/eideasy/eideasy-widget/compare/v2.83.4...v2.83.5) (2023-08-25)
|
|
756
|
+
|
|
757
|
+
|
|
758
|
+
### Features
|
|
759
|
+
|
|
760
|
+
* improve widget input values so that widget could use a full phone number ([#203](https://github.com/eideasy/eideasy-widget/issues/203)) ([a6e73b9](https://github.com/eideasy/eideasy-widget/commit/a6e73b9d83eb5e94fcca7139ceabce6cc5b7dedf))
|
|
761
|
+
|
|
762
|
+
|
|
763
|
+
|
|
764
|
+
## [2.83.4](https://github.com/eideasy/eideasy-widget/compare/v2.83.3...v2.83.4) (2023-08-23)
|
|
765
|
+
|
|
766
|
+
|
|
767
|
+
### Features
|
|
768
|
+
|
|
769
|
+
* Fix js error on widget when using Crotia or Aland Island ID card without web eid ([a89ed14](https://github.com/eideasy/eideasy-widget/commit/a89ed141fb273b894925038e8f7982ff76c366ea))
|
|
770
|
+
|
|
771
|
+
|
|
772
|
+
|
|
773
|
+
## [2.83.3](https://github.com/eideasy/eideasy-widget/compare/v2.83.2...v2.83.3) (2023-08-21)
|
|
774
|
+
|
|
775
|
+
|
|
776
|
+
### Bug Fixes
|
|
777
|
+
|
|
778
|
+
* Add Romanian Certsign usb token translation to fix error if nece… ([#200](https://github.com/eideasy/eideasy-widget/issues/200)) ([93a386a](https://github.com/eideasy/eideasy-widget/commit/93a386ab1f2acc03b7ec6c80998536c6eab4a02c))
|
|
779
|
+
|
|
780
|
+
|
|
781
|
+
|
|
782
|
+
## [2.83.2](https://github.com/eideasy/eideasy-widget/compare/v2.83.1...v2.83.2) (2023-08-17)
|
|
783
|
+
|
|
784
|
+
|
|
785
|
+
### Features
|
|
786
|
+
|
|
787
|
+
* Widget stop showing spinner when response is 500 ([#198](https://github.com/eideasy/eideasy-widget/issues/198)) ([e538ef0](https://github.com/eideasy/eideasy-widget/commit/e538ef0322bdced5747ce4782f6cad1c2653b3cd))
|
|
788
|
+
|
|
789
|
+
|
|
790
|
+
|
|
791
|
+
## [2.83.1](https://github.com/eideasy/eideasy-widget/compare/v2.83.0...v2.83.1) (2023-08-15)
|
|
792
|
+
|
|
793
|
+
|
|
794
|
+
### Features
|
|
795
|
+
|
|
796
|
+
* Yes.com branding changes for widget ([#196](https://github.com/eideasy/eideasy-widget/issues/196)) ([f6be3ee](https://github.com/eideasy/eideasy-widget/commit/f6be3ee48a4fea68cb651e360d87de8708bee120))
|
|
797
|
+
|
|
798
|
+
|
|
799
|
+
|
|
800
|
+
# [2.83.0](https://github.com/eideasy/eideasy-widget/compare/v2.82.0...v2.83.0) (2023-07-13)
|
|
801
|
+
|
|
802
|
+
|
|
803
|
+
### Features
|
|
804
|
+
|
|
805
|
+
* Add ItsMe for Luxembourg and Netherlands ([#195](https://github.com/eideasy/eideasy-widget/issues/195)) ([eacb793](https://github.com/eideasy/eideasy-widget/commit/eacb793e0ce3c06dc0da11b62ca785d084b887e3))
|
|
806
|
+
|
|
807
|
+
|
|
808
|
+
|
|
809
|
+
# [2.82.0](https://github.com/eideasy/eideasy-widget/compare/v2.81.0...v2.82.0) (2023-06-15)
|
|
810
|
+
|
|
811
|
+
|
|
812
|
+
### Features
|
|
813
|
+
|
|
814
|
+
* Add IDIN customer id login module ([#193](https://github.com/eideasy/eideasy-widget/issues/193)) ([a7ebfa1](https://github.com/eideasy/eideasy-widget/commit/a7ebfa119615c2ef97ee970f798233348e350d33))
|
|
815
|
+
|
|
816
|
+
|
|
817
|
+
|
|
818
|
+
# [2.81.0](https://github.com/eideasy/eideasy-widget/compare/v2.80.0...v2.81.0) (2023-06-07)
|
|
819
|
+
|
|
820
|
+
|
|
821
|
+
### Features
|
|
822
|
+
|
|
823
|
+
* add button for fr-ident-advanced-signature ([#191](https://github.com/eideasy/eideasy-widget/issues/191)) ([62f4067](https://github.com/eideasy/eideasy-widget/commit/62f4067453433a68671bcb495d6111bcfc79c0b3))
|
|
824
|
+
|
|
825
|
+
|
|
826
|
+
|
|
827
|
+
# [2.80.0](https://github.com/eideasy/eideasy-widget/compare/v2.80.0-alpha.1...v2.80.0) (2023-05-12)
|
|
828
|
+
|
|
829
|
+
|
|
830
|
+
|
|
831
|
+
# [2.80.0-alpha.1](https://github.com/eideasy/eideasy-widget/compare/v2.79.0...v2.80.0-alpha.1) (2023-05-12)
|
|
832
|
+
|
|
833
|
+
|
|
834
|
+
|
|
835
|
+
# [2.79.0](https://github.com/eideasy/eideasy-widget/compare/v2.78.1...v2.79.0) (2023-05-10)
|
|
836
|
+
|
|
837
|
+
|
|
838
|
+
### Features
|
|
839
|
+
|
|
840
|
+
* Add FTN via Nets ([#189](https://github.com/eideasy/eideasy-widget/issues/189)) ([b718726](https://github.com/eideasy/eideasy-widget/commit/b718726a34d6eff5b138c7f7bfcbc1e84ac4ccf9))
|
|
841
|
+
|
|
842
|
+
|
|
843
|
+
|
|
844
|
+
## [2.78.1](https://github.com/eideasy/eideasy-widget/compare/v2.78.0...v2.78.1) (2023-03-23)
|
|
845
|
+
|
|
846
|
+
|
|
847
|
+
### Features
|
|
848
|
+
|
|
849
|
+
* Increase text size of MitId login button ([#187](https://github.com/eideasy/eideasy-widget/issues/187)) ([9bfcaca](https://github.com/eideasy/eideasy-widget/commit/9bfcacace04449bd9e444f2e35c3d14b3f6bd54a))
|
|
850
|
+
|
|
851
|
+
|
|
852
|
+
|
|
853
|
+
# [2.78.0](https://github.com/eideasy/eideasy-widget/compare/v2.77.0...v2.78.0) (2023-03-22)
|
|
854
|
+
|
|
855
|
+
|
|
856
|
+
### Features
|
|
857
|
+
|
|
858
|
+
* widget update mit id logo to comply with criipto ([#186](https://github.com/eideasy/eideasy-widget/issues/186)) ([cd11297](https://github.com/eideasy/eideasy-widget/commit/cd112975c1a0620d3c92073a202fe27be6eb482d))
|
|
859
|
+
|
|
860
|
+
|
|
861
|
+
|
|
862
|
+
# [2.77.0](https://github.com/eideasy/eideasy-widget/compare/v2.76.0...v2.77.0) (2023-03-18)
|
|
863
|
+
|
|
864
|
+
|
|
865
|
+
|
|
866
|
+
# [2.76.0](https://github.com/eideasy/eideasy-widget/compare/v2.75.0...v2.76.0) (2023-03-18)
|
|
867
|
+
|
|
868
|
+
|
|
869
|
+
### Features
|
|
870
|
+
|
|
871
|
+
* Add confirmation page to itsme-qes flow ([#184](https://github.com/eideasy/eideasy-widget/issues/184)) ([b6d3279](https://github.com/eideasy/eideasy-widget/commit/b6d3279a81fdd4ccd9845036b0581927e6628e41))
|
|
872
|
+
|
|
873
|
+
|
|
874
|
+
|
|
875
|
+
# [2.75.0](https://github.com/eideasy/eideasy-widget/compare/v2.74.0...v2.75.0) (2023-03-02)
|
|
876
|
+
|
|
877
|
+
|
|
878
|
+
### Features
|
|
879
|
+
|
|
880
|
+
* Add itsme-qes-signature method ([#182](https://github.com/eideasy/eideasy-widget/issues/182)) ([34a12f1](https://github.com/eideasy/eideasy-widget/commit/34a12f1867fc5cba2f740835035058e7a95ec864))
|
|
881
|
+
|
|
882
|
+
|
|
883
|
+
|
|
884
|
+
# [2.74.0](https://github.com/eideasy/eideasy-widget/compare/v2.73.1...v2.74.0) (2023-02-06)
|
|
885
|
+
|
|
886
|
+
|
|
887
|
+
### Features
|
|
888
|
+
|
|
889
|
+
* Add itsme-login-standard method ([#181](https://github.com/eideasy/eideasy-widget/issues/181)) ([1dda40c](https://github.com/eideasy/eideasy-widget/commit/1dda40c161023dd84ed67a9f548babe6cf957516))
|
|
890
|
+
|
|
891
|
+
|
|
892
|
+
|
|
893
|
+
## [2.73.1](https://github.com/eideasy/eideasy-widget/compare/v2.73.0...v2.73.1) (2023-02-06)
|
|
894
|
+
|
|
895
|
+
|
|
896
|
+
### Bug Fixes
|
|
897
|
+
|
|
898
|
+
* make field validation in the SPID signature module visible to the end users ([#180](https://github.com/eideasy/eideasy-widget/issues/180)) ([083ac8d](https://github.com/eideasy/eideasy-widget/commit/083ac8df6b061c23a50d8604fb9bab138e3a8eb6))
|
|
899
|
+
|
|
900
|
+
|
|
901
|
+
|
|
902
|
+
# [2.73.0](https://github.com/eideasy/eideasy-widget/compare/v2.72.0...v2.73.0) (2023-02-06)
|
|
903
|
+
|
|
904
|
+
|
|
905
|
+
### Features
|
|
906
|
+
|
|
907
|
+
* update browser-client to v2.61.0 for teh following functionality: automatically select the test id card urls for EE and BE in sandbox mode ([#179](https://github.com/eideasy/eideasy-widget/issues/179)) ([94d57c1](https://github.com/eideasy/eideasy-widget/commit/94d57c18168c63ab7fbbb98704f048f2abc9bf90))
|
|
908
|
+
|
|
909
|
+
|
|
910
|
+
|
|
911
|
+
# [2.72.0](https://github.com/eideasy/eideasy-widget/compare/v2.71.0...v2.72.0) (2023-02-02)
|
|
912
|
+
|
|
913
|
+
|
|
914
|
+
### Features
|
|
915
|
+
|
|
916
|
+
* Add norwegian-bankid-login method ([#177](https://github.com/eideasy/eideasy-widget/issues/177)) ([86197e0](https://github.com/eideasy/eideasy-widget/commit/86197e0ceb4b47023e3f6773eb694cfd5221a594))
|
|
917
|
+
|
|
918
|
+
|
|
919
|
+
|
|
920
|
+
# [2.71.0](https://github.com/eideasy/eideasy-widget/compare/v2.70.0...v2.71.0) (2023-01-27)
|
|
921
|
+
|
|
922
|
+
|
|
923
|
+
### Features
|
|
924
|
+
|
|
925
|
+
* Add mit-id-login method ([#176](https://github.com/eideasy/eideasy-widget/issues/176)) ([2bb9063](https://github.com/eideasy/eideasy-widget/commit/2bb906378375a1270b685da15eb53db7f3c03b8e))
|
|
926
|
+
|
|
927
|
+
|
|
928
|
+
|
|
929
|
+
# [2.70.0](https://github.com/eideasy/eideasy-widget/compare/v2.69.1...v2.70.0) (2023-01-10)
|
|
930
|
+
|
|
931
|
+
|
|
932
|
+
### Features
|
|
933
|
+
|
|
934
|
+
* add allowMethodChange option that determines whether the end user is allowed to change the preselected method ([#175](https://github.com/eideasy/eideasy-widget/issues/175)) ([fa58469](https://github.com/eideasy/eideasy-widget/commit/fa58469cb0d4d0f22b43f78bba5958a3be0a1a46))
|
|
935
|
+
|
|
936
|
+
|
|
937
|
+
|
|
938
|
+
## [2.69.1](https://github.com/eideasy/eideasy-widget/compare/v2.69.0...v2.69.1) (2022-12-30)
|
|
939
|
+
|
|
940
|
+
|
|
941
|
+
### Bug Fixes
|
|
942
|
+
|
|
943
|
+
* fix the identification methods config issue ([#171](https://github.com/eideasy/eideasy-widget/issues/171)) ([1de45cc](https://github.com/eideasy/eideasy-widget/commit/1de45cc4d63a54cdaf63313cbce7f2b1db2397c3))
|
|
944
|
+
|
|
945
|
+
|
|
946
|
+
|
|
947
|
+
## [2.69.1-alpha.2](https://github.com/eideasy/eideasy-widget/compare/v2.69.0...v2.69.1-alpha.2) (2022-12-30)
|
|
948
|
+
|
|
949
|
+
|
|
950
|
+
|
|
951
|
+
## [2.69.1-alpha.1](https://github.com/eideasy/eideasy-widget/compare/v2.69.0...v2.69.1-alpha.1) (2022-12-30)
|
|
952
|
+
|
|
953
|
+
|
|
954
|
+
|
|
955
|
+
# [2.69.0](https://github.com/eideasy/eideasy-widget/compare/v2.68.0...v2.69.0) (2022-12-30)
|
|
956
|
+
|
|
957
|
+
|
|
958
|
+
### Features
|
|
959
|
+
|
|
960
|
+
* Add itsme-login-basic action button ([#167](https://github.com/eideasy/eideasy-widget/issues/167)) ([fba75f4](https://github.com/eideasy/eideasy-widget/commit/fba75f4db85f89ddf93d9546f0cda59748ef2de0))
|
|
961
|
+
* Eid 1243 upgrade vue cli and related packages ([#166](https://github.com/eideasy/eideasy-widget/issues/166)) ([059ce89](https://github.com/eideasy/eideasy-widget/commit/059ce898145de17aaeae6ef69cccbbce55a9c4d7))
|
|
962
|
+
|
|
963
|
+
|
|
964
|
+
|
|
965
|
+
# [2.68.0](https://github.com/eideasy/eideasy-widget/compare/v2.67.0...v2.68.0) (2022-12-22)
|
|
966
|
+
|
|
967
|
+
|
|
968
|
+
### Features
|
|
969
|
+
|
|
970
|
+
* Show unique indentifier for swisscom ([#165](https://github.com/eideasy/eideasy-widget/issues/165)) ([837d905](https://github.com/eideasy/eideasy-widget/commit/837d905202ca7656fac97aa7bd367bb8c0c6ad57))
|
|
971
|
+
|
|
972
|
+
|
|
973
|
+
|
|
974
|
+
# [2.67.0](https://github.com/eideasy/eideasy-widget/compare/v2.66.0...v2.67.0) (2022-12-20)
|
|
975
|
+
|
|
976
|
+
|
|
977
|
+
### Features
|
|
978
|
+
|
|
979
|
+
* Add Freja eID Advanced and Qes methods ([#164](https://github.com/eideasy/eideasy-widget/issues/164)) ([18cbaef](https://github.com/eideasy/eideasy-widget/commit/18cbaef239c79030d838ff4dd5a05024fd6e9116))
|
|
980
|
+
|
|
981
|
+
|
|
982
|
+
|
|
983
|
+
# [2.66.0](https://github.com/eideasy/eideasy-widget/compare/v2.65.0...v2.66.0) (2022-12-16)
|
|
984
|
+
|
|
985
|
+
|
|
986
|
+
### Features
|
|
987
|
+
|
|
988
|
+
* allow enabling autocomplete on input fields ([#160](https://github.com/eideasy/eideasy-widget/issues/160)) ([ebe7fc5](https://github.com/eideasy/eideasy-widget/commit/ebe7fc53483254f1ac9fb63ae47e27950476e338))
|
|
989
|
+
|
|
990
|
+
|
|
991
|
+
|
|
992
|
+
# [2.65.0](https://github.com/eideasy/eideasy-widget/compare/v2.64.0...v2.65.0) (2022-12-15)
|
|
993
|
+
|
|
994
|
+
|
|
995
|
+
### Features
|
|
996
|
+
|
|
997
|
+
* show challenge for Halcom signatures ([#163](https://github.com/eideasy/eideasy-widget/issues/163)) ([07cf21d](https://github.com/eideasy/eideasy-widget/commit/07cf21de0bdfb63544e6491faca0001312783d80))
|
|
998
|
+
|
|
999
|
+
|
|
1000
|
+
|
|
1001
|
+
# [2.64.0](https://github.com/eideasy/eideasy-widget/compare/v2.63.0...v2.64.0) (2022-12-14)
|
|
1002
|
+
|
|
1003
|
+
|
|
1004
|
+
### Features
|
|
1005
|
+
|
|
1006
|
+
* Add Swedish Bank ID Signatures ([#162](https://github.com/eideasy/eideasy-widget/issues/162)) ([f86d22d](https://github.com/eideasy/eideasy-widget/commit/f86d22d00c0aed43572172eb3d3933422bd4237d))
|
|
1007
|
+
|
|
1008
|
+
|
|
1009
|
+
|
|
1010
|
+
# [2.63.0](https://github.com/eideasy/eideasy-widget/compare/v2.62.0...v2.63.0) (2022-12-13)
|
|
1011
|
+
|
|
1012
|
+
|
|
1013
|
+
### Features
|
|
1014
|
+
|
|
1015
|
+
* Add MitID AdES and QES signing methods ([ccfae16](https://github.com/eideasy/eideasy-widget/commit/ccfae164131211d991e8388654f89bec39f31973))
|
|
1016
|
+
|
|
1017
|
+
|
|
1018
|
+
|
|
1019
|
+
# [2.62.0](https://github.com/eideasy/eideasy-widget/compare/v2.61.1...v2.62.0) (2022-12-09)
|
|
1020
|
+
|
|
1021
|
+
|
|
1022
|
+
### Features
|
|
1023
|
+
|
|
1024
|
+
* add help messages for when the Belgian ID card software is missing ([#159](https://github.com/eideasy/eideasy-widget/issues/159)) ([7fff39c](https://github.com/eideasy/eideasy-widget/commit/7fff39c74c0d128b677c7b07ea28cd145da2c82b))
|
|
1025
|
+
|
|
1026
|
+
|
|
1027
|
+
|
|
1028
|
+
## [2.61.1](https://github.com/eideasy/eideasy-widget/compare/v2.61.0...v2.61.1) (2022-12-09)
|
|
1029
|
+
|
|
1030
|
+
|
|
1031
|
+
|
|
1032
|
+
# [2.61.0](https://github.com/eideasy/eideasy-widget/compare/v2.60.0...v2.61.0) (2022-12-05)
|
|
1033
|
+
|
|
1034
|
+
|
|
1035
|
+
|
|
1036
|
+
# [2.60.0](https://github.com/eideasy/eideasy-widget/compare/v2.59.1...v2.60.0) (2022-12-05)
|
|
1037
|
+
|
|
1038
|
+
|
|
1039
|
+
### Features
|
|
1040
|
+
|
|
1041
|
+
* add swissid signing method ([#154](https://github.com/eideasy/eideasy-widget/issues/154)) ([5972469](https://github.com/eideasy/eideasy-widget/commit/59724695ce7e8846251272f3577aa72bd6f5757f))
|
|
1042
|
+
|
|
1043
|
+
|
|
1044
|
+
|
|
1045
|
+
## [2.59.1](https://github.com/eideasy/eideasy-widget/compare/v2.59.0...v2.59.1) (2022-12-01)
|
|
1046
|
+
|
|
1047
|
+
|
|
1048
|
+
### Bug Fixes
|
|
1049
|
+
|
|
1050
|
+
* make the handwritten signature area bigger ([#153](https://github.com/eideasy/eideasy-widget/issues/153)) ([a2d57b3](https://github.com/eideasy/eideasy-widget/commit/a2d57b3dc6ee6e0aee9de275fdf26faada8cb275))
|
|
1051
|
+
|
|
1052
|
+
|
|
1053
|
+
|
|
1054
|
+
# [2.59.0](https://github.com/eideasy/eideasy-widget/compare/v2.58.0...v2.59.0) (2022-12-01)
|
|
1055
|
+
|
|
1056
|
+
|
|
1057
|
+
### Features
|
|
1058
|
+
|
|
1059
|
+
* allow to specify otpFlow ([#152](https://github.com/eideasy/eideasy-widget/issues/152)) ([b81a342](https://github.com/eideasy/eideasy-widget/commit/b81a342cb58f032cf04dd745395612cb8d5f6fab))
|
|
1060
|
+
|
|
1061
|
+
|
|
1062
|
+
|
|
1063
|
+
# [2.58.0](https://github.com/eideasy/eideasy-widget/compare/v2.57.0...v2.58.0) (2022-11-25)
|
|
1064
|
+
|
|
1065
|
+
|
|
1066
|
+
### Features
|
|
1067
|
+
|
|
1068
|
+
* Add SwissID signing method ([#151](https://github.com/eideasy/eideasy-widget/issues/151)) ([8ae2288](https://github.com/eideasy/eideasy-widget/commit/8ae2288b5fe6254f08a46ff722b08f7bcd9d3df5))
|
|
1069
|
+
|
|
1070
|
+
|
|
1071
|
+
|
|
1072
|
+
# [2.57.0](https://github.com/eideasy/eideasy-widget/compare/v2.56.0...v2.57.0) (2022-11-21)
|
|
1073
|
+
|
|
1074
|
+
|
|
1075
|
+
### Features
|
|
1076
|
+
|
|
1077
|
+
* add certsign web api signing method ([#147](https://github.com/eideasy/eideasy-widget/issues/147)) ([19a9502](https://github.com/eideasy/eideasy-widget/commit/19a95023ed43f885edd936bdd4b9622a0d8f70b2))
|
|
1078
|
+
|
|
1079
|
+
|
|
1080
|
+
|
|
1081
|
+
# [2.56.0](https://github.com/eideasy/eideasy-widget/compare/v2.55.0...v2.56.0) (2022-11-21)
|
|
1082
|
+
|
|
1083
|
+
|
|
1084
|
+
### Features
|
|
1085
|
+
|
|
1086
|
+
* enable halcom for slovenia ([#149](https://github.com/eideasy/eideasy-widget/issues/149)) ([d5c6ed4](https://github.com/eideasy/eideasy-widget/commit/d5c6ed4270eb57cac8f9058992fbc965d6d8037f))
|
|
1087
|
+
|
|
1088
|
+
|
|
1089
|
+
|
|
1090
|
+
# [2.55.0](https://github.com/eideasy/eideasy-widget/compare/v2.54.0...v2.55.0) (2022-11-18)
|
|
1091
|
+
|
|
1092
|
+
|
|
1093
|
+
### Features
|
|
1094
|
+
|
|
1095
|
+
* add Halcom signing method ([#148](https://github.com/eideasy/eideasy-widget/issues/148)) ([5888124](https://github.com/eideasy/eideasy-widget/commit/5888124370ee3d493b38e6f2f7e051d3df1ad922))
|
|
1096
|
+
|
|
1097
|
+
|
|
1098
|
+
|
|
1099
|
+
# [2.54.0](https://github.com/eideasy/eideasy-widget/compare/v2.53.0...v2.54.0) (2022-11-16)
|
|
1100
|
+
|
|
1101
|
+
|
|
1102
|
+
### Features
|
|
1103
|
+
|
|
1104
|
+
* allow requesting handwritten signature for the otp signing method ([#146](https://github.com/eideasy/eideasy-widget/issues/146)) ([35dcdf2](https://github.com/eideasy/eideasy-widget/commit/35dcdf2767650285599f70e49165365bd8308693))
|
|
1105
|
+
|
|
1106
|
+
|
|
1107
|
+
|
|
1108
|
+
# [2.53.0](https://github.com/eideasy/eideasy-widget/compare/v2.52.0...v2.53.0) (2022-11-10)
|
|
1109
|
+
|
|
1110
|
+
|
|
1111
|
+
### Features
|
|
1112
|
+
|
|
1113
|
+
* add Croatian id card module ([#145](https://github.com/eideasy/eideasy-widget/issues/145)) ([fb261aa](https://github.com/eideasy/eideasy-widget/commit/fb261aa2688c7fa91f8d4a952b88f811b31c8206))
|
|
1114
|
+
|
|
1115
|
+
|
|
1116
|
+
|
|
1117
|
+
# [2.52.0](https://github.com/eideasy/eideasy-widget/compare/v2.51.0...v2.52.0) (2022-11-04)
|
|
1118
|
+
|
|
1119
|
+
|
|
1120
|
+
### Features
|
|
1121
|
+
|
|
1122
|
+
* add csc api modes for id card and smart id ([#144](https://github.com/eideasy/eideasy-widget/issues/144)) ([4729c09](https://github.com/eideasy/eideasy-widget/commit/4729c09dfe0db642565c763e1e13cda8e6eb8b78))
|
|
1123
|
+
|
|
1124
|
+
|
|
1125
|
+
|
|
1126
|
+
# [2.51.0-beta.5](https://github.com/eideasy/eideasy-widget/compare/v2.51.0-beta.4...v2.51.0-beta.5) (2022-11-04)
|
|
1127
|
+
|
|
1128
|
+
|
|
1129
|
+
### Features
|
|
1130
|
+
|
|
1131
|
+
* add cscApiSign mode ([a9a1961](https://github.com/eideasy/eideasy-widget/commit/a9a19611a1f145302ee4be3ded1a16d7865f4ecc))
|
|
1132
|
+
|
|
1133
|
+
|
|
1134
|
+
|
|
1135
|
+
# [2.51.0-beta.4](https://github.com/eideasy/eideasy-widget/compare/v2.51.0-beta.3...v2.51.0-beta.4) (2022-11-04)
|
|
1136
|
+
|
|
1137
|
+
|
|
1138
|
+
|
|
1139
|
+
# [2.51.0-beta.3](https://github.com/eideasy/eideasy-widget/compare/v2.51.0-beta.2...v2.51.0-beta.3) (2022-11-04)
|
|
1140
|
+
|
|
1141
|
+
|
|
1142
|
+
### Features
|
|
1143
|
+
|
|
1144
|
+
* use mode for SignatureSmartId ([7c82127](https://github.com/eideasy/eideasy-widget/commit/7c82127aca6a10d6472b5e2a481563f7839bc17c))
|
|
1145
|
+
|
|
1146
|
+
|
|
1147
|
+
|
|
1148
|
+
# [2.51.0-beta.2](https://github.com/eideasy/eideasy-widget/compare/v2.51.0-beta.1...v2.51.0-beta.2) (2022-11-04)
|
|
1149
|
+
|
|
1150
|
+
|
|
1151
|
+
|
|
1152
|
+
# [2.51.0-beta.1](https://github.com/eideasy/eideasy-widget/compare/v2.51.0-beta.0...v2.51.0-beta.1) (2022-11-04)
|
|
1153
|
+
|
|
1154
|
+
|
|
1155
|
+
### Bug Fixes
|
|
1156
|
+
|
|
1157
|
+
* update browser client ([10a30c4](https://github.com/eideasy/eideasy-widget/commit/10a30c4828d45f10ad1358e22b3fdf2ce6eb3d3f))
|
|
1158
|
+
|
|
1159
|
+
|
|
1160
|
+
|
|
1161
|
+
# [2.51.0-beta.0](https://github.com/eideasy/eideasy-widget/compare/v2.51.0...v2.51.0-beta.0) (2022-11-04)
|
|
1162
|
+
|
|
1163
|
+
|
|
1164
|
+
### Features
|
|
1165
|
+
|
|
1166
|
+
* update browser client to 2.49.0-beta.0 ([015a4d2](https://github.com/eideasy/eideasy-widget/commit/015a4d2a57f5b8937b012564ae290586e5c2a200))
|
|
1167
|
+
|
|
1168
|
+
|
|
1169
|
+
|
|
1170
|
+
# [2.51.0](https://github.com/eideasy/eideasy-widget/compare/v2.50.1...v2.51.0) (2022-11-01)
|
|
1171
|
+
|
|
1172
|
+
|
|
1173
|
+
### Features
|
|
1174
|
+
|
|
1175
|
+
* Eid 998 remember the user selected country ([#143](https://github.com/eideasy/eideasy-widget/issues/143)) ([9be9be8](https://github.com/eideasy/eideasy-widget/commit/9be9be8f5b1347e005c208cfa007ee9406699739))
|
|
1176
|
+
|
|
1177
|
+
|
|
1178
|
+
|
|
1179
|
+
## [2.50.1](https://github.com/eideasy/eideasy-widget/compare/v2.50.0...v2.50.1) (2022-10-28)
|
|
1180
|
+
|
|
1181
|
+
|
|
1182
|
+
### Features
|
|
1183
|
+
|
|
1184
|
+
* do not translate eparaksts mobile in russian ([#142](https://github.com/eideasy/eideasy-widget/issues/142)) ([807c279](https://github.com/eideasy/eideasy-widget/commit/807c279d50fb3c058a37f2ed8585b4c6ccb4e100))
|
|
1185
|
+
|
|
1186
|
+
|
|
1187
|
+
|
|
1188
|
+
# [2.50.0](https://github.com/eideasy/eideasy-widget/compare/v2.49.3...v2.50.0) (2022-10-27)
|
|
1189
|
+
|
|
1190
|
+
|
|
1191
|
+
### Features
|
|
1192
|
+
|
|
1193
|
+
* add Polish Moje Id authentication module ([#141](https://github.com/eideasy/eideasy-widget/issues/141)) ([632d2b8](https://github.com/eideasy/eideasy-widget/commit/632d2b8391f3b332b95802dd7163214cb9d0cfba))
|
|
1194
|
+
|
|
1195
|
+
|
|
1196
|
+
|
|
1197
|
+
## [2.49.3](https://github.com/eideasy/eideasy-widget/compare/v2.49.2...v2.49.3) (2022-10-26)
|
|
1198
|
+
|
|
1199
|
+
|
|
1200
|
+
|
|
1201
|
+
## [2.49.2](https://github.com/eideasy/eideasy-widget/compare/v2.49.1...v2.49.2) (2022-10-25)
|
|
1202
|
+
|
|
1203
|
+
|
|
1204
|
+
### Features
|
|
1205
|
+
|
|
1206
|
+
* update mobile id logo ([#139](https://github.com/eideasy/eideasy-widget/issues/139)) ([b28eb6c](https://github.com/eideasy/eideasy-widget/commit/b28eb6c22c9e05c1bad805e290547446a9c7bf48))
|
|
1207
|
+
|
|
1208
|
+
|
|
1209
|
+
|
|
1210
|
+
## [2.49.1](https://github.com/eideasy/eideasy-widget/compare/v2.49.0...v2.49.1) (2022-10-21)
|
|
1211
|
+
|
|
1212
|
+
|
|
1213
|
+
### Features
|
|
1214
|
+
|
|
1215
|
+
* Update ftn advanced full button and text to be the same texts with ftn-seal based ([a451593](https://github.com/eideasy/eideasy-widget/commit/a4515935804f1f509e887b480d0be846a6a80672))
|
|
1216
|
+
|
|
1217
|
+
|
|
1218
|
+
|
|
1219
|
+
# [2.49.0](https://github.com/eideasy/eideasy-widget/compare/v2.48.1...v2.49.0) (2022-10-21)
|
|
1220
|
+
|
|
1221
|
+
|
|
1222
|
+
### Features
|
|
1223
|
+
|
|
1224
|
+
* require Opt confirmation form for Uanataca qes ([4e43a4f](https://github.com/eideasy/eideasy-widget/commit/4e43a4fde0464de47ba3f811c1dd7be9826cd3b7))
|
|
1225
|
+
|
|
1226
|
+
|
|
1227
|
+
|
|
1228
|
+
## [2.48.1](https://github.com/eideasy/eideasy-widget/compare/v2.48.0...v2.48.1) (2022-10-19)
|
|
1229
|
+
|
|
1230
|
+
|
|
1231
|
+
### Bug Fixes
|
|
1232
|
+
|
|
1233
|
+
* upgrade the browser-client version to 2.46.1 ([#135](https://github.com/eideasy/eideasy-widget/issues/135)) ([1c74a68](https://github.com/eideasy/eideasy-widget/commit/1c74a68fefa3c16ec1a77a43dd94defdfe865321))
|
|
1234
|
+
|
|
1235
|
+
|
|
1236
|
+
|
|
1237
|
+
# [2.48.0](https://github.com/eideasy/eideasy-widget/compare/v2.47.1...v2.48.0) (2022-10-11)
|
|
1238
|
+
|
|
1239
|
+
|
|
1240
|
+
|
|
1241
|
+
## [2.47.1](https://github.com/eideasy/eideasy-widget/compare/v2.47.0...v2.47.1) (2022-10-11)
|
|
1242
|
+
|
|
1243
|
+
|
|
1244
|
+
### Features
|
|
1245
|
+
|
|
1246
|
+
* change Chave Movel wording ([#110](https://github.com/eideasy/eideasy-widget/issues/110)) ([54b3a4d](https://github.com/eideasy/eideasy-widget/commit/54b3a4d7e66c0cca55dec9c5f3223143b4d4a9ff))
|
|
1247
|
+
|
|
1248
|
+
|
|
1249
|
+
|
|
1250
|
+
# [2.47.0](https://github.com/eideasy/eideasy-widget/compare/v2.46.0...v2.47.0) (2022-10-05)
|
|
1251
|
+
|
|
1252
|
+
|
|
1253
|
+
### Features
|
|
1254
|
+
|
|
1255
|
+
* allow hiding the country selection and back button ([51295cf](https://github.com/eideasy/eideasy-widget/commit/51295cfa99e0d13afe5869afc4fa4224580ed680))
|
|
1256
|
+
|
|
1257
|
+
|
|
1258
|
+
|
|
1259
|
+
# [2.46.0](https://github.com/eideasy/eideasy-widget/compare/v2.45.0...v2.46.0) (2022-10-04)
|
|
1260
|
+
|
|
1261
|
+
|
|
1262
|
+
### Features
|
|
1263
|
+
|
|
1264
|
+
* add scan document button ([#132](https://github.com/eideasy/eideasy-widget/issues/132)) ([df62368](https://github.com/eideasy/eideasy-widget/commit/df6236881ad11ae811efca5a457cf4f63243c523))
|
|
1265
|
+
|
|
1266
|
+
|
|
1267
|
+
|
|
1268
|
+
# [2.45.0](https://github.com/eideasy/eideasy-widget/compare/v2.44.0...v2.45.0) (2022-09-28)
|
|
1269
|
+
|
|
1270
|
+
|
|
1271
|
+
### Features
|
|
1272
|
+
|
|
1273
|
+
* add verifai button ([15f4bac](https://github.com/eideasy/eideasy-widget/commit/15f4bac2196d79735190b150f8fb6354fb9600a3))
|
|
1274
|
+
|
|
1275
|
+
|
|
1276
|
+
|
|
1277
|
+
# [2.44.0](https://github.com/eideasy/eideasy-widget/compare/v2.43.0...v2.44.0) (2022-09-26)
|
|
1278
|
+
|
|
1279
|
+
|
|
1280
|
+
### Features
|
|
1281
|
+
|
|
1282
|
+
* improve simplySign button not require card number ([5f5a4f8](https://github.com/eideasy/eideasy-widget/commit/5f5a4f887a122a7b9670de7948ce3938408e486a))
|
|
1283
|
+
|
|
1284
|
+
|
|
1285
|
+
|
|
1286
|
+
# [2.43.0](https://github.com/eideasy/eideasy-widget/compare/v2.42.0...v2.43.0) (2022-09-15)
|
|
1287
|
+
|
|
1288
|
+
|
|
1289
|
+
### Features
|
|
1290
|
+
|
|
1291
|
+
* add Uanataca button ([#129](https://github.com/eideasy/eideasy-widget/issues/129)) ([c3a67d1](https://github.com/eideasy/eideasy-widget/commit/c3a67d1f98f92f74732d7a4c512fbdb99bf64db1))
|
|
1292
|
+
|
|
1293
|
+
|
|
1294
|
+
|
|
1295
|
+
# [2.42.0](https://github.com/eideasy/eideasy-widget/compare/v2.41.0...v2.42.0) (2022-09-07)
|
|
1296
|
+
|
|
1297
|
+
|
|
1298
|
+
### Features
|
|
1299
|
+
|
|
1300
|
+
* add simplySign signature method ([#128](https://github.com/eideasy/eideasy-widget/issues/128)) ([e0d2a08](https://github.com/eideasy/eideasy-widget/commit/e0d2a088f60dc080a5f609bbc19c48f62b9b1ce5))
|
|
1301
|
+
|
|
1302
|
+
|
|
1303
|
+
|
|
1304
|
+
# [2.41.0](https://github.com/eideasy/eideasy-widget/compare/v2.40.0...v2.41.0) (2022-09-01)
|
|
1305
|
+
|
|
1306
|
+
|
|
1307
|
+
### Features
|
|
1308
|
+
|
|
1309
|
+
* add eDo App eid Login button ([#126](https://github.com/eideasy/eideasy-widget/issues/126)) ([4e52b1c](https://github.com/eideasy/eideasy-widget/commit/4e52b1c6a8bc4300342971250f6a30c9c155b2aa))
|
|
1310
|
+
|
|
1311
|
+
|
|
1312
|
+
|
|
1313
|
+
# [2.40.0](https://github.com/eideasy/eideasy-widget/compare/v2.39.0...v2.40.0) (2022-08-30)
|
|
1314
|
+
|
|
1315
|
+
|
|
1316
|
+
### Features
|
|
1317
|
+
|
|
1318
|
+
* show software setup link in error text when finnish id is not present ([#125](https://github.com/eideasy/eideasy-widget/issues/125)) ([a41a0e6](https://github.com/eideasy/eideasy-widget/commit/a41a0e6f715db47c1717d79a5a8f9bce3a68f08b))
|
|
1319
|
+
|
|
1320
|
+
|
|
1321
|
+
|
|
1322
|
+
# [2.39.0](https://github.com/eideasy/eideasy-widget/compare/v2.38.0...v2.39.0) (2022-08-26)
|
|
1323
|
+
|
|
1324
|
+
|
|
1325
|
+
### Features
|
|
1326
|
+
|
|
1327
|
+
* allow passing custom oauth state param to the widget ([#124](https://github.com/eideasy/eideasy-widget/issues/124)) ([3391450](https://github.com/eideasy/eideasy-widget/commit/33914505f7627f2861679adc9595a97fb5a06c59))
|
|
1328
|
+
|
|
1329
|
+
|
|
1330
|
+
|
|
1331
|
+
# [2.38.0](https://github.com/eideasy/eideasy-widget/compare/v2.37.0...v2.38.0) (2022-08-24)
|
|
1332
|
+
|
|
1333
|
+
|
|
1334
|
+
### Features
|
|
1335
|
+
|
|
1336
|
+
* add yes.com button ([#123](https://github.com/eideasy/eideasy-widget/issues/123)) ([de8bf63](https://github.com/eideasy/eideasy-widget/commit/de8bf63ccd04fba6e7c795726e9362efd655babb))
|
|
1337
|
+
|
|
1338
|
+
|
|
1339
|
+
|
|
1340
|
+
# [2.37.0](https://github.com/eideasy/eideasy-widget/compare/v2.36.0...v2.37.0) (2022-08-19)
|
|
1341
|
+
|
|
1342
|
+
|
|
1343
|
+
### Features
|
|
1344
|
+
|
|
1345
|
+
* add eparaksts smart-card login ([23d4c48](https://github.com/eideasy/eideasy-widget/commit/23d4c48c40e88a1cee236c31d0e0db8dc8880c4a))
|
|
1346
|
+
* add eparaksts smart-card login into identification list ([64ede61](https://github.com/eideasy/eideasy-widget/commit/64ede619bc4b900df880c036a66867041be2f10e))
|
|
1347
|
+
|
|
1348
|
+
|
|
1349
|
+
|
|
1350
|
+
# [2.36.0](https://github.com/eideasy/eideasy-widget/compare/v2.35.2...v2.36.0) (2022-08-18)
|
|
1351
|
+
|
|
1352
|
+
|
|
1353
|
+
### Features
|
|
1354
|
+
|
|
1355
|
+
* update browser client for d-trust ([#121](https://github.com/eideasy/eideasy-widget/issues/121)) ([bb39a38](https://github.com/eideasy/eideasy-widget/commit/bb39a388c8c221df78e0e4b2c7d9aac44d9c6967))
|
|
1356
|
+
|
|
1357
|
+
|
|
1358
|
+
|
|
1359
|
+
## [2.35.2](https://github.com/eideasy/eideasy-widget/compare/v2.35.1...v2.35.2) (2022-08-03)
|
|
1360
|
+
|
|
1361
|
+
|
|
1362
|
+
### Bug Fixes
|
|
1363
|
+
|
|
1364
|
+
* update browser client to version 2.35.2 ([#119](https://github.com/eideasy/eideasy-widget/issues/119)) ([ef1d2cf](https://github.com/eideasy/eideasy-widget/commit/ef1d2cfa717ec2ea2396e9a60562703a06c10da5))
|
|
1365
|
+
|
|
1366
|
+
|
|
1367
|
+
### Features
|
|
1368
|
+
|
|
1369
|
+
* update freja id code translations ([#118](https://github.com/eideasy/eideasy-widget/issues/118)) ([d25f69f](https://github.com/eideasy/eideasy-widget/commit/d25f69f8d0f65e9c7c165f3d5aecbd7174eec518))
|
|
1370
|
+
|
|
1371
|
+
|
|
1372
|
+
|
|
1373
|
+
## [2.35.1](https://github.com/eideasy/eideasy-widget/compare/v2.35.0...v2.35.1) (2022-08-01)
|
|
1374
|
+
|
|
1375
|
+
|
|
1376
|
+
### Bug Fixes
|
|
1377
|
+
|
|
1378
|
+
* fix an issue where the loader got stuck when sign-me was started with an empty username ([#117](https://github.com/eideasy/eideasy-widget/issues/117)) ([5d1c914](https://github.com/eideasy/eideasy-widget/commit/5d1c914c2af780f63a899a2c10f8b4842387de4c))
|
|
1379
|
+
|
|
1380
|
+
|
|
1381
|
+
|
|
1382
|
+
# [2.35.0](https://github.com/eideasy/eideasy-widget/compare/v2.34.1...v2.35.0) (2022-07-28)
|
|
1383
|
+
|
|
1384
|
+
|
|
1385
|
+
### Features
|
|
1386
|
+
|
|
1387
|
+
* add audkenni button ([226ee2b](https://github.com/eideasy/eideasy-widget/commit/226ee2b5674bb5729d638e76d2f9a534ccc50c30))
|
|
1388
|
+
* add audkenni logo ([7e0caa3](https://github.com/eideasy/eideasy-widget/commit/7e0caa3333eecb484df949dd56e2b8ca69e8a6f2))
|
|
1389
|
+
|
|
1390
|
+
|
|
1391
|
+
|
|
1392
|
+
## [2.34.1](https://github.com/eideasy/eideasy-widget/compare/v2.34.0...v2.34.1) (2022-07-28)
|
|
1393
|
+
|
|
1394
|
+
|
|
1395
|
+
### Features
|
|
1396
|
+
|
|
1397
|
+
* update freja guideline text ([51bd5d1](https://github.com/eideasy/eideasy-widget/commit/51bd5d1facd0a201f9582866cb9471d9796fae40))
|
|
1398
|
+
|
|
1399
|
+
|
|
1400
|
+
|
|
1401
|
+
# [2.34.0](https://github.com/eideasy/eideasy-widget/compare/v2.33.1...v2.34.0) (2022-07-27)
|
|
1402
|
+
|
|
1403
|
+
|
|
1404
|
+
### Features
|
|
1405
|
+
|
|
1406
|
+
* implement ftnAdvancedFullSignature ([3ef1760](https://github.com/eideasy/eideasy-widget/commit/3ef1760ab592f51bb50565233bf9d03e08bd166a))
|
|
1407
|
+
* implement ftnAdvancedFullSignature ([59d09e6](https://github.com/eideasy/eideasy-widget/commit/59d09e6a2599e06d39b368a9fb68ba382934dd1d))
|
|
1408
|
+
|
|
1409
|
+
|
|
1410
|
+
|
|
1411
|
+
## [2.33.1](https://github.com/eideasy/eideasy-widget/compare/v2.33.0...v2.33.1) (2022-07-27)
|
|
1412
|
+
|
|
1413
|
+
|
|
1414
|
+
### Features
|
|
1415
|
+
|
|
1416
|
+
* add translations for cert europe and other id-cards with no implementation ([5e7f4f3](https://github.com/eideasy/eideasy-widget/commit/5e7f4f38662b287ea8f02576b994c17a2bed6de0))
|
|
1417
|
+
* add translations for cert europe and other id-cards with no implementation ([658c44e](https://github.com/eideasy/eideasy-widget/commit/658c44e29758ebf2b08b13e2d672b47578305658))
|
|
1418
|
+
|
|
1419
|
+
|
|
1420
|
+
|
|
1421
|
+
# [2.33.0](https://github.com/eideasy/eideasy-widget/compare/v2.31.0...v2.33.0) (2022-07-11)
|
|
1422
|
+
|
|
1423
|
+
|
|
1424
|
+
### Features
|
|
1425
|
+
|
|
1426
|
+
* update browser client to version 2.33.0 ([#111](https://github.com/eideasy/eideasy-widget/issues/111)) ([7ca4c95](https://github.com/eideasy/eideasy-widget/commit/7ca4c95192d8e41631c2d6939569d6a5feef4715))
|
|
1427
|
+
|
|
1428
|
+
|
|
1429
|
+
|
|
1430
|
+
# [2.32.0](https://github.com/eideasy/eideasy-widget/compare/v2.31.0...v2.32.0) (2022-07-11)
|
|
1431
|
+
|
|
1432
|
+
|
|
1433
|
+
### Features
|
|
1434
|
+
|
|
1435
|
+
* update browser client to version 2.33.0 ([#111](https://github.com/eideasy/eideasy-widget/issues/111)) ([7ca4c95](https://github.com/eideasy/eideasy-widget/commit/7ca4c95192d8e41631c2d6939569d6a5feef4715))
|
|
1436
|
+
|
|
1437
|
+
|
|
1438
|
+
|
|
1439
|
+
# [2.31.0](https://github.com/eideasy/eideasy-widget/compare/v2.30.0...v2.31.0) (2022-07-08)
|
|
1440
|
+
|
|
1441
|
+
|
|
1442
|
+
### Features
|
|
1443
|
+
|
|
1444
|
+
* Add Freja id button ([#106](https://github.com/eideasy/eideasy-widget/issues/106)) ([7d65c3e](https://github.com/eideasy/eideasy-widget/commit/7d65c3eb3010001fddad1684378ad0749719d1d1))
|
|
1445
|
+
* revert yarn lock ([#107](https://github.com/eideasy/eideasy-widget/issues/107)) ([c96d583](https://github.com/eideasy/eideasy-widget/commit/c96d583944f9773f537a776125640940294cee4e))
|
|
1446
|
+
* update client version ([#109](https://github.com/eideasy/eideasy-widget/issues/109)) ([1f58f67](https://github.com/eideasy/eideasy-widget/commit/1f58f67b63252d8f5f85d1ba406112b72c15a3c4))
|
|
1447
|
+
|
|
1448
|
+
|
|
1449
|
+
|
|
1450
|
+
# [2.30.0](https://github.com/eideasy/eideasy-widget/compare/v2.29.0...v2.30.0) (2022-06-29)
|
|
1451
|
+
|
|
1452
|
+
|
|
1453
|
+
### Features
|
|
1454
|
+
|
|
1455
|
+
* Add iDIN authentication method ([#105](https://github.com/eideasy/eideasy-widget/issues/105)) ([4ff31f2](https://github.com/eideasy/eideasy-widget/commit/4ff31f2904ee54fd667349e595901244a01c783e))
|
|
1456
|
+
|
|
1457
|
+
|
|
1458
|
+
|
|
1459
|
+
# [2.29.0](https://github.com/eideasy/eideasy-widget/compare/v2.28.1...v2.29.0) (2022-06-29)
|
|
1460
|
+
|
|
1461
|
+
|
|
1462
|
+
### Features
|
|
1463
|
+
|
|
1464
|
+
* rename qes to advanced ([#104](https://github.com/eideasy/eideasy-widget/issues/104)) ([41760fe](https://github.com/eideasy/eideasy-widget/commit/41760feab4bbda620101ab40f20ad26d4ba4140f))
|
|
1465
|
+
|
|
1466
|
+
|
|
1467
|
+
|
|
1468
|
+
## [2.28.1](https://github.com/eideasy/eideasy-widget/compare/v2.28.0...v2.28.1) (2022-06-16)
|
|
1469
|
+
|
|
1470
|
+
|
|
1471
|
+
### Features
|
|
1472
|
+
|
|
1473
|
+
* add norway name required validation ([#102](https://github.com/eideasy/eideasy-widget/issues/102)) ([9637af6](https://github.com/eideasy/eideasy-widget/commit/9637af674f7bc11e13e99c2a1203704c3f2f7ea1))
|
|
1474
|
+
|
|
1475
|
+
|
|
1476
|
+
|
|
1477
|
+
# [2.28.0](https://github.com/eideasy/eideasy-widget/compare/v2.27.1...v2.28.0) (2022-06-15)
|
|
1478
|
+
|
|
1479
|
+
|
|
1480
|
+
|
|
1481
|
+
## [2.27.1](https://github.com/eideasy/eideasy-widget/compare/v2.27.0...v2.27.1) (2022-06-15)
|
|
1482
|
+
|
|
1483
|
+
|
|
1484
|
+
|
|
1485
|
+
# [2.27.0](https://github.com/eideasy/eideasy-widget/compare/v2.26.0...v2.27.0) (2022-06-15)
|
|
1486
|
+
|
|
1487
|
+
|
|
1488
|
+
### Features
|
|
1489
|
+
|
|
1490
|
+
* add name field for norwegian bank id ([#99](https://github.com/eideasy/eideasy-widget/issues/99)) ([53cd542](https://github.com/eideasy/eideasy-widget/commit/53cd5428c070eb846de5abd1d327c6fa80ee637c))
|
|
1491
|
+
|
|
1492
|
+
|
|
1493
|
+
|
|
1494
|
+
# [2.26.0](https://github.com/eideasy/eideasy-widget/compare/v2.25.1...v2.26.0) (2022-06-14)
|
|
1495
|
+
|
|
1496
|
+
|
|
1497
|
+
### Features
|
|
1498
|
+
|
|
1499
|
+
* add verifai button ([#100](https://github.com/eideasy/eideasy-widget/issues/100)) ([62cadff](https://github.com/eideasy/eideasy-widget/commit/62cadff27f263ce122ebf3a8936cf5d2e0a704be))
|
|
1500
|
+
|
|
1501
|
+
|
|
1502
|
+
|
|
1503
|
+
## [2.25.1](https://github.com/eideasy/eideasy-widget/compare/v2.25.0...v2.25.1) (2022-06-14)
|
|
1504
|
+
|
|
1505
|
+
|
|
1506
|
+
|
|
1507
|
+
# [2.25.0](https://github.com/eideasy/eideasy-widget/compare/v2.24.0...v2.25.0) (2022-06-13)
|
|
1508
|
+
|
|
1509
|
+
|
|
1510
|
+
### Features
|
|
1511
|
+
|
|
1512
|
+
* add idin button ([#98](https://github.com/eideasy/eideasy-widget/issues/98)) ([e4f1666](https://github.com/eideasy/eideasy-widget/commit/e4f166613c2e9af2bf27778355f888d96c6161ef))
|
|
1513
|
+
|
|
1514
|
+
|
|
1515
|
+
|
|
1516
|
+
# [2.24.0](https://github.com/eideasy/eideasy-widget/compare/v2.23.1...v2.24.0) (2022-06-07)
|
|
1517
|
+
|
|
1518
|
+
|
|
1519
|
+
### Features
|
|
1520
|
+
|
|
1521
|
+
* add swedish bank id login method ([#97](https://github.com/eideasy/eideasy-widget/issues/97)) ([1eebf08](https://github.com/eideasy/eideasy-widget/commit/1eebf08e53c6230a9acca72eeac8610701dcd2f9))
|
|
1522
|
+
|
|
1523
|
+
|
|
1524
|
+
|
|
1525
|
+
## [2.23.1](https://github.com/eideasy/eideasy-widget/compare/v2.23.0...v2.23.1) (2022-05-17)
|
|
1526
|
+
|
|
1527
|
+
|
|
1528
|
+
### Bug Fixes
|
|
1529
|
+
|
|
1530
|
+
* update browser client to 2.23.1 to get chave movel phone encryption support ([#95](https://github.com/eideasy/eideasy-widget/issues/95)) ([e0ad8bd](https://github.com/eideasy/eideasy-widget/commit/e0ad8bdbf3cf8a476ce383732ddfa58eaeb5ce99))
|
|
1531
|
+
|
|
1532
|
+
|
|
1533
|
+
|
|
1534
|
+
# [2.23.0](https://github.com/eideasy/eideasy-widget/compare/v2.22.0...v2.23.0) (2022-05-12)
|
|
1535
|
+
|
|
1536
|
+
|
|
1537
|
+
### Features
|
|
1538
|
+
|
|
1539
|
+
* Remove SignatureSmsOtp module and handle OTP methods with the older SignatureOtp module ([#94](https://github.com/eideasy/eideasy-widget/issues/94)) ([a8292eb](https://github.com/eideasy/eideasy-widget/commit/a8292eb2d71d462e50af1eb54f717dcc038ec2d8))
|
|
1540
|
+
|
|
1541
|
+
|
|
1542
|
+
|
|
1543
|
+
# [2.22.0](https://github.com/eideasy/eideasy-widget/compare/v2.20.0...v2.22.0) (2022-05-11)
|
|
1544
|
+
|
|
1545
|
+
|
|
1546
|
+
### Features
|
|
1547
|
+
|
|
1548
|
+
* Add Code by SMS signing method ([#93](https://github.com/eideasy/eideasy-widget/issues/93)) ([3c043a5](https://github.com/eideasy/eideasy-widget/commit/3c043a5cb28a92337d68940c2711adfa68283a63))
|
|
1549
|
+
|
|
1550
|
+
|
|
1551
|
+
|
|
1552
|
+
# [2.20.0](https://github.com/eideasy/eideasy-widget/compare/v2.19.0...v2.20.0) (2022-05-11)
|
|
1553
|
+
|
|
1554
|
+
|
|
1555
|
+
|
|
1556
|
+
# [2.19.0](https://github.com/eideasy/eideasy-widget/compare/v2.18.1...v2.19.0) (2022-05-07)
|
|
1557
|
+
|
|
1558
|
+
|
|
1559
|
+
### Features
|
|
1560
|
+
|
|
1561
|
+
* 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))
|
|
1562
|
+
|
|
1563
|
+
|
|
1564
|
+
|
|
1565
|
+
## [2.18.1](https://github.com/eideasy/eideasy-widget/compare/v2.18.0...v2.18.1) (2022-05-05)
|
|
1566
|
+
|
|
1567
|
+
|
|
1568
|
+
### Bug Fixes
|
|
1569
|
+
|
|
1570
|
+
* chave movel compliance fixes ([#91](https://github.com/eideasy/eideasy-widget/issues/91)) ([1157dd1](https://github.com/eideasy/eideasy-widget/commit/1157dd1058c392027979c8b5a46ea5344666eb15))
|
|
1571
|
+
|
|
1572
|
+
|
|
1573
|
+
|
|
1574
|
+
# [2.18.0](https://github.com/eideasy/eideasy-widget/compare/v2.17.1...v2.18.0) (2022-05-03)
|
|
1575
|
+
|
|
1576
|
+
|
|
1577
|
+
### Features
|
|
1578
|
+
|
|
1579
|
+
* add itsme login method ([#90](https://github.com/eideasy/eideasy-widget/issues/90)) ([978fe7d](https://github.com/eideasy/eideasy-widget/commit/978fe7d57353eec807c1a033c99d297a9f888231))
|
|
1580
|
+
|
|
1581
|
+
|
|
1582
|
+
|
|
1583
|
+
## [2.17.1](https://github.com/eideasy/eideasy-widget/compare/v2.17.0...v2.17.1) (2022-04-28)
|
|
1584
|
+
|
|
1585
|
+
|
|
1586
|
+
### Bug Fixes
|
|
1587
|
+
|
|
1588
|
+
* re-enable MitId ([8edcde0](https://github.com/eideasy/eideasy-widget/commit/8edcde0b84e7f325254a5573a1d81a95f2a0d192))
|
|
1589
|
+
|
|
1590
|
+
|
|
1591
|
+
|
|
1592
|
+
# [2.17.0](https://github.com/eideasy/eideasy-widget/compare/v2.16.0...v2.17.0) (2022-04-21)
|
|
1593
|
+
|
|
1594
|
+
|
|
1595
|
+
### Features
|
|
1596
|
+
|
|
1597
|
+
* Add Norwegian BankId QES method ([#89](https://github.com/eideasy/eideasy-widget/issues/89)) ([81812ec](https://github.com/eideasy/eideasy-widget/commit/81812ecbcfe993bcb5fc633891d99e6874b2ef50))
|
|
1598
|
+
|
|
1599
|
+
|
|
1600
|
+
|
|
1601
|
+
# [2.16.0](https://github.com/eideasy/eideasy-widget/compare/v2.15.2...v2.16.0) (2022-04-20)
|
|
1602
|
+
|
|
1603
|
+
|
|
1604
|
+
### Features
|
|
1605
|
+
|
|
1606
|
+
* add fi-ftn-qes-signature method ([be063bd](https://github.com/eideasy/eideasy-widget/commit/be063bd287dd3b48642a988a896a24b9e3d42e7d))
|
|
1607
|
+
|
|
1608
|
+
|
|
1609
|
+
|
|
1610
|
+
## [2.15.2](https://github.com/eideasy/eideasy-widget/compare/v2.15.1...v2.15.2) (2022-04-15)
|
|
1611
|
+
|
|
1612
|
+
|
|
1613
|
+
### Bug Fixes
|
|
1614
|
+
|
|
1615
|
+
* update @eid-easy/eideasy-browser-client to v2.17.2 ([7c5d5c3](https://github.com/eideasy/eideasy-widget/commit/7c5d5c376f493d93bea948419a5dd43f9cddd987))
|
|
1616
|
+
|
|
1617
|
+
|
|
1618
|
+
|
|
1619
|
+
## [2.15.1](https://github.com/eideasy/eideasy-widget/compare/v2.15.0...v2.15.1) (2022-04-14)
|
|
1620
|
+
|
|
1621
|
+
|
|
1622
|
+
### Bug Fixes
|
|
1623
|
+
|
|
1624
|
+
* update browser client to v2.17.1 ([e92cc7c](https://github.com/eideasy/eideasy-widget/commit/e92cc7c0720d9c01c00f8f706b2d47c0b5defe9b))
|
|
1625
|
+
|
|
1626
|
+
|
|
1627
|
+
|
|
1628
|
+
# [2.15.0](https://github.com/eideasy/eideasy-widget/compare/v2.14.0...v2.15.0) (2022-04-13)
|
|
1629
|
+
|
|
1630
|
+
|
|
1631
|
+
### Features
|
|
1632
|
+
|
|
1633
|
+
* add Chave Movel qualified signature method ([0f5ee18](https://github.com/eideasy/eideasy-widget/commit/0f5ee1805095fcce01af8339d94929fa90d9dde6))
|
|
1634
|
+
|
|
1635
|
+
|
|
1636
|
+
|
|
1637
|
+
# [2.14.0](https://github.com/eideasy/eideasy-widget/compare/v2.13.1...v2.14.0) (2022-04-12)
|
|
1638
|
+
|
|
1639
|
+
|
|
1640
|
+
### Features
|
|
1641
|
+
|
|
1642
|
+
* add MitId simple signature method ([#86](https://github.com/eideasy/eideasy-widget/issues/86)) ([340e7f2](https://github.com/eideasy/eideasy-widget/commit/340e7f29347fb6281fc4a0a7324a9b0e59f9c78d))
|
|
1643
|
+
|
|
1644
|
+
|
|
1645
|
+
|
|
1646
|
+
## [2.13.1](https://github.com/eideasy/eideasy-widget/compare/v2.13.0...v2.13.1) (2022-04-11)
|
|
1647
|
+
|
|
1648
|
+
|
|
1649
|
+
### Bug Fixes
|
|
1650
|
+
|
|
1651
|
+
* remove unnecessary console.log ([012f1e2](https://github.com/eideasy/eideasy-widget/commit/012f1e2c004587db2122978cb0302dcc754113fc))
|
|
1652
|
+
|
|
1653
|
+
|
|
1654
|
+
|
|
1655
|
+
# [2.13.0](https://github.com/eideasy/eideasy-widget/compare/v2.12.0...v2.13.0) (2022-04-11)
|
|
1656
|
+
|
|
1657
|
+
|
|
1658
|
+
### Bug Fixes
|
|
1659
|
+
|
|
1660
|
+
* update browser client ([a528602](https://github.com/eideasy/eideasy-widget/commit/a5286028efc11d7b8bcf1f2e75bab298b94ed945))
|
|
1661
|
+
|
|
1662
|
+
|
|
1663
|
+
### Features
|
|
1664
|
+
|
|
1665
|
+
* add remoteMonitoringEnabled option ([#84](https://github.com/eideasy/eideasy-widget/issues/84)) ([0e03d7d](https://github.com/eideasy/eideasy-widget/commit/0e03d7d13cf893d36c5d6fbb41de5d663822f5d4))
|
|
1666
|
+
|
|
1667
|
+
|
|
1668
|
+
|
|
1669
|
+
# [2.12.0](https://github.com/eideasy/eideasy-widget/compare/v2.12.0-beta.1...v2.12.0) (2022-04-06)
|
|
1670
|
+
|
|
1671
|
+
|
|
1672
|
+
### Bug Fixes
|
|
1673
|
+
|
|
1674
|
+
* add the correct translation keys for the the id card no_implementation error message ([#83](https://github.com/eideasy/eideasy-widget/issues/83)) ([fa72993](https://github.com/eideasy/eideasy-widget/commit/fa72993a0614917299a95892324c706e4d4d6941))
|
|
1675
|
+
|
|
1676
|
+
|
|
1677
|
+
|
|
1678
|
+
# [2.12.0-beta.1](https://github.com/eideasy/eideasy-widget/compare/v2.12.0-beta.0...v2.12.0-beta.1) (2022-04-05)
|
|
1679
|
+
|
|
1680
|
+
|
|
1681
|
+
### Bug Fixes
|
|
1682
|
+
|
|
1683
|
+
* update browser client to properly handle the popup windows ([#82](https://github.com/eideasy/eideasy-widget/issues/82)) ([7ef518d](https://github.com/eideasy/eideasy-widget/commit/7ef518dd784519a4b39c7eefeeb97d2f54cd6519))
|
|
1684
|
+
|
|
1685
|
+
|
|
1686
|
+
|
|
1687
|
+
# [2.12.0-beta.0](https://github.com/eideasy/eideasy-widget/compare/v2.11.5...v2.12.0-beta.0) (2022-03-29)
|
|
1688
|
+
|
|
1689
|
+
|
|
1690
|
+
### Features
|
|
1691
|
+
|
|
1692
|
+
* add D-Trust sign-me QES signing method" ([#80](https://github.com/eideasy/eideasy-widget/issues/80)) ([99f7545](https://github.com/eideasy/eideasy-widget/commit/99f754543d3b8629d731625c2b7990d3f3417128))
|
|
1693
|
+
|
|
1694
|
+
|
|
1695
|
+
|
|
1696
|
+
## [2.11.5](https://github.com/eideasy/eideasy-widget/compare/v2.11.4...v2.11.5) (2022-03-22)
|
|
1697
|
+
|
|
1698
|
+
|
|
1699
|
+
### Bug Fixes
|
|
1700
|
+
|
|
1701
|
+
* 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))
|
|
1702
|
+
|
|
1703
|
+
|
|
1704
|
+
|
|
1705
|
+
## [2.11.4](https://github.com/eideasy/eideasy-widget/compare/v2.11.3...v2.11.4) (2022-03-22)
|
|
1706
|
+
|
|
1707
|
+
|
|
1708
|
+
### Bug Fixes
|
|
1709
|
+
|
|
1710
|
+
* 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))
|
|
1711
|
+
|
|
1712
|
+
|
|
1713
|
+
|
|
1714
|
+
## [2.11.3](https://github.com/eideasy/eideasy-widget/compare/v2.11.2...v2.11.3) (2022-02-04)
|
|
1715
|
+
|
|
1716
|
+
|
|
1717
|
+
### Bug Fixes
|
|
1718
|
+
|
|
1719
|
+
* 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))
|
|
1720
|
+
|
|
1721
|
+
|
|
1722
|
+
|
|
1723
|
+
## [2.11.2](https://github.com/eideasy/eideasy-widget/compare/v2.11.1...v2.11.2) (2022-01-28)
|
|
1724
|
+
|
|
1725
|
+
|
|
1726
|
+
|
|
1727
|
+
## [2.11.1](https://github.com/eideasy/eideasy-widget/compare/v2.11.0...v2.11.1) (2022-01-21)
|
|
1728
|
+
|
|
1729
|
+
|
|
1730
|
+
|
|
1731
|
+
# [2.11.0](https://github.com/eideasy/eideasy-widget/compare/v2.10.0...v2.11.0) (2022-01-18)
|
|
1732
|
+
|
|
1733
|
+
|
|
1734
|
+
### Features
|
|
1735
|
+
|
|
1736
|
+
* add Swedish BankID signature method ([#63](https://github.com/eideasy/eideasy-widget/issues/63)) ([0302608](https://github.com/eideasy/eideasy-widget/commit/0302608f3a57e6d248ea9c800ef486e03d7efb99))
|
|
1737
|
+
|
|
1738
|
+
|
|
1739
|
+
|
|
1740
|
+
# [2.10.0](https://github.com/eideasy/eideasy-widget/compare/v2.9.1...v2.10.0) (2022-01-05)
|
|
1741
|
+
|
|
1742
|
+
|
|
1743
|
+
### Features
|
|
1744
|
+
|
|
1745
|
+
* add Italian and Cszech languages ([#61](https://github.com/eideasy/eideasy-widget/issues/61)) ([b25ec21](https://github.com/eideasy/eideasy-widget/commit/b25ec2185e3b03f3d13a97860982cb31af4a6976))
|
|
1746
|
+
|
|
1747
|
+
|
|
1748
|
+
|
|
1749
|
+
## [2.9.1](https://github.com/eideasy/eideasy-widget/compare/v2.9.0...v2.9.1) (2022-01-05)
|
|
1750
|
+
|
|
1751
|
+
|
|
1752
|
+
|
|
1753
|
+
# [2.9.0](https://github.com/eideasy/eideasy-widget/compare/v2.8.0...v2.9.0) (2021-12-22)
|
|
1754
|
+
|
|
1755
|
+
|
|
1756
|
+
### Features
|
|
1757
|
+
|
|
1758
|
+
* add Evrotrust signing ([f6b1519](https://github.com/eideasy/eideasy-widget/commit/f6b1519f41544d3684e248c79e4a9cd8840d2e2c))
|
|
1759
|
+
|
|
1760
|
+
|
|
1761
|
+
|
|
1762
|
+
# [2.8.0](https://github.com/eideasy/eideasy-widget/compare/v2.7.0...v2.8.0) (2021-12-09)
|
|
1763
|
+
|
|
1764
|
+
|
|
1765
|
+
### Features
|
|
1766
|
+
|
|
1767
|
+
* add Google OIDC based signature method ([83f83b9](https://github.com/eideasy/eideasy-widget/commit/83f83b96f57804502905c99e8f2959e73bb572f1))
|
|
1768
|
+
|
|
1769
|
+
|
|
1770
|
+
|
|
1771
|
+
# [2.7.0](https://github.com/eideasy/eideasy-widget/compare/v2.6.0...v2.7.0) (2021-12-02)
|
|
1772
|
+
|
|
1773
|
+
|
|
1774
|
+
### Features
|
|
1775
|
+
|
|
1776
|
+
* add MojeID signing method ([ae16cf6](https://github.com/eideasy/eideasy-widget/commit/ae16cf6d266bfca00b5a8250ec5696066199896f))
|
|
1777
|
+
* add the following languages: es, fi, fr, pt, sv ([eba0995](https://github.com/eideasy/eideasy-widget/commit/eba09953555fcb91ceef452deec8b467566b9073))
|
|
1778
|
+
|
|
1779
|
+
|
|
1780
|
+
|
|
1781
|
+
# [2.6.0](https://github.com/eideasy/eideasy-widget/compare/v2.5.0...v2.6.0) (2021-11-30)
|
|
1782
|
+
|
|
1783
|
+
|
|
1784
|
+
### Features
|
|
1785
|
+
|
|
1786
|
+
* add modifyEndpointUrl option to allow modifying all api endpoint urls ([001320f](https://github.com/eideasy/eideasy-widget/commit/001320fc3a925a1c33ac60f8b5cf92ac6d33484a))
|
|
1787
|
+
|
|
1788
|
+
|
|
1789
|
+
|
|
1790
|
+
# [2.5.0](https://github.com/eideasy/eideasy-widget/compare/v2.4.0...v2.5.0) (2021-11-26)
|
|
1791
|
+
|
|
1792
|
+
|
|
1793
|
+
### Features
|
|
1794
|
+
|
|
1795
|
+
* add methodsConfigFilter for modifying the methods config ([fd1e802](https://github.com/eideasy/eideasy-widget/commit/fd1e8026d39d6618f6072a04ec7214b6e2600a4b))
|
|
1796
|
+
|
|
1797
|
+
|
|
1798
|
+
|
|
1799
|
+
# [2.4.0](https://github.com/eideasy/eideasy-widget/compare/v2.3.0-beta.0...v2.4.0) (2021-11-23)
|
|
1800
|
+
|
|
1801
|
+
|
|
1802
|
+
|
|
1803
|
+
# [2.3.0-beta.0](https://github.com/eideasy/eideasy-widget/compare/v2.3.0...v2.3.0-beta.0) (2021-11-23)
|
|
1804
|
+
|
|
1805
|
+
|
|
1806
|
+
### Features
|
|
1807
|
+
|
|
1808
|
+
* add debug mode ([5c3ec47](https://github.com/eideasy/eideasy-widget/commit/5c3ec476ac10a8d4cbad8eaf121b98fbbded1259))
|
|
1809
|
+
|
|
1810
|
+
|
|
1811
|
+
|
|
1812
|
+
# [2.3.0](https://github.com/eideasy/eideasy-widget/compare/v2.2.0...v2.3.0) (2021-11-19)
|
|
1813
|
+
|
|
1814
|
+
|
|
1815
|
+
|
|
1816
|
+
# [2.2.0](https://github.com/eideasy/eideasy-widget/compare/v2.2.0-beta.0...v2.2.0) (2021-11-11)
|
|
1817
|
+
|
|
1818
|
+
|
|
1819
|
+
|
|
1820
|
+
# [2.2.0-beta.0](https://github.com/eideasy/eideasy-widget/compare/v2.1.0...v2.2.0-beta.0) (2021-11-11)
|
|
1821
|
+
|
|
1822
|
+
|
|
1823
|
+
|
|
1824
|
+
# [2.1.0](https://github.com/eideasy/eideasy-widget/compare/v2.1.0-alpha.12...v2.1.0) (2021-11-10)
|
|
1825
|
+
|
|
1826
|
+
|
|
1827
|
+
### Features
|
|
1828
|
+
|
|
1829
|
+
* update browser client ([fb68780](https://github.com/eideasy/eideasy-widget/commit/fb68780e1765528e19a7bd392e1aa42349bfc8ad))
|
|
1830
|
+
|
|
1831
|
+
|
|
1832
|
+
|
|
1833
|
+
# [2.1.0-alpha.12](https://github.com/eideasy/eideasy-widget/compare/v2.1.0-alpha.11...v2.1.0-alpha.12) (2021-11-08)
|
|
1834
|
+
|
|
1835
|
+
|
|
1836
|
+
### Features
|
|
1837
|
+
|
|
1838
|
+
* add zealid and finnish smart-id ([b40b5f6](https://github.com/eideasy/eideasy-widget/commit/b40b5f60fb9aa017c1992067907705d30861a292))
|
|
1839
|
+
|
|
1840
|
+
|
|
1841
|
+
|
|
1842
|
+
# [2.1.0-alpha.11](https://github.com/eideasy/eideasy-widget/compare/v2.1.0-alpha.10...v2.1.0-alpha.11) (2021-11-04)
|
|
1843
|
+
|
|
1844
|
+
|
|
1845
|
+
### Features
|
|
1846
|
+
|
|
1847
|
+
* update translations ([a8ad071](https://github.com/eideasy/eideasy-widget/commit/a8ad0715cf6acec298e751bfde172b0846c35daa))
|
|
1848
|
+
|
|
1849
|
+
|
|
1850
|
+
|
|
1851
|
+
# [2.1.0-alpha.10](https://github.com/eideasy/eideasy-widget/compare/v2.1.0-alpha.9...v2.1.0-alpha.10) (2021-11-03)
|
|
1852
|
+
|
|
1853
|
+
|
|
1854
|
+
### Bug Fixes
|
|
1855
|
+
|
|
1856
|
+
* update the eideasy-browser-client ([82dd0aa](https://github.com/eideasy/eideasy-widget/commit/82dd0aa985fa1f0beb4c5b80d6a84bc17de25257))
|
|
1857
|
+
|
|
1858
|
+
|
|
1859
|
+
|
|
1860
|
+
# [2.1.0-alpha.9](https://github.com/eideasy/eideasy-widget/compare/v2.1.0-alpha.8...v2.1.0-alpha.9) (2021-11-03)
|
|
1861
|
+
|
|
1862
|
+
|
|
1863
|
+
|
|
1864
|
+
# [2.1.0-alpha.8](https://github.com/eideasy/eideasy-widget/compare/v2.1.0-alpha.7...v2.1.0-alpha.8) (2021-11-03)
|
|
1865
|
+
|
|
1866
|
+
|
|
1867
|
+
### Bug Fixes
|
|
1868
|
+
|
|
1869
|
+
* add text color for methodButton ([960a235](https://github.com/eideasy/eideasy-widget/commit/960a235208e643f31098563874d753478e999332))
|
|
1870
|
+
|
|
1871
|
+
|
|
1872
|
+
|
|
1873
|
+
# [2.1.0-alpha.7](https://github.com/eideasy/eideasy-widget/compare/v2.1.0-alpha.6...v2.1.0-alpha.7) (2021-11-02)
|
|
1874
|
+
|
|
1875
|
+
|
|
1876
|
+
### Bug Fixes
|
|
1877
|
+
|
|
1878
|
+
* select global flag for otp preselect ([3423247](https://github.com/eideasy/eideasy-widget/commit/34232476a6af153d57c1f0710940b4222eeca6d5))
|
|
1879
|
+
|
|
1880
|
+
|
|
1881
|
+
|
|
1882
|
+
# [2.1.0-alpha.6](https://github.com/eideasy/eideasy-widget/compare/v2.1.0-alpha.5...v2.1.0-alpha.6) (2021-11-01)
|
|
1883
|
+
|
|
1884
|
+
|
|
1885
|
+
### Bug Fixes
|
|
1886
|
+
|
|
1887
|
+
* fix an issue where beforeMethodSelection caused the loader to show permanently ([45397b9](https://github.com/eideasy/eideasy-widget/commit/45397b9e01e4ad48f04eebda433829ee7b8ec4f2))
|
|
1888
|
+
|
|
1889
|
+
|
|
1890
|
+
|
|
1891
|
+
# [2.1.0-alpha.5](https://github.com/eideasy/eideasy-widget/compare/v2.1.0-alpha.4...v2.1.0-alpha.5) (2021-11-01)
|
|
1892
|
+
|
|
1893
|
+
|
|
1894
|
+
### Features
|
|
1895
|
+
|
|
1896
|
+
* support promises for beforeMethodSelection callback ([#44](https://github.com/eideasy/eideasy-widget/issues/44)) ([438fc53](https://github.com/eideasy/eideasy-widget/commit/438fc534420d454f7ce72f83c8b17a9f3ff9ec7f))
|
|
1897
|
+
|
|
1898
|
+
|
|
1899
|
+
|
|
1900
|
+
# [2.1.0-alpha.4](https://github.com/eideasy/eideasy-widget/compare/v2.1.0-alpha.3...v2.1.0-alpha.4) (2021-11-01)
|
|
1901
|
+
|
|
1902
|
+
|
|
1903
|
+
### Features
|
|
1904
|
+
|
|
1905
|
+
* add the possibility to pass additionalMethodConfig in the beforeMethodSelection hook ([#43](https://github.com/eideasy/eideasy-widget/issues/43)) ([fafb6b2](https://github.com/eideasy/eideasy-widget/commit/fafb6b2afe7b25a6f8fec6bc66efbe93e571495d))
|
|
1906
|
+
|
|
1907
|
+
|
|
1908
|
+
|
|
1909
|
+
# [2.1.0-alpha.3](https://github.com/eideasy/eideasy-widget/compare/v2.1.0-alpha.2...v2.1.0-alpha.3) (2021-11-01)
|
|
1910
|
+
|
|
1911
|
+
|
|
1912
|
+
### Features
|
|
1913
|
+
|
|
1914
|
+
* add beforeMethodSelection callback ([#42](https://github.com/eideasy/eideasy-widget/issues/42)) ([596fdb3](https://github.com/eideasy/eideasy-widget/commit/596fdb3d3579d5afb97b42296d6fec2062ae9bae))
|
|
1915
|
+
|
|
1916
|
+
|
|
1917
|
+
|
|
1918
|
+
# [2.1.0-alpha.2](https://github.com/eideasy/eideasy-widget/compare/v2.1.0-alpha.1...v2.1.0-alpha.2) (2021-10-29)
|
|
1919
|
+
|
|
1920
|
+
|
|
1921
|
+
### Features
|
|
1922
|
+
|
|
1923
|
+
* update the api client ([#41](https://github.com/eideasy/eideasy-widget/issues/41)) ([1b0c421](https://github.com/eideasy/eideasy-widget/commit/1b0c4219e4c33ff82dd8877d6f35db35292626f0))
|
|
1924
|
+
|
|
1925
|
+
|
|
1926
|
+
|
|
1927
|
+
# [2.1.0-alpha.1](https://github.com/eideasy/eideasy-widget/compare/v2.0.1...v2.1.0-alpha.1) (2021-10-28)
|
|
1928
|
+
|
|
1929
|
+
|
|
1930
|
+
### Bug Fixes
|
|
1931
|
+
|
|
1932
|
+
* fix the header bg overflow ([97f72f7](https://github.com/eideasy/eideasy-widget/commit/97f72f756f9e90e3eba3b767b929dce03550a9ec))
|
|
1933
|
+
* make sure that the WORLD is the first selection ([fed2650](https://github.com/eideasy/eideasy-widget/commit/fed2650b168614cd99f73f508b6eff9a2eca3c33))
|
|
1934
|
+
|
|
1935
|
+
|
|
1936
|
+
### Features
|
|
1937
|
+
|
|
1938
|
+
* add Austrian Handy Signatur signing ([ef347f2](https://github.com/eideasy/eideasy-widget/commit/ef347f299d234c1610b8eaf17404ba4c146cfe48))
|
|
1939
|
+
* add confirmation step for ftn ([e84bb0e](https://github.com/eideasy/eideasy-widget/commit/e84bb0ef628a1772f3c7c38a2491fb052c623de3))
|
|
1940
|
+
* add email sms based otp signing ([e3fe5b9](https://github.com/eideasy/eideasy-widget/commit/e3fe5b94c6a202e8e9030705187934ea56ea4e13))
|
|
1941
|
+
* add eParaksts mobile signing ([6cfe352](https://github.com/eideasy/eideasy-widget/commit/6cfe352adb595cc26c38e4d303a041d187bb3075))
|
|
1942
|
+
* add finnish id card logo ([360cc33](https://github.com/eideasy/eideasy-widget/commit/360cc33b52c31582dafab0117d03d43ca97a13f0))
|
|
1943
|
+
* add ftn signing ([a76c0cf](https://github.com/eideasy/eideasy-widget/commit/a76c0cf3a11d70b0af21d877709f7805e37a4242))
|
|
1944
|
+
* add lv id card button ([aa204fd](https://github.com/eideasy/eideasy-widget/commit/aa204fd03e37d5f3c0c7e020804fd23a6d4c165c))
|
|
1945
|
+
* Add mobile-id signing ([fea822d](https://github.com/eideasy/eideasy-widget/commit/fea822d8f0882570ed60713d551acac2df8a5ddf))
|
|
1946
|
+
* add portuguese id card icon ([96c95e7](https://github.com/eideasy/eideasy-widget/commit/96c95e73de9a2b344393c10ab8233ac6e73daccc))
|
|
1947
|
+
* handle worldwide methods ([6bcad28](https://github.com/eideasy/eideasy-widget/commit/6bcad2801aa265eff192a5d7ee3133048c0bd6d9))
|
|
1948
|
+
* use thin layout for signing methods when appropriate ([3373273](https://github.com/eideasy/eideasy-widget/commit/33732736218d74544c6afbe97bf35ae42b25a7a2))
|
|
1949
|
+
|
|
1950
|
+
|
|
1951
|
+
|
|
1952
|
+
## [2.0.1](https://github.com/eideasy/eideasy-widget/compare/v2.0.0...v2.0.1) (2021-10-26)
|
|
1953
|
+
|
|
1954
|
+
|
|
1955
|
+
### Bug Fixes
|
|
1956
|
+
|
|
1957
|
+
* Re-add calling code ([#40](https://github.com/eideasy/eideasy-widget/issues/40)) ([ee0c037](https://github.com/eideasy/eideasy-widget/commit/ee0c037be10db2eb8969704216009fe86f66c704))
|
|
1958
|
+
|
|
1959
|
+
|
|
1960
|
+
|
|
1961
|
+
# [2.0.0](https://github.com/eideasy/eideasy-widget/compare/v1.18.0...v2.0.0) (2021-10-26)
|
|
1962
|
+
|
|
1963
|
+
|
|
1964
|
+
### Features
|
|
1965
|
+
|
|
1966
|
+
* add id-card signing ([#39](https://github.com/eideasy/eideasy-widget/issues/39)) ([8b64a2a](https://github.com/eideasy/eideasy-widget/commit/8b64a2a5a55cec374bb87426218018f3ed8d5a74))
|
|
1967
|
+
* allow multiple eideasy-widget instances ([#38](https://github.com/eideasy/eideasy-widget/issues/38)) ([1912da5](https://github.com/eideasy/eideasy-widget/commit/1912da5d507fcc3a469f07eb7443a897fbaf0164))
|
|
1968
|
+
|
|
1969
|
+
|
|
1970
|
+
|
|
1971
|
+
# [1.18.0](https://github.com/eideasy/eideasy-widget/compare/v1.17.2...v1.18.0) (2021-09-29)
|
|
1972
|
+
|
|
1973
|
+
|
|
1974
|
+
### Bug Fixes
|
|
1975
|
+
|
|
1976
|
+
* fix a bug where pre-selecting a country did not work if the country code was in lowercase ([#36](https://github.com/eideasy/eideasy-widget/issues/36)) ([9a8ccab](https://github.com/eideasy/eideasy-widget/commit/9a8ccab84544c48928693c1f49cfeb9813c9da22))
|
|
1977
|
+
|
|
1978
|
+
|
|
1979
|
+
### Features
|
|
1980
|
+
|
|
1981
|
+
* add aria labels to method buttons ([2778bb5](https://github.com/eideasy/eideasy-widget/commit/2778bb52429341322bb87a66ae309a038363a8a6))
|
|
1982
|
+
* add aria labels to method buttons ([#37](https://github.com/eideasy/eideasy-widget/issues/37)) ([cc557bc](https://github.com/eideasy/eideasy-widget/commit/cc557bc5731852f5b1b13e43bdd5cf1a695cc519))
|
|
1983
|
+
|
|
1984
|
+
|
|
1985
|
+
|
|
1986
|
+
## [1.17.2](https://github.com/eideasy/eideasy-widget/compare/v1.17.1...v1.17.2) (2021-09-29)
|
|
1987
|
+
|
|
1988
|
+
|
|
1989
|
+
### Bug Fixes
|
|
1990
|
+
|
|
1991
|
+
* fix a bug where countries whitelist was ignored when auto-selecting the country for the preselected method ([#35](https://github.com/eideasy/eideasy-widget/issues/35)) ([3465629](https://github.com/eideasy/eideasy-widget/commit/34656298be7d2ad41617fefc53cac30273507ed4))
|
|
1992
|
+
|
|
1993
|
+
|
|
1994
|
+
|
|
1995
|
+
## [1.17.1](https://github.com/eideasy/eideasy-widget/compare/v1.17.0...v1.17.1) (2021-09-24)
|
|
1996
|
+
|
|
1997
|
+
|
|
1998
|
+
### Bug Fixes
|
|
1999
|
+
|
|
2000
|
+
* fix a bug where the country was not selected according to the selected method ([c9bac83](https://github.com/eideasy/eideasy-widget/commit/c9bac833477b959dbfd11e9bcbd11ea5fb3022e6))
|
|
2001
|
+
|
|
2002
|
+
|
|
2003
|
+
|
|
2004
|
+
# [1.17.0](https://github.com/eideasy/eideasy-widget/compare/v1.16.1...v1.17.0) (2021-09-16)
|
|
2005
|
+
|
|
2006
|
+
|
|
2007
|
+
### Bug Fixes
|
|
2008
|
+
|
|
2009
|
+
* only use $eidEasyFormatFlashMessage if it actually exists ([7282324](https://github.com/eideasy/eideasy-widget/commit/728232457315daca3390e9ffc144f8036c51bdb2))
|
|
2010
|
+
|
|
2011
|
+
|
|
2012
|
+
### Features
|
|
2013
|
+
|
|
2014
|
+
* allow users to override flashMessages ([cac1f46](https://github.com/eideasy/eideasy-widget/commit/cac1f465260c3a5d572d2788c67d8077635fd7b7))
|
|
2015
|
+
|
|
2016
|
+
|
|
2017
|
+
|
|
2018
|
+
## [1.16.1](https://github.com/eideasy/eideasy-widget/compare/v1.16.0...v1.16.1) (2021-09-02)
|
|
2019
|
+
|
|
2020
|
+
|
|
2021
|
+
|
|
2022
|
+
# [1.16.0](https://github.com/eideasy/eideasy-widget/compare/v1.15.1...v1.16.0) (2021-08-31)
|
|
2023
|
+
|
|
2024
|
+
|
|
2025
|
+
### Features
|
|
2026
|
+
|
|
2027
|
+
* add Finnish Trust Network ([e2e32c7](https://github.com/eideasy/eideasy-widget/commit/e2e32c786c0eb4b73ab7b2eb77c0f4cfa18d1990))
|
|
2028
|
+
|
|
2029
|
+
|
|
2030
|
+
|
|
2031
|
+
## [1.15.1](https://github.com/eideasy/eideasy-widget/compare/v1.15.0...v1.15.1) (2021-08-30)
|
|
2032
|
+
|
|
2033
|
+
|
|
2034
|
+
### Bug Fixes
|
|
2035
|
+
|
|
2036
|
+
* fix a bug where the method button was not rendered in case of single method with a single country ([#31](https://github.com/eideasy/eideasy-widget/issues/31)) ([d60c9b2](https://github.com/eideasy/eideasy-widget/commit/d60c9b21f2f73ec12b99fcfc54246a852100dc87))
|
|
2037
|
+
|
|
2038
|
+
|
|
2039
|
+
|
|
2040
|
+
# [1.15.0](https://github.com/eideasy/eideasy-widget/compare/v1.14.1...v1.15.0) (2021-08-30)
|
|
2041
|
+
|
|
2042
|
+
|
|
2043
|
+
### Features
|
|
2044
|
+
|
|
2045
|
+
* add MojeiD ([#30](https://github.com/eideasy/eideasy-widget/issues/30)) ([0383205](https://github.com/eideasy/eideasy-widget/commit/0383205a48e7dcd1e45c4cfa2373a52ff17a41db))
|
|
2046
|
+
|
|
2047
|
+
|
|
2048
|
+
|
|
2049
|
+
## [1.14.1](https://github.com/eideasy/eideasy-widget/compare/v1.14.0...v1.14.1) (2021-08-26)
|
|
2050
|
+
|
|
2051
|
+
|
|
2052
|
+
### Bug Fixes
|
|
2053
|
+
|
|
2054
|
+
* fix a bug where clicking the id card button did nothing if there was an error just before clicking the button ([e30ca32](https://github.com/eideasy/eideasy-widget/commit/e30ca32d409d67873a79e513479db81997bb0675))
|
|
2055
|
+
|
|
2056
|
+
|
|
2057
|
+
|
|
2058
|
+
# [1.14.0](https://github.com/eideasy/eideasy-widget/compare/v1.13.0...v1.14.0) (2021-08-17)
|
|
2059
|
+
|
|
2060
|
+
|
|
2061
|
+
### Features
|
|
2062
|
+
|
|
2063
|
+
* update the browser client to get the updated list of supported contries ([3fb06f3](https://github.com/eideasy/eideasy-widget/commit/3fb06f3721181029e48f2ce407f7e5d1a7063c0c))
|
|
2064
|
+
|
|
2065
|
+
|
|
2066
|
+
|
|
2067
|
+
# [1.13.0](https://github.com/eideasy/eideasy-widget/compare/v1.12.2...v1.13.0) (2021-08-09)
|
|
2068
|
+
|
|
2069
|
+
|
|
2070
|
+
### Features
|
|
2071
|
+
|
|
2072
|
+
* allow prefilled phone to contain calling code ([38193a2](https://github.com/eideasy/eideasy-widget/commit/38193a2a9744ff785a46527eab11e9725429f9bf))
|
|
2073
|
+
|
|
2074
|
+
|
|
2075
|
+
|
|
2076
|
+
## [1.12.2](https://github.com/eideasy/eideasy-widget/compare/v1.12.1...v1.12.2) (2021-08-09)
|
|
2077
|
+
|
|
2078
|
+
|
|
2079
|
+
### Bug Fixes
|
|
2080
|
+
|
|
2081
|
+
* rename appUrl to redirectUri ([5a9b385](https://github.com/eideasy/eideasy-widget/commit/5a9b3850a4aeb9eda02dc2480afc662ba73c4ee8))
|
|
2082
|
+
|
|
2083
|
+
|
|
2084
|
+
|
|
2085
|
+
## [1.12.1](https://github.com/eideasy/eideasy-widget/compare/v1.12.0...v1.12.1) (2021-08-09)
|
|
2086
|
+
|
|
2087
|
+
|
|
2088
|
+
|
|
2089
|
+
# [1.12.0](https://github.com/eideasy/eideasy-widget/compare/v1.11.0...v1.12.0) (2021-08-09)
|
|
2090
|
+
|
|
2091
|
+
|
|
2092
|
+
### Features
|
|
2093
|
+
|
|
2094
|
+
* update the @eid-easy/eideasy-browser-client ([f309d71](https://github.com/eideasy/eideasy-widget/commit/f309d7156ffa962a6cb34b776ef3902d2f25b695))
|
|
2095
|
+
|
|
2096
|
+
|
|
2097
|
+
|
|
2098
|
+
# [1.11.0](https://github.com/eideasy/eideasy-widget/compare/v1.10.0...v1.11.0) (2021-08-06)
|
|
2099
|
+
|
|
2100
|
+
|
|
2101
|
+
### Features
|
|
2102
|
+
|
|
2103
|
+
* find the correct country from the method action_type ([5d1d000](https://github.com/eideasy/eideasy-widget/commit/5d1d000e9d44453de04fe8e25a57da411a56759f))
|
|
2104
|
+
* Show the currently selected country flag in the header ([e5cbd1c](https://github.com/eideasy/eideasy-widget/commit/e5cbd1cedc9f4607dbb750c3f14e0373183a7e8e))
|
|
2105
|
+
|
|
2106
|
+
|
|
2107
|
+
|
|
2108
|
+
# [1.10.0](https://github.com/eideasy/eideasy-widget/compare/v1.9.0...v1.10.0) (2021-08-06)
|
|
2109
|
+
|
|
2110
|
+
|
|
2111
|
+
|
|
2112
|
+
# [1.9.0](https://github.com/eideasy/eideasy-widget/compare/v1.8.0...v1.9.0) (2021-08-06)
|
|
2113
|
+
|
|
2114
|
+
|
|
2115
|
+
### Features
|
|
2116
|
+
|
|
2117
|
+
* add 'modifyRequestSettings' to make it possible to alter outgoing requests ([571544f](https://github.com/eideasy/eideasy-widget/commit/571544f2eb8b64c320698fc59e37efea7f8276f3))
|
|
2118
|
+
|
|
2119
|
+
|
|
2120
|
+
|
|
2121
|
+
# [1.8.0](https://github.com/eideasy/eideasy-widget/compare/v1.7.1...v1.8.0) (2021-08-06)
|
|
2122
|
+
|
|
2123
|
+
|
|
2124
|
+
### Bug Fixes
|
|
2125
|
+
|
|
2126
|
+
* autoconvert countryCode to uppercase ([2b68cd0](https://github.com/eideasy/eideasy-widget/commit/2b68cd0202801fcd859efc1d64d252ae930ddc73))
|
|
2127
|
+
|
|
2128
|
+
|
|
2129
|
+
### Features
|
|
2130
|
+
|
|
2131
|
+
* allow prefilling input values ([2963d87](https://github.com/eideasy/eideasy-widget/commit/2963d8786fa9fcca98f2959eb9e0d38d06ffb8c1))
|
|
2132
|
+
|
|
2133
|
+
|
|
2134
|
+
|
|
2135
|
+
## [1.7.1](https://github.com/eideasy/eideasy-widget/compare/v1.7.0...v1.7.1) (2021-08-05)
|
|
2136
|
+
|
|
2137
|
+
|
|
2138
|
+
### Bug Fixes
|
|
2139
|
+
|
|
2140
|
+
* fix a bug where the widget errored because of the missing 'selectedMethod' option ([547b5f6](https://github.com/eideasy/eideasy-widget/commit/547b5f6ed830197d6823e8b53bdbb505a4a5f946))
|
|
2141
|
+
|
|
2142
|
+
|
|
2143
|
+
|
|
2144
|
+
# [1.7.0](https://github.com/eideasy/eideasy-widget/compare/v1.6.0...v1.7.0) (2021-08-05)
|
|
2145
|
+
|
|
2146
|
+
|
|
2147
|
+
### Features
|
|
2148
|
+
|
|
2149
|
+
* add option 'selectedMethod' that allows to preselect a method ([251caa4](https://github.com/eideasy/eideasy-widget/commit/251caa4b523882988721f67e45b1df3d8726aab0))
|
|
2150
|
+
|
|
2151
|
+
|
|
2152
|
+
|
|
2153
|
+
# [1.6.0](https://github.com/eideasy/eideasy-widget/compare/v1.5.0...v1.6.0) (2021-08-05)
|
|
2154
|
+
|
|
2155
|
+
|
|
2156
|
+
### Bug Fixes
|
|
2157
|
+
|
|
2158
|
+
* add explicit form label font-weight to prevent inheriting from the global css ([90b9532](https://github.com/eideasy/eideasy-widget/commit/90b953242938487e6c6b62e9dda56cf041be0492))
|
|
2159
|
+
|
|
2160
|
+
|
|
2161
|
+
### Features
|
|
2162
|
+
|
|
2163
|
+
* add 'enabledCountries' setting ([ff531eb](https://github.com/eideasy/eideasy-widget/commit/ff531eb978d24ed630a0d7c76addd2f1cf13b7a1))
|
|
2164
|
+
|
|
2165
|
+
|
|
2166
|
+
|
|
2167
|
+
# [1.5.0](https://github.com/eideasy/eideasy-widget/compare/v1.4.0...v1.5.0) (2021-08-05)
|
|
2168
|
+
|
|
2169
|
+
|
|
2170
|
+
|
|
2171
|
+
# [1.4.0](https://github.com/eideasy/eideasy-widget/compare/v1.3.0...v1.4.0) (2021-08-04)
|
|
2172
|
+
|
|
2173
|
+
|
|
2174
|
+
### Features
|
|
2175
|
+
|
|
2176
|
+
* add Belgian id card button ([0ac5013](https://github.com/eideasy/eideasy-widget/commit/0ac5013974b9d3e3c0c9da02b03e0bc7dbd734f0))
|
|
2177
|
+
|
|
2178
|
+
|
|
2179
|
+
|
|
2180
|
+
# [1.3.0](https://github.com/eideasy/eideasy-widget/compare/v1.2.0...v1.3.0) (2021-08-04)
|
|
2181
|
+
|
|
2182
|
+
|
|
2183
|
+
### Bug Fixes
|
|
2184
|
+
|
|
2185
|
+
* change 'My coutry' to 'country' ([a179f49](https://github.com/eideasy/eideasy-widget/commit/a179f49a871654f6dfa4594bdc317585d271ea19))
|
|
2186
|
+
|
|
2187
|
+
|
|
2188
|
+
### Features
|
|
2189
|
+
|
|
2190
|
+
* add id card identification for Belgium, Serbia, Finland and Portugal ([01ae02d](https://github.com/eideasy/eideasy-widget/commit/01ae02d321388ce8f8dbcf4988a5070db32b9d34))
|
|
2191
|
+
|
|
2192
|
+
|
|
2193
|
+
|
|
2194
|
+
# [1.2.0](https://github.com/eideasy/eideasy-widget/compare/v1.1.0...v1.2.0) (2021-08-04)
|
|
2195
|
+
|
|
2196
|
+
|
|
2197
|
+
### Features
|
|
2198
|
+
|
|
2199
|
+
* add ZealiD ([#15](https://github.com/eideasy/eideasy-widget/issues/15)) ([af53c15](https://github.com/eideasy/eideasy-widget/commit/af53c156686b86ce9b603436413a2fd19319b9e3))
|
|
2200
|
+
|
|
2201
|
+
|
|
2202
|
+
|
|
2203
|
+
# [1.1.0](https://github.com/eideasy/eideasy-widget/compare/v1.0.2...v1.1.0) (2021-08-03)
|
|
2204
|
+
|
|
2205
|
+
|
|
2206
|
+
### Bug Fixes
|
|
2207
|
+
|
|
2208
|
+
* improve the buttons layout ([ee6fc78](https://github.com/eideasy/eideasy-widget/commit/ee6fc786f73affc156440c4bac1e74e5c0e64de6))
|
|
2209
|
+
|
|
2210
|
+
|
|
2211
|
+
### Features
|
|
2212
|
+
|
|
2213
|
+
* add a simple feature flags set up ([b5f9a6a](https://github.com/eideasy/eideasy-widget/commit/b5f9a6ade4ae678f1cbd8b0aa935e2b2a8f23a62))
|
|
2214
|
+
* add FREJA eID ([8cee248](https://github.com/eideasy/eideasy-widget/commit/8cee2487b26a881d27cc3fdae3b863cff4bfed37))
|
|
2215
|
+
* add German language ([21c9617](https://github.com/eideasy/eideasy-widget/commit/21c9617f1ac027181b190ca0db1cb7316b788767))
|
|
2216
|
+
* **freja:** add Freja eID button ([13703da](https://github.com/eideasy/eideasy-widget/commit/13703da2b34792c064e8f73eba260f8fb83f20c2))
|
|
2217
|
+
* update translations ([d28c00c](https://github.com/eideasy/eideasy-widget/commit/d28c00cc6090778b35b4dea03f02fe8260a633ae))
|
|
2218
|
+
|
|
2219
|
+
|
|
2220
|
+
|
|
2221
|
+
## [1.0.2](https://github.com/eideasy/eideasy-widget/compare/v1.0.1...v1.0.2) (2021-07-29)
|
|
2222
|
+
|
|
2223
|
+
|
|
2224
|
+
### Bug Fixes
|
|
2225
|
+
|
|
2226
|
+
* update @eid-easy/eideasy-browser-client ([ed78bdc](https://github.com/eideasy/eideasy-widget/commit/ed78bdc32211e6cc3af58ad8862073063c51a184))
|
|
2227
|
+
|
|
2228
|
+
|
|
2229
|
+
|
|
2230
|
+
## [1.0.1](https://github.com/eideasy/eideasy-widget/compare/v1.0.0...v1.0.1) (2021-07-29)
|
|
2231
|
+
|
|
2232
|
+
|
|
2233
|
+
|
|
2234
|
+
# [1.0.0](https://github.com/eideasy/eideasy-widget/compare/v0.10.0-alpha.5...v1.0.0) (2021-07-28)
|
|
2235
|
+
|
|
2236
|
+
|
|
2237
|
+
### Bug Fixes
|
|
2238
|
+
|
|
2239
|
+
* Capitalize the first letter of field names ([#3](https://github.com/eideasy/eideasy-widget/issues/3)) ([f64f180](https://github.com/eideasy/eideasy-widget/commit/f64f180618a184b4559316663db9618a79100820))
|
|
2240
|
+
* fix a buge where the countries list was too tall ([2ddf7da](https://github.com/eideasy/eideasy-widget/commit/2ddf7da82eb54f7519913cb09b6b994ce5d8b91b))
|
|
2241
|
+
* update eideasy-browser-client and provide appUrl ([4ce5cb9](https://github.com/eideasy/eideasy-widget/commit/4ce5cb901b75aac3febff3d0cd2d0a9c37446948))
|
|
2242
|
+
|
|
2243
|
+
|
|
2244
|
+
|
|
2245
|
+
# [0.10.0-alpha.5](https://github.com/eideasy/eideasy-widget/compare/v0.10.0-alpha.4...v0.10.0-alpha.5) (2021-07-20)
|
|
2246
|
+
|
|
2247
|
+
|
|
2248
|
+
### Features
|
|
2249
|
+
|
|
2250
|
+
* update translations ([ee8d71c](https://github.com/eideasy/eideasy-widget/commit/ee8d71cc2bd3babc1f02e6a2ebccbf38268c5a59))
|
|
2251
|
+
|
|
2252
|
+
|
|
2253
|
+
|
|
2254
|
+
# [0.10.0-alpha.4](https://github.com/eideasy/eideasy-widget/compare/v0.10.0-alpha.3...v0.10.0-alpha.4) (2021-07-20)
|
|
2255
|
+
|
|
2256
|
+
|
|
2257
|
+
### Features
|
|
2258
|
+
|
|
2259
|
+
* add fail callback ([50f2bf1](https://github.com/eideasy/eideasy-widget/commit/50f2bf1aa2da1bf1bd8b9c06df8a360912be75a9))
|
|
2260
|
+
|
|
2261
|
+
|
|
2262
|
+
|
|
2263
|
+
# [0.10.0-alpha.3](https://github.com/eideasy/eideasy-widget/compare/v0.10.0-alpha.2...v0.10.0-alpha.3) (2021-07-19)
|
|
2264
|
+
|
|
2265
|
+
|
|
2266
|
+
### Bug Fixes
|
|
2267
|
+
|
|
2268
|
+
* fix method button svg rendering on firefox ([6d603f1](https://github.com/eideasy/eideasy-widget/commit/6d603f1164236cc8d76f82ea954412d0fc7eab88))
|
|
2269
|
+
|
|
2270
|
+
|
|
2271
|
+
|
|
2272
|
+
# [0.10.0-alpha.2](https://github.com/eideasy/eideasy-widget/compare/v0.10.0-alpha.1...v0.10.0-alpha.2) (2021-07-19)
|
|
2273
|
+
|
|
2274
|
+
|
|
2275
|
+
|
|
2276
|
+
# 0.10.0-alpha.1 (2021-07-19)
|
|
2277
|
+
|
|
2278
|
+
|
|
2279
|
+
### Bug Fixes
|
|
2280
|
+
|
|
2281
|
+
* tweak comments ([44f00a3](https://github.com/eideasy/eideasy-widget/commit/44f00a336f08fce7e5600b79a30bb677d5e96e67))
|
|
2282
|
+
|
|
2283
|
+
|
|
2284
|
+
|