npm @testing-library/react 13.0.0
v13.0.0

latest releases: 16.0.1, 16.0.0, 15.0.7...
2 years ago

13.0.0 (2022-03-31)

Features

BREAKING CHANGES

  • Drop support for React 17 and earlier. We'll use the new createRoot API by default which comes with a set of changes while also enabling support for concurrent features.
    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.

Don't miss a new react release

NewReleases is sending notifications on new releases.