@eid-easy/eideasy-widget 2.38.0 → 2.41.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG-LATEST.md +2 -2
- package/CHANGELOG.md +29 -2
- package/dist/full/eideasy-widget.common.js +382 -104
- package/dist/full/eideasy-widget.common.js.map +1 -1
- package/dist/full/eideasy-widget.umd.js +382 -104
- package/dist/full/eideasy-widget.umd.js.map +1 -1
- package/dist/full/eideasy-widget.umd.min.js +6 -6
- package/dist/full/eideasy-widget.umd.min.js.map +1 -1
- package/dist/index.html +3 -2
- package/package.json +5 -5
package/CHANGELOG-LATEST.md
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
# [2.36.0](https://github.com/eideasy/eideasy-widget/compare/v2.35.2...v2.36.0) (2022-08-
|
|
1
|
+
# [2.36.0-beta.1](https://github.com/eideasy/eideasy-widget/compare/v2.35.2...v2.36.0-beta.1) (2022-08-10)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
### Features
|
|
5
5
|
|
|
6
|
-
*
|
|
6
|
+
* add showBackButton and showCountrySelect options ([a647155](https://github.com/eideasy/eideasy-widget/commit/a647155789dfd4b51893f8eef3c601c24191fb17))
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,39 @@
|
|
|
1
|
-
# [2.
|
|
1
|
+
# [2.41.0](https://github.com/eideasy/eideasy-widget/compare/v2.40.0...v2.41.0) (2022-09-01)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
### Features
|
|
5
5
|
|
|
6
|
-
* add
|
|
6
|
+
* add eDo App eid Login button ([#126](https://github.com/eideasy/eideasy-widget/issues/126)) ([4e52b1c](https://github.com/eideasy/eideasy-widget/commit/4e52b1c6a8bc4300342971250f6a30c9c155b2aa))
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
10
|
+
# [2.40.0](https://github.com/eideasy/eideasy-widget/compare/v2.39.0...v2.40.0) (2022-08-30)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Features
|
|
14
|
+
|
|
15
|
+
* 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))
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
# [2.39.0](https://github.com/eideasy/eideasy-widget/compare/v2.38.0...v2.39.0) (2022-08-26)
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
### Features
|
|
23
|
+
|
|
24
|
+
* 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))
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
# [2.38.0](https://github.com/eideasy/eideasy-widget/compare/v2.37.0...v2.38.0) (2022-08-24)
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
### Features
|
|
32
|
+
|
|
33
|
+
* add yes.com button ([#123](https://github.com/eideasy/eideasy-widget/issues/123)) ([de8bf63](https://github.com/eideasy/eideasy-widget/commit/de8bf63ccd04fba6e7c795726e9362efd655babb))
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
|
|
10
37
|
# [2.37.0](https://github.com/eideasy/eideasy-widget/compare/v2.36.0...v2.37.0) (2022-08-19)
|
|
11
38
|
|
|
12
39
|
|