@getyoti/react-face-capture 0.3.0 → 0.3.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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## v0.3.1
4
+
5
+ ### New features
6
+
7
+ - Image payload optimisation on Horizontal images by removing unused image edges.
8
+
3
9
  ## v0.3.0
4
10
 
5
11
  ### New features
package/README.md CHANGED
@@ -17,14 +17,14 @@ The package depends on the following peer dependencies
17
17
 
18
18
  <browserSupportTable>
19
19
 
20
- | Browser | Versions |
21
- | ------- | ----------------- |
22
- | and_chr | 86 |
23
- | chrome | 86,85,84,83 |
24
- | edge | 86,85 |
25
- | firefox | 82,81,80,79 |
26
- | ios_saf | 14,13.4-13.7,13.3 |
27
- | safari | 14,13.1,13,12.1 |
20
+ | Browser | Versions |
21
+ | ------- | ----------------------------- |
22
+ | and_chr | 91 |
23
+ | chrome | 91,90,89,88 |
24
+ | edge | 91,90 |
25
+ | firefox | 89,88,87,86 |
26
+ | ios_saf | 14.5-14.6,14.0-14.4,13.4-13.7 |
27
+ | safari | 14.1,14,13.1,13 |
28
28
 
29
29
  </browserSupportTable>
30
30