tag:github.com,2008:https://github.com/testing-library/react-hooks-testing-library/releases Release notes from react-hooks-testing-library 2022-06-18T13:14:09Z tag:github.com,2008:Repository/156968527/v8.0.1 2022-06-18T13:20:20Z v8.0.1 <h2><a href="https://github.com/testing-library/react-hooks-testing-library/compare/v8.0.0...v8.0.1">8.0.1</a> (2022-06-18)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>server:</strong> remove act around server renderer to fix support for older versions of react (<a href="https://github.com/testing-library/react-hooks-testing-library/commit/e2461ca4b5ab45813527f5e2478c4e8552f16c51">e2461ca</a>), closes <a href="https://github.com/testing-library/react-hooks-testing-library/issues/607" data-hovercard-type="pull_request" data-hovercard-url="/testing-library/react-hooks-testing-library/pull/607/hovercard">#607</a></li> </ul> github-actions[bot] tag:github.com,2008:Repository/156968527/v8.0.0 2023-11-30T19:23:58Z v8.0.0 <h1><a href="https://github.com/testing-library/react-hooks-testing-library/compare/v7.0.2...v8.0.0">8.0.0</a> (2022-04-10)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>types:</strong> move types to optional peer dependencies (<a href="https://github.com/testing-library/react-hooks-testing-library/commit/19ac8dde5c16f53d963277543997fa7a7ffd5fe4">19ac8dd</a>)</li> </ul> <h3>BREAKING CHANGES</h3> <ul> <li><strong>types:</strong> type dependencies will not longer be automatically installed. If <code>@types/react</code> is not already listed in your package.json, please install it with <code>npm install --save-dev @types/react@^17</code>.</li> </ul> <h3>Notes</h3> <ul> <li>The “async-utils” feature of the <code>v8.0.0-alpha.1</code> build (<a href="https://github.com/testing-library/react-hooks-testing-library/releases/tag/v8.0.0-alpha.1">release notes</a>) were <strong>not</strong> included in this release.</li> </ul> github-actions[bot] tag:github.com,2008:Repository/156968527/v8.0.0-alpha.1 2021-09-19T14:15:49Z v8.0.0-alpha.1 <h1><a href="https://github.com/testing-library/react-hooks-testing-library/compare/v7.0.2...v8.0.0-alpha.1">8.0.0-alpha.1</a> (2021-09-19)</h1> <h3>Features</h3> <ul> <li><strong>async-utils:</strong> async utils advance fake timers automatically when waiting (<a href="https://github.com/testing-library/react-hooks-testing-library/commit/732ec46da3b0bc5c83e618b06cf19ff7016f0982">732ec46</a>), closes <a href="https://github.com/testing-library/react-hooks-testing-library/issues/631" data-hovercard-type="issue" data-hovercard-url="/testing-library/react-hooks-testing-library/issues/631/hovercard">#631</a> <a href="https://github.com/testing-library/react-hooks-testing-library/issues/688" data-hovercard-type="pull_request" data-hovercard-url="/testing-library/react-hooks-testing-library/pull/688/hovercard">#688</a></li> </ul> <h3>BREAKING CHANGES</h3> <ul> <li><strong>async-utils:</strong> tests that used to manually advance fake timers and use async utilities may now fail as timer would advance further</li> </ul> github-actions[bot] tag:github.com,2008:Repository/156968527/v7.0.2 2021-08-31T11:30:41Z v7.0.2 <h2><a href="https://github.com/testing-library/react-hooks-testing-library/compare/v7.0.1...v7.0.2">7.0.2</a> (2021-08-31)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>async-utils:</strong> prevent timeout and interval checks in wait from leaving open handles (<a href="https://github.com/testing-library/react-hooks-testing-library/issues/682" data-hovercard-type="pull_request" data-hovercard-url="/testing-library/react-hooks-testing-library/pull/682/hovercard">#682</a>) (<a href="https://github.com/testing-library/react-hooks-testing-library/commit/4a037040e5d9d806a9d7a9c8fd3fc3b243e4617f">4a03704</a>)</li> </ul> github-actions[bot] tag:github.com,2008:Repository/156968527/v7.0.1 2021-06-30T21:12:14Z v7.0.1 <h2><a href="https://github.com/testing-library/react-hooks-testing-library/compare/v7.0.0...v7.0.1">7.0.1</a> (2021-06-30)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>types:</strong> fix <code>cleanup</code> return type to match <code>async</code> implementation (<a href="https://github.com/testing-library/react-hooks-testing-library/commit/c7a2e979fb8a51271d0d3032c7a03b6fb6ebd3e6">c7a2e97</a>)</li> </ul> github-actions[bot] tag:github.com,2008:Repository/156968527/v7.0.0 2021-05-24T22:55:05Z v7.0.0 <h1><a href="https://github.com/testing-library/react-hooks-testing-library/compare/v6.0.0...v7.0.0">7.0.0</a> (2021-05-24)</h1> <h3>Features</h3> <ul> <li>Remove node specific dependencies and code to better support testing in browser environments (<a href="https://github.com/testing-library/react-hooks-testing-library/commit/e4b0aa3f8f6220a0dea01db25fd2d17fa3054a40">e4b0aa3</a>), closes <a href="https://github.com/testing-library/react-hooks-testing-library/issues/624" data-hovercard-type="pull_request" data-hovercard-url="/testing-library/react-hooks-testing-library/pull/624/hovercard">#624</a> <a href="https://github.com/testing-library/react-hooks-testing-library/issues/617" data-hovercard-type="issue" data-hovercard-url="/testing-library/react-hooks-testing-library/issues/617/hovercard">#617</a></li> </ul> <h3>BREAKING CHANGES</h3> <ul> <li><code>suppressErrorOutput</code> will now work when explicitly called, even if the <code>RHTL_DISABLE_ERROR_FILTERING</code> env variable has been set</li> </ul> github-actions[bot] tag:github.com,2008:Repository/156968527/v6.0.0 2021-05-18T13:14:29Z v6.0.0 <h1><a href="https://github.com/testing-library/react-hooks-testing-library/compare/v5.1.3...v6.0.0">6.0.0</a> (2021-05-18)</h1> <h3>chore</h3> <ul> <li>Drop Node 10 support (<a href="https://github.com/testing-library/react-hooks-testing-library/issues/623" data-hovercard-type="pull_request" data-hovercard-url="/testing-library/react-hooks-testing-library/pull/623/hovercard">#623</a>) (<a href="https://github.com/testing-library/react-hooks-testing-library/commit/39dd2280bf79259e1e271c226465e2af20999fa5">39dd228</a>), closes <a href="https://github.com/testing-library/react-hooks-testing-library/issues/621" data-hovercard-type="issue" data-hovercard-url="/testing-library/react-hooks-testing-library/issues/621/hovercard">#621</a></li> </ul> <h3>BREAKING CHANGES</h3> <ul> <li>Node 10 is no longer supported</li> </ul> github-actions[bot] tag:github.com,2008:Repository/156968527/v5.1.3 2021-05-18T12:08:53Z v5.1.3 <h2><a href="https://github.com/testing-library/react-hooks-testing-library/compare/v5.1.2...v5.1.3">5.1.3</a> (2021-05-18)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>types:</strong> Correct overload order for act without strictNullChecks (<a href="https://github.com/testing-library/react-hooks-testing-library/issues/622" data-hovercard-type="pull_request" data-hovercard-url="/testing-library/react-hooks-testing-library/pull/622/hovercard">#622</a>) (<a href="https://github.com/testing-library/react-hooks-testing-library/commit/882bcfed24269dd174edce154dda42715799e173">882bcfe</a>)</li> </ul> github-actions[bot] tag:github.com,2008:Repository/156968527/v5.1.2 2021-04-22T09:18:51Z v5.1.2 <h2><a href="https://github.com/testing-library/react-hooks-testing-library/compare/v5.1.1...v5.1.2">5.1.2</a> (2021-04-22)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>ssr:</strong> Add ability to run SSR tests in pure-node environment (<a href="https://github.com/testing-library/react-hooks-testing-library/issues/607" data-hovercard-type="pull_request" data-hovercard-url="/testing-library/react-hooks-testing-library/pull/607/hovercard">#607</a>) (<a href="https://github.com/testing-library/react-hooks-testing-library/commit/7b3867e667e83fb64bf98c8e5ed143eb9159fc0b">7b3867e</a>), closes <a href="https://github.com/testing-library/react-hooks-testing-library/issues/605" data-hovercard-type="issue" data-hovercard-url="/testing-library/react-hooks-testing-library/issues/605/hovercard">#605</a></li> </ul> github-actions[bot] tag:github.com,2008:Repository/156968527/v5.1.1 2021-03-29T17:47:31Z v5.1.1 <h2><a href="https://github.com/testing-library/react-hooks-testing-library/compare/v5.1.0...v5.1.1">5.1.1</a> (2021-03-29)</h2> <h3>Bug Fixes</h3> <ul> <li>make library compatible with Node 8 (<a href="https://github.com/testing-library/react-hooks-testing-library/issues/587" data-hovercard-type="pull_request" data-hovercard-url="/testing-library/react-hooks-testing-library/pull/587/hovercard">#587</a>) (<a href="https://github.com/testing-library/react-hooks-testing-library/commit/ef2daaf79a50572a3106a8612134e4f83714e8c1">ef2daaf</a>)</li> </ul> github-actions[bot]