@getyoti/react-face-capture 0.4.0 → 0.5.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 +14 -2
- package/README.md +6 -0
- package/index.js +1 -1
- package/package.json +1 -1
- package/vanilla/index.js +1 -1
- package/vanilla/index.js.map +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,11 +1,23 @@
|
|
|
1
1
|
# CHANGELOG
|
|
2
2
|
|
|
3
|
+
## v0.5.0
|
|
4
|
+
|
|
5
|
+
### New features
|
|
6
|
+
|
|
7
|
+
- Implemented localisation languages
|
|
8
|
+
- `et`: Estonian
|
|
9
|
+
- `id`: Bahasa
|
|
10
|
+
- `ko`: Korean
|
|
11
|
+
- `lt`: Lithuanian
|
|
12
|
+
- `ms`: Malay
|
|
13
|
+
- `uk`: Ukranian
|
|
14
|
+
|
|
3
15
|
## v0.4.0
|
|
4
16
|
|
|
5
17
|
### New features
|
|
6
18
|
|
|
7
|
-
-
|
|
8
|
-
-
|
|
19
|
+
- Implemented Face capture module vanilla, to run our module without react stack application
|
|
20
|
+
- Implemented brightness validation to stop images too dark or too bright
|
|
9
21
|
- Implemented localisation languages
|
|
10
22
|
- `cs`: Czech
|
|
11
23
|
- `da`: Danish
|
package/README.md
CHANGED
|
@@ -89,11 +89,16 @@ Current languages supported:
|
|
|
89
89
|
- `de`: German
|
|
90
90
|
- `es`: Spanish (Spain)
|
|
91
91
|
- `es-419`: Spanish (Latin America)
|
|
92
|
+
- `et`: Estonian
|
|
92
93
|
- `fi`: Finnish
|
|
93
94
|
- `fr`: French
|
|
94
95
|
- `hi`: Hindi
|
|
96
|
+
- `id`: Bahasa
|
|
95
97
|
- `it`: Italian
|
|
96
98
|
- `ja`: Japanese
|
|
99
|
+
- `ko`: Korean
|
|
100
|
+
- `lt`: Lithuanian
|
|
101
|
+
- `ms`: Malay
|
|
97
102
|
- `nb`: Norwegian
|
|
98
103
|
- `nl`: Dutch
|
|
99
104
|
- `pl`: Polish
|
|
@@ -103,6 +108,7 @@ Current languages supported:
|
|
|
103
108
|
- `sv`: Swedish
|
|
104
109
|
- `th`: Thai
|
|
105
110
|
- `tr`: Turkish
|
|
111
|
+
- `uk`: Ukranian
|
|
106
112
|
- `vi`: Vietnamese
|
|
107
113
|
|
|
108
114
|
### Language fallback
|