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.2.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.3.0
Choose a head ref
  • 3 commits
  • 22 files changed
  • 2 contributors

Commits on Oct 7, 2021

  1. Configuration menu
    Copy the full SHA
    446e52e View commit details
    Browse the repository at this point in the history
  2. refactor: convert test setup to Typescript (#739)

    * refactor: convert test setup to Typescript
    
    * refactor: remove obsolete type casts and optinal chains
    ph-fritsche authored Oct 7, 2021
    Configuration menu
    Copy the full SHA
    a4943d5 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2021

  1. feat: add flag to skip pointer-events check (#731)

    * feat: add flag to skip pointer-events check
    
    Add a flag to skip the check for pointer-events set to none.
    
    The check is costly to check and this flag makes it possible to skip it.
    
    * skip redundant check
    
    Co-authored-by: Philipp Fritsche <ph.fritsche@gmail.com>
    jesperorb and ph-fritsche authored Oct 10, 2021
    Configuration menu
    Copy the full SHA
    26b7d0b View commit details
    Browse the repository at this point in the history
Loading