@getyoti/react-face-capture 2.6.1 → 2.6.2

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,17 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## v2.6.2
4
+
5
+ ### Fixes
6
+
7
+ - Fixed a bug where the `onSuccess` callback was not called on some iOS versions.
8
+
9
+ ### New features
10
+
11
+ - Add new localisations:
12
+ - `bs-BA`: Bosnian
13
+ - `sr-RS`: Serbian (Latin script)
14
+
3
15
  ## v2.6.1
4
16
 
5
17
  ### Fixes
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 | 135 |
28
- | chrome | 135,134,133,132 |
29
- | edge | 135,134 |
30
- | firefox | 137,136,135,134 |
31
- | ios_saf | 18.4,18.3,18.2 |
32
- | safari | 18.4,18.3,18.2,18.1 |
27
+ | and_chr | 136 |
28
+ | chrome | 136,135,134,133 |
29
+ | edge | 136,135 |
30
+ | firefox | 138,137,136,135 |
31
+ | ios_saf | 18.5,18.4,18.3 |
32
+ | safari | 18.5,18.4,18.3,18.2 |
33
33
 
34
34
  </browserSupportTable>
35
35
 
@@ -158,6 +158,7 @@ Current languages supported:
158
158
  - `en-GB`: English
159
159
  - `ar-XN`: Arabic
160
160
  - `bg-BG`: Bulgarian
161
+ - `bs-BA`: Bosnian
161
162
  - `cs-CZ`: Czech
162
163
  - `da-DK`: Danish
163
164
  - `de-DE`: German
@@ -190,6 +191,7 @@ Current languages supported:
190
191
  - `ro-RO`: Romanian
191
192
  - `ru-RU`: Russian
192
193
  - `sk-SK`: Slovak
194
+ - `sr-RS`: Serbian (Latin script)
193
195
  - `sv-SE`: Swedish
194
196
  - `th-TH`: Thai
195
197
  - `tl-PH`: Tagalog
package/index.d.ts CHANGED
@@ -109,6 +109,8 @@ declare module '@getyoti/react-face-capture' {
109
109
  AR_XN = 'ar-XN',
110
110
  BG = 'bg',
111
111
  BG_BG = 'bg-BG',
112
+ BS = 'bs',
113
+ BS_BA = 'bs-BA',
112
114
  CS = 'cs',
113
115
  CS_CZ = 'cs-CZ',
114
116
  DA = 'da',
@@ -169,6 +171,8 @@ declare module '@getyoti/react-face-capture' {
169
171
  RU_RU = 'ru-RU',
170
172
  SK = 'sk',
171
173
  SK_SK = 'sk-SK',
174
+ SR = 'sr',
175
+ SR_RS = 'sr-RS',
172
176
  SV = 'sv',
173
177
  SV_SE = 'sv-SE',
174
178
  TH = 'th',