@eid-easy/eideasy-widget 2.161.0 → 2.163.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 +18 -0
- package/dist/full/eideasy-widget.common.js +1841 -295
- package/dist/full/eideasy-widget.umd.js +1883 -337
- package/dist/full/eideasy-widget.umd.min.js +3 -3
- package/dist/index.html +5 -4
- package/package.json +5 -5
package/CHANGELOG-LATEST.md
CHANGED
|
@@ -1,4 +1,9 @@
|
|
|
1
|
-
# [2.
|
|
1
|
+
# [2.162.0](https://github.com/eideasy/eideasy-widget/compare/v2.161.0...v2.162.0) (2025-07-01)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* Change Freja to use email instead of id code ([#325](https://github.com/eideasy/eideasy-widget/issues/325)) ([0c41cf4](https://github.com/eideasy/eideasy-widget/commit/0c41cf490ad141b05354135631f076028cdc10a6))
|
|
2
7
|
|
|
3
8
|
|
|
4
9
|
|
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,21 @@
|
|
|
1
|
+
# [2.163.0](https://github.com/eideasy/eideasy-widget/compare/v2.162.0...v2.163.0) (2025-07-01)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* UI distinquish different signature levels ([#322](https://github.com/eideasy/eideasy-widget/issues/322)) ([13f067d](https://github.com/eideasy/eideasy-widget/commit/13f067d38557c406ac3486aeef1fc70073e224ef))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
# [2.162.0](https://github.com/eideasy/eideasy-widget/compare/v2.161.0...v2.162.0) (2025-07-01)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Features
|
|
14
|
+
|
|
15
|
+
* Change Freja to use email instead of id code ([#325](https://github.com/eideasy/eideasy-widget/issues/325)) ([0c41cf4](https://github.com/eideasy/eideasy-widget/commit/0c41cf490ad141b05354135631f076028cdc10a6))
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
1
19
|
# [2.161.0](https://github.com/eideasy/eideasy-widget/compare/v2.160.0...v2.161.0) (2025-06-30)
|
|
2
20
|
|
|
3
21
|
|