@getyoti/react-face-capture 2.4.0 → 2.5.1
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 +24 -0
- package/README.md +6 -6
- package/index.js +7 -7
- package/index.js.LICENSE.txt +37 -37
- package/package.json +1 -1
- package/vanilla/index.js +10 -10
- package/vanilla/index.js.LICENSE.txt +1 -1
- package/vanilla/index.js.map +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
# CHANGELOG
|
|
2
2
|
|
|
3
|
+
## v2.5.1
|
|
4
|
+
|
|
5
|
+
### New features
|
|
6
|
+
|
|
7
|
+
- Made the `FaceCapture` component load faster.
|
|
8
|
+
- The time reduction is most noticeable on devices that were particularly slow
|
|
9
|
+
in previous versions.
|
|
10
|
+
|
|
11
|
+
### Fixes
|
|
12
|
+
|
|
13
|
+
- Fixed the bottom margin of the manual capture button in landscape mode.
|
|
14
|
+
|
|
15
|
+
## v2.5.0
|
|
16
|
+
|
|
17
|
+
### New features
|
|
18
|
+
|
|
19
|
+
- Further enhancements to secure capture and injection attack detection.
|
|
20
|
+
|
|
21
|
+
### Fixes
|
|
22
|
+
|
|
23
|
+
- Made the camera load faster.
|
|
24
|
+
- Fixed an issue where loading timeout would not trigger under specific circumstances.
|
|
25
|
+
- Fixed a small misalignment with the icon in the user feedback.
|
|
26
|
+
|
|
3
27
|
## v2.4.0
|
|
4
28
|
|
|
5
29
|
### New features
|
package/README.md
CHANGED
|
@@ -24,12 +24,12 @@ The package depends on the following peer dependencies
|
|
|
24
24
|
|
|
25
25
|
| Browser | Versions |
|
|
26
26
|
| ------- | ------------------- |
|
|
27
|
-
| and_chr |
|
|
28
|
-
| chrome |
|
|
29
|
-
| edge |
|
|
30
|
-
| firefox |
|
|
31
|
-
| ios_saf | 18.
|
|
32
|
-
| safari | 18.
|
|
27
|
+
| and_chr | 132 |
|
|
28
|
+
| chrome | 133,132,131,130 |
|
|
29
|
+
| edge | 132,131 |
|
|
30
|
+
| firefox | 135,134,133,132 |
|
|
31
|
+
| ios_saf | 18.3,18.2,18.1 |
|
|
32
|
+
| safari | 18.3,18.2,18.1,18.0 |
|
|
33
33
|
|
|
34
34
|
</browserSupportTable>
|
|
35
35
|
|