Thanks to visit codestin.com
Credit goes to github.com

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

Commits on May 18, 2022

  1. (chore) - use https for semantic release (#54)

    The current error message when publishing
    
    npm notice Beginning October 4, 2021, all connections to the npm registry - including for package installation - must use TLS 1.2 or higher. You are currently using plaintext http to connect. Please visit the GitHub blog for more information: https://github.blog/2021-08-23-npm-registry-deprecating-tls-1-0-tls-1-1/
    JoviDeCroock authored May 18, 2022
    Configuration menu
    Copy the full SHA
    d7364c5 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2022

  1. fix: flush pending hooks effects in rerender (#32)

    Call preact/test-utils act which manages the same setupRerender behavior implemented previously in preact-testing-library, but also flushes any pending hook effects
    
    Co-authored-by: Nick McCurdy <[email protected]>
    aduth and nickserv authored May 19, 2022
    1 Configuration menu
    Copy the full SHA
    3318e0d View commit details
    Browse the repository at this point in the history
Loading