downshift 5.3.0-alpha → 5.4.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/README.md +1 -1
- package/dist/downshift.cjs.js +941 -738
- package/dist/downshift.esm.js +942 -739
- package/dist/downshift.native.cjs.js +956 -753
- package/dist/downshift.umd.js +929 -738
- package/dist/downshift.umd.js.map +1 -1
- package/dist/downshift.umd.min.js +1 -1
- package/dist/downshift.umd.min.js.map +1 -1
- package/package.json +1 -1
- package/preact/dist/downshift.cjs.js +941 -738
- package/preact/dist/downshift.esm.js +942 -739
- package/preact/dist/downshift.umd.js +929 -738
- package/preact/dist/downshift.umd.js.map +1 -1
- package/preact/dist/downshift.umd.min.js +2 -2
- package/preact/dist/downshift.umd.min.js.map +1 -1
package/README.md
CHANGED
|
@@ -1417,12 +1417,12 @@ Thanks goes to these people ([emoji key][emojis]):
|
|
|
1417
1417
|
</tr>
|
|
1418
1418
|
<tr>
|
|
1419
1419
|
<td align="center"><a href="https://github.com/mattleonowicz"><img src="https://avatars3.githubusercontent.com/u/9438872?v=4" width="100px;" alt=""/><br /><sub><b>Mateusz Leonowicz</b></sub></a><br /><a href="https://github.com/downshift-js/downshift/commits?author=mattleonowicz" title="Code">💻</a></td>
|
|
1420
|
+
<td align="center"><a href="https://github.com/atomicpages"><img src="https://avatars2.githubusercontent.com/u/1824291?v=4" width="100px;" alt=""/><br /><sub><b>Dennis Thompson</b></sub></a><br /><a href="https://github.com/downshift-js/downshift/commits?author=atomicpages" title="Tests">⚠️</a></td>
|
|
1420
1421
|
</tr>
|
|
1421
1422
|
</table>
|
|
1422
1423
|
|
|
1423
1424
|
<!-- markdownlint-enable -->
|
|
1424
1425
|
<!-- prettier-ignore-end -->
|
|
1425
|
-
|
|
1426
1426
|
<!-- ALL-CONTRIBUTORS-LIST:END -->
|
|
1427
1427
|
|
|
1428
1428
|
This project follows the [all-contributors][all-contributors] specification.
|