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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v14.1.2
Choose a base ref
...
head repository: testing-library/react-testing-library
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v14.2.0
Choose a head ref
  • 3 commits
  • 11 files changed
  • 4 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 authored 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] authored Jan 30, 2024
    Configuration menu
    Copy the full SHA
    4509fb6 View commit details
    Browse the repository at this point in the history
Loading