Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: testing-library/user-event
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v13.4.2
Choose a base ref
...
head repository: testing-library/user-event
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v13.5.0
Choose a head ref
  • 2 commits
  • 7 files changed
  • 3 contributors

Commits on Oct 18, 2021

  1. docs: add 777PolarFox777 as a contributor for code (#748)

    * docs: update .all-contributorsrc
    
    * docs: update README.md
    
    Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
    allcontributors[bot] authored Oct 18, 2021
    Configuration menu
    Copy the full SHA
    fcbdf21 View commit details
    Browse the repository at this point in the history
  2. feat(keyboard): keep key pressed for multiple keydown events (#728)

    * Initial POC
    
    * WIP: test
    
    * Fix types
    
    * Reduce getNextKeyDef complexity
    
    * Fix tests
    
    * Fix type import
    
    * Implement feedback on triggering event
    
    * fix: only trigger one `keyup` for repeated `keydown`
    
    * fix: do not leak `keyboardState.repeatKey`
    
    Co-authored-by: Philipp Fritsche <ph.fritsche@gmail.com>
    patricklizon and ph-fritsche authored Oct 18, 2021
    Configuration menu
    Copy the full SHA
    5d946d5 View commit details
    Browse the repository at this point in the history
Loading