@getyoti/react-face-capture 2.3.2 → 2.4.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.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## v2.4.0
4
+
5
+ ### New features
6
+
7
+ - Further enhancements to secure capture and injection attack detection.
8
+
9
+ ### Fixes
10
+
11
+ - Fix distorted layout on iOS devices.
12
+
3
13
  ## v2.3.2
4
14
 
5
15
  ### New features
package/README.md CHANGED
@@ -25,11 +25,11 @@ The package depends on the following peer dependencies
25
25
  | Browser | Versions |
26
26
  | ------- | ------------------- |
27
27
  | and_chr | 128 |
28
- | chrome | 128,127,126,125 |
28
+ | chrome | 129,128,127,126 |
29
29
  | edge | 128,127 |
30
30
  | firefox | 130,129,128,127 |
31
- | ios_saf | 17.6,17.5,17.4 |
32
- | safari | 17.6,17.5,17.4,17.3 |
31
+ | ios_saf | 18.0,17.6,17.5 |
32
+ | safari | 18.0,17.6,17.5,17.4 |
33
33
 
34
34
  </browserSupportTable>
35
35
 
@@ -355,6 +355,6 @@ that it does not need to resolve the dependency locally so this comment cannot
355
355
  be removed before webpack builds the final javascript files for the web
356
356
  application.
357
357
 
358
- ### iOS distorted layout
358
+ ### iOS distorted layout (version < 2.4.0)
359
359
 
360
- We are aware of a rare display issue on iOS devices which can make the video element appear distorted. This issue is not related to the FCM but is an open issue regarding iOS video elements. Refreshing or reloading will resolve this, and it should not happen often.
360
+ We are aware of a rare display issue on iOS devices which can make the video element appear distorted in versions prior to 2.4.0. Refreshing or reloading will resolve this, and it should not happen often.