react-hook-form 8.0.0-alpha.0 → 8.0.0-alpha.3

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.
Files changed (47) hide show
  1. package/README.md +387 -317
  2. package/dist/controller.d.ts +42 -0
  3. package/dist/controller.d.ts.map +1 -1
  4. package/dist/index.cjs.js +1 -1
  5. package/dist/index.cjs.js.map +1 -1
  6. package/dist/index.esm.mjs +694 -333
  7. package/dist/index.esm.mjs.map +1 -1
  8. package/dist/index.umd.js +1 -1
  9. package/dist/index.umd.js.map +1 -1
  10. package/dist/logic/createFormControl.d.ts +1 -1
  11. package/dist/logic/createFormControl.d.ts.map +1 -1
  12. package/dist/logic/focusFieldBy.d.ts.map +1 -1
  13. package/dist/logic/getResolverOptions.d.ts +1 -1
  14. package/dist/logic/shouldRenderFormState.d.ts.map +1 -1
  15. package/dist/logic/updateFieldArrayRootError.d.ts +4 -0
  16. package/dist/logic/updateFieldArrayRootError.d.ts.map +1 -0
  17. package/dist/logic/validateField.d.ts +1 -1
  18. package/dist/logic/validateField.d.ts.map +1 -1
  19. package/dist/types/controller.d.ts +24 -3
  20. package/dist/types/controller.d.ts.map +1 -1
  21. package/dist/types/errors.d.ts +9 -2
  22. package/dist/types/errors.d.ts.map +1 -1
  23. package/dist/types/fieldArray.d.ts +173 -8
  24. package/dist/types/fieldArray.d.ts.map +1 -1
  25. package/dist/types/form.d.ts +395 -29
  26. package/dist/types/form.d.ts.map +1 -1
  27. package/dist/types/resolvers.d.ts +3 -3
  28. package/dist/types/resolvers.d.ts.map +1 -1
  29. package/dist/types/utils.d.ts +4 -5
  30. package/dist/types/utils.d.ts.map +1 -1
  31. package/dist/types/validator.d.ts +1 -1
  32. package/dist/types/validator.d.ts.map +1 -1
  33. package/dist/useController.d.ts +24 -0
  34. package/dist/useController.d.ts.map +1 -1
  35. package/dist/useFieldArray.d.ts +39 -2
  36. package/dist/useFieldArray.d.ts.map +1 -1
  37. package/dist/useForm.d.ts +30 -1
  38. package/dist/useForm.d.ts.map +1 -1
  39. package/dist/useFormContext.d.ts +62 -2
  40. package/dist/useFormContext.d.ts.map +1 -1
  41. package/dist/useFormState.d.ts +30 -0
  42. package/dist/useFormState.d.ts.map +1 -1
  43. package/dist/useWatch.d.ts +68 -4
  44. package/dist/useWatch.d.ts.map +1 -1
  45. package/dist/utils/compact.d.ts.map +1 -1
  46. package/dist/utils/unset.d.ts.map +1 -1
  47. package/package.json +21 -21
package/README.md CHANGED
@@ -4,11 +4,8 @@
4
4
  </a>
5
5
  </div>
6
6
 
7
- <div align="center">
8
- <a href="https://react-hook-form.com" title="React Hook Form - Simple React forms validation">
9
- <img src="https://raw.githubusercontent.com/bluebill1049/react-hook-form/master/docs/v7_example.gif" alt="React Hook Form video - React custom hook for form validation" width="100%" />
10
- </a>
11
- </div>
7
+
8
+ https://user-images.githubusercontent.com/10513364/152621466-59a41c65-52b4-4518-9d79-ffa3fafa498a.mp4
12
9
 
13
10
  <div align="center">
14
11
 
@@ -90,320 +87,393 @@ Thanks go to these kind and lovely sponsors (companies and individuals)!
90
87
  <a href="https://marmelab.com/" target="_blank">
91
88
  <img src="https://images.opencollective.com/marmelab/d7fd82f/logo/256.png" width="94" height="94" />
92
89
  </a>
90
+ <a href="https://www.feathery.io/" target="_blank">
91
+ <img src="https://images.opencollective.com/feathery1/c29b0a1/logo/256.png" width="94" height="94" />
92
+ </a>
93
93
 
94
94
  <p>
95
- <a href="https://github.com/sayav"
96
- ><img
97
- src="https://avatars1.githubusercontent.com/u/42376060?s=60&amp;v=4"
98
- width="45"
99
- height="45"
100
- alt="@sayav"
101
- /></a>
102
- <a href="https://github.com/lemcii"
103
- ><img
104
- src="https://avatars1.githubusercontent.com/u/35668113?s=60&amp;v=4"
105
- width="45"
106
- height="45"
107
- alt="@lemcii"
108
- /></a>
109
- <a href="https://github.com/washingtonsoares"
110
- ><img
111
- src="https://avatars.githubusercontent.com/u/5726140?v=4"
112
- width="45"
113
- height="45"
114
- alt="@washingtonsoares"
115
- /></a>
116
- <a href="https://github.com/lixunn"
117
- ><img
118
- src="https://avatars.githubusercontent.com/u/4017964?v=4"
119
- width="45"
120
- height="45"
121
- alt="@lixunn"
122
- /></a>
123
- <a href="https://github.com/SamSamskies"
124
- ><img
125
- src="https://avatars2.githubusercontent.com/u/3655410?s=60&amp;v=4"
126
- width="45"
127
- height="45"
128
- alt="@SamSamskies"
129
- /></a>
130
- <a href="https://github.com/peaonunes"
131
- ><img
132
- src="https://avatars2.githubusercontent.com/u/3356720?s=60&amp;v=4"
133
- width="45"
134
- height="45"
135
- alt="@peaonunes"
136
- /></a>
137
- <a href="https://github.com/wilhelmeek"
138
- ><img
139
- src="https://avatars2.githubusercontent.com/u/609452?s=60&amp;v=4"
140
- width="45"
141
- height="45"
142
- alt="@wilhelmeek"
143
- /></a>
144
- <a href="https://github.com/iwarner"
145
- ><img
146
- src="https://avatars2.githubusercontent.com/u/279251?s=60&amp;v=4"
147
- width="45"
148
- height="45"
149
- alt="@iwarner"
150
- /></a>
151
- <a href="https://github.com/joejknowles"
152
- ><img
153
- src="https://avatars2.githubusercontent.com/u/10728145?s=60&amp;v=4"
154
- width="45"
155
- height="45"
156
- alt="@joejknowles"
157
- /></a>
158
- <a href="https://github.com/chris-gunawardena"
159
- ><img
160
- src="https://avatars0.githubusercontent.com/u/5763108?s=60&amp;v=4"
161
- width="45"
162
- height="45"
163
- alt="@chris-gunawardena"
164
- /></a>
165
- <a href="https://github.com/Tymek"
166
- ><img
167
- src="https://avatars1.githubusercontent.com/u/2625371?s=60&amp;v=4"
168
- width="45"
169
- height="45"
170
- alt="@Tymek"
171
- /></a>
172
- <a href="https://github.com/Luchanso"
173
- ><img
174
- src="https://avatars0.githubusercontent.com/u/2098777?s=60&amp;v=4"
175
- width="45"
176
- height="45"
177
- alt="@Luchanso"
178
- /></a>
179
- <a href="https://github.com/vcarel"
180
- ><img
181
- src="https://avatars1.githubusercontent.com/u/1541093?s=60&amp;v=4"
182
- width="45"
183
- height="45"
184
- alt="@vcarel"
185
- /></a>
186
- <a href="https://github.com/gragland"
187
- ><img
188
- src="https://avatars0.githubusercontent.com/u/1481077?s=60&amp;v=4"
189
- width="45"
190
- height="45"
191
- alt="@gragland"
192
- /></a>
193
- <a href="https://github.com/tjshipe"
194
- ><img
195
- src="https://avatars2.githubusercontent.com/u/1254942?s=60&amp;v=4"
196
- width="45"
197
- height="45"
198
- alt="@tjshipe"
199
- /></a>
200
- <a href="https://github.com/krnlde"
201
- ><img
202
- src="https://avatars1.githubusercontent.com/u/1087002?s=60&amp;v=4"
203
- width="45"
204
- height="45"
205
- alt="@krnlde"
206
- /></a>
207
- <a href="https://github.com/msutkowski"
208
- ><img
209
- src="https://avatars2.githubusercontent.com/u/784953?s=60&amp;v=4"
210
- width="45"
211
- height="45"
212
- alt="@msutkowski"
213
- /></a>
214
- <a href="https://github.com/mlukaszczyk"
215
- ><img
216
- src="https://avatars3.githubusercontent.com/u/599247?s=60&amp;v=4"
217
- width="45"
218
- height="45"
219
- alt="@mlukaszczyk"
220
- /></a>
221
- <a href="https://github.com/susshma"
222
- ><img
223
- src="https://avatars0.githubusercontent.com/u/2566818?s=460&u=754ee26b96e321ff28dbc4a2744132015f534fe0&v=4"
224
- width="45"
225
- height="45"
226
- /></a>
227
- <a href="https://github.com/MatiasCiccone"
228
- ><img
229
- src="https://avatars3.githubusercontent.com/u/32602795?s=460&u=6a0c4dbe23c4f9a5628dc8867842b75989ecc4aa&v=4"
230
- width="45"
231
- height="45"
232
- /></a>
233
- <a href="https://github.com/ghostwriternr"
234
- ><img
235
- src="https://avatars0.githubusercontent.com/u/10023615?s=460&u=3ec1e4ba991699762fd22a9d9ef47a0599f937dc&v=4"
236
- width="45"
237
- height="45"
238
- /></a>
239
- <a href="https://github.com/neighborhood999"
240
- ><img
241
- src="https://avatars3.githubusercontent.com/u/10325111?s=450&u=f60c932f81d95a60f77f5c7f2eab4590e07c29af&v=4"
242
- width="45"
243
- height="45"
244
- /></a>
245
- <a href="https://github.com/yjp20"
246
- ><img
247
- src="https://avatars3.githubusercontent.com/u/44457064?s=460&u=a55119c84e0167f6a3f830dbad3133b28f0c0a8f&v=4"
248
- width="45"
249
- height="45"
250
- /></a>
251
- <a href="https://github.com/samantha-wong"
252
- ><img
253
- src="https://avatars.githubusercontent.com/u/19571028?s=460&u=7421a02f600646b5836d5973359a257950cae8c4&v=4"
254
- width="45"
255
- height="45"
256
- /></a>
257
- <a href="https://github.com/msc-insure"
258
- ><img
259
- src="https://avatars.githubusercontent.com/u/44406870?s=200&v=4"
260
- width="45"
261
- height="45"
262
- /></a>
263
- <a href="https://github.com/ccheney"
264
- ><img
265
- src="https://avatars.githubusercontent.com/u/302437?v=4"
266
- width="45"
267
- height="45"
268
- /></a>
269
- <a href="https://github.com/artischockee"
270
- ><img
271
- src="https://avatars.githubusercontent.com/u/22125223?v=4"
272
- width="45"
273
- height="45"
274
- /></a>
275
- <a href="https://github.com/tsongas"
276
- ><img
277
- src="https://avatars.githubusercontent.com/u/2079598?v=4"
278
- width="45"
279
- height="45"
280
- /></a>
281
- <a href="https://github.com/knoefel"
282
- ><img
283
- src="https://avatars.githubusercontent.com/u/2396344?v=4"
284
- width="45"
285
- height="45"
286
- /></a>
287
- <a href="https://github.com/JGibel"
288
- ><img
289
- src="https://avatars.githubusercontent.com/u/1953965?v=4"
290
- width="45"
291
- height="45"
292
- /></a>
293
- <a href="https://github.com/gpalrepo"
294
- ><img
295
- src="https://avatars.githubusercontent.com/u/41862257?v=4"
296
- width="45"
297
- height="45"
298
- /></a>
299
- <a href="https://github.com/pjsachdev"
300
- ><img
301
- src="https://avatars.githubusercontent.com/u/43356139?v=4"
302
- width="45"
303
- height="45"
304
- /></a>
305
- <a href="https://github.com/svict4"
306
- ><img
307
- src="https://avatars.githubusercontent.com/u/1137112?v=4"
308
- width="45"
309
- height="45"
310
- /></a>
311
- <a href="https://github.com/raisiqueira"
312
- ><img
313
- src="https://avatars.githubusercontent.com/u/2914170?v=4"
314
- width="45"
315
- height="45"
316
- /></a>
317
- <a href="https://github.com/pashtet422"
318
- ><img
319
- src="https://avatars.githubusercontent.com/u/45594821?v=4"
320
- width="45"
321
- height="45"
322
- /></a>
323
- <a href="https://github.com/ozywuli"
324
- ><img
325
- src="https://avatars.githubusercontent.com/u/5769153?v=4"
326
- width="45"
327
- height="45"
328
- /></a>
329
- <a href="https://github.com/monkey0722"
330
- ><img
331
- src="https://avatars.githubusercontent.com/u/12868063?v=4"
332
- width="45"
333
- height="45"
334
- /></a>
335
- <a href="https://github.com/KATT"
336
- ><img
337
- src="https://avatars.githubusercontent.com/u/459267?v=4"
338
- width="45"
339
- height="45"
340
- /></a>
341
- <a href="https://github.com/jeroenvisser101"
342
- ><img
343
- src="https://avatars.githubusercontent.com/u/1941348?v=4"
344
- width="45"
345
- height="45"
346
- /></a>
347
- <a href="https://github.com/sainu"
348
- ><img
349
- src="https://avatars.githubusercontent.com/u/12888685?v=4"
350
- width="45"
351
- height="45"
352
- /></a>
353
- <a href="https://github.com/bkincart"
354
- ><img
355
- src="https://avatars.githubusercontent.com/u/22803185?v=4"
356
- width="45"
357
- height="45"
358
- /></a>
359
- <a href="https://github.com/37108"
360
- ><img
361
- src="https://avatars.githubusercontent.com/u/36793907?v=4"
362
- width="45"
363
- height="45"
364
- /></a>
365
- <a href="https://github.com/TadejPolajnar"
366
- ><img
367
- src="https://avatars.githubusercontent.com/u/40028548?v=4"
368
- width="45"
369
- height="45"
370
- /></a>
371
- <a href="https://github.com/hahnlee"
372
- ><img
373
- src="https://avatars.githubusercontent.com/u/16930958?v=4"
374
- width="45"
375
- height="45"
376
- /></a>
377
- <a href="https://github.com/ACPK"
378
- ><img
379
- src="https://avatars.githubusercontent.com/u/2019893?v=4"
380
- width="45"
381
- height="45"
382
- /></a>
383
- <a href="https://github.com/alex-semenyuk"
384
- ><img
385
- src="https://avatars.githubusercontent.com/u/5480441?v=4"
386
- width="45"
387
- height="45"
388
- /></a>
389
- <a href="https://github.com/Peter-AMD"
390
- ><img
391
- src="https://avatars.githubusercontent.com/u/28400709?v=4"
392
- width="45"
393
- height="45"
394
- /></a>
395
- <a href="https://github.com/hjaber"
396
- ><img
397
- src="https://avatars.githubusercontent.com/u/41503068?v=4"
398
- width="45"
399
- height="45"
400
- /></a>
401
- <a href="https://github.com/jprosevear"
402
- ><img
403
- src="https://avatars.githubusercontent.com/u/699616?v=4"
404
- width="45"
405
- height="45"
406
- /></a>
95
+ <a href="https://github.com/sayav">
96
+ <img
97
+ src="https://avatars1.githubusercontent.com/u/42376060?s=60&amp;v=4"
98
+ width="45"
99
+ height="45"
100
+ alt="@sayav"
101
+ />
102
+ </a>
103
+ <a href="https://github.com/lemcii">
104
+ <img
105
+ src="https://avatars1.githubusercontent.com/u/35668113?s=60&amp;v=4"
106
+ width="45"
107
+ height="45"
108
+ alt="@lemcii"
109
+ />
110
+ </a>
111
+ <a href="https://github.com/washingtonsoares">
112
+ <img
113
+ src="https://avatars.githubusercontent.com/u/5726140?v=4"
114
+ width="45"
115
+ height="45"
116
+ alt="@washingtonsoares"
117
+ />
118
+ </a>
119
+ <a href="https://github.com/lixunn">
120
+ <img
121
+ src="https://avatars.githubusercontent.com/u/4017964?v=4"
122
+ width="45"
123
+ height="45"
124
+ alt="@lixunn"
125
+ />
126
+ </a>
127
+ <a href="https://github.com/SamSamskies">
128
+ <img
129
+ src="https://avatars2.githubusercontent.com/u/3655410?s=60&amp;v=4"
130
+ width="45"
131
+ height="45"
132
+ alt="@SamSamskies"
133
+ />
134
+ </a>
135
+ <a href="https://github.com/peaonunes">
136
+ <img
137
+ src="https://avatars2.githubusercontent.com/u/3356720?s=60&amp;v=4"
138
+ width="45"
139
+ height="45"
140
+ alt="@peaonunes"
141
+ />
142
+ </a>
143
+ <a href="https://github.com/wilhelmeek">
144
+ <img
145
+ src="https://avatars2.githubusercontent.com/u/609452?s=60&amp;v=4"
146
+ width="45"
147
+ height="45"
148
+ alt="@wilhelmeek"
149
+ />
150
+ </a>
151
+ <a href="https://github.com/iwarner">
152
+ <img
153
+ src="https://avatars2.githubusercontent.com/u/279251?s=60&amp;v=4"
154
+ width="45"
155
+ height="45"
156
+ alt="@iwarner"
157
+ />
158
+ </a>
159
+ <a href="https://github.com/joejknowles">
160
+ <img
161
+ src="https://avatars2.githubusercontent.com/u/10728145?s=60&amp;v=4"
162
+ width="45"
163
+ height="45"
164
+ alt="@joejknowles"
165
+ />
166
+ </a>
167
+ <a href="https://github.com/chris-gunawardena">
168
+ <img
169
+ src="https://avatars0.githubusercontent.com/u/5763108?s=60&amp;v=4"
170
+ width="45"
171
+ height="45"
172
+ alt="@chris-gunawardena"
173
+ />
174
+ </a>
175
+ <a href="https://github.com/Tymek">
176
+ <img
177
+ src="https://avatars1.githubusercontent.com/u/2625371?s=60&amp;v=4"
178
+ width="45"
179
+ height="45"
180
+ alt="@Tymek"
181
+ />
182
+ </a>
183
+ <a href="https://github.com/Luchanso">
184
+ <img
185
+ src="https://avatars0.githubusercontent.com/u/2098777?s=60&amp;v=4"
186
+ width="45"
187
+ height="45"
188
+ alt="@Luchanso"
189
+ />
190
+ </a>
191
+ <a href="https://github.com/vcarel">
192
+ <img
193
+ src="https://avatars1.githubusercontent.com/u/1541093?s=60&amp;v=4"
194
+ width="45"
195
+ height="45"
196
+ alt="@vcarel"
197
+ />
198
+ </a>
199
+ <a href="https://github.com/gragland">
200
+ <img
201
+ src="https://avatars0.githubusercontent.com/u/1481077?s=60&amp;v=4"
202
+ width="45"
203
+ height="45"
204
+ alt="@gragland"
205
+ />
206
+ </a>
207
+ <a href="https://github.com/tjshipe">
208
+ <img
209
+ src="https://avatars2.githubusercontent.com/u/1254942?s=60&amp;v=4"
210
+ width="45"
211
+ height="45"
212
+ alt="@tjshipe"
213
+ />
214
+ </a>
215
+ <a href="https://github.com/krnlde">
216
+ <img
217
+ src="https://avatars1.githubusercontent.com/u/1087002?s=60&amp;v=4"
218
+ width="45"
219
+ height="45"
220
+ alt="@krnlde"
221
+ />
222
+ </a>
223
+ <a href="https://github.com/msutkowski">
224
+ <img
225
+ src="https://avatars2.githubusercontent.com/u/784953?s=60&amp;v=4"
226
+ width="45"
227
+ height="45"
228
+ alt="@msutkowski"
229
+ />
230
+ </a>
231
+ <a href="https://github.com/mlukaszczyk">
232
+ <img
233
+ src="https://avatars3.githubusercontent.com/u/599247?s=60&amp;v=4"
234
+ width="45"
235
+ height="45"
236
+ alt="@mlukaszczyk"
237
+ />
238
+ </a>
239
+ <a href="https://github.com/susshma">
240
+ <img
241
+ src="https://avatars0.githubusercontent.com/u/2566818?s=460&u=754ee26b96e321ff28dbc4a2744132015f534fe0&v=4"
242
+ width="45"
243
+ height="45"
244
+ />
245
+ </a>
246
+ <a href="https://github.com/MatiasCiccone">
247
+ <img
248
+ src="https://avatars3.githubusercontent.com/u/32602795?s=460&u=6a0c4dbe23c4f9a5628dc8867842b75989ecc4aa&v=4"
249
+ width="45"
250
+ height="45"
251
+ />
252
+ </a>
253
+ <a href="https://github.com/ghostwriternr">
254
+ <img
255
+ src="https://avatars0.githubusercontent.com/u/10023615?s=460&u=3ec1e4ba991699762fd22a9d9ef47a0599f937dc&v=4"
256
+ width="45"
257
+ height="45"
258
+ />
259
+ </a>
260
+ <a href="https://github.com/neighborhood999">
261
+ <img
262
+ src="https://avatars3.githubusercontent.com/u/10325111?s=450&u=f60c932f81d95a60f77f5c7f2eab4590e07c29af&v=4"
263
+ width="45"
264
+ height="45"
265
+ />
266
+ </a>
267
+ <a href="https://github.com/yjp20">
268
+ <img
269
+ src="https://avatars3.githubusercontent.com/u/44457064?s=460&u=a55119c84e0167f6a3f830dbad3133b28f0c0a8f&v=4"
270
+ width="45"
271
+ height="45"
272
+ />
273
+ </a>
274
+ <a href="https://github.com/samantha-wong">
275
+ <img
276
+ src="https://avatars.githubusercontent.com/u/19571028?s=460&u=7421a02f600646b5836d5973359a257950cae8c4&v=4"
277
+ width="45"
278
+ height="45"
279
+ />
280
+ </a>
281
+ <a href="https://github.com/msc-insure">
282
+ <img
283
+ src="https://avatars.githubusercontent.com/u/44406870?s=200&v=4"
284
+ width="45"
285
+ height="45"
286
+ />
287
+ </a>
288
+ <a href="https://github.com/ccheney">
289
+ <img
290
+ src="https://avatars.githubusercontent.com/u/302437?v=4"
291
+ width="45"
292
+ height="45"
293
+ />
294
+ </a>
295
+ <a href="https://github.com/artischockee">
296
+ <img
297
+ src="https://avatars.githubusercontent.com/u/22125223?v=4"
298
+ width="45"
299
+ height="45"
300
+ />
301
+ </a>
302
+ <a href="https://github.com/tsongas">
303
+ <img
304
+ src="https://avatars.githubusercontent.com/u/2079598?v=4"
305
+ width="45"
306
+ height="45"
307
+ />
308
+ </a>
309
+ <a href="https://github.com/knoefel">
310
+ <img
311
+ src="https://avatars.githubusercontent.com/u/2396344?v=4"
312
+ width="45"
313
+ height="45"
314
+ />
315
+ </a>
316
+ <a href="https://github.com/JGibel">
317
+ <img
318
+ src="https://avatars.githubusercontent.com/u/1953965?v=4"
319
+ width="45"
320
+ height="45"
321
+ />
322
+ </a>
323
+ <a href="https://github.com/gpalrepo">
324
+ <img
325
+ src="https://avatars.githubusercontent.com/u/41862257?v=4"
326
+ width="45"
327
+ height="45"
328
+ />
329
+ </a>
330
+ <a href="https://github.com/pjsachdev">
331
+ <img
332
+ src="https://avatars.githubusercontent.com/u/43356139?v=4"
333
+ width="45"
334
+ height="45"
335
+ />
336
+ </a>
337
+ <a href="https://github.com/svict4">
338
+ <img
339
+ src="https://avatars.githubusercontent.com/u/1137112?v=4"
340
+ width="45"
341
+ height="45"
342
+ />
343
+ </a>
344
+ <a href="https://github.com/raisiqueira">
345
+ <img
346
+ src="https://avatars.githubusercontent.com/u/2914170?v=4"
347
+ width="45"
348
+ height="45"
349
+ />
350
+ </a>
351
+ <a href="https://github.com/pashtet422">
352
+ <img
353
+ src="https://avatars.githubusercontent.com/u/45594821?v=4"
354
+ width="45"
355
+ height="45"
356
+ />
357
+ </a>
358
+ <a href="https://github.com/ozywuli">
359
+ <img
360
+ src="https://avatars.githubusercontent.com/u/5769153?v=4"
361
+ width="45"
362
+ height="45"
363
+ />
364
+ </a>
365
+ <a href="https://github.com/monkey0722">
366
+ <img
367
+ src="https://avatars.githubusercontent.com/u/12868063?v=4"
368
+ width="45"
369
+ height="45"
370
+ />
371
+ </a>
372
+ <a href="https://github.com/KATT">
373
+ <img
374
+ src="https://avatars.githubusercontent.com/u/459267?v=4"
375
+ width="45"
376
+ height="45"
377
+ />
378
+ </a>
379
+ <a href="https://github.com/jeroenvisser101">
380
+ <img
381
+ src="https://avatars.githubusercontent.com/u/1941348?v=4"
382
+ width="45"
383
+ height="45"
384
+ />
385
+ </a>
386
+ <a href="https://github.com/sainu">
387
+ <img
388
+ src="https://avatars.githubusercontent.com/u/12888685?v=4"
389
+ width="45"
390
+ height="45"
391
+ />
392
+ </a>
393
+ <a href="https://github.com/bkincart">
394
+ <img
395
+ src="https://avatars.githubusercontent.com/u/22803185?v=4"
396
+ width="45"
397
+ height="45"
398
+ />
399
+ </a>
400
+ <a href="https://github.com/37108">
401
+ <img
402
+ src="https://avatars.githubusercontent.com/u/36793907?v=4"
403
+ width="45"
404
+ height="45"
405
+ />
406
+ </a>
407
+ <a href="https://github.com/TadejPolajnar">
408
+ <img
409
+ src="https://avatars.githubusercontent.com/u/40028548?v=4"
410
+ width="45"
411
+ height="45"
412
+ />
413
+ </a>
414
+ <a href="https://github.com/hahnlee">
415
+ <img
416
+ src="https://avatars.githubusercontent.com/u/16930958?v=4"
417
+ width="45"
418
+ height="45"
419
+ />
420
+ </a>
421
+ <a href="https://github.com/ACPK">
422
+ <img
423
+ src="https://avatars.githubusercontent.com/u/2019893?v=4"
424
+ width="45"
425
+ height="45"
426
+ />
427
+ </a>
428
+ <a href="https://github.com/alex-semenyuk">
429
+ <img
430
+ src="https://avatars.githubusercontent.com/u/5480441?v=4"
431
+ width="45"
432
+ height="45"
433
+ />
434
+ </a>
435
+ <a href="https://github.com/Peter-AMD">
436
+ <img
437
+ src="https://avatars.githubusercontent.com/u/28400709?v=4"
438
+ width="45"
439
+ height="45"
440
+ />
441
+ </a>
442
+ <a href="https://github.com/hjaber">
443
+ <img
444
+ src="https://avatars.githubusercontent.com/u/41503068?v=4"
445
+ width="45"
446
+ height="45"
447
+ />
448
+ </a>
449
+ <a href="https://github.com/jprosevear">
450
+ <img
451
+ src="https://avatars.githubusercontent.com/u/699616?v=4"
452
+ width="45"
453
+ height="45"
454
+ />
455
+ </a>
456
+ <a href="https://github.com/weisisheng">
457
+ <img
458
+ src="https://avatars.githubusercontent.com/u/47701145?v=4"
459
+ width="45"
460
+ height="45"
461
+ />
462
+ </a>
463
+ <a href="https://github.com/IanVS">
464
+ <img
465
+ src="https://avatars.githubusercontent.com/u/4616705?v=4"
466
+ width="45"
467
+ height="45"
468
+ />
469
+ </a>
470
+ <a href="https://github.com/anymaniax">
471
+ <img
472
+ src="https://avatars.githubusercontent.com/u/10516382?v=4"
473
+ width="45"
474
+ height="45"
475
+ />
476
+ </a>
407
477
  </p>
408
478
 
409
479
  ### Backers