react-hook-form 7.25.0 → 7.26.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/README.md CHANGED
@@ -31,11 +31,10 @@
31
31
  ### Features
32
32
 
33
33
  - Built with performance, UX and DX in mind
34
- - Embraces native form validation
34
+ - Embraces native HTML form [validation](https://react-hook-form.com/get-started#Applyvalidation)
35
35
  - Out of the box integration with [UI libraries](https://codesandbox.io/s/react-hook-form-v7-controller-5h1q5)
36
36
  - [Small size](https://bundlephobia.com/result?p=react-hook-form@latest) and no [dependencies](./package.json)
37
- - Follows HTML standard for [validation](https://react-hook-form.com/get-started#Applyvalidation)
38
- - Support [Yup](https://github.com/jquense/yup), [Zod](https://github.com/vriad/zod), [Superstruct](https://github.com/ianstormtaylor/superstruct), [Joi](https://github.com/hapijs/joi), [Vest](https://github.com/ealush/vest), [class-validator](https://github.com/typestack/class-validator), [io-ts](https://github.com/gcanti/io-ts), [nope](https://github.com/bvego/nope-validator) or custom
37
+ - Support [Yup](https://github.com/jquense/yup), [Zod](https://github.com/vriad/zod), [Superstruct](https://github.com/ianstormtaylor/superstruct), [Joi](https://github.com/hapijs/joi), [Vest](https://github.com/ealush/vest), [class-validator](https://github.com/typestack/class-validator), [io-ts](https://github.com/gcanti/io-ts), [nope](https://github.com/bvego/nope-validator) and custom
39
38
 
40
39
  ### Install
41
40
 
@@ -57,7 +56,7 @@ function App() {
57
56
 
58
57
  return (
59
58
  <form onSubmit={handleSubmit(onSubmit)}>
60
- <input {...register('firstName')} /> {/* register an input */}
59
+ <input {...register('firstName')} />
61
60
  <input {...register('lastName', { required: true })} />
62
61
  {errors.lastName && <p>Last name is required.</p>}
63
62
  <input {...register('age', { pattern: /\d+/ })} />
@@ -85,314 +84,389 @@ Thanks go to these kind and lovely sponsors (companies and individuals)!
85
84
  <a href="https://graphcms.com/" target="_blank">
86
85
  <img src="https://avatars.githubusercontent.com/u/31031438?s=200&v=4" width="94" height="94" />
87
86
  </a>
87
+ <a href="https://kanamekey.com/" target="_blank">
88
+ <img src="https://images.opencollective.com/kaname/d15fd98/logo/256.png" width="94" height="94" />
89
+ </a>
90
+ <a href="https://marmelab.com/" target="_blank">
91
+ <img src="https://images.opencollective.com/marmelab/d7fd82f/logo/256.png" width="94" height="94" />
92
+ </a>
88
93
 
89
94
  <p>
90
- <a href="https://github.com/sayav"
91
- ><img
92
- src="https://avatars1.githubusercontent.com/u/42376060?s=60&amp;v=4"
93
- width="45"
94
- height="45"
95
- alt="@sayav"
96
- /></a>
97
- <a href="https://github.com/lemcii"
98
- ><img
99
- src="https://avatars1.githubusercontent.com/u/35668113?s=60&amp;v=4"
100
- width="45"
101
- height="45"
102
- alt="@lemcii"
103
- /></a>
104
- <a href="https://github.com/washingtonsoares"
105
- ><img
106
- src="https://avatars.githubusercontent.com/u/5726140?v=4"
107
- width="45"
108
- height="45"
109
- alt="@washingtonsoares"
110
- /></a>
111
- <a href="https://github.com/lixunn"
112
- ><img
113
- src="https://avatars.githubusercontent.com/u/4017964?v=4"
114
- width="45"
115
- height="45"
116
- alt="@lixunn"
117
- /></a>
118
- <a href="https://github.com/SamSamskies"
119
- ><img
120
- src="https://avatars2.githubusercontent.com/u/3655410?s=60&amp;v=4"
121
- width="45"
122
- height="45"
123
- alt="@SamSamskies"
124
- /></a>
125
- <a href="https://github.com/peaonunes"
126
- ><img
127
- src="https://avatars2.githubusercontent.com/u/3356720?s=60&amp;v=4"
128
- width="45"
129
- height="45"
130
- alt="@peaonunes"
131
- /></a>
132
- <a href="https://github.com/wilhelmeek"
133
- ><img
134
- src="https://avatars2.githubusercontent.com/u/609452?s=60&amp;v=4"
135
- width="45"
136
- height="45"
137
- alt="@wilhelmeek"
138
- /></a>
139
- <a href="https://github.com/iwarner"
140
- ><img
141
- src="https://avatars2.githubusercontent.com/u/279251?s=60&amp;v=4"
142
- width="45"
143
- height="45"
144
- alt="@iwarner"
145
- /></a>
146
- <a href="https://github.com/joejknowles"
147
- ><img
148
- src="https://avatars2.githubusercontent.com/u/10728145?s=60&amp;v=4"
149
- width="45"
150
- height="45"
151
- alt="@joejknowles"
152
- /></a>
153
- <a href="https://github.com/chris-gunawardena"
154
- ><img
155
- src="https://avatars0.githubusercontent.com/u/5763108?s=60&amp;v=4"
156
- width="45"
157
- height="45"
158
- alt="@chris-gunawardena"
159
- /></a>
160
- <a href="https://github.com/Tymek"
161
- ><img
162
- src="https://avatars1.githubusercontent.com/u/2625371?s=60&amp;v=4"
163
- width="45"
164
- height="45"
165
- alt="@Tymek"
166
- /></a>
167
- <a href="https://github.com/Luchanso"
168
- ><img
169
- src="https://avatars0.githubusercontent.com/u/2098777?s=60&amp;v=4"
170
- width="45"
171
- height="45"
172
- alt="@Luchanso"
173
- /></a>
174
- <a href="https://github.com/vcarel"
175
- ><img
176
- src="https://avatars1.githubusercontent.com/u/1541093?s=60&amp;v=4"
177
- width="45"
178
- height="45"
179
- alt="@vcarel"
180
- /></a>
181
- <a href="https://github.com/gragland"
182
- ><img
183
- src="https://avatars0.githubusercontent.com/u/1481077?s=60&amp;v=4"
184
- width="45"
185
- height="45"
186
- alt="@gragland"
187
- /></a>
188
- <a href="https://github.com/tjshipe"
189
- ><img
190
- src="https://avatars2.githubusercontent.com/u/1254942?s=60&amp;v=4"
191
- width="45"
192
- height="45"
193
- alt="@tjshipe"
194
- /></a>
195
- <a href="https://github.com/krnlde"
196
- ><img
197
- src="https://avatars1.githubusercontent.com/u/1087002?s=60&amp;v=4"
198
- width="45"
199
- height="45"
200
- alt="@krnlde"
201
- /></a>
202
- <a href="https://github.com/msutkowski"
203
- ><img
204
- src="https://avatars2.githubusercontent.com/u/784953?s=60&amp;v=4"
205
- width="45"
206
- height="45"
207
- alt="@msutkowski"
208
- /></a>
209
- <a href="https://github.com/mlukaszczyk"
210
- ><img
211
- src="https://avatars3.githubusercontent.com/u/599247?s=60&amp;v=4"
212
- width="45"
213
- height="45"
214
- alt="@mlukaszczyk"
215
- /></a>
216
- <a href="https://github.com/susshma"
217
- ><img
218
- src="https://avatars0.githubusercontent.com/u/2566818?s=460&u=754ee26b96e321ff28dbc4a2744132015f534fe0&v=4"
219
- width="45"
220
- height="45"
221
- /></a>
222
- <a href="https://github.com/MatiasCiccone"
223
- ><img
224
- src="https://avatars3.githubusercontent.com/u/32602795?s=460&u=6a0c4dbe23c4f9a5628dc8867842b75989ecc4aa&v=4"
225
- width="45"
226
- height="45"
227
- /></a>
228
- <a href="https://github.com/ghostwriternr"
229
- ><img
230
- src="https://avatars0.githubusercontent.com/u/10023615?s=460&u=3ec1e4ba991699762fd22a9d9ef47a0599f937dc&v=4"
231
- width="45"
232
- height="45"
233
- /></a>
234
- <a href="https://github.com/neighborhood999"
235
- ><img
236
- src="https://avatars3.githubusercontent.com/u/10325111?s=450&u=f60c932f81d95a60f77f5c7f2eab4590e07c29af&v=4"
237
- width="45"
238
- height="45"
239
- /></a>
240
- <a href="https://github.com/yjp20"
241
- ><img
242
- src="https://avatars3.githubusercontent.com/u/44457064?s=460&u=a55119c84e0167f6a3f830dbad3133b28f0c0a8f&v=4"
243
- width="45"
244
- height="45"
245
- /></a>
246
- <a href="https://github.com/samantha-wong"
247
- ><img
248
- src="https://avatars.githubusercontent.com/u/19571028?s=460&u=7421a02f600646b5836d5973359a257950cae8c4&v=4"
249
- width="45"
250
- height="45"
251
- /></a>
252
- <a href="https://github.com/msc-insure"
253
- ><img
254
- src="https://avatars.githubusercontent.com/u/44406870?s=200&v=4"
255
- width="45"
256
- height="45"
257
- /></a>
258
- <a href="https://github.com/ccheney"
259
- ><img
260
- src="https://avatars.githubusercontent.com/u/302437?v=4"
261
- width="45"
262
- height="45"
263
- /></a>
264
- <a href="https://github.com/artischockee"
265
- ><img
266
- src="https://avatars.githubusercontent.com/u/22125223?v=4"
267
- width="45"
268
- height="45"
269
- /></a>
270
- <a href="https://github.com/tsongas"
271
- ><img
272
- src="https://avatars.githubusercontent.com/u/2079598?v=4"
273
- width="45"
274
- height="45"
275
- /></a>
276
- <a href="https://github.com/knoefel"
277
- ><img
278
- src="https://avatars.githubusercontent.com/u/2396344?v=4"
279
- width="45"
280
- height="45"
281
- /></a>
282
- <a href="https://github.com/JGibel"
283
- ><img
284
- src="https://avatars.githubusercontent.com/u/1953965?v=4"
285
- width="45"
286
- height="45"
287
- /></a>
288
- <a href="https://github.com/gpalrepo"
289
- ><img
290
- src="https://avatars.githubusercontent.com/u/41862257?v=4"
291
- width="45"
292
- height="45"
293
- /></a>
294
- <a href="https://github.com/pjsachdev"
295
- ><img
296
- src="https://avatars.githubusercontent.com/u/43356139?v=4"
297
- width="45"
298
- height="45"
299
- /></a>
300
- <a href="https://github.com/svict4"
301
- ><img
302
- src="https://avatars.githubusercontent.com/u/1137112?v=4"
303
- width="45"
304
- height="45"
305
- /></a>
306
- <a href="https://github.com/raisiqueira"
307
- ><img
308
- src="https://avatars.githubusercontent.com/u/2914170?v=4"
309
- width="45"
310
- height="45"
311
- /></a>
312
- <a href="https://github.com/pashtet422"
313
- ><img
314
- src="https://avatars.githubusercontent.com/u/45594821?v=4"
315
- width="45"
316
- height="45"
317
- /></a>
318
- <a href="https://github.com/ozywuli"
319
- ><img
320
- src="https://avatars.githubusercontent.com/u/5769153?v=4"
321
- width="45"
322
- height="45"
323
- /></a>
324
- <a href="https://github.com/monkey0722"
325
- ><img
326
- src="https://avatars.githubusercontent.com/u/12868063?v=4"
327
- width="45"
328
- height="45"
329
- /></a>
330
- <a href="https://github.com/KATT"
331
- ><img
332
- src="https://avatars.githubusercontent.com/u/459267?v=4"
333
- width="45"
334
- height="45"
335
- /></a>
336
- <a href="https://github.com/jeroenvisser101"
337
- ><img
338
- src="https://avatars.githubusercontent.com/u/1941348?v=4"
339
- width="45"
340
- height="45"
341
- /></a>
342
- <a href="https://github.com/sainu"
343
- ><img
344
- src="https://avatars.githubusercontent.com/u/12888685?v=4"
345
- width="45"
346
- height="45"
347
- /></a>
348
- <a href="https://github.com/bkincart"
349
- ><img
350
- src="https://avatars.githubusercontent.com/u/22803185?v=4"
351
- width="45"
352
- height="45"
353
- /></a>
354
- <a href="https://github.com/37108"
355
- ><img
356
- src="https://avatars.githubusercontent.com/u/36793907?v=4"
357
- width="45"
358
- height="45"
359
- /></a>
360
- <a href="https://github.com/TadejPolajnar"
361
- ><img
362
- src="https://avatars.githubusercontent.com/u/40028548?v=4"
363
- width="45"
364
- height="45"
365
- /></a>
366
- <a href="https://github.com/hahnlee"
367
- ><img
368
- src="https://avatars.githubusercontent.com/u/16930958?v=4"
369
- width="45"
370
- height="45"
371
- /></a>
372
- <a href="https://github.com/ACPK"
373
- ><img
374
- src="https://avatars.githubusercontent.com/u/2019893?v=4"
375
- width="45"
376
- height="45"
377
- /></a>
378
- <a href="https://github.com/alex-semenyuk"
379
- ><img
380
- src="https://avatars.githubusercontent.com/u/5480441?v=4"
381
- width="45"
382
- height="45"
383
- /></a>
384
- <a href="https://github.com/Peter-AMD"
385
- ><img
386
- src="https://avatars.githubusercontent.com/u/28400709?v=4"
387
- width="45"
388
- height="45"
389
- /></a>
390
- <a href="https://github.com/hjaber"
391
- ><img
392
- src="https://avatars.githubusercontent.com/u/41503068?v=4"
393
- width="45"
394
- height="45"
395
- /></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>
396
470
  </p>
397
471
 
398
472
  ### Backers