@getyoti/react-face-capture 2.0.0 → 2.1.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 +23 -0
- package/README.md +6 -6
- package/index.js +7 -7
- package/index.js.LICENSE.txt +1 -1
- package/package.json +2 -2
- package/vanilla/index.js +11 -11
- package/vanilla/index.js.LICENSE.txt +1 -1
- package/vanilla/index.js.map +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,28 @@
|
|
|
1
1
|
# CHANGELOG
|
|
2
2
|
|
|
3
|
+
## v2.1.0
|
|
4
|
+
|
|
5
|
+
### New features
|
|
6
|
+
|
|
7
|
+
- Improve security checks.
|
|
8
|
+
- UI improvements on help dialogue.
|
|
9
|
+
- Change feedback message for `OVERCONSTRAINED` and `NO_CAMERA` errors from
|
|
10
|
+
`Please try again` to `Please try using a different device`.
|
|
11
|
+
|
|
12
|
+
### Fixes
|
|
13
|
+
|
|
14
|
+
- Remove the duplication of `Preparing camera` message when the FCM loads.
|
|
15
|
+
- Fix video layout bug on iOS's 17.X version.
|
|
16
|
+
- Improve the `scale` feature to fit better the whole container when the FCM is
|
|
17
|
+
scaled.
|
|
18
|
+
- Mute Help dialogue video stream.
|
|
19
|
+
- Adjust the distribution of icons and text of `Help` to avoid visual bugs
|
|
20
|
+
in certain languages.
|
|
21
|
+
|
|
22
|
+
#### Peer dependencies updates
|
|
23
|
+
|
|
24
|
+
- Update `axios` dependency from `1.6.2` to `1.6.5`.
|
|
25
|
+
|
|
3
26
|
## v2.0.0
|
|
4
27
|
|
|
5
28
|
See section [v2.0.0-beta.1](#v200-beta1) with previous changes for version
|
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 | 120,119,118
|
|
29
|
-
| edge | 120
|
|
30
|
-
| firefox | 120,119
|
|
31
|
-
| ios_saf | 17.
|
|
32
|
-
| safari | 17.2,17.1,17.0
|
|
27
|
+
| and_chr | 121 |
|
|
28
|
+
| chrome | 121,120,119,118 |
|
|
29
|
+
| edge | 121,120 |
|
|
30
|
+
| firefox | 122,121,120,119 |
|
|
31
|
+
| ios_saf | 17.3,17.2,17.1 |
|
|
32
|
+
| safari | 17.3,17.2,17.1,17.0 |
|
|
33
33
|
|
|
34
34
|
</browserSupportTable>
|
|
35
35
|
|