@eid-easy/eideasy-widget 2.12.0-beta.0 → 2.13.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.
@@ -1,9 +1,9 @@
1
- ## [2.11.5](https://github.com/eideasy/eideasy-widget/compare/v2.11.4...v2.11.5) (2022-03-22)
1
+ # [2.12.0](https://github.com/eideasy/eideasy-widget/compare/v2.12.0-beta.1...v2.12.0) (2022-04-06)
2
2
 
3
3
 
4
4
  ### Bug Fixes
5
5
 
6
- * 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))
6
+ * 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))
7
7
 
8
8
 
9
9
 
package/CHANGELOG.md CHANGED
@@ -1,3 +1,35 @@
1
+ # [2.13.0](https://github.com/eideasy/eideasy-widget/compare/v2.12.0...v2.13.0) (2022-04-11)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * update browser client ([a528602](https://github.com/eideasy/eideasy-widget/commit/a5286028efc11d7b8bcf1f2e75bab298b94ed945))
7
+
8
+
9
+ ### Features
10
+
11
+ * add remoteMonitoringEnabled option ([#84](https://github.com/eideasy/eideasy-widget/issues/84)) ([0e03d7d](https://github.com/eideasy/eideasy-widget/commit/0e03d7d13cf893d36c5d6fbb41de5d663822f5d4))
12
+
13
+
14
+
15
+ # [2.12.0](https://github.com/eideasy/eideasy-widget/compare/v2.12.0-beta.1...v2.12.0) (2022-04-06)
16
+
17
+
18
+ ### Bug Fixes
19
+
20
+ * 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))
21
+
22
+
23
+
24
+ # [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)
25
+
26
+
27
+ ### Bug Fixes
28
+
29
+ * 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))
30
+
31
+
32
+
1
33
  # [2.12.0-beta.0](https://github.com/eideasy/eideasy-widget/compare/v2.11.5...v2.12.0-beta.0) (2022-03-29)
2
34
 
3
35