Tags: yifengzhang92/react-testing-library
Tags
docs: add fmeum as a contributor for code, bug (testing-library#1016) Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
feat: Enable "missing act" warnings in React 18 by default (testing-l… …ibrary#994)
fix(render): Actually hydrate with given ui (testing-library#988)
fix: Don't trigger "missing act" warnings when using `waitFor`+real t… …imers (testing-library#980)
fix(TS): make wrapper allow a simple function comp (testing-library#966) Co-authored-by: eps1lon <[email protected]>
feat: Use concurrent React when available (testing-library#937) BREAKING CHANGE: If you have React 18 installed, we'll use the new [`createRoot` API](reactwg/react-18#5) by default which comes with a set of [changes while also enabling support for concurrent features](reactwg/react-18#4). To can opt-out of this change by using `render(ui, { legacyRoot: true } )`. But be aware that the legacy root API is deprecated in React 18 and its usage will trigger console warnings.
docs: add ImADrafter as a contributor for doc (testing-library#961) Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
feat: Bump @testing-library/dom BREAKING CHANGE: Bump `@testing-library/dom` to 8.0.0. Please check out the [`@testing-library/[email protected]` release page](https://github.com/testing-library/dom-testing-library/releases/tag/v8.0.0) for a detailed list of breaking changes.
PreviousNext