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/dom-testing-library
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v10.0.0
Choose a base ref
...
head repository: testing-library/dom-testing-library
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v10.1.0
Choose a head ref
  • 5 commits
  • 11 files changed
  • 5 contributors

Commits on Apr 8, 2024

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

Commits on Apr 10, 2024

  1. docs: add jlp-craigmorten as a contributor for question (#1298)

    * docs: update README.md
    
    * docs: update .all-contributorsrc
    
    ---------
    
    Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
    allcontributors[bot] authored Apr 10, 2024
    Configuration menu
    Copy the full SHA
    5c7f2e8 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. docs: update reproduction link (#1304)

    * docs: update reproduction link
    
    * update codesandbox reference
    
    * remove redundant a
    
    * code review suggestion
    
    Co-authored-by: Tim Deschryver <[email protected]>
    
    ---------
    
    Co-authored-by: Tim Deschryver <[email protected]>
    MatanBobi and timdeschryver authored Apr 18, 2024
    Configuration menu
    Copy the full SHA
    7917358 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2024

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

Commits on Apr 29, 2024

  1. feat: Add window events "pagehide" / "pageshow" (#1308)

    MDN documentation at:
    
    https://developer.mozilla.org/en-US/docs/Web/API/Window/pagehide_event
    https://developer.mozilla.org/en-US/docs/Web/API/Window/pageshow_event
    
    By adding these events, it allows library users to use the familiar
    fireEvent & friends in their test environments to verify pagehide and
    pageshow behavior.
    
    Co-authored-by: Matan Borenkraout <[email protected]>
    jdufresne and MatanBobi authored Apr 29, 2024
    Configuration menu
    Copy the full SHA
    56543d5 View commit details
    Browse the repository at this point in the history
Loading