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: context-ui/react-hooks-testing-library
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: testing-library/react-hooks-testing-library
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 8 commits
  • 9 files changed
  • 7 contributors

Commits on Apr 10, 2022

  1. fix(types): move types to optional peer dependencies

    BREAKING CHANGE: type dependencies will not longer be automatically installed.  If @types/react is not already listed in your package.json, please install it with `npm install --save-dev @types/react@^17`.
    mpeyper committed Apr 10, 2022
    Configuration menu
    Copy the full SHA
    19ac8dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a267f1e View commit details
    Browse the repository at this point in the history

Commits on May 20, 2022

  1. chore(docs): Update README.md (testing-library#843)

    The documentation isnt clear.
    fotoflo authored May 20, 2022
    Configuration menu
    Copy the full SHA
    efd262c View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2022

  1. fix(server): remove act around server renderer to fix support for old…

    …er versions of react
    
    * refactor(server/pure): remove unnecessary type annotation
    
    * feat: add ssr.test.ts
    
    This adds a new test to verify that renderHook can be called in an
    SSR-like environment based on the changes implemented in testing-library#607.
    
    * chore: update contributors table
    
    * refactor: remove act call in render in sever/pure
    
    @mpeyper explained how this `act` call in server rendering is not really
    necessary so we can remove it.
    jsjoeio authored Jun 18, 2022
    Configuration menu
    Copy the full SHA
    e2461ca View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2022

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

Commits on Aug 15, 2022

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

Commits on Sep 9, 2022

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

Commits on May 7, 2023

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