Commit Graph

111 Commits

Author SHA1 Message Date
dependabot[bot]
fd4fa9ce5d
Bump tough-cookie and jsdom
Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) and [jsdom](https://github.com/jsdom/jsdom). These dependencies needed to be updated together.

Updates `tough-cookie` from 2.5.0 to 4.1.3
- [Release notes](https://github.com/salesforce/tough-cookie/releases)
- [Changelog](https://github.com/salesforce/tough-cookie/blob/master/CHANGELOG.md)
- [Commits](https://github.com/salesforce/tough-cookie/compare/v2.5.0...v4.1.3)

Updates `jsdom` from 16.2.2 to 16.7.0
- [Release notes](https://github.com/jsdom/jsdom/releases)
- [Changelog](https://github.com/jsdom/jsdom/blob/master/Changelog.md)
- [Commits](https://github.com/jsdom/jsdom/compare/16.2.2...16.7.0)

---
updated-dependencies:
- dependency-name: tough-cookie
  dependency-type: indirect
- dependency-name: jsdom
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-09 05:29:33 +00:00
Andre Landgraf
2ade3865d1 refactors to functional component
- rewrites DataListInput as a functional component
- changes version to 2.0.0
- describes versioning in README
- adds more unit tests
- adds snapshot tests
- adds better a11y support by adding aria-labels and roles
2020-09-05 15:58:39 -07:00
Andre Landgraf
47d12af917 audit fix 2020-08-31 20:18:27 -07:00
Andre
feace7aa32 Update README.md 2020-08-05 09:24:33 -07:00
Andre
f231af34a1 Update README.md 2020-08-05 09:23:04 -07:00
andrelandgraf
6ed5ffbd18 npm audit fix 2020-06-15 02:43:19 +02:00
andrelandgraf
0423540ae7 major refactoring
- moves project to babel 7
- moves from webpack to rollup
- adds react and react-dom to dev dependencies
- adds react-testing-libary and jest
- adds first unit test
- adds eslint and eslint plugins to dev dependencies
2020-06-15 02:38:02 +02:00
andrelandgraf
69aa49806d trying out new hook to reduce event listener setup 2020-05-15 02:53:13 +02:00
andrelandgraf
325c775c91 fixed broken link in README 2020-05-10 04:29:35 +02:00
andrelandgraf
7b27339467 created plain version of this package without css for ssr support, added this information to the README 2020-05-01 03:40:24 +02:00
andrelandgraf
b9410d5a2d trying to make this package work with ssr 2020-04-30 07:58:46 +02:00
andrelandgraf
ac8acc8582 trying to make this package work with ssr 2020-04-30 07:27:11 +02:00
andrelandgraf
ff85a72363 trying to make this package work with ssr 2020-04-30 07:24:50 +02:00
andrelandgraf
1c37a243d1 trying to make this package work with ssr 2020-04-30 07:22:57 +02:00
andrelandgraf
d70cd7987f trying to make this package work with ssr 2020-04-30 07:18:47 +02:00
andrelandgraf
c27673add2 trying to make this package work with ssr 2020-04-30 07:16:44 +02:00
andrelandgraf
3911ffb1ee trying to make this package work with ssr 2020-04-30 06:16:33 +02:00
andrelandgraf
ecfac5fa76 trying to make this package work with ssr 2020-04-30 05:33:13 +02:00
andrelandgraf
76ef4ab9c6 trying to make this package work with ssr 2020-04-30 04:16:35 +02:00
andrelandgraf
ef172ed845 trying to make this package work with ssr 2020-04-30 04:16:25 +02:00
andrelandgraf
43afc31062 reverting back to class since it breaks 2020-04-28 09:52:56 +02:00
andrelandgraf
897d8a8e42 webpack cannot handel <> 2020-04-28 09:46:10 +02:00
andrelandgraf
299513ec7a refactoring to functional component, and added onIput to type def 2020-04-28 09:42:03 +02:00
andrelandgraf
fd933f14d2 refactored into functional component using hooks 2020-04-28 09:41:28 +02:00
andrelandgraf
48bf055334 refactoring to functional component, and added onIput to type def 2020-04-28 08:55:57 +02:00
andrelandgraf
e0a4cade03 trying to make it ssr compatible 2020-04-28 06:24:56 +02:00
andrelandgraf
7329e8818d trying to make it ssr compatible 2020-04-28 06:23:38 +02:00
andrelandgraf
2e891f3e77 updating react and other dependencies, trying to make it ssr compatible, adding demo to readme 2020-04-28 06:17:56 +02:00
andrelandgraf
6faad52671 added demo to readme 2020-04-28 06:11:13 +02:00
andrelandgraf
476f0dc3ab exposing onInput prop to receive on input change events 2020-04-28 06:00:53 +02:00
andrelandgraf
e1bf2be3ad npm audit fix 2020-04-28 05:43:21 +02:00
andrelandgraf
aec1ba1f77 npm audit fix 2020-04-28 05:42:37 +02:00
andrelandgraf
dd61464469 new version 2019-08-28 11:13:17 +02:00
Andre
4c6ab7bdbc Merge pull request #6 from uncleramsay/patch-1
adding typings for new debounce options
2019-08-28 11:09:55 +02:00
uncleramsay
1ab9aadcbf adding typings for new debounce options 2019-08-28 07:45:52 +01:00
andrelandgraf
5a10c59e2e testing 2019-08-27 16:04:42 +02:00
andrelandgraf
81e6db3512 updating readme 2019-08-27 15:57:14 +02:00
andrelandgraf
d15be9a4be merging onClose callback 2019-08-27 15:43:13 +02:00
andrelandgraf
d587203051 added debouncing option and corresponding loading functionality 2019-08-27 15:26:33 +02:00
andrelandgraf
84629a4ccb eslinting, updating after pull request merge 2019-08-23 15:00:57 +02:00
Andre
6bee04cca1 Merge pull request #3 from kuuup-at-work/master
onDropdownOpen and onDropdownClose callbacks
2019-08-23 14:57:36 +02:00
Peter Kupietz
d0a151d14d Include type definition for drop down callbacks 2019-08-22 13:57:27 +02:00
Peter Kupietz
d291fd9ffd Added types for typescript 2019-08-22 13:55:52 +02:00
Peter Kupietz
17f81b01f6 Added docs for onDropdownOpen and onDropdownClose 2019-08-22 13:46:42 +02:00
Peter Kupietz
5a3cecdd5a Added onDropdownClose and onDropdownOpen callbacks 2019-08-22 13:42:49 +02:00
andrelandgraf
5489910f2e merging pull request 2019-08-21 15:41:23 +02:00
Andre
9f69dc86ee Merge pull request #2 from kuuup-at-work/master
Fix renderMatchingLabel for indexOfMatch > 0
2019-08-21 15:39:27 +02:00
Peter Kupietz
4cca2f2305 Fix renderMatchingLabel for indexOfMatch > 0 2019-08-21 15:18:41 +02:00
andrelandgraf
74e529122b new package version 2019-08-14 15:40:53 +02:00
andrelandgraf
8981f4ba39 fixing bug with keys of type number on click with mouse 2019-08-14 15:38:13 +02:00