Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(keyboard): keep key pressed for multiple keydown events #728

Merged
merged 13 commits into from
Oct 18, 2021

Commits on Sep 22, 2021

  1. Initial POC

    patricklizon committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    63ad538 View commit details
    Browse the repository at this point in the history
  2. WIP: test

    patricklizon committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    363e423 View commit details
    Browse the repository at this point in the history
  3. Fix types

    patricklizon committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    450b4bc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    93e55c8 View commit details
    Browse the repository at this point in the history
  5. Fix tests

    patricklizon committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    3cb8f5a View commit details
    Browse the repository at this point in the history
  6. Fix type import

    patricklizon committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    ce1b745 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2021

  1. Configuration menu
    Copy the full SHA
    aea050d View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2021

  1. Configuration menu
    Copy the full SHA
    7a8facd View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from testing-library/pr-618

    fix: only trigger one `keyup` for repeated `keydown`
    patricklizon authored Sep 30, 2021
    Configuration menu
    Copy the full SHA
    9799c14 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2021

  1. Configuration menu
    Copy the full SHA
    404e04f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db70b28 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2021

  1. Configuration menu
    Copy the full SHA
    6be7267 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2021

  1. Configuration menu
    Copy the full SHA
    2a46dc2 View commit details
    Browse the repository at this point in the history