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/react-testing-library Loading
base: v14.1.2
Choose a base ref
...
head repository: testing-library/react-testing-library Loading
compare: v15.0.7
Choose a head ref
  • 19 commits
  • 23 files changed
  • 5 contributors

Commits on Dec 8, 2023

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

Commits on Jan 30, 2024

  1. feat: add reactStrictMode option to enable strict mode render (#1241)

    * feat: add `reactStrictMode` option and override `getConfig` and `configure` functions from DTL
    
    * feat: update types for overridden `getConfig` and `configure` functions
    
    * test: add tests for checking configure APIs support RTL option and do not degrade
    
    * refactor: use a wrapper option for simplicity
    
    * refactor: use same function for wrapping UI if needed
    
    * feat: enable strict mode render if `reactStrictMode` option is true
    
    * test: add tests for checking strict mode works and can be combine with wrapper
    
    ---------
    
    Co-authored-by: Sebastian Silbermann <silbermann.sebastian@gmail.com>
    yinm and eps1lon committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    0880eba View commit details
    Browse the repository at this point in the history
  2. docs: add yinm as a contributor for code (#1269)

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

Commits on Feb 1, 2024

  1. fix: Update types to support all possible react component return valu…

    …es (#1272)
    
    * Update types to support all possible react component return values
    
    * Update type test types
    trappar committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    55e79c2 View commit details
    Browse the repository at this point in the history
  2. docs: add trappar as a contributor for code (#1273)

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

Commits on Mar 19, 2024

  1. chore: Fix tests (#1288)

    eps1lon committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    7e42f4e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3da62fd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cf045b4 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

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

Commits on Apr 8, 2024

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

Commits on Apr 10, 2024

  1. Release: 15.0.0 (#1295)

    BREAKING CHANGE: Minimum supported Node.js version is 18.0
    BREAKING CHANGE: New version of `@testing-library/dom` changes various roles. Check out the changed tests in testing-library/dom-testing-library@2c57055 to get an overview about what changed.
    MatanBobi committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    787cb85 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

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

Commits on Apr 13, 2024

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

Commits on Apr 23, 2024

  1. Configuration menu
    Copy the full SHA
    067d0c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    48282c2 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

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

Commits on May 1, 2024

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

Commits on May 7, 2024

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