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: v9.3.4
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
  • 12 commits
  • 16 files changed
  • 7 contributors

Commits on Sep 10, 2023

  1. feat: Drop support for Node.js 14.x and Node.js 16.x and add support …

    …for Node 20.x (#1255)
    
    * feat: Drop support for Node.js 14.x and add support for Node 20.x
    BREAKING CHANGE: Minimum supported Node.js version is now 14.x
    
    * update node version in codesandbox
    
    * drop support for node 16 too
    MatanBobi authored Sep 10, 2023
    Configuration menu
    Copy the full SHA
    452097b View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. feat: upgrade aria-query to 5.3.0 (#1241)

    * feat: upgrade aria-query to 5.3.0
    
    * fix: correctly handle img with empty alt
    
    * feat: pin `aria-query` version
    
    * chore: add accessibility-alt-text-bot (#1240)
    
    * chore: add accessibility-alt-text-bot
    
    * fix formatting issues
    
    * test: add coverage for footer to confirm it's expected implicit role as contentinfo
    
    ---------
    
    Co-authored-by: Sebastian Silbermann <[email protected]>
    Co-authored-by: Matan Borenkraout <[email protected]>
    3 people authored Sep 14, 2023
    Configuration menu
    Copy the full SHA
    2c57055 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. fix: use defineProperty on the error object instead of setting the me…

    …ssage directly (#1268)
    
    Co-authored-by: Julien Wajsberg <[email protected]>
    Fixes #1259
    eps1lon and julienw authored Oct 3, 2023
    Configuration menu
    Copy the full SHA
    3580f25 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    37ccada View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

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

Commits on Apr 8, 2024

  1. release: 10.0.0

    BREAKING CHANGE: Minimum supported Node.js version is 18.0
    BREAKING CHANGE: New version of `aria-query` changes various roles. Check out the changed tests in 2c57055 to get an overview about what changed.
    eps1lon authored Apr 8, 2024
    Configuration menu
    Copy the full SHA
    6ad31ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eef23ca View commit details
    Browse the repository at this point in the history
  3. 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