@eid-easy/eideasy-widget 2.62.0 → 2.64.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 +6 -1
- package/CHANGELOG.md +1177 -1159
- package/LICENSE +7 -7
- package/README.md +16 -16
- package/dist/full/eideasy-widget.common.js +1217 -371
- package/dist/full/eideasy-widget.umd.js +1195 -349
- package/dist/full/eideasy-widget.umd.min.js +7 -7
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,21 @@
|
|
|
1
|
+
# [2.64.0](https://github.com/eideasy/eideasy-widget/compare/v2.63.0...v2.64.0) (2022-12-14)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* Add Swedish Bank ID Signatures ([#162](https://github.com/eideasy/eideasy-widget/issues/162)) ([f86d22d](https://github.com/eideasy/eideasy-widget/commit/f86d22d00c0aed43572172eb3d3933422bd4237d))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
# [2.63.0](https://github.com/eideasy/eideasy-widget/compare/v2.62.0...v2.63.0) (2022-12-13)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Features
|
|
14
|
+
|
|
15
|
+
* Add MitID AdES and QES signing methods ([ccfae16](https://github.com/eideasy/eideasy-widget/commit/ccfae164131211d991e8388654f89bec39f31973))
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
1
19
|
# [2.62.0](https://github.com/eideasy/eideasy-widget/compare/v2.61.1...v2.62.0) (2022-12-09)
|
|
2
20
|
|
|
3
21
|
|
|
@@ -105,1162 +123,1162 @@
|
|
|
105
123
|
|
|
106
124
|
|
|
107
125
|
|
|
108
|
-
# [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)
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
### Features
|
|
112
|
-
|
|
113
|
-
* add cscApiSign mode ([a9a1961](https://github.com/eideasy/eideasy-widget/commit/a9a19611a1f145302ee4be3ded1a16d7865f4ecc))
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
# [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)
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
# [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)
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
### Features
|
|
125
|
-
|
|
126
|
-
* use mode for SignatureSmartId ([7c82127](https://github.com/eideasy/eideasy-widget/commit/7c82127aca6a10d6472b5e2a481563f7839bc17c))
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
# [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)
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
# [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)
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
### Bug Fixes
|
|
138
|
-
|
|
139
|
-
* update browser client ([10a30c4](https://github.com/eideasy/eideasy-widget/commit/10a30c4828d45f10ad1358e22b3fdf2ce6eb3d3f))
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
# [2.51.0-beta.0](https://github.com/eideasy/eideasy-widget/compare/v2.51.0...v2.51.0-beta.0) (2022-11-04)
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
### Features
|
|
147
|
-
|
|
148
|
-
* update browser client to 2.49.0-beta.0 ([015a4d2](https://github.com/eideasy/eideasy-widget/commit/015a4d2a57f5b8937b012564ae290586e5c2a200))
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
# [2.51.0](https://github.com/eideasy/eideasy-widget/compare/v2.50.1...v2.51.0) (2022-11-01)
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
### Features
|
|
156
|
-
|
|
157
|
-
* 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))
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
## [2.50.1](https://github.com/eideasy/eideasy-widget/compare/v2.50.0...v2.50.1) (2022-10-28)
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
### Features
|
|
165
|
-
|
|
166
|
-
* 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))
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
# [2.50.0](https://github.com/eideasy/eideasy-widget/compare/v2.49.3...v2.50.0) (2022-10-27)
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
### Features
|
|
174
|
-
|
|
175
|
-
* add Polish Moje Id authentication module ([#141](https://github.com/eideasy/eideasy-widget/issues/141)) ([632d2b8](https://github.com/eideasy/eideasy-widget/commit/632d2b8391f3b332b95802dd7163214cb9d0cfba))
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
## [2.49.3](https://github.com/eideasy/eideasy-widget/compare/v2.49.2...v2.49.3) (2022-10-26)
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
## [2.49.2](https://github.com/eideasy/eideasy-widget/compare/v2.49.1...v2.49.2) (2022-10-25)
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
### Features
|
|
187
|
-
|
|
188
|
-
* update mobile id logo ([#139](https://github.com/eideasy/eideasy-widget/issues/139)) ([b28eb6c](https://github.com/eideasy/eideasy-widget/commit/b28eb6c22c9e05c1bad805e290547446a9c7bf48))
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
## [2.49.1](https://github.com/eideasy/eideasy-widget/compare/v2.49.0...v2.49.1) (2022-10-21)
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
### Features
|
|
196
|
-
|
|
197
|
-
* 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))
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
# [2.49.0](https://github.com/eideasy/eideasy-widget/compare/v2.48.1...v2.49.0) (2022-10-21)
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
### Features
|
|
205
|
-
|
|
206
|
-
* require Opt confirmation form for Uanataca qes ([4e43a4f](https://github.com/eideasy/eideasy-widget/commit/4e43a4fde0464de47ba3f811c1dd7be9826cd3b7))
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
## [2.48.1](https://github.com/eideasy/eideasy-widget/compare/v2.48.0...v2.48.1) (2022-10-19)
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
### Bug Fixes
|
|
214
|
-
|
|
215
|
-
* 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))
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
# [2.48.0](https://github.com/eideasy/eideasy-widget/compare/v2.47.1...v2.48.0) (2022-10-11)
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
## [2.47.1](https://github.com/eideasy/eideasy-widget/compare/v2.47.0...v2.47.1) (2022-10-11)
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
### Features
|
|
227
|
-
|
|
228
|
-
* change Chave Movel wording ([#110](https://github.com/eideasy/eideasy-widget/issues/110)) ([54b3a4d](https://github.com/eideasy/eideasy-widget/commit/54b3a4d7e66c0cca55dec9c5f3223143b4d4a9ff))
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
# [2.47.0](https://github.com/eideasy/eideasy-widget/compare/v2.46.0...v2.47.0) (2022-10-05)
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
### Features
|
|
236
|
-
|
|
237
|
-
* allow hiding the country selection and back button ([51295cf](https://github.com/eideasy/eideasy-widget/commit/51295cfa99e0d13afe5869afc4fa4224580ed680))
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
# [2.46.0](https://github.com/eideasy/eideasy-widget/compare/v2.45.0...v2.46.0) (2022-10-04)
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
### Features
|
|
245
|
-
|
|
246
|
-
* add scan document button ([#132](https://github.com/eideasy/eideasy-widget/issues/132)) ([df62368](https://github.com/eideasy/eideasy-widget/commit/df6236881ad11ae811efca5a457cf4f63243c523))
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
# [2.45.0](https://github.com/eideasy/eideasy-widget/compare/v2.44.0...v2.45.0) (2022-09-28)
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
### Features
|
|
254
|
-
|
|
255
|
-
* add verifai button ([15f4bac](https://github.com/eideasy/eideasy-widget/commit/15f4bac2196d79735190b150f8fb6354fb9600a3))
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
# [2.44.0](https://github.com/eideasy/eideasy-widget/compare/v2.43.0...v2.44.0) (2022-09-26)
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
### Features
|
|
263
|
-
|
|
264
|
-
* improve simplySign button not require card number ([5f5a4f8](https://github.com/eideasy/eideasy-widget/commit/5f5a4f887a122a7b9670de7948ce3938408e486a))
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
# [2.43.0](https://github.com/eideasy/eideasy-widget/compare/v2.42.0...v2.43.0) (2022-09-15)
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
### Features
|
|
272
|
-
|
|
273
|
-
* add Uanataca button ([#129](https://github.com/eideasy/eideasy-widget/issues/129)) ([c3a67d1](https://github.com/eideasy/eideasy-widget/commit/c3a67d1f98f92f74732d7a4c512fbdb99bf64db1))
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
# [2.42.0](https://github.com/eideasy/eideasy-widget/compare/v2.41.0...v2.42.0) (2022-09-07)
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
### Features
|
|
281
|
-
|
|
282
|
-
* add simplySign signature method ([#128](https://github.com/eideasy/eideasy-widget/issues/128)) ([e0d2a08](https://github.com/eideasy/eideasy-widget/commit/e0d2a088f60dc080a5f609bbc19c48f62b9b1ce5))
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
# [2.41.0](https://github.com/eideasy/eideasy-widget/compare/v2.40.0...v2.41.0) (2022-09-01)
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
### Features
|
|
290
|
-
|
|
291
|
-
* add eDo App eid Login button ([#126](https://github.com/eideasy/eideasy-widget/issues/126)) ([4e52b1c](https://github.com/eideasy/eideasy-widget/commit/4e52b1c6a8bc4300342971250f6a30c9c155b2aa))
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
# [2.40.0](https://github.com/eideasy/eideasy-widget/compare/v2.39.0...v2.40.0) (2022-08-30)
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
### Features
|
|
299
|
-
|
|
300
|
-
* 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))
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
# [2.39.0](https://github.com/eideasy/eideasy-widget/compare/v2.38.0...v2.39.0) (2022-08-26)
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
### Features
|
|
308
|
-
|
|
309
|
-
* 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))
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
# [2.38.0](https://github.com/eideasy/eideasy-widget/compare/v2.37.0...v2.38.0) (2022-08-24)
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
### Features
|
|
317
|
-
|
|
318
|
-
* add yes.com button ([#123](https://github.com/eideasy/eideasy-widget/issues/123)) ([de8bf63](https://github.com/eideasy/eideasy-widget/commit/de8bf63ccd04fba6e7c795726e9362efd655babb))
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
# [2.37.0](https://github.com/eideasy/eideasy-widget/compare/v2.36.0...v2.37.0) (2022-08-19)
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
### Features
|
|
326
|
-
|
|
327
|
-
* add eparaksts smart-card login ([23d4c48](https://github.com/eideasy/eideasy-widget/commit/23d4c48c40e88a1cee236c31d0e0db8dc8880c4a))
|
|
328
|
-
* add eparaksts smart-card login into identification list ([64ede61](https://github.com/eideasy/eideasy-widget/commit/64ede619bc4b900df880c036a66867041be2f10e))
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
# [2.36.0](https://github.com/eideasy/eideasy-widget/compare/v2.35.2...v2.36.0) (2022-08-18)
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
### Features
|
|
336
|
-
|
|
337
|
-
* update browser client for d-trust ([#121](https://github.com/eideasy/eideasy-widget/issues/121)) ([bb39a38](https://github.com/eideasy/eideasy-widget/commit/bb39a388c8c221df78e0e4b2c7d9aac44d9c6967))
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
## [2.35.2](https://github.com/eideasy/eideasy-widget/compare/v2.35.1...v2.35.2) (2022-08-03)
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
### Bug Fixes
|
|
345
|
-
|
|
346
|
-
* 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))
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
### Features
|
|
350
|
-
|
|
351
|
-
* update freja id code translations ([#118](https://github.com/eideasy/eideasy-widget/issues/118)) ([d25f69f](https://github.com/eideasy/eideasy-widget/commit/d25f69f8d0f65e9c7c165f3d5aecbd7174eec518))
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
## [2.35.1](https://github.com/eideasy/eideasy-widget/compare/v2.35.0...v2.35.1) (2022-08-01)
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
### Bug Fixes
|
|
359
|
-
|
|
360
|
-
* 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))
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
# [2.35.0](https://github.com/eideasy/eideasy-widget/compare/v2.34.1...v2.35.0) (2022-07-28)
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
### Features
|
|
368
|
-
|
|
369
|
-
* add audkenni button ([226ee2b](https://github.com/eideasy/eideasy-widget/commit/226ee2b5674bb5729d638e76d2f9a534ccc50c30))
|
|
370
|
-
* add audkenni logo ([7e0caa3](https://github.com/eideasy/eideasy-widget/commit/7e0caa3333eecb484df949dd56e2b8ca69e8a6f2))
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
## [2.34.1](https://github.com/eideasy/eideasy-widget/compare/v2.34.0...v2.34.1) (2022-07-28)
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
### Features
|
|
378
|
-
|
|
379
|
-
* update freja guideline text ([51bd5d1](https://github.com/eideasy/eideasy-widget/commit/51bd5d1facd0a201f9582866cb9471d9796fae40))
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
# [2.34.0](https://github.com/eideasy/eideasy-widget/compare/v2.33.1...v2.34.0) (2022-07-27)
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
### Features
|
|
387
|
-
|
|
388
|
-
* implement ftnAdvancedFullSignature ([3ef1760](https://github.com/eideasy/eideasy-widget/commit/3ef1760ab592f51bb50565233bf9d03e08bd166a))
|
|
389
|
-
* implement ftnAdvancedFullSignature ([59d09e6](https://github.com/eideasy/eideasy-widget/commit/59d09e6a2599e06d39b368a9fb68ba382934dd1d))
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
## [2.33.1](https://github.com/eideasy/eideasy-widget/compare/v2.33.0...v2.33.1) (2022-07-27)
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
### Features
|
|
397
|
-
|
|
398
|
-
* add translations for cert europe and other id-cards with no implementation ([5e7f4f3](https://github.com/eideasy/eideasy-widget/commit/5e7f4f38662b287ea8f02576b994c17a2bed6de0))
|
|
399
|
-
* add translations for cert europe and other id-cards with no implementation ([658c44e](https://github.com/eideasy/eideasy-widget/commit/658c44e29758ebf2b08b13e2d672b47578305658))
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
# [2.33.0](https://github.com/eideasy/eideasy-widget/compare/v2.31.0...v2.33.0) (2022-07-11)
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
### Features
|
|
407
|
-
|
|
408
|
-
* 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))
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
# [2.32.0](https://github.com/eideasy/eideasy-widget/compare/v2.31.0...v2.32.0) (2022-07-11)
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
### Features
|
|
416
|
-
|
|
417
|
-
* 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))
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
# [2.31.0](https://github.com/eideasy/eideasy-widget/compare/v2.30.0...v2.31.0) (2022-07-08)
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
### Features
|
|
425
|
-
|
|
426
|
-
* Add Freja id button ([#106](https://github.com/eideasy/eideasy-widget/issues/106)) ([7d65c3e](https://github.com/eideasy/eideasy-widget/commit/7d65c3eb3010001fddad1684378ad0749719d1d1))
|
|
427
|
-
* revert yarn lock ([#107](https://github.com/eideasy/eideasy-widget/issues/107)) ([c96d583](https://github.com/eideasy/eideasy-widget/commit/c96d583944f9773f537a776125640940294cee4e))
|
|
428
|
-
* update client version ([#109](https://github.com/eideasy/eideasy-widget/issues/109)) ([1f58f67](https://github.com/eideasy/eideasy-widget/commit/1f58f67b63252d8f5f85d1ba406112b72c15a3c4))
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
# [2.30.0](https://github.com/eideasy/eideasy-widget/compare/v2.29.0...v2.30.0) (2022-06-29)
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
### Features
|
|
436
|
-
|
|
437
|
-
* Add iDIN authentication method ([#105](https://github.com/eideasy/eideasy-widget/issues/105)) ([4ff31f2](https://github.com/eideasy/eideasy-widget/commit/4ff31f2904ee54fd667349e595901244a01c783e))
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
# [2.29.0](https://github.com/eideasy/eideasy-widget/compare/v2.28.1...v2.29.0) (2022-06-29)
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
### Features
|
|
445
|
-
|
|
446
|
-
* rename qes to advanced ([#104](https://github.com/eideasy/eideasy-widget/issues/104)) ([41760fe](https://github.com/eideasy/eideasy-widget/commit/41760feab4bbda620101ab40f20ad26d4ba4140f))
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
## [2.28.1](https://github.com/eideasy/eideasy-widget/compare/v2.28.0...v2.28.1) (2022-06-16)
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
### Features
|
|
454
|
-
|
|
455
|
-
* add norway name required validation ([#102](https://github.com/eideasy/eideasy-widget/issues/102)) ([9637af6](https://github.com/eideasy/eideasy-widget/commit/9637af674f7bc11e13e99c2a1203704c3f2f7ea1))
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
# [2.28.0](https://github.com/eideasy/eideasy-widget/compare/v2.27.1...v2.28.0) (2022-06-15)
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
## [2.27.1](https://github.com/eideasy/eideasy-widget/compare/v2.27.0...v2.27.1) (2022-06-15)
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
# [2.27.0](https://github.com/eideasy/eideasy-widget/compare/v2.26.0...v2.27.0) (2022-06-15)
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
### Features
|
|
471
|
-
|
|
472
|
-
* 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))
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
# [2.26.0](https://github.com/eideasy/eideasy-widget/compare/v2.25.1...v2.26.0) (2022-06-14)
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
### Features
|
|
480
|
-
|
|
481
|
-
* add verifai button ([#100](https://github.com/eideasy/eideasy-widget/issues/100)) ([62cadff](https://github.com/eideasy/eideasy-widget/commit/62cadff27f263ce122ebf3a8936cf5d2e0a704be))
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
## [2.25.1](https://github.com/eideasy/eideasy-widget/compare/v2.25.0...v2.25.1) (2022-06-14)
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
# [2.25.0](https://github.com/eideasy/eideasy-widget/compare/v2.24.0...v2.25.0) (2022-06-13)
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
### Features
|
|
493
|
-
|
|
494
|
-
* add idin button ([#98](https://github.com/eideasy/eideasy-widget/issues/98)) ([e4f1666](https://github.com/eideasy/eideasy-widget/commit/e4f166613c2e9af2bf27778355f888d96c6161ef))
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
# [2.24.0](https://github.com/eideasy/eideasy-widget/compare/v2.23.1...v2.24.0) (2022-06-07)
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
### Features
|
|
502
|
-
|
|
503
|
-
* add swedish bank id login method ([#97](https://github.com/eideasy/eideasy-widget/issues/97)) ([1eebf08](https://github.com/eideasy/eideasy-widget/commit/1eebf08e53c6230a9acca72eeac8610701dcd2f9))
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
## [2.23.1](https://github.com/eideasy/eideasy-widget/compare/v2.23.0...v2.23.1) (2022-05-17)
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
### Bug Fixes
|
|
511
|
-
|
|
512
|
-
* 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))
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
# [2.23.0](https://github.com/eideasy/eideasy-widget/compare/v2.22.0...v2.23.0) (2022-05-12)
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
### Features
|
|
520
|
-
|
|
521
|
-
* 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))
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
# [2.22.0](https://github.com/eideasy/eideasy-widget/compare/v2.20.0...v2.22.0) (2022-05-11)
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
### Features
|
|
529
|
-
|
|
530
|
-
* Add Code by SMS signing method ([#93](https://github.com/eideasy/eideasy-widget/issues/93)) ([3c043a5](https://github.com/eideasy/eideasy-widget/commit/3c043a5cb28a92337d68940c2711adfa68283a63))
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
# [2.20.0](https://github.com/eideasy/eideasy-widget/compare/v2.19.0...v2.20.0) (2022-05-11)
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
# [2.19.0](https://github.com/eideasy/eideasy-widget/compare/v2.18.1...v2.19.0) (2022-05-07)
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
### Features
|
|
542
|
-
|
|
543
|
-
* 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))
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
## [2.18.1](https://github.com/eideasy/eideasy-widget/compare/v2.18.0...v2.18.1) (2022-05-05)
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
### Bug Fixes
|
|
551
|
-
|
|
552
|
-
* chave movel compliance fixes ([#91](https://github.com/eideasy/eideasy-widget/issues/91)) ([1157dd1](https://github.com/eideasy/eideasy-widget/commit/1157dd1058c392027979c8b5a46ea5344666eb15))
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
# [2.18.0](https://github.com/eideasy/eideasy-widget/compare/v2.17.1...v2.18.0) (2022-05-03)
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
### Features
|
|
560
|
-
|
|
561
|
-
* add itsme login method ([#90](https://github.com/eideasy/eideasy-widget/issues/90)) ([978fe7d](https://github.com/eideasy/eideasy-widget/commit/978fe7d57353eec807c1a033c99d297a9f888231))
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
## [2.17.1](https://github.com/eideasy/eideasy-widget/compare/v2.17.0...v2.17.1) (2022-04-28)
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
### Bug Fixes
|
|
569
|
-
|
|
570
|
-
* re-enable MitId ([8edcde0](https://github.com/eideasy/eideasy-widget/commit/8edcde0b84e7f325254a5573a1d81a95f2a0d192))
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
# [2.17.0](https://github.com/eideasy/eideasy-widget/compare/v2.16.0...v2.17.0) (2022-04-21)
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
### Features
|
|
578
|
-
|
|
579
|
-
* Add Norwegian BankId QES method ([#89](https://github.com/eideasy/eideasy-widget/issues/89)) ([81812ec](https://github.com/eideasy/eideasy-widget/commit/81812ecbcfe993bcb5fc633891d99e6874b2ef50))
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
# [2.16.0](https://github.com/eideasy/eideasy-widget/compare/v2.15.2...v2.16.0) (2022-04-20)
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
### Features
|
|
587
|
-
|
|
588
|
-
* add fi-ftn-qes-signature method ([be063bd](https://github.com/eideasy/eideasy-widget/commit/be063bd287dd3b48642a988a896a24b9e3d42e7d))
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
## [2.15.2](https://github.com/eideasy/eideasy-widget/compare/v2.15.1...v2.15.2) (2022-04-15)
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
### Bug Fixes
|
|
596
|
-
|
|
597
|
-
* update @eid-easy/eideasy-browser-client to v2.17.2 ([7c5d5c3](https://github.com/eideasy/eideasy-widget/commit/7c5d5c376f493d93bea948419a5dd43f9cddd987))
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
## [2.15.1](https://github.com/eideasy/eideasy-widget/compare/v2.15.0...v2.15.1) (2022-04-14)
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
### Bug Fixes
|
|
605
|
-
|
|
606
|
-
* update browser client to v2.17.1 ([e92cc7c](https://github.com/eideasy/eideasy-widget/commit/e92cc7c0720d9c01c00f8f706b2d47c0b5defe9b))
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
# [2.15.0](https://github.com/eideasy/eideasy-widget/compare/v2.14.0...v2.15.0) (2022-04-13)
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
### Features
|
|
614
|
-
|
|
615
|
-
* add Chave Movel qualified signature method ([0f5ee18](https://github.com/eideasy/eideasy-widget/commit/0f5ee1805095fcce01af8339d94929fa90d9dde6))
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
# [2.14.0](https://github.com/eideasy/eideasy-widget/compare/v2.13.1...v2.14.0) (2022-04-12)
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
### Features
|
|
623
|
-
|
|
624
|
-
* add MitId simple signature method ([#86](https://github.com/eideasy/eideasy-widget/issues/86)) ([340e7f2](https://github.com/eideasy/eideasy-widget/commit/340e7f29347fb6281fc4a0a7324a9b0e59f9c78d))
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
## [2.13.1](https://github.com/eideasy/eideasy-widget/compare/v2.13.0...v2.13.1) (2022-04-11)
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
### Bug Fixes
|
|
632
|
-
|
|
633
|
-
* remove unnecessary console.log ([012f1e2](https://github.com/eideasy/eideasy-widget/commit/012f1e2c004587db2122978cb0302dcc754113fc))
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
# [2.13.0](https://github.com/eideasy/eideasy-widget/compare/v2.12.0...v2.13.0) (2022-04-11)
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
### Bug Fixes
|
|
641
|
-
|
|
642
|
-
* update browser client ([a528602](https://github.com/eideasy/eideasy-widget/commit/a5286028efc11d7b8bcf1f2e75bab298b94ed945))
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
### Features
|
|
646
|
-
|
|
647
|
-
* add remoteMonitoringEnabled option ([#84](https://github.com/eideasy/eideasy-widget/issues/84)) ([0e03d7d](https://github.com/eideasy/eideasy-widget/commit/0e03d7d13cf893d36c5d6fbb41de5d663822f5d4))
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
# [2.12.0](https://github.com/eideasy/eideasy-widget/compare/v2.12.0-beta.1...v2.12.0) (2022-04-06)
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
### Bug Fixes
|
|
655
|
-
|
|
656
|
-
* 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))
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
# [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)
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
### Bug Fixes
|
|
664
|
-
|
|
665
|
-
* 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))
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
# [2.12.0-beta.0](https://github.com/eideasy/eideasy-widget/compare/v2.11.5...v2.12.0-beta.0) (2022-03-29)
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
### Features
|
|
673
|
-
|
|
674
|
-
* 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))
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
## [2.11.5](https://github.com/eideasy/eideasy-widget/compare/v2.11.4...v2.11.5) (2022-03-22)
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
### Bug Fixes
|
|
682
|
-
|
|
683
|
-
* 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))
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
## [2.11.4](https://github.com/eideasy/eideasy-widget/compare/v2.11.3...v2.11.4) (2022-03-22)
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
### Bug Fixes
|
|
691
|
-
|
|
692
|
-
* 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))
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
## [2.11.3](https://github.com/eideasy/eideasy-widget/compare/v2.11.2...v2.11.3) (2022-02-04)
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
### Bug Fixes
|
|
700
|
-
|
|
701
|
-
* 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))
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
## [2.11.2](https://github.com/eideasy/eideasy-widget/compare/v2.11.1...v2.11.2) (2022-01-28)
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
## [2.11.1](https://github.com/eideasy/eideasy-widget/compare/v2.11.0...v2.11.1) (2022-01-21)
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
# [2.11.0](https://github.com/eideasy/eideasy-widget/compare/v2.10.0...v2.11.0) (2022-01-18)
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
### Features
|
|
717
|
-
|
|
718
|
-
* add Swedish BankID signature method ([#63](https://github.com/eideasy/eideasy-widget/issues/63)) ([0302608](https://github.com/eideasy/eideasy-widget/commit/0302608f3a57e6d248ea9c800ef486e03d7efb99))
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
# [2.10.0](https://github.com/eideasy/eideasy-widget/compare/v2.9.1...v2.10.0) (2022-01-05)
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
### Features
|
|
726
|
-
|
|
727
|
-
* add Italian and Cszech languages ([#61](https://github.com/eideasy/eideasy-widget/issues/61)) ([b25ec21](https://github.com/eideasy/eideasy-widget/commit/b25ec2185e3b03f3d13a97860982cb31af4a6976))
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
## [2.9.1](https://github.com/eideasy/eideasy-widget/compare/v2.9.0...v2.9.1) (2022-01-05)
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
# [2.9.0](https://github.com/eideasy/eideasy-widget/compare/v2.8.0...v2.9.0) (2021-12-22)
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
### Features
|
|
739
|
-
|
|
740
|
-
* add Evrotrust signing ([f6b1519](https://github.com/eideasy/eideasy-widget/commit/f6b1519f41544d3684e248c79e4a9cd8840d2e2c))
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
# [2.8.0](https://github.com/eideasy/eideasy-widget/compare/v2.7.0...v2.8.0) (2021-12-09)
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
### Features
|
|
748
|
-
|
|
749
|
-
* add Google OIDC based signature method ([83f83b9](https://github.com/eideasy/eideasy-widget/commit/83f83b96f57804502905c99e8f2959e73bb572f1))
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
# [2.7.0](https://github.com/eideasy/eideasy-widget/compare/v2.6.0...v2.7.0) (2021-12-02)
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
### Features
|
|
757
|
-
|
|
758
|
-
* add MojeID signing method ([ae16cf6](https://github.com/eideasy/eideasy-widget/commit/ae16cf6d266bfca00b5a8250ec5696066199896f))
|
|
759
|
-
* add the following languages: es, fi, fr, pt, sv ([eba0995](https://github.com/eideasy/eideasy-widget/commit/eba09953555fcb91ceef452deec8b467566b9073))
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
# [2.6.0](https://github.com/eideasy/eideasy-widget/compare/v2.5.0...v2.6.0) (2021-11-30)
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
### Features
|
|
767
|
-
|
|
768
|
-
* add modifyEndpointUrl option to allow modifying all api endpoint urls ([001320f](https://github.com/eideasy/eideasy-widget/commit/001320fc3a925a1c33ac60f8b5cf92ac6d33484a))
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
# [2.5.0](https://github.com/eideasy/eideasy-widget/compare/v2.4.0...v2.5.0) (2021-11-26)
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
### Features
|
|
776
|
-
|
|
777
|
-
* add methodsConfigFilter for modifying the methods config ([fd1e802](https://github.com/eideasy/eideasy-widget/commit/fd1e8026d39d6618f6072a04ec7214b6e2600a4b))
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
# [2.4.0](https://github.com/eideasy/eideasy-widget/compare/v2.3.0-beta.0...v2.4.0) (2021-11-23)
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
# [2.3.0-beta.0](https://github.com/eideasy/eideasy-widget/compare/v2.3.0...v2.3.0-beta.0) (2021-11-23)
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
### Features
|
|
789
|
-
|
|
790
|
-
* add debug mode ([5c3ec47](https://github.com/eideasy/eideasy-widget/commit/5c3ec476ac10a8d4cbad8eaf121b98fbbded1259))
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
# [2.3.0](https://github.com/eideasy/eideasy-widget/compare/v2.2.0...v2.3.0) (2021-11-19)
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
# [2.2.0](https://github.com/eideasy/eideasy-widget/compare/v2.2.0-beta.0...v2.2.0) (2021-11-11)
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
# [2.2.0-beta.0](https://github.com/eideasy/eideasy-widget/compare/v2.1.0...v2.2.0-beta.0) (2021-11-11)
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
# [2.1.0](https://github.com/eideasy/eideasy-widget/compare/v2.1.0-alpha.12...v2.1.0) (2021-11-10)
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
### Features
|
|
810
|
-
|
|
811
|
-
* update browser client ([fb68780](https://github.com/eideasy/eideasy-widget/commit/fb68780e1765528e19a7bd392e1aa42349bfc8ad))
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
# [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)
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
### Features
|
|
819
|
-
|
|
820
|
-
* add zealid and finnish smart-id ([b40b5f6](https://github.com/eideasy/eideasy-widget/commit/b40b5f60fb9aa017c1992067907705d30861a292))
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
# [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)
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
### Features
|
|
828
|
-
|
|
829
|
-
* update translations ([a8ad071](https://github.com/eideasy/eideasy-widget/commit/a8ad0715cf6acec298e751bfde172b0846c35daa))
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
# [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)
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
### Bug Fixes
|
|
837
|
-
|
|
838
|
-
* update the eideasy-browser-client ([82dd0aa](https://github.com/eideasy/eideasy-widget/commit/82dd0aa985fa1f0beb4c5b80d6a84bc17de25257))
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
# [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)
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
# [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)
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
### Bug Fixes
|
|
850
|
-
|
|
851
|
-
* add text color for methodButton ([960a235](https://github.com/eideasy/eideasy-widget/commit/960a235208e643f31098563874d753478e999332))
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
# [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)
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
### Bug Fixes
|
|
859
|
-
|
|
860
|
-
* select global flag for otp preselect ([3423247](https://github.com/eideasy/eideasy-widget/commit/34232476a6af153d57c1f0710940b4222eeca6d5))
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
# [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)
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
### Bug Fixes
|
|
868
|
-
|
|
869
|
-
* fix an issue where beforeMethodSelection caused the loader to show permanently ([45397b9](https://github.com/eideasy/eideasy-widget/commit/45397b9e01e4ad48f04eebda433829ee7b8ec4f2))
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
# [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)
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
### Features
|
|
877
|
-
|
|
878
|
-
* support promises for beforeMethodSelection callback ([#44](https://github.com/eideasy/eideasy-widget/issues/44)) ([438fc53](https://github.com/eideasy/eideasy-widget/commit/438fc534420d454f7ce72f83c8b17a9f3ff9ec7f))
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
# [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)
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
### Features
|
|
886
|
-
|
|
887
|
-
* 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))
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
# [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)
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
### Features
|
|
895
|
-
|
|
896
|
-
* add beforeMethodSelection callback ([#42](https://github.com/eideasy/eideasy-widget/issues/42)) ([596fdb3](https://github.com/eideasy/eideasy-widget/commit/596fdb3d3579d5afb97b42296d6fec2062ae9bae))
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
# [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)
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
### Features
|
|
904
|
-
|
|
905
|
-
* update the api client ([#41](https://github.com/eideasy/eideasy-widget/issues/41)) ([1b0c421](https://github.com/eideasy/eideasy-widget/commit/1b0c4219e4c33ff82dd8877d6f35db35292626f0))
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
# [2.1.0-alpha.1](https://github.com/eideasy/eideasy-widget/compare/v2.0.1...v2.1.0-alpha.1) (2021-10-28)
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
### Bug Fixes
|
|
913
|
-
|
|
914
|
-
* fix the header bg overflow ([97f72f7](https://github.com/eideasy/eideasy-widget/commit/97f72f756f9e90e3eba3b767b929dce03550a9ec))
|
|
915
|
-
* make sure that the WORLD is the first selection ([fed2650](https://github.com/eideasy/eideasy-widget/commit/fed2650b168614cd99f73f508b6eff9a2eca3c33))
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
### Features
|
|
919
|
-
|
|
920
|
-
* add Austrian Handy Signatur signing ([ef347f2](https://github.com/eideasy/eideasy-widget/commit/ef347f299d234c1610b8eaf17404ba4c146cfe48))
|
|
921
|
-
* add confirmation step for ftn ([e84bb0e](https://github.com/eideasy/eideasy-widget/commit/e84bb0ef628a1772f3c7c38a2491fb052c623de3))
|
|
922
|
-
* add email sms based otp signing ([e3fe5b9](https://github.com/eideasy/eideasy-widget/commit/e3fe5b94c6a202e8e9030705187934ea56ea4e13))
|
|
923
|
-
* add eParaksts mobile signing ([6cfe352](https://github.com/eideasy/eideasy-widget/commit/6cfe352adb595cc26c38e4d303a041d187bb3075))
|
|
924
|
-
* add finnish id card logo ([360cc33](https://github.com/eideasy/eideasy-widget/commit/360cc33b52c31582dafab0117d03d43ca97a13f0))
|
|
925
|
-
* add ftn signing ([a76c0cf](https://github.com/eideasy/eideasy-widget/commit/a76c0cf3a11d70b0af21d877709f7805e37a4242))
|
|
926
|
-
* add lv id card button ([aa204fd](https://github.com/eideasy/eideasy-widget/commit/aa204fd03e37d5f3c0c7e020804fd23a6d4c165c))
|
|
927
|
-
* Add mobile-id signing ([fea822d](https://github.com/eideasy/eideasy-widget/commit/fea822d8f0882570ed60713d551acac2df8a5ddf))
|
|
928
|
-
* add portuguese id card icon ([96c95e7](https://github.com/eideasy/eideasy-widget/commit/96c95e73de9a2b344393c10ab8233ac6e73daccc))
|
|
929
|
-
* handle worldwide methods ([6bcad28](https://github.com/eideasy/eideasy-widget/commit/6bcad2801aa265eff192a5d7ee3133048c0bd6d9))
|
|
930
|
-
* use thin layout for signing methods when appropriate ([3373273](https://github.com/eideasy/eideasy-widget/commit/33732736218d74544c6afbe97bf35ae42b25a7a2))
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
## [2.0.1](https://github.com/eideasy/eideasy-widget/compare/v2.0.0...v2.0.1) (2021-10-26)
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
### Bug Fixes
|
|
938
|
-
|
|
939
|
-
* Re-add calling code ([#40](https://github.com/eideasy/eideasy-widget/issues/40)) ([ee0c037](https://github.com/eideasy/eideasy-widget/commit/ee0c037be10db2eb8969704216009fe86f66c704))
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
# [2.0.0](https://github.com/eideasy/eideasy-widget/compare/v1.18.0...v2.0.0) (2021-10-26)
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
### Features
|
|
947
|
-
|
|
948
|
-
* add id-card signing ([#39](https://github.com/eideasy/eideasy-widget/issues/39)) ([8b64a2a](https://github.com/eideasy/eideasy-widget/commit/8b64a2a5a55cec374bb87426218018f3ed8d5a74))
|
|
949
|
-
* allow multiple eideasy-widget instances ([#38](https://github.com/eideasy/eideasy-widget/issues/38)) ([1912da5](https://github.com/eideasy/eideasy-widget/commit/1912da5d507fcc3a469f07eb7443a897fbaf0164))
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
# [1.18.0](https://github.com/eideasy/eideasy-widget/compare/v1.17.2...v1.18.0) (2021-09-29)
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
### Bug Fixes
|
|
957
|
-
|
|
958
|
-
* 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))
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
### Features
|
|
962
|
-
|
|
963
|
-
* add aria labels to method buttons ([2778bb5](https://github.com/eideasy/eideasy-widget/commit/2778bb52429341322bb87a66ae309a038363a8a6))
|
|
964
|
-
* add aria labels to method buttons ([#37](https://github.com/eideasy/eideasy-widget/issues/37)) ([cc557bc](https://github.com/eideasy/eideasy-widget/commit/cc557bc5731852f5b1b13e43bdd5cf1a695cc519))
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
## [1.17.2](https://github.com/eideasy/eideasy-widget/compare/v1.17.1...v1.17.2) (2021-09-29)
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
### Bug Fixes
|
|
972
|
-
|
|
973
|
-
* 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))
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
## [1.17.1](https://github.com/eideasy/eideasy-widget/compare/v1.17.0...v1.17.1) (2021-09-24)
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
### Bug Fixes
|
|
981
|
-
|
|
982
|
-
* fix a bug where the country was not selected according to the selected method ([c9bac83](https://github.com/eideasy/eideasy-widget/commit/c9bac833477b959dbfd11e9bcbd11ea5fb3022e6))
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
# [1.17.0](https://github.com/eideasy/eideasy-widget/compare/v1.16.1...v1.17.0) (2021-09-16)
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
### Bug Fixes
|
|
990
|
-
|
|
991
|
-
* only use $eidEasyFormatFlashMessage if it actually exists ([7282324](https://github.com/eideasy/eideasy-widget/commit/728232457315daca3390e9ffc144f8036c51bdb2))
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
### Features
|
|
995
|
-
|
|
996
|
-
* allow users to override flashMessages ([cac1f46](https://github.com/eideasy/eideasy-widget/commit/cac1f465260c3a5d572d2788c67d8077635fd7b7))
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
## [1.16.1](https://github.com/eideasy/eideasy-widget/compare/v1.16.0...v1.16.1) (2021-09-02)
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
# [1.16.0](https://github.com/eideasy/eideasy-widget/compare/v1.15.1...v1.16.0) (2021-08-31)
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
### Features
|
|
1008
|
-
|
|
1009
|
-
* add Finnish Trust Network ([e2e32c7](https://github.com/eideasy/eideasy-widget/commit/e2e32c786c0eb4b73ab7b2eb77c0f4cfa18d1990))
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
## [1.15.1](https://github.com/eideasy/eideasy-widget/compare/v1.15.0...v1.15.1) (2021-08-30)
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
### Bug Fixes
|
|
1017
|
-
|
|
1018
|
-
* 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))
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
# [1.15.0](https://github.com/eideasy/eideasy-widget/compare/v1.14.1...v1.15.0) (2021-08-30)
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
### Features
|
|
1026
|
-
|
|
1027
|
-
* add MojeiD ([#30](https://github.com/eideasy/eideasy-widget/issues/30)) ([0383205](https://github.com/eideasy/eideasy-widget/commit/0383205a48e7dcd1e45c4cfa2373a52ff17a41db))
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
## [1.14.1](https://github.com/eideasy/eideasy-widget/compare/v1.14.0...v1.14.1) (2021-08-26)
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
### Bug Fixes
|
|
1035
|
-
|
|
1036
|
-
* 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))
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
# [1.14.0](https://github.com/eideasy/eideasy-widget/compare/v1.13.0...v1.14.0) (2021-08-17)
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
### Features
|
|
1044
|
-
|
|
1045
|
-
* update the browser client to get the updated list of supported contries ([3fb06f3](https://github.com/eideasy/eideasy-widget/commit/3fb06f3721181029e48f2ce407f7e5d1a7063c0c))
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
# [1.13.0](https://github.com/eideasy/eideasy-widget/compare/v1.12.2...v1.13.0) (2021-08-09)
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
### Features
|
|
1053
|
-
|
|
1054
|
-
* allow prefilled phone to contain calling code ([38193a2](https://github.com/eideasy/eideasy-widget/commit/38193a2a9744ff785a46527eab11e9725429f9bf))
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
## [1.12.2](https://github.com/eideasy/eideasy-widget/compare/v1.12.1...v1.12.2) (2021-08-09)
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
### Bug Fixes
|
|
1062
|
-
|
|
1063
|
-
* rename appUrl to redirectUri ([5a9b385](https://github.com/eideasy/eideasy-widget/commit/5a9b3850a4aeb9eda02dc2480afc662ba73c4ee8))
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
## [1.12.1](https://github.com/eideasy/eideasy-widget/compare/v1.12.0...v1.12.1) (2021-08-09)
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
# [1.12.0](https://github.com/eideasy/eideasy-widget/compare/v1.11.0...v1.12.0) (2021-08-09)
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
### Features
|
|
1075
|
-
|
|
1076
|
-
* update the @eid-easy/eideasy-browser-client ([f309d71](https://github.com/eideasy/eideasy-widget/commit/f309d7156ffa962a6cb34b776ef3902d2f25b695))
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
# [1.11.0](https://github.com/eideasy/eideasy-widget/compare/v1.10.0...v1.11.0) (2021-08-06)
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
### Features
|
|
1084
|
-
|
|
1085
|
-
* find the correct country from the method action_type ([5d1d000](https://github.com/eideasy/eideasy-widget/commit/5d1d000e9d44453de04fe8e25a57da411a56759f))
|
|
1086
|
-
* Show the currently selected country flag in the header ([e5cbd1c](https://github.com/eideasy/eideasy-widget/commit/e5cbd1cedc9f4607dbb750c3f14e0373183a7e8e))
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
# [1.10.0](https://github.com/eideasy/eideasy-widget/compare/v1.9.0...v1.10.0) (2021-08-06)
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
# [1.9.0](https://github.com/eideasy/eideasy-widget/compare/v1.8.0...v1.9.0) (2021-08-06)
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
### Features
|
|
1098
|
-
|
|
1099
|
-
* add 'modifyRequestSettings' to make it possible to alter outgoing requests ([571544f](https://github.com/eideasy/eideasy-widget/commit/571544f2eb8b64c320698fc59e37efea7f8276f3))
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
# [1.8.0](https://github.com/eideasy/eideasy-widget/compare/v1.7.1...v1.8.0) (2021-08-06)
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
### Bug Fixes
|
|
1107
|
-
|
|
1108
|
-
* autoconvert countryCode to uppercase ([2b68cd0](https://github.com/eideasy/eideasy-widget/commit/2b68cd0202801fcd859efc1d64d252ae930ddc73))
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
### Features
|
|
1112
|
-
|
|
1113
|
-
* allow prefilling input values ([2963d87](https://github.com/eideasy/eideasy-widget/commit/2963d8786fa9fcca98f2959eb9e0d38d06ffb8c1))
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
## [1.7.1](https://github.com/eideasy/eideasy-widget/compare/v1.7.0...v1.7.1) (2021-08-05)
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
### Bug Fixes
|
|
1121
|
-
|
|
1122
|
-
* fix a bug where the widget errored because of the missing 'selectedMethod' option ([547b5f6](https://github.com/eideasy/eideasy-widget/commit/547b5f6ed830197d6823e8b53bdbb505a4a5f946))
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
# [1.7.0](https://github.com/eideasy/eideasy-widget/compare/v1.6.0...v1.7.0) (2021-08-05)
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
### Features
|
|
1130
|
-
|
|
1131
|
-
* add option 'selectedMethod' that allows to preselect a method ([251caa4](https://github.com/eideasy/eideasy-widget/commit/251caa4b523882988721f67e45b1df3d8726aab0))
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
# [1.6.0](https://github.com/eideasy/eideasy-widget/compare/v1.5.0...v1.6.0) (2021-08-05)
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
### Bug Fixes
|
|
1139
|
-
|
|
1140
|
-
* add explicit form label font-weight to prevent inheriting from the global css ([90b9532](https://github.com/eideasy/eideasy-widget/commit/90b953242938487e6c6b62e9dda56cf041be0492))
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
### Features
|
|
1144
|
-
|
|
1145
|
-
* add 'enabledCountries' setting ([ff531eb](https://github.com/eideasy/eideasy-widget/commit/ff531eb978d24ed630a0d7c76addd2f1cf13b7a1))
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
# [1.5.0](https://github.com/eideasy/eideasy-widget/compare/v1.4.0...v1.5.0) (2021-08-05)
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
# [1.4.0](https://github.com/eideasy/eideasy-widget/compare/v1.3.0...v1.4.0) (2021-08-04)
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
### Features
|
|
1157
|
-
|
|
1158
|
-
* add Belgian id card button ([0ac5013](https://github.com/eideasy/eideasy-widget/commit/0ac5013974b9d3e3c0c9da02b03e0bc7dbd734f0))
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
# [1.3.0](https://github.com/eideasy/eideasy-widget/compare/v1.2.0...v1.3.0) (2021-08-04)
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
### Bug Fixes
|
|
1166
|
-
|
|
1167
|
-
* change 'My coutry' to 'country' ([a179f49](https://github.com/eideasy/eideasy-widget/commit/a179f49a871654f6dfa4594bdc317585d271ea19))
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
### Features
|
|
1171
|
-
|
|
1172
|
-
* add id card identification for Belgium, Serbia, Finland and Portugal ([01ae02d](https://github.com/eideasy/eideasy-widget/commit/01ae02d321388ce8f8dbcf4988a5070db32b9d34))
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
# [1.2.0](https://github.com/eideasy/eideasy-widget/compare/v1.1.0...v1.2.0) (2021-08-04)
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
### Features
|
|
1180
|
-
|
|
1181
|
-
* add ZealiD ([#15](https://github.com/eideasy/eideasy-widget/issues/15)) ([af53c15](https://github.com/eideasy/eideasy-widget/commit/af53c156686b86ce9b603436413a2fd19319b9e3))
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
# [1.1.0](https://github.com/eideasy/eideasy-widget/compare/v1.0.2...v1.1.0) (2021-08-03)
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
### Bug Fixes
|
|
1189
|
-
|
|
1190
|
-
* improve the buttons layout ([ee6fc78](https://github.com/eideasy/eideasy-widget/commit/ee6fc786f73affc156440c4bac1e74e5c0e64de6))
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
### Features
|
|
1194
|
-
|
|
1195
|
-
* add a simple feature flags set up ([b5f9a6a](https://github.com/eideasy/eideasy-widget/commit/b5f9a6ade4ae678f1cbd8b0aa935e2b2a8f23a62))
|
|
1196
|
-
* add FREJA eID ([8cee248](https://github.com/eideasy/eideasy-widget/commit/8cee2487b26a881d27cc3fdae3b863cff4bfed37))
|
|
1197
|
-
* add German language ([21c9617](https://github.com/eideasy/eideasy-widget/commit/21c9617f1ac027181b190ca0db1cb7316b788767))
|
|
1198
|
-
* **freja:** add Freja eID button ([13703da](https://github.com/eideasy/eideasy-widget/commit/13703da2b34792c064e8f73eba260f8fb83f20c2))
|
|
1199
|
-
* update translations ([d28c00c](https://github.com/eideasy/eideasy-widget/commit/d28c00cc6090778b35b4dea03f02fe8260a633ae))
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
## [1.0.2](https://github.com/eideasy/eideasy-widget/compare/v1.0.1...v1.0.2) (2021-07-29)
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
### Bug Fixes
|
|
1207
|
-
|
|
1208
|
-
* update @eid-easy/eideasy-browser-client ([ed78bdc](https://github.com/eideasy/eideasy-widget/commit/ed78bdc32211e6cc3af58ad8862073063c51a184))
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
## [1.0.1](https://github.com/eideasy/eideasy-widget/compare/v1.0.0...v1.0.1) (2021-07-29)
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
# [1.0.0](https://github.com/eideasy/eideasy-widget/compare/v0.10.0-alpha.5...v1.0.0) (2021-07-28)
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
### Bug Fixes
|
|
1220
|
-
|
|
1221
|
-
* 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))
|
|
1222
|
-
* fix a buge where the countries list was too tall ([2ddf7da](https://github.com/eideasy/eideasy-widget/commit/2ddf7da82eb54f7519913cb09b6b994ce5d8b91b))
|
|
1223
|
-
* update eideasy-browser-client and provide appUrl ([4ce5cb9](https://github.com/eideasy/eideasy-widget/commit/4ce5cb901b75aac3febff3d0cd2d0a9c37446948))
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
# [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)
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
### Features
|
|
1231
|
-
|
|
1232
|
-
* update translations ([ee8d71c](https://github.com/eideasy/eideasy-widget/commit/ee8d71cc2bd3babc1f02e6a2ebccbf38268c5a59))
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
# [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)
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
### Features
|
|
1240
|
-
|
|
1241
|
-
* add fail callback ([50f2bf1](https://github.com/eideasy/eideasy-widget/commit/50f2bf1aa2da1bf1bd8b9c06df8a360912be75a9))
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
# [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)
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
### Bug Fixes
|
|
1249
|
-
|
|
1250
|
-
* fix method button svg rendering on firefox ([6d603f1](https://github.com/eideasy/eideasy-widget/commit/6d603f1164236cc8d76f82ea954412d0fc7eab88))
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
# [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)
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
# 0.10.0-alpha.1 (2021-07-19)
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
### Bug Fixes
|
|
1262
|
-
|
|
1263
|
-
* tweak comments ([44f00a3](https://github.com/eideasy/eideasy-widget/commit/44f00a336f08fce7e5600b79a30bb677d5e96e67))
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
126
|
+
# [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)
|
|
127
|
+
|
|
128
|
+
|
|
129
|
+
### Features
|
|
130
|
+
|
|
131
|
+
* add cscApiSign mode ([a9a1961](https://github.com/eideasy/eideasy-widget/commit/a9a19611a1f145302ee4be3ded1a16d7865f4ecc))
|
|
132
|
+
|
|
133
|
+
|
|
134
|
+
|
|
135
|
+
# [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)
|
|
136
|
+
|
|
137
|
+
|
|
138
|
+
|
|
139
|
+
# [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)
|
|
140
|
+
|
|
141
|
+
|
|
142
|
+
### Features
|
|
143
|
+
|
|
144
|
+
* use mode for SignatureSmartId ([7c82127](https://github.com/eideasy/eideasy-widget/commit/7c82127aca6a10d6472b5e2a481563f7839bc17c))
|
|
145
|
+
|
|
146
|
+
|
|
147
|
+
|
|
148
|
+
# [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)
|
|
149
|
+
|
|
150
|
+
|
|
151
|
+
|
|
152
|
+
# [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)
|
|
153
|
+
|
|
154
|
+
|
|
155
|
+
### Bug Fixes
|
|
156
|
+
|
|
157
|
+
* update browser client ([10a30c4](https://github.com/eideasy/eideasy-widget/commit/10a30c4828d45f10ad1358e22b3fdf2ce6eb3d3f))
|
|
158
|
+
|
|
159
|
+
|
|
160
|
+
|
|
161
|
+
# [2.51.0-beta.0](https://github.com/eideasy/eideasy-widget/compare/v2.51.0...v2.51.0-beta.0) (2022-11-04)
|
|
162
|
+
|
|
163
|
+
|
|
164
|
+
### Features
|
|
165
|
+
|
|
166
|
+
* update browser client to 2.49.0-beta.0 ([015a4d2](https://github.com/eideasy/eideasy-widget/commit/015a4d2a57f5b8937b012564ae290586e5c2a200))
|
|
167
|
+
|
|
168
|
+
|
|
169
|
+
|
|
170
|
+
# [2.51.0](https://github.com/eideasy/eideasy-widget/compare/v2.50.1...v2.51.0) (2022-11-01)
|
|
171
|
+
|
|
172
|
+
|
|
173
|
+
### Features
|
|
174
|
+
|
|
175
|
+
* 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))
|
|
176
|
+
|
|
177
|
+
|
|
178
|
+
|
|
179
|
+
## [2.50.1](https://github.com/eideasy/eideasy-widget/compare/v2.50.0...v2.50.1) (2022-10-28)
|
|
180
|
+
|
|
181
|
+
|
|
182
|
+
### Features
|
|
183
|
+
|
|
184
|
+
* 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))
|
|
185
|
+
|
|
186
|
+
|
|
187
|
+
|
|
188
|
+
# [2.50.0](https://github.com/eideasy/eideasy-widget/compare/v2.49.3...v2.50.0) (2022-10-27)
|
|
189
|
+
|
|
190
|
+
|
|
191
|
+
### Features
|
|
192
|
+
|
|
193
|
+
* add Polish Moje Id authentication module ([#141](https://github.com/eideasy/eideasy-widget/issues/141)) ([632d2b8](https://github.com/eideasy/eideasy-widget/commit/632d2b8391f3b332b95802dd7163214cb9d0cfba))
|
|
194
|
+
|
|
195
|
+
|
|
196
|
+
|
|
197
|
+
## [2.49.3](https://github.com/eideasy/eideasy-widget/compare/v2.49.2...v2.49.3) (2022-10-26)
|
|
198
|
+
|
|
199
|
+
|
|
200
|
+
|
|
201
|
+
## [2.49.2](https://github.com/eideasy/eideasy-widget/compare/v2.49.1...v2.49.2) (2022-10-25)
|
|
202
|
+
|
|
203
|
+
|
|
204
|
+
### Features
|
|
205
|
+
|
|
206
|
+
* update mobile id logo ([#139](https://github.com/eideasy/eideasy-widget/issues/139)) ([b28eb6c](https://github.com/eideasy/eideasy-widget/commit/b28eb6c22c9e05c1bad805e290547446a9c7bf48))
|
|
207
|
+
|
|
208
|
+
|
|
209
|
+
|
|
210
|
+
## [2.49.1](https://github.com/eideasy/eideasy-widget/compare/v2.49.0...v2.49.1) (2022-10-21)
|
|
211
|
+
|
|
212
|
+
|
|
213
|
+
### Features
|
|
214
|
+
|
|
215
|
+
* 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))
|
|
216
|
+
|
|
217
|
+
|
|
218
|
+
|
|
219
|
+
# [2.49.0](https://github.com/eideasy/eideasy-widget/compare/v2.48.1...v2.49.0) (2022-10-21)
|
|
220
|
+
|
|
221
|
+
|
|
222
|
+
### Features
|
|
223
|
+
|
|
224
|
+
* require Opt confirmation form for Uanataca qes ([4e43a4f](https://github.com/eideasy/eideasy-widget/commit/4e43a4fde0464de47ba3f811c1dd7be9826cd3b7))
|
|
225
|
+
|
|
226
|
+
|
|
227
|
+
|
|
228
|
+
## [2.48.1](https://github.com/eideasy/eideasy-widget/compare/v2.48.0...v2.48.1) (2022-10-19)
|
|
229
|
+
|
|
230
|
+
|
|
231
|
+
### Bug Fixes
|
|
232
|
+
|
|
233
|
+
* 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))
|
|
234
|
+
|
|
235
|
+
|
|
236
|
+
|
|
237
|
+
# [2.48.0](https://github.com/eideasy/eideasy-widget/compare/v2.47.1...v2.48.0) (2022-10-11)
|
|
238
|
+
|
|
239
|
+
|
|
240
|
+
|
|
241
|
+
## [2.47.1](https://github.com/eideasy/eideasy-widget/compare/v2.47.0...v2.47.1) (2022-10-11)
|
|
242
|
+
|
|
243
|
+
|
|
244
|
+
### Features
|
|
245
|
+
|
|
246
|
+
* change Chave Movel wording ([#110](https://github.com/eideasy/eideasy-widget/issues/110)) ([54b3a4d](https://github.com/eideasy/eideasy-widget/commit/54b3a4d7e66c0cca55dec9c5f3223143b4d4a9ff))
|
|
247
|
+
|
|
248
|
+
|
|
249
|
+
|
|
250
|
+
# [2.47.0](https://github.com/eideasy/eideasy-widget/compare/v2.46.0...v2.47.0) (2022-10-05)
|
|
251
|
+
|
|
252
|
+
|
|
253
|
+
### Features
|
|
254
|
+
|
|
255
|
+
* allow hiding the country selection and back button ([51295cf](https://github.com/eideasy/eideasy-widget/commit/51295cfa99e0d13afe5869afc4fa4224580ed680))
|
|
256
|
+
|
|
257
|
+
|
|
258
|
+
|
|
259
|
+
# [2.46.0](https://github.com/eideasy/eideasy-widget/compare/v2.45.0...v2.46.0) (2022-10-04)
|
|
260
|
+
|
|
261
|
+
|
|
262
|
+
### Features
|
|
263
|
+
|
|
264
|
+
* add scan document button ([#132](https://github.com/eideasy/eideasy-widget/issues/132)) ([df62368](https://github.com/eideasy/eideasy-widget/commit/df6236881ad11ae811efca5a457cf4f63243c523))
|
|
265
|
+
|
|
266
|
+
|
|
267
|
+
|
|
268
|
+
# [2.45.0](https://github.com/eideasy/eideasy-widget/compare/v2.44.0...v2.45.0) (2022-09-28)
|
|
269
|
+
|
|
270
|
+
|
|
271
|
+
### Features
|
|
272
|
+
|
|
273
|
+
* add verifai button ([15f4bac](https://github.com/eideasy/eideasy-widget/commit/15f4bac2196d79735190b150f8fb6354fb9600a3))
|
|
274
|
+
|
|
275
|
+
|
|
276
|
+
|
|
277
|
+
# [2.44.0](https://github.com/eideasy/eideasy-widget/compare/v2.43.0...v2.44.0) (2022-09-26)
|
|
278
|
+
|
|
279
|
+
|
|
280
|
+
### Features
|
|
281
|
+
|
|
282
|
+
* improve simplySign button not require card number ([5f5a4f8](https://github.com/eideasy/eideasy-widget/commit/5f5a4f887a122a7b9670de7948ce3938408e486a))
|
|
283
|
+
|
|
284
|
+
|
|
285
|
+
|
|
286
|
+
# [2.43.0](https://github.com/eideasy/eideasy-widget/compare/v2.42.0...v2.43.0) (2022-09-15)
|
|
287
|
+
|
|
288
|
+
|
|
289
|
+
### Features
|
|
290
|
+
|
|
291
|
+
* add Uanataca button ([#129](https://github.com/eideasy/eideasy-widget/issues/129)) ([c3a67d1](https://github.com/eideasy/eideasy-widget/commit/c3a67d1f98f92f74732d7a4c512fbdb99bf64db1))
|
|
292
|
+
|
|
293
|
+
|
|
294
|
+
|
|
295
|
+
# [2.42.0](https://github.com/eideasy/eideasy-widget/compare/v2.41.0...v2.42.0) (2022-09-07)
|
|
296
|
+
|
|
297
|
+
|
|
298
|
+
### Features
|
|
299
|
+
|
|
300
|
+
* add simplySign signature method ([#128](https://github.com/eideasy/eideasy-widget/issues/128)) ([e0d2a08](https://github.com/eideasy/eideasy-widget/commit/e0d2a088f60dc080a5f609bbc19c48f62b9b1ce5))
|
|
301
|
+
|
|
302
|
+
|
|
303
|
+
|
|
304
|
+
# [2.41.0](https://github.com/eideasy/eideasy-widget/compare/v2.40.0...v2.41.0) (2022-09-01)
|
|
305
|
+
|
|
306
|
+
|
|
307
|
+
### Features
|
|
308
|
+
|
|
309
|
+
* add eDo App eid Login button ([#126](https://github.com/eideasy/eideasy-widget/issues/126)) ([4e52b1c](https://github.com/eideasy/eideasy-widget/commit/4e52b1c6a8bc4300342971250f6a30c9c155b2aa))
|
|
310
|
+
|
|
311
|
+
|
|
312
|
+
|
|
313
|
+
# [2.40.0](https://github.com/eideasy/eideasy-widget/compare/v2.39.0...v2.40.0) (2022-08-30)
|
|
314
|
+
|
|
315
|
+
|
|
316
|
+
### Features
|
|
317
|
+
|
|
318
|
+
* 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))
|
|
319
|
+
|
|
320
|
+
|
|
321
|
+
|
|
322
|
+
# [2.39.0](https://github.com/eideasy/eideasy-widget/compare/v2.38.0...v2.39.0) (2022-08-26)
|
|
323
|
+
|
|
324
|
+
|
|
325
|
+
### Features
|
|
326
|
+
|
|
327
|
+
* 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))
|
|
328
|
+
|
|
329
|
+
|
|
330
|
+
|
|
331
|
+
# [2.38.0](https://github.com/eideasy/eideasy-widget/compare/v2.37.0...v2.38.0) (2022-08-24)
|
|
332
|
+
|
|
333
|
+
|
|
334
|
+
### Features
|
|
335
|
+
|
|
336
|
+
* add yes.com button ([#123](https://github.com/eideasy/eideasy-widget/issues/123)) ([de8bf63](https://github.com/eideasy/eideasy-widget/commit/de8bf63ccd04fba6e7c795726e9362efd655babb))
|
|
337
|
+
|
|
338
|
+
|
|
339
|
+
|
|
340
|
+
# [2.37.0](https://github.com/eideasy/eideasy-widget/compare/v2.36.0...v2.37.0) (2022-08-19)
|
|
341
|
+
|
|
342
|
+
|
|
343
|
+
### Features
|
|
344
|
+
|
|
345
|
+
* add eparaksts smart-card login ([23d4c48](https://github.com/eideasy/eideasy-widget/commit/23d4c48c40e88a1cee236c31d0e0db8dc8880c4a))
|
|
346
|
+
* add eparaksts smart-card login into identification list ([64ede61](https://github.com/eideasy/eideasy-widget/commit/64ede619bc4b900df880c036a66867041be2f10e))
|
|
347
|
+
|
|
348
|
+
|
|
349
|
+
|
|
350
|
+
# [2.36.0](https://github.com/eideasy/eideasy-widget/compare/v2.35.2...v2.36.0) (2022-08-18)
|
|
351
|
+
|
|
352
|
+
|
|
353
|
+
### Features
|
|
354
|
+
|
|
355
|
+
* update browser client for d-trust ([#121](https://github.com/eideasy/eideasy-widget/issues/121)) ([bb39a38](https://github.com/eideasy/eideasy-widget/commit/bb39a388c8c221df78e0e4b2c7d9aac44d9c6967))
|
|
356
|
+
|
|
357
|
+
|
|
358
|
+
|
|
359
|
+
## [2.35.2](https://github.com/eideasy/eideasy-widget/compare/v2.35.1...v2.35.2) (2022-08-03)
|
|
360
|
+
|
|
361
|
+
|
|
362
|
+
### Bug Fixes
|
|
363
|
+
|
|
364
|
+
* 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))
|
|
365
|
+
|
|
366
|
+
|
|
367
|
+
### Features
|
|
368
|
+
|
|
369
|
+
* update freja id code translations ([#118](https://github.com/eideasy/eideasy-widget/issues/118)) ([d25f69f](https://github.com/eideasy/eideasy-widget/commit/d25f69f8d0f65e9c7c165f3d5aecbd7174eec518))
|
|
370
|
+
|
|
371
|
+
|
|
372
|
+
|
|
373
|
+
## [2.35.1](https://github.com/eideasy/eideasy-widget/compare/v2.35.0...v2.35.1) (2022-08-01)
|
|
374
|
+
|
|
375
|
+
|
|
376
|
+
### Bug Fixes
|
|
377
|
+
|
|
378
|
+
* 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))
|
|
379
|
+
|
|
380
|
+
|
|
381
|
+
|
|
382
|
+
# [2.35.0](https://github.com/eideasy/eideasy-widget/compare/v2.34.1...v2.35.0) (2022-07-28)
|
|
383
|
+
|
|
384
|
+
|
|
385
|
+
### Features
|
|
386
|
+
|
|
387
|
+
* add audkenni button ([226ee2b](https://github.com/eideasy/eideasy-widget/commit/226ee2b5674bb5729d638e76d2f9a534ccc50c30))
|
|
388
|
+
* add audkenni logo ([7e0caa3](https://github.com/eideasy/eideasy-widget/commit/7e0caa3333eecb484df949dd56e2b8ca69e8a6f2))
|
|
389
|
+
|
|
390
|
+
|
|
391
|
+
|
|
392
|
+
## [2.34.1](https://github.com/eideasy/eideasy-widget/compare/v2.34.0...v2.34.1) (2022-07-28)
|
|
393
|
+
|
|
394
|
+
|
|
395
|
+
### Features
|
|
396
|
+
|
|
397
|
+
* update freja guideline text ([51bd5d1](https://github.com/eideasy/eideasy-widget/commit/51bd5d1facd0a201f9582866cb9471d9796fae40))
|
|
398
|
+
|
|
399
|
+
|
|
400
|
+
|
|
401
|
+
# [2.34.0](https://github.com/eideasy/eideasy-widget/compare/v2.33.1...v2.34.0) (2022-07-27)
|
|
402
|
+
|
|
403
|
+
|
|
404
|
+
### Features
|
|
405
|
+
|
|
406
|
+
* implement ftnAdvancedFullSignature ([3ef1760](https://github.com/eideasy/eideasy-widget/commit/3ef1760ab592f51bb50565233bf9d03e08bd166a))
|
|
407
|
+
* implement ftnAdvancedFullSignature ([59d09e6](https://github.com/eideasy/eideasy-widget/commit/59d09e6a2599e06d39b368a9fb68ba382934dd1d))
|
|
408
|
+
|
|
409
|
+
|
|
410
|
+
|
|
411
|
+
## [2.33.1](https://github.com/eideasy/eideasy-widget/compare/v2.33.0...v2.33.1) (2022-07-27)
|
|
412
|
+
|
|
413
|
+
|
|
414
|
+
### Features
|
|
415
|
+
|
|
416
|
+
* add translations for cert europe and other id-cards with no implementation ([5e7f4f3](https://github.com/eideasy/eideasy-widget/commit/5e7f4f38662b287ea8f02576b994c17a2bed6de0))
|
|
417
|
+
* add translations for cert europe and other id-cards with no implementation ([658c44e](https://github.com/eideasy/eideasy-widget/commit/658c44e29758ebf2b08b13e2d672b47578305658))
|
|
418
|
+
|
|
419
|
+
|
|
420
|
+
|
|
421
|
+
# [2.33.0](https://github.com/eideasy/eideasy-widget/compare/v2.31.0...v2.33.0) (2022-07-11)
|
|
422
|
+
|
|
423
|
+
|
|
424
|
+
### Features
|
|
425
|
+
|
|
426
|
+
* 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))
|
|
427
|
+
|
|
428
|
+
|
|
429
|
+
|
|
430
|
+
# [2.32.0](https://github.com/eideasy/eideasy-widget/compare/v2.31.0...v2.32.0) (2022-07-11)
|
|
431
|
+
|
|
432
|
+
|
|
433
|
+
### Features
|
|
434
|
+
|
|
435
|
+
* 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))
|
|
436
|
+
|
|
437
|
+
|
|
438
|
+
|
|
439
|
+
# [2.31.0](https://github.com/eideasy/eideasy-widget/compare/v2.30.0...v2.31.0) (2022-07-08)
|
|
440
|
+
|
|
441
|
+
|
|
442
|
+
### Features
|
|
443
|
+
|
|
444
|
+
* Add Freja id button ([#106](https://github.com/eideasy/eideasy-widget/issues/106)) ([7d65c3e](https://github.com/eideasy/eideasy-widget/commit/7d65c3eb3010001fddad1684378ad0749719d1d1))
|
|
445
|
+
* revert yarn lock ([#107](https://github.com/eideasy/eideasy-widget/issues/107)) ([c96d583](https://github.com/eideasy/eideasy-widget/commit/c96d583944f9773f537a776125640940294cee4e))
|
|
446
|
+
* update client version ([#109](https://github.com/eideasy/eideasy-widget/issues/109)) ([1f58f67](https://github.com/eideasy/eideasy-widget/commit/1f58f67b63252d8f5f85d1ba406112b72c15a3c4))
|
|
447
|
+
|
|
448
|
+
|
|
449
|
+
|
|
450
|
+
# [2.30.0](https://github.com/eideasy/eideasy-widget/compare/v2.29.0...v2.30.0) (2022-06-29)
|
|
451
|
+
|
|
452
|
+
|
|
453
|
+
### Features
|
|
454
|
+
|
|
455
|
+
* Add iDIN authentication method ([#105](https://github.com/eideasy/eideasy-widget/issues/105)) ([4ff31f2](https://github.com/eideasy/eideasy-widget/commit/4ff31f2904ee54fd667349e595901244a01c783e))
|
|
456
|
+
|
|
457
|
+
|
|
458
|
+
|
|
459
|
+
# [2.29.0](https://github.com/eideasy/eideasy-widget/compare/v2.28.1...v2.29.0) (2022-06-29)
|
|
460
|
+
|
|
461
|
+
|
|
462
|
+
### Features
|
|
463
|
+
|
|
464
|
+
* rename qes to advanced ([#104](https://github.com/eideasy/eideasy-widget/issues/104)) ([41760fe](https://github.com/eideasy/eideasy-widget/commit/41760feab4bbda620101ab40f20ad26d4ba4140f))
|
|
465
|
+
|
|
466
|
+
|
|
467
|
+
|
|
468
|
+
## [2.28.1](https://github.com/eideasy/eideasy-widget/compare/v2.28.0...v2.28.1) (2022-06-16)
|
|
469
|
+
|
|
470
|
+
|
|
471
|
+
### Features
|
|
472
|
+
|
|
473
|
+
* add norway name required validation ([#102](https://github.com/eideasy/eideasy-widget/issues/102)) ([9637af6](https://github.com/eideasy/eideasy-widget/commit/9637af674f7bc11e13e99c2a1203704c3f2f7ea1))
|
|
474
|
+
|
|
475
|
+
|
|
476
|
+
|
|
477
|
+
# [2.28.0](https://github.com/eideasy/eideasy-widget/compare/v2.27.1...v2.28.0) (2022-06-15)
|
|
478
|
+
|
|
479
|
+
|
|
480
|
+
|
|
481
|
+
## [2.27.1](https://github.com/eideasy/eideasy-widget/compare/v2.27.0...v2.27.1) (2022-06-15)
|
|
482
|
+
|
|
483
|
+
|
|
484
|
+
|
|
485
|
+
# [2.27.0](https://github.com/eideasy/eideasy-widget/compare/v2.26.0...v2.27.0) (2022-06-15)
|
|
486
|
+
|
|
487
|
+
|
|
488
|
+
### Features
|
|
489
|
+
|
|
490
|
+
* 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))
|
|
491
|
+
|
|
492
|
+
|
|
493
|
+
|
|
494
|
+
# [2.26.0](https://github.com/eideasy/eideasy-widget/compare/v2.25.1...v2.26.0) (2022-06-14)
|
|
495
|
+
|
|
496
|
+
|
|
497
|
+
### Features
|
|
498
|
+
|
|
499
|
+
* add verifai button ([#100](https://github.com/eideasy/eideasy-widget/issues/100)) ([62cadff](https://github.com/eideasy/eideasy-widget/commit/62cadff27f263ce122ebf3a8936cf5d2e0a704be))
|
|
500
|
+
|
|
501
|
+
|
|
502
|
+
|
|
503
|
+
## [2.25.1](https://github.com/eideasy/eideasy-widget/compare/v2.25.0...v2.25.1) (2022-06-14)
|
|
504
|
+
|
|
505
|
+
|
|
506
|
+
|
|
507
|
+
# [2.25.0](https://github.com/eideasy/eideasy-widget/compare/v2.24.0...v2.25.0) (2022-06-13)
|
|
508
|
+
|
|
509
|
+
|
|
510
|
+
### Features
|
|
511
|
+
|
|
512
|
+
* add idin button ([#98](https://github.com/eideasy/eideasy-widget/issues/98)) ([e4f1666](https://github.com/eideasy/eideasy-widget/commit/e4f166613c2e9af2bf27778355f888d96c6161ef))
|
|
513
|
+
|
|
514
|
+
|
|
515
|
+
|
|
516
|
+
# [2.24.0](https://github.com/eideasy/eideasy-widget/compare/v2.23.1...v2.24.0) (2022-06-07)
|
|
517
|
+
|
|
518
|
+
|
|
519
|
+
### Features
|
|
520
|
+
|
|
521
|
+
* add swedish bank id login method ([#97](https://github.com/eideasy/eideasy-widget/issues/97)) ([1eebf08](https://github.com/eideasy/eideasy-widget/commit/1eebf08e53c6230a9acca72eeac8610701dcd2f9))
|
|
522
|
+
|
|
523
|
+
|
|
524
|
+
|
|
525
|
+
## [2.23.1](https://github.com/eideasy/eideasy-widget/compare/v2.23.0...v2.23.1) (2022-05-17)
|
|
526
|
+
|
|
527
|
+
|
|
528
|
+
### Bug Fixes
|
|
529
|
+
|
|
530
|
+
* 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))
|
|
531
|
+
|
|
532
|
+
|
|
533
|
+
|
|
534
|
+
# [2.23.0](https://github.com/eideasy/eideasy-widget/compare/v2.22.0...v2.23.0) (2022-05-12)
|
|
535
|
+
|
|
536
|
+
|
|
537
|
+
### Features
|
|
538
|
+
|
|
539
|
+
* 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))
|
|
540
|
+
|
|
541
|
+
|
|
542
|
+
|
|
543
|
+
# [2.22.0](https://github.com/eideasy/eideasy-widget/compare/v2.20.0...v2.22.0) (2022-05-11)
|
|
544
|
+
|
|
545
|
+
|
|
546
|
+
### Features
|
|
547
|
+
|
|
548
|
+
* Add Code by SMS signing method ([#93](https://github.com/eideasy/eideasy-widget/issues/93)) ([3c043a5](https://github.com/eideasy/eideasy-widget/commit/3c043a5cb28a92337d68940c2711adfa68283a63))
|
|
549
|
+
|
|
550
|
+
|
|
551
|
+
|
|
552
|
+
# [2.20.0](https://github.com/eideasy/eideasy-widget/compare/v2.19.0...v2.20.0) (2022-05-11)
|
|
553
|
+
|
|
554
|
+
|
|
555
|
+
|
|
556
|
+
# [2.19.0](https://github.com/eideasy/eideasy-widget/compare/v2.18.1...v2.19.0) (2022-05-07)
|
|
557
|
+
|
|
558
|
+
|
|
559
|
+
### Features
|
|
560
|
+
|
|
561
|
+
* 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))
|
|
562
|
+
|
|
563
|
+
|
|
564
|
+
|
|
565
|
+
## [2.18.1](https://github.com/eideasy/eideasy-widget/compare/v2.18.0...v2.18.1) (2022-05-05)
|
|
566
|
+
|
|
567
|
+
|
|
568
|
+
### Bug Fixes
|
|
569
|
+
|
|
570
|
+
* chave movel compliance fixes ([#91](https://github.com/eideasy/eideasy-widget/issues/91)) ([1157dd1](https://github.com/eideasy/eideasy-widget/commit/1157dd1058c392027979c8b5a46ea5344666eb15))
|
|
571
|
+
|
|
572
|
+
|
|
573
|
+
|
|
574
|
+
# [2.18.0](https://github.com/eideasy/eideasy-widget/compare/v2.17.1...v2.18.0) (2022-05-03)
|
|
575
|
+
|
|
576
|
+
|
|
577
|
+
### Features
|
|
578
|
+
|
|
579
|
+
* add itsme login method ([#90](https://github.com/eideasy/eideasy-widget/issues/90)) ([978fe7d](https://github.com/eideasy/eideasy-widget/commit/978fe7d57353eec807c1a033c99d297a9f888231))
|
|
580
|
+
|
|
581
|
+
|
|
582
|
+
|
|
583
|
+
## [2.17.1](https://github.com/eideasy/eideasy-widget/compare/v2.17.0...v2.17.1) (2022-04-28)
|
|
584
|
+
|
|
585
|
+
|
|
586
|
+
### Bug Fixes
|
|
587
|
+
|
|
588
|
+
* re-enable MitId ([8edcde0](https://github.com/eideasy/eideasy-widget/commit/8edcde0b84e7f325254a5573a1d81a95f2a0d192))
|
|
589
|
+
|
|
590
|
+
|
|
591
|
+
|
|
592
|
+
# [2.17.0](https://github.com/eideasy/eideasy-widget/compare/v2.16.0...v2.17.0) (2022-04-21)
|
|
593
|
+
|
|
594
|
+
|
|
595
|
+
### Features
|
|
596
|
+
|
|
597
|
+
* Add Norwegian BankId QES method ([#89](https://github.com/eideasy/eideasy-widget/issues/89)) ([81812ec](https://github.com/eideasy/eideasy-widget/commit/81812ecbcfe993bcb5fc633891d99e6874b2ef50))
|
|
598
|
+
|
|
599
|
+
|
|
600
|
+
|
|
601
|
+
# [2.16.0](https://github.com/eideasy/eideasy-widget/compare/v2.15.2...v2.16.0) (2022-04-20)
|
|
602
|
+
|
|
603
|
+
|
|
604
|
+
### Features
|
|
605
|
+
|
|
606
|
+
* add fi-ftn-qes-signature method ([be063bd](https://github.com/eideasy/eideasy-widget/commit/be063bd287dd3b48642a988a896a24b9e3d42e7d))
|
|
607
|
+
|
|
608
|
+
|
|
609
|
+
|
|
610
|
+
## [2.15.2](https://github.com/eideasy/eideasy-widget/compare/v2.15.1...v2.15.2) (2022-04-15)
|
|
611
|
+
|
|
612
|
+
|
|
613
|
+
### Bug Fixes
|
|
614
|
+
|
|
615
|
+
* update @eid-easy/eideasy-browser-client to v2.17.2 ([7c5d5c3](https://github.com/eideasy/eideasy-widget/commit/7c5d5c376f493d93bea948419a5dd43f9cddd987))
|
|
616
|
+
|
|
617
|
+
|
|
618
|
+
|
|
619
|
+
## [2.15.1](https://github.com/eideasy/eideasy-widget/compare/v2.15.0...v2.15.1) (2022-04-14)
|
|
620
|
+
|
|
621
|
+
|
|
622
|
+
### Bug Fixes
|
|
623
|
+
|
|
624
|
+
* update browser client to v2.17.1 ([e92cc7c](https://github.com/eideasy/eideasy-widget/commit/e92cc7c0720d9c01c00f8f706b2d47c0b5defe9b))
|
|
625
|
+
|
|
626
|
+
|
|
627
|
+
|
|
628
|
+
# [2.15.0](https://github.com/eideasy/eideasy-widget/compare/v2.14.0...v2.15.0) (2022-04-13)
|
|
629
|
+
|
|
630
|
+
|
|
631
|
+
### Features
|
|
632
|
+
|
|
633
|
+
* add Chave Movel qualified signature method ([0f5ee18](https://github.com/eideasy/eideasy-widget/commit/0f5ee1805095fcce01af8339d94929fa90d9dde6))
|
|
634
|
+
|
|
635
|
+
|
|
636
|
+
|
|
637
|
+
# [2.14.0](https://github.com/eideasy/eideasy-widget/compare/v2.13.1...v2.14.0) (2022-04-12)
|
|
638
|
+
|
|
639
|
+
|
|
640
|
+
### Features
|
|
641
|
+
|
|
642
|
+
* add MitId simple signature method ([#86](https://github.com/eideasy/eideasy-widget/issues/86)) ([340e7f2](https://github.com/eideasy/eideasy-widget/commit/340e7f29347fb6281fc4a0a7324a9b0e59f9c78d))
|
|
643
|
+
|
|
644
|
+
|
|
645
|
+
|
|
646
|
+
## [2.13.1](https://github.com/eideasy/eideasy-widget/compare/v2.13.0...v2.13.1) (2022-04-11)
|
|
647
|
+
|
|
648
|
+
|
|
649
|
+
### Bug Fixes
|
|
650
|
+
|
|
651
|
+
* remove unnecessary console.log ([012f1e2](https://github.com/eideasy/eideasy-widget/commit/012f1e2c004587db2122978cb0302dcc754113fc))
|
|
652
|
+
|
|
653
|
+
|
|
654
|
+
|
|
655
|
+
# [2.13.0](https://github.com/eideasy/eideasy-widget/compare/v2.12.0...v2.13.0) (2022-04-11)
|
|
656
|
+
|
|
657
|
+
|
|
658
|
+
### Bug Fixes
|
|
659
|
+
|
|
660
|
+
* update browser client ([a528602](https://github.com/eideasy/eideasy-widget/commit/a5286028efc11d7b8bcf1f2e75bab298b94ed945))
|
|
661
|
+
|
|
662
|
+
|
|
663
|
+
### Features
|
|
664
|
+
|
|
665
|
+
* add remoteMonitoringEnabled option ([#84](https://github.com/eideasy/eideasy-widget/issues/84)) ([0e03d7d](https://github.com/eideasy/eideasy-widget/commit/0e03d7d13cf893d36c5d6fbb41de5d663822f5d4))
|
|
666
|
+
|
|
667
|
+
|
|
668
|
+
|
|
669
|
+
# [2.12.0](https://github.com/eideasy/eideasy-widget/compare/v2.12.0-beta.1...v2.12.0) (2022-04-06)
|
|
670
|
+
|
|
671
|
+
|
|
672
|
+
### Bug Fixes
|
|
673
|
+
|
|
674
|
+
* 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))
|
|
675
|
+
|
|
676
|
+
|
|
677
|
+
|
|
678
|
+
# [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)
|
|
679
|
+
|
|
680
|
+
|
|
681
|
+
### Bug Fixes
|
|
682
|
+
|
|
683
|
+
* 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))
|
|
684
|
+
|
|
685
|
+
|
|
686
|
+
|
|
687
|
+
# [2.12.0-beta.0](https://github.com/eideasy/eideasy-widget/compare/v2.11.5...v2.12.0-beta.0) (2022-03-29)
|
|
688
|
+
|
|
689
|
+
|
|
690
|
+
### Features
|
|
691
|
+
|
|
692
|
+
* 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))
|
|
693
|
+
|
|
694
|
+
|
|
695
|
+
|
|
696
|
+
## [2.11.5](https://github.com/eideasy/eideasy-widget/compare/v2.11.4...v2.11.5) (2022-03-22)
|
|
697
|
+
|
|
698
|
+
|
|
699
|
+
### Bug Fixes
|
|
700
|
+
|
|
701
|
+
* 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))
|
|
702
|
+
|
|
703
|
+
|
|
704
|
+
|
|
705
|
+
## [2.11.4](https://github.com/eideasy/eideasy-widget/compare/v2.11.3...v2.11.4) (2022-03-22)
|
|
706
|
+
|
|
707
|
+
|
|
708
|
+
### Bug Fixes
|
|
709
|
+
|
|
710
|
+
* 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))
|
|
711
|
+
|
|
712
|
+
|
|
713
|
+
|
|
714
|
+
## [2.11.3](https://github.com/eideasy/eideasy-widget/compare/v2.11.2...v2.11.3) (2022-02-04)
|
|
715
|
+
|
|
716
|
+
|
|
717
|
+
### Bug Fixes
|
|
718
|
+
|
|
719
|
+
* 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))
|
|
720
|
+
|
|
721
|
+
|
|
722
|
+
|
|
723
|
+
## [2.11.2](https://github.com/eideasy/eideasy-widget/compare/v2.11.1...v2.11.2) (2022-01-28)
|
|
724
|
+
|
|
725
|
+
|
|
726
|
+
|
|
727
|
+
## [2.11.1](https://github.com/eideasy/eideasy-widget/compare/v2.11.0...v2.11.1) (2022-01-21)
|
|
728
|
+
|
|
729
|
+
|
|
730
|
+
|
|
731
|
+
# [2.11.0](https://github.com/eideasy/eideasy-widget/compare/v2.10.0...v2.11.0) (2022-01-18)
|
|
732
|
+
|
|
733
|
+
|
|
734
|
+
### Features
|
|
735
|
+
|
|
736
|
+
* add Swedish BankID signature method ([#63](https://github.com/eideasy/eideasy-widget/issues/63)) ([0302608](https://github.com/eideasy/eideasy-widget/commit/0302608f3a57e6d248ea9c800ef486e03d7efb99))
|
|
737
|
+
|
|
738
|
+
|
|
739
|
+
|
|
740
|
+
# [2.10.0](https://github.com/eideasy/eideasy-widget/compare/v2.9.1...v2.10.0) (2022-01-05)
|
|
741
|
+
|
|
742
|
+
|
|
743
|
+
### Features
|
|
744
|
+
|
|
745
|
+
* add Italian and Cszech languages ([#61](https://github.com/eideasy/eideasy-widget/issues/61)) ([b25ec21](https://github.com/eideasy/eideasy-widget/commit/b25ec2185e3b03f3d13a97860982cb31af4a6976))
|
|
746
|
+
|
|
747
|
+
|
|
748
|
+
|
|
749
|
+
## [2.9.1](https://github.com/eideasy/eideasy-widget/compare/v2.9.0...v2.9.1) (2022-01-05)
|
|
750
|
+
|
|
751
|
+
|
|
752
|
+
|
|
753
|
+
# [2.9.0](https://github.com/eideasy/eideasy-widget/compare/v2.8.0...v2.9.0) (2021-12-22)
|
|
754
|
+
|
|
755
|
+
|
|
756
|
+
### Features
|
|
757
|
+
|
|
758
|
+
* add Evrotrust signing ([f6b1519](https://github.com/eideasy/eideasy-widget/commit/f6b1519f41544d3684e248c79e4a9cd8840d2e2c))
|
|
759
|
+
|
|
760
|
+
|
|
761
|
+
|
|
762
|
+
# [2.8.0](https://github.com/eideasy/eideasy-widget/compare/v2.7.0...v2.8.0) (2021-12-09)
|
|
763
|
+
|
|
764
|
+
|
|
765
|
+
### Features
|
|
766
|
+
|
|
767
|
+
* add Google OIDC based signature method ([83f83b9](https://github.com/eideasy/eideasy-widget/commit/83f83b96f57804502905c99e8f2959e73bb572f1))
|
|
768
|
+
|
|
769
|
+
|
|
770
|
+
|
|
771
|
+
# [2.7.0](https://github.com/eideasy/eideasy-widget/compare/v2.6.0...v2.7.0) (2021-12-02)
|
|
772
|
+
|
|
773
|
+
|
|
774
|
+
### Features
|
|
775
|
+
|
|
776
|
+
* add MojeID signing method ([ae16cf6](https://github.com/eideasy/eideasy-widget/commit/ae16cf6d266bfca00b5a8250ec5696066199896f))
|
|
777
|
+
* add the following languages: es, fi, fr, pt, sv ([eba0995](https://github.com/eideasy/eideasy-widget/commit/eba09953555fcb91ceef452deec8b467566b9073))
|
|
778
|
+
|
|
779
|
+
|
|
780
|
+
|
|
781
|
+
# [2.6.0](https://github.com/eideasy/eideasy-widget/compare/v2.5.0...v2.6.0) (2021-11-30)
|
|
782
|
+
|
|
783
|
+
|
|
784
|
+
### Features
|
|
785
|
+
|
|
786
|
+
* add modifyEndpointUrl option to allow modifying all api endpoint urls ([001320f](https://github.com/eideasy/eideasy-widget/commit/001320fc3a925a1c33ac60f8b5cf92ac6d33484a))
|
|
787
|
+
|
|
788
|
+
|
|
789
|
+
|
|
790
|
+
# [2.5.0](https://github.com/eideasy/eideasy-widget/compare/v2.4.0...v2.5.0) (2021-11-26)
|
|
791
|
+
|
|
792
|
+
|
|
793
|
+
### Features
|
|
794
|
+
|
|
795
|
+
* add methodsConfigFilter for modifying the methods config ([fd1e802](https://github.com/eideasy/eideasy-widget/commit/fd1e8026d39d6618f6072a04ec7214b6e2600a4b))
|
|
796
|
+
|
|
797
|
+
|
|
798
|
+
|
|
799
|
+
# [2.4.0](https://github.com/eideasy/eideasy-widget/compare/v2.3.0-beta.0...v2.4.0) (2021-11-23)
|
|
800
|
+
|
|
801
|
+
|
|
802
|
+
|
|
803
|
+
# [2.3.0-beta.0](https://github.com/eideasy/eideasy-widget/compare/v2.3.0...v2.3.0-beta.0) (2021-11-23)
|
|
804
|
+
|
|
805
|
+
|
|
806
|
+
### Features
|
|
807
|
+
|
|
808
|
+
* add debug mode ([5c3ec47](https://github.com/eideasy/eideasy-widget/commit/5c3ec476ac10a8d4cbad8eaf121b98fbbded1259))
|
|
809
|
+
|
|
810
|
+
|
|
811
|
+
|
|
812
|
+
# [2.3.0](https://github.com/eideasy/eideasy-widget/compare/v2.2.0...v2.3.0) (2021-11-19)
|
|
813
|
+
|
|
814
|
+
|
|
815
|
+
|
|
816
|
+
# [2.2.0](https://github.com/eideasy/eideasy-widget/compare/v2.2.0-beta.0...v2.2.0) (2021-11-11)
|
|
817
|
+
|
|
818
|
+
|
|
819
|
+
|
|
820
|
+
# [2.2.0-beta.0](https://github.com/eideasy/eideasy-widget/compare/v2.1.0...v2.2.0-beta.0) (2021-11-11)
|
|
821
|
+
|
|
822
|
+
|
|
823
|
+
|
|
824
|
+
# [2.1.0](https://github.com/eideasy/eideasy-widget/compare/v2.1.0-alpha.12...v2.1.0) (2021-11-10)
|
|
825
|
+
|
|
826
|
+
|
|
827
|
+
### Features
|
|
828
|
+
|
|
829
|
+
* update browser client ([fb68780](https://github.com/eideasy/eideasy-widget/commit/fb68780e1765528e19a7bd392e1aa42349bfc8ad))
|
|
830
|
+
|
|
831
|
+
|
|
832
|
+
|
|
833
|
+
# [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)
|
|
834
|
+
|
|
835
|
+
|
|
836
|
+
### Features
|
|
837
|
+
|
|
838
|
+
* add zealid and finnish smart-id ([b40b5f6](https://github.com/eideasy/eideasy-widget/commit/b40b5f60fb9aa017c1992067907705d30861a292))
|
|
839
|
+
|
|
840
|
+
|
|
841
|
+
|
|
842
|
+
# [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)
|
|
843
|
+
|
|
844
|
+
|
|
845
|
+
### Features
|
|
846
|
+
|
|
847
|
+
* update translations ([a8ad071](https://github.com/eideasy/eideasy-widget/commit/a8ad0715cf6acec298e751bfde172b0846c35daa))
|
|
848
|
+
|
|
849
|
+
|
|
850
|
+
|
|
851
|
+
# [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)
|
|
852
|
+
|
|
853
|
+
|
|
854
|
+
### Bug Fixes
|
|
855
|
+
|
|
856
|
+
* update the eideasy-browser-client ([82dd0aa](https://github.com/eideasy/eideasy-widget/commit/82dd0aa985fa1f0beb4c5b80d6a84bc17de25257))
|
|
857
|
+
|
|
858
|
+
|
|
859
|
+
|
|
860
|
+
# [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)
|
|
861
|
+
|
|
862
|
+
|
|
863
|
+
|
|
864
|
+
# [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)
|
|
865
|
+
|
|
866
|
+
|
|
867
|
+
### Bug Fixes
|
|
868
|
+
|
|
869
|
+
* add text color for methodButton ([960a235](https://github.com/eideasy/eideasy-widget/commit/960a235208e643f31098563874d753478e999332))
|
|
870
|
+
|
|
871
|
+
|
|
872
|
+
|
|
873
|
+
# [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)
|
|
874
|
+
|
|
875
|
+
|
|
876
|
+
### Bug Fixes
|
|
877
|
+
|
|
878
|
+
* select global flag for otp preselect ([3423247](https://github.com/eideasy/eideasy-widget/commit/34232476a6af153d57c1f0710940b4222eeca6d5))
|
|
879
|
+
|
|
880
|
+
|
|
881
|
+
|
|
882
|
+
# [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)
|
|
883
|
+
|
|
884
|
+
|
|
885
|
+
### Bug Fixes
|
|
886
|
+
|
|
887
|
+
* fix an issue where beforeMethodSelection caused the loader to show permanently ([45397b9](https://github.com/eideasy/eideasy-widget/commit/45397b9e01e4ad48f04eebda433829ee7b8ec4f2))
|
|
888
|
+
|
|
889
|
+
|
|
890
|
+
|
|
891
|
+
# [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)
|
|
892
|
+
|
|
893
|
+
|
|
894
|
+
### Features
|
|
895
|
+
|
|
896
|
+
* support promises for beforeMethodSelection callback ([#44](https://github.com/eideasy/eideasy-widget/issues/44)) ([438fc53](https://github.com/eideasy/eideasy-widget/commit/438fc534420d454f7ce72f83c8b17a9f3ff9ec7f))
|
|
897
|
+
|
|
898
|
+
|
|
899
|
+
|
|
900
|
+
# [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)
|
|
901
|
+
|
|
902
|
+
|
|
903
|
+
### Features
|
|
904
|
+
|
|
905
|
+
* 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))
|
|
906
|
+
|
|
907
|
+
|
|
908
|
+
|
|
909
|
+
# [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)
|
|
910
|
+
|
|
911
|
+
|
|
912
|
+
### Features
|
|
913
|
+
|
|
914
|
+
* add beforeMethodSelection callback ([#42](https://github.com/eideasy/eideasy-widget/issues/42)) ([596fdb3](https://github.com/eideasy/eideasy-widget/commit/596fdb3d3579d5afb97b42296d6fec2062ae9bae))
|
|
915
|
+
|
|
916
|
+
|
|
917
|
+
|
|
918
|
+
# [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)
|
|
919
|
+
|
|
920
|
+
|
|
921
|
+
### Features
|
|
922
|
+
|
|
923
|
+
* update the api client ([#41](https://github.com/eideasy/eideasy-widget/issues/41)) ([1b0c421](https://github.com/eideasy/eideasy-widget/commit/1b0c4219e4c33ff82dd8877d6f35db35292626f0))
|
|
924
|
+
|
|
925
|
+
|
|
926
|
+
|
|
927
|
+
# [2.1.0-alpha.1](https://github.com/eideasy/eideasy-widget/compare/v2.0.1...v2.1.0-alpha.1) (2021-10-28)
|
|
928
|
+
|
|
929
|
+
|
|
930
|
+
### Bug Fixes
|
|
931
|
+
|
|
932
|
+
* fix the header bg overflow ([97f72f7](https://github.com/eideasy/eideasy-widget/commit/97f72f756f9e90e3eba3b767b929dce03550a9ec))
|
|
933
|
+
* make sure that the WORLD is the first selection ([fed2650](https://github.com/eideasy/eideasy-widget/commit/fed2650b168614cd99f73f508b6eff9a2eca3c33))
|
|
934
|
+
|
|
935
|
+
|
|
936
|
+
### Features
|
|
937
|
+
|
|
938
|
+
* add Austrian Handy Signatur signing ([ef347f2](https://github.com/eideasy/eideasy-widget/commit/ef347f299d234c1610b8eaf17404ba4c146cfe48))
|
|
939
|
+
* add confirmation step for ftn ([e84bb0e](https://github.com/eideasy/eideasy-widget/commit/e84bb0ef628a1772f3c7c38a2491fb052c623de3))
|
|
940
|
+
* add email sms based otp signing ([e3fe5b9](https://github.com/eideasy/eideasy-widget/commit/e3fe5b94c6a202e8e9030705187934ea56ea4e13))
|
|
941
|
+
* add eParaksts mobile signing ([6cfe352](https://github.com/eideasy/eideasy-widget/commit/6cfe352adb595cc26c38e4d303a041d187bb3075))
|
|
942
|
+
* add finnish id card logo ([360cc33](https://github.com/eideasy/eideasy-widget/commit/360cc33b52c31582dafab0117d03d43ca97a13f0))
|
|
943
|
+
* add ftn signing ([a76c0cf](https://github.com/eideasy/eideasy-widget/commit/a76c0cf3a11d70b0af21d877709f7805e37a4242))
|
|
944
|
+
* add lv id card button ([aa204fd](https://github.com/eideasy/eideasy-widget/commit/aa204fd03e37d5f3c0c7e020804fd23a6d4c165c))
|
|
945
|
+
* Add mobile-id signing ([fea822d](https://github.com/eideasy/eideasy-widget/commit/fea822d8f0882570ed60713d551acac2df8a5ddf))
|
|
946
|
+
* add portuguese id card icon ([96c95e7](https://github.com/eideasy/eideasy-widget/commit/96c95e73de9a2b344393c10ab8233ac6e73daccc))
|
|
947
|
+
* handle worldwide methods ([6bcad28](https://github.com/eideasy/eideasy-widget/commit/6bcad2801aa265eff192a5d7ee3133048c0bd6d9))
|
|
948
|
+
* use thin layout for signing methods when appropriate ([3373273](https://github.com/eideasy/eideasy-widget/commit/33732736218d74544c6afbe97bf35ae42b25a7a2))
|
|
949
|
+
|
|
950
|
+
|
|
951
|
+
|
|
952
|
+
## [2.0.1](https://github.com/eideasy/eideasy-widget/compare/v2.0.0...v2.0.1) (2021-10-26)
|
|
953
|
+
|
|
954
|
+
|
|
955
|
+
### Bug Fixes
|
|
956
|
+
|
|
957
|
+
* Re-add calling code ([#40](https://github.com/eideasy/eideasy-widget/issues/40)) ([ee0c037](https://github.com/eideasy/eideasy-widget/commit/ee0c037be10db2eb8969704216009fe86f66c704))
|
|
958
|
+
|
|
959
|
+
|
|
960
|
+
|
|
961
|
+
# [2.0.0](https://github.com/eideasy/eideasy-widget/compare/v1.18.0...v2.0.0) (2021-10-26)
|
|
962
|
+
|
|
963
|
+
|
|
964
|
+
### Features
|
|
965
|
+
|
|
966
|
+
* add id-card signing ([#39](https://github.com/eideasy/eideasy-widget/issues/39)) ([8b64a2a](https://github.com/eideasy/eideasy-widget/commit/8b64a2a5a55cec374bb87426218018f3ed8d5a74))
|
|
967
|
+
* allow multiple eideasy-widget instances ([#38](https://github.com/eideasy/eideasy-widget/issues/38)) ([1912da5](https://github.com/eideasy/eideasy-widget/commit/1912da5d507fcc3a469f07eb7443a897fbaf0164))
|
|
968
|
+
|
|
969
|
+
|
|
970
|
+
|
|
971
|
+
# [1.18.0](https://github.com/eideasy/eideasy-widget/compare/v1.17.2...v1.18.0) (2021-09-29)
|
|
972
|
+
|
|
973
|
+
|
|
974
|
+
### Bug Fixes
|
|
975
|
+
|
|
976
|
+
* 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))
|
|
977
|
+
|
|
978
|
+
|
|
979
|
+
### Features
|
|
980
|
+
|
|
981
|
+
* add aria labels to method buttons ([2778bb5](https://github.com/eideasy/eideasy-widget/commit/2778bb52429341322bb87a66ae309a038363a8a6))
|
|
982
|
+
* add aria labels to method buttons ([#37](https://github.com/eideasy/eideasy-widget/issues/37)) ([cc557bc](https://github.com/eideasy/eideasy-widget/commit/cc557bc5731852f5b1b13e43bdd5cf1a695cc519))
|
|
983
|
+
|
|
984
|
+
|
|
985
|
+
|
|
986
|
+
## [1.17.2](https://github.com/eideasy/eideasy-widget/compare/v1.17.1...v1.17.2) (2021-09-29)
|
|
987
|
+
|
|
988
|
+
|
|
989
|
+
### Bug Fixes
|
|
990
|
+
|
|
991
|
+
* 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))
|
|
992
|
+
|
|
993
|
+
|
|
994
|
+
|
|
995
|
+
## [1.17.1](https://github.com/eideasy/eideasy-widget/compare/v1.17.0...v1.17.1) (2021-09-24)
|
|
996
|
+
|
|
997
|
+
|
|
998
|
+
### Bug Fixes
|
|
999
|
+
|
|
1000
|
+
* fix a bug where the country was not selected according to the selected method ([c9bac83](https://github.com/eideasy/eideasy-widget/commit/c9bac833477b959dbfd11e9bcbd11ea5fb3022e6))
|
|
1001
|
+
|
|
1002
|
+
|
|
1003
|
+
|
|
1004
|
+
# [1.17.0](https://github.com/eideasy/eideasy-widget/compare/v1.16.1...v1.17.0) (2021-09-16)
|
|
1005
|
+
|
|
1006
|
+
|
|
1007
|
+
### Bug Fixes
|
|
1008
|
+
|
|
1009
|
+
* only use $eidEasyFormatFlashMessage if it actually exists ([7282324](https://github.com/eideasy/eideasy-widget/commit/728232457315daca3390e9ffc144f8036c51bdb2))
|
|
1010
|
+
|
|
1011
|
+
|
|
1012
|
+
### Features
|
|
1013
|
+
|
|
1014
|
+
* allow users to override flashMessages ([cac1f46](https://github.com/eideasy/eideasy-widget/commit/cac1f465260c3a5d572d2788c67d8077635fd7b7))
|
|
1015
|
+
|
|
1016
|
+
|
|
1017
|
+
|
|
1018
|
+
## [1.16.1](https://github.com/eideasy/eideasy-widget/compare/v1.16.0...v1.16.1) (2021-09-02)
|
|
1019
|
+
|
|
1020
|
+
|
|
1021
|
+
|
|
1022
|
+
# [1.16.0](https://github.com/eideasy/eideasy-widget/compare/v1.15.1...v1.16.0) (2021-08-31)
|
|
1023
|
+
|
|
1024
|
+
|
|
1025
|
+
### Features
|
|
1026
|
+
|
|
1027
|
+
* add Finnish Trust Network ([e2e32c7](https://github.com/eideasy/eideasy-widget/commit/e2e32c786c0eb4b73ab7b2eb77c0f4cfa18d1990))
|
|
1028
|
+
|
|
1029
|
+
|
|
1030
|
+
|
|
1031
|
+
## [1.15.1](https://github.com/eideasy/eideasy-widget/compare/v1.15.0...v1.15.1) (2021-08-30)
|
|
1032
|
+
|
|
1033
|
+
|
|
1034
|
+
### Bug Fixes
|
|
1035
|
+
|
|
1036
|
+
* 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))
|
|
1037
|
+
|
|
1038
|
+
|
|
1039
|
+
|
|
1040
|
+
# [1.15.0](https://github.com/eideasy/eideasy-widget/compare/v1.14.1...v1.15.0) (2021-08-30)
|
|
1041
|
+
|
|
1042
|
+
|
|
1043
|
+
### Features
|
|
1044
|
+
|
|
1045
|
+
* add MojeiD ([#30](https://github.com/eideasy/eideasy-widget/issues/30)) ([0383205](https://github.com/eideasy/eideasy-widget/commit/0383205a48e7dcd1e45c4cfa2373a52ff17a41db))
|
|
1046
|
+
|
|
1047
|
+
|
|
1048
|
+
|
|
1049
|
+
## [1.14.1](https://github.com/eideasy/eideasy-widget/compare/v1.14.0...v1.14.1) (2021-08-26)
|
|
1050
|
+
|
|
1051
|
+
|
|
1052
|
+
### Bug Fixes
|
|
1053
|
+
|
|
1054
|
+
* 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))
|
|
1055
|
+
|
|
1056
|
+
|
|
1057
|
+
|
|
1058
|
+
# [1.14.0](https://github.com/eideasy/eideasy-widget/compare/v1.13.0...v1.14.0) (2021-08-17)
|
|
1059
|
+
|
|
1060
|
+
|
|
1061
|
+
### Features
|
|
1062
|
+
|
|
1063
|
+
* update the browser client to get the updated list of supported contries ([3fb06f3](https://github.com/eideasy/eideasy-widget/commit/3fb06f3721181029e48f2ce407f7e5d1a7063c0c))
|
|
1064
|
+
|
|
1065
|
+
|
|
1066
|
+
|
|
1067
|
+
# [1.13.0](https://github.com/eideasy/eideasy-widget/compare/v1.12.2...v1.13.0) (2021-08-09)
|
|
1068
|
+
|
|
1069
|
+
|
|
1070
|
+
### Features
|
|
1071
|
+
|
|
1072
|
+
* allow prefilled phone to contain calling code ([38193a2](https://github.com/eideasy/eideasy-widget/commit/38193a2a9744ff785a46527eab11e9725429f9bf))
|
|
1073
|
+
|
|
1074
|
+
|
|
1075
|
+
|
|
1076
|
+
## [1.12.2](https://github.com/eideasy/eideasy-widget/compare/v1.12.1...v1.12.2) (2021-08-09)
|
|
1077
|
+
|
|
1078
|
+
|
|
1079
|
+
### Bug Fixes
|
|
1080
|
+
|
|
1081
|
+
* rename appUrl to redirectUri ([5a9b385](https://github.com/eideasy/eideasy-widget/commit/5a9b3850a4aeb9eda02dc2480afc662ba73c4ee8))
|
|
1082
|
+
|
|
1083
|
+
|
|
1084
|
+
|
|
1085
|
+
## [1.12.1](https://github.com/eideasy/eideasy-widget/compare/v1.12.0...v1.12.1) (2021-08-09)
|
|
1086
|
+
|
|
1087
|
+
|
|
1088
|
+
|
|
1089
|
+
# [1.12.0](https://github.com/eideasy/eideasy-widget/compare/v1.11.0...v1.12.0) (2021-08-09)
|
|
1090
|
+
|
|
1091
|
+
|
|
1092
|
+
### Features
|
|
1093
|
+
|
|
1094
|
+
* update the @eid-easy/eideasy-browser-client ([f309d71](https://github.com/eideasy/eideasy-widget/commit/f309d7156ffa962a6cb34b776ef3902d2f25b695))
|
|
1095
|
+
|
|
1096
|
+
|
|
1097
|
+
|
|
1098
|
+
# [1.11.0](https://github.com/eideasy/eideasy-widget/compare/v1.10.0...v1.11.0) (2021-08-06)
|
|
1099
|
+
|
|
1100
|
+
|
|
1101
|
+
### Features
|
|
1102
|
+
|
|
1103
|
+
* find the correct country from the method action_type ([5d1d000](https://github.com/eideasy/eideasy-widget/commit/5d1d000e9d44453de04fe8e25a57da411a56759f))
|
|
1104
|
+
* Show the currently selected country flag in the header ([e5cbd1c](https://github.com/eideasy/eideasy-widget/commit/e5cbd1cedc9f4607dbb750c3f14e0373183a7e8e))
|
|
1105
|
+
|
|
1106
|
+
|
|
1107
|
+
|
|
1108
|
+
# [1.10.0](https://github.com/eideasy/eideasy-widget/compare/v1.9.0...v1.10.0) (2021-08-06)
|
|
1109
|
+
|
|
1110
|
+
|
|
1111
|
+
|
|
1112
|
+
# [1.9.0](https://github.com/eideasy/eideasy-widget/compare/v1.8.0...v1.9.0) (2021-08-06)
|
|
1113
|
+
|
|
1114
|
+
|
|
1115
|
+
### Features
|
|
1116
|
+
|
|
1117
|
+
* add 'modifyRequestSettings' to make it possible to alter outgoing requests ([571544f](https://github.com/eideasy/eideasy-widget/commit/571544f2eb8b64c320698fc59e37efea7f8276f3))
|
|
1118
|
+
|
|
1119
|
+
|
|
1120
|
+
|
|
1121
|
+
# [1.8.0](https://github.com/eideasy/eideasy-widget/compare/v1.7.1...v1.8.0) (2021-08-06)
|
|
1122
|
+
|
|
1123
|
+
|
|
1124
|
+
### Bug Fixes
|
|
1125
|
+
|
|
1126
|
+
* autoconvert countryCode to uppercase ([2b68cd0](https://github.com/eideasy/eideasy-widget/commit/2b68cd0202801fcd859efc1d64d252ae930ddc73))
|
|
1127
|
+
|
|
1128
|
+
|
|
1129
|
+
### Features
|
|
1130
|
+
|
|
1131
|
+
* allow prefilling input values ([2963d87](https://github.com/eideasy/eideasy-widget/commit/2963d8786fa9fcca98f2959eb9e0d38d06ffb8c1))
|
|
1132
|
+
|
|
1133
|
+
|
|
1134
|
+
|
|
1135
|
+
## [1.7.1](https://github.com/eideasy/eideasy-widget/compare/v1.7.0...v1.7.1) (2021-08-05)
|
|
1136
|
+
|
|
1137
|
+
|
|
1138
|
+
### Bug Fixes
|
|
1139
|
+
|
|
1140
|
+
* fix a bug where the widget errored because of the missing 'selectedMethod' option ([547b5f6](https://github.com/eideasy/eideasy-widget/commit/547b5f6ed830197d6823e8b53bdbb505a4a5f946))
|
|
1141
|
+
|
|
1142
|
+
|
|
1143
|
+
|
|
1144
|
+
# [1.7.0](https://github.com/eideasy/eideasy-widget/compare/v1.6.0...v1.7.0) (2021-08-05)
|
|
1145
|
+
|
|
1146
|
+
|
|
1147
|
+
### Features
|
|
1148
|
+
|
|
1149
|
+
* add option 'selectedMethod' that allows to preselect a method ([251caa4](https://github.com/eideasy/eideasy-widget/commit/251caa4b523882988721f67e45b1df3d8726aab0))
|
|
1150
|
+
|
|
1151
|
+
|
|
1152
|
+
|
|
1153
|
+
# [1.6.0](https://github.com/eideasy/eideasy-widget/compare/v1.5.0...v1.6.0) (2021-08-05)
|
|
1154
|
+
|
|
1155
|
+
|
|
1156
|
+
### Bug Fixes
|
|
1157
|
+
|
|
1158
|
+
* add explicit form label font-weight to prevent inheriting from the global css ([90b9532](https://github.com/eideasy/eideasy-widget/commit/90b953242938487e6c6b62e9dda56cf041be0492))
|
|
1159
|
+
|
|
1160
|
+
|
|
1161
|
+
### Features
|
|
1162
|
+
|
|
1163
|
+
* add 'enabledCountries' setting ([ff531eb](https://github.com/eideasy/eideasy-widget/commit/ff531eb978d24ed630a0d7c76addd2f1cf13b7a1))
|
|
1164
|
+
|
|
1165
|
+
|
|
1166
|
+
|
|
1167
|
+
# [1.5.0](https://github.com/eideasy/eideasy-widget/compare/v1.4.0...v1.5.0) (2021-08-05)
|
|
1168
|
+
|
|
1169
|
+
|
|
1170
|
+
|
|
1171
|
+
# [1.4.0](https://github.com/eideasy/eideasy-widget/compare/v1.3.0...v1.4.0) (2021-08-04)
|
|
1172
|
+
|
|
1173
|
+
|
|
1174
|
+
### Features
|
|
1175
|
+
|
|
1176
|
+
* add Belgian id card button ([0ac5013](https://github.com/eideasy/eideasy-widget/commit/0ac5013974b9d3e3c0c9da02b03e0bc7dbd734f0))
|
|
1177
|
+
|
|
1178
|
+
|
|
1179
|
+
|
|
1180
|
+
# [1.3.0](https://github.com/eideasy/eideasy-widget/compare/v1.2.0...v1.3.0) (2021-08-04)
|
|
1181
|
+
|
|
1182
|
+
|
|
1183
|
+
### Bug Fixes
|
|
1184
|
+
|
|
1185
|
+
* change 'My coutry' to 'country' ([a179f49](https://github.com/eideasy/eideasy-widget/commit/a179f49a871654f6dfa4594bdc317585d271ea19))
|
|
1186
|
+
|
|
1187
|
+
|
|
1188
|
+
### Features
|
|
1189
|
+
|
|
1190
|
+
* add id card identification for Belgium, Serbia, Finland and Portugal ([01ae02d](https://github.com/eideasy/eideasy-widget/commit/01ae02d321388ce8f8dbcf4988a5070db32b9d34))
|
|
1191
|
+
|
|
1192
|
+
|
|
1193
|
+
|
|
1194
|
+
# [1.2.0](https://github.com/eideasy/eideasy-widget/compare/v1.1.0...v1.2.0) (2021-08-04)
|
|
1195
|
+
|
|
1196
|
+
|
|
1197
|
+
### Features
|
|
1198
|
+
|
|
1199
|
+
* add ZealiD ([#15](https://github.com/eideasy/eideasy-widget/issues/15)) ([af53c15](https://github.com/eideasy/eideasy-widget/commit/af53c156686b86ce9b603436413a2fd19319b9e3))
|
|
1200
|
+
|
|
1201
|
+
|
|
1202
|
+
|
|
1203
|
+
# [1.1.0](https://github.com/eideasy/eideasy-widget/compare/v1.0.2...v1.1.0) (2021-08-03)
|
|
1204
|
+
|
|
1205
|
+
|
|
1206
|
+
### Bug Fixes
|
|
1207
|
+
|
|
1208
|
+
* improve the buttons layout ([ee6fc78](https://github.com/eideasy/eideasy-widget/commit/ee6fc786f73affc156440c4bac1e74e5c0e64de6))
|
|
1209
|
+
|
|
1210
|
+
|
|
1211
|
+
### Features
|
|
1212
|
+
|
|
1213
|
+
* add a simple feature flags set up ([b5f9a6a](https://github.com/eideasy/eideasy-widget/commit/b5f9a6ade4ae678f1cbd8b0aa935e2b2a8f23a62))
|
|
1214
|
+
* add FREJA eID ([8cee248](https://github.com/eideasy/eideasy-widget/commit/8cee2487b26a881d27cc3fdae3b863cff4bfed37))
|
|
1215
|
+
* add German language ([21c9617](https://github.com/eideasy/eideasy-widget/commit/21c9617f1ac027181b190ca0db1cb7316b788767))
|
|
1216
|
+
* **freja:** add Freja eID button ([13703da](https://github.com/eideasy/eideasy-widget/commit/13703da2b34792c064e8f73eba260f8fb83f20c2))
|
|
1217
|
+
* update translations ([d28c00c](https://github.com/eideasy/eideasy-widget/commit/d28c00cc6090778b35b4dea03f02fe8260a633ae))
|
|
1218
|
+
|
|
1219
|
+
|
|
1220
|
+
|
|
1221
|
+
## [1.0.2](https://github.com/eideasy/eideasy-widget/compare/v1.0.1...v1.0.2) (2021-07-29)
|
|
1222
|
+
|
|
1223
|
+
|
|
1224
|
+
### Bug Fixes
|
|
1225
|
+
|
|
1226
|
+
* update @eid-easy/eideasy-browser-client ([ed78bdc](https://github.com/eideasy/eideasy-widget/commit/ed78bdc32211e6cc3af58ad8862073063c51a184))
|
|
1227
|
+
|
|
1228
|
+
|
|
1229
|
+
|
|
1230
|
+
## [1.0.1](https://github.com/eideasy/eideasy-widget/compare/v1.0.0...v1.0.1) (2021-07-29)
|
|
1231
|
+
|
|
1232
|
+
|
|
1233
|
+
|
|
1234
|
+
# [1.0.0](https://github.com/eideasy/eideasy-widget/compare/v0.10.0-alpha.5...v1.0.0) (2021-07-28)
|
|
1235
|
+
|
|
1236
|
+
|
|
1237
|
+
### Bug Fixes
|
|
1238
|
+
|
|
1239
|
+
* 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))
|
|
1240
|
+
* fix a buge where the countries list was too tall ([2ddf7da](https://github.com/eideasy/eideasy-widget/commit/2ddf7da82eb54f7519913cb09b6b994ce5d8b91b))
|
|
1241
|
+
* update eideasy-browser-client and provide appUrl ([4ce5cb9](https://github.com/eideasy/eideasy-widget/commit/4ce5cb901b75aac3febff3d0cd2d0a9c37446948))
|
|
1242
|
+
|
|
1243
|
+
|
|
1244
|
+
|
|
1245
|
+
# [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)
|
|
1246
|
+
|
|
1247
|
+
|
|
1248
|
+
### Features
|
|
1249
|
+
|
|
1250
|
+
* update translations ([ee8d71c](https://github.com/eideasy/eideasy-widget/commit/ee8d71cc2bd3babc1f02e6a2ebccbf38268c5a59))
|
|
1251
|
+
|
|
1252
|
+
|
|
1253
|
+
|
|
1254
|
+
# [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)
|
|
1255
|
+
|
|
1256
|
+
|
|
1257
|
+
### Features
|
|
1258
|
+
|
|
1259
|
+
* add fail callback ([50f2bf1](https://github.com/eideasy/eideasy-widget/commit/50f2bf1aa2da1bf1bd8b9c06df8a360912be75a9))
|
|
1260
|
+
|
|
1261
|
+
|
|
1262
|
+
|
|
1263
|
+
# [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)
|
|
1264
|
+
|
|
1265
|
+
|
|
1266
|
+
### Bug Fixes
|
|
1267
|
+
|
|
1268
|
+
* fix method button svg rendering on firefox ([6d603f1](https://github.com/eideasy/eideasy-widget/commit/6d603f1164236cc8d76f82ea954412d0fc7eab88))
|
|
1269
|
+
|
|
1270
|
+
|
|
1271
|
+
|
|
1272
|
+
# [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)
|
|
1273
|
+
|
|
1274
|
+
|
|
1275
|
+
|
|
1276
|
+
# 0.10.0-alpha.1 (2021-07-19)
|
|
1277
|
+
|
|
1278
|
+
|
|
1279
|
+
### Bug Fixes
|
|
1280
|
+
|
|
1281
|
+
* tweak comments ([44f00a3](https://github.com/eideasy/eideasy-widget/commit/44f00a336f08fce7e5600b79a30bb677d5e96e67))
|
|
1282
|
+
|
|
1283
|
+
|
|
1284
|
+
|