Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

Releases: wojtekmaj/enzyme-adapter-react-17

v0.5.0

22 Mar 10:46
a23131f
Compare
Choose a tag to compare

What's new?

  • Removed unnecessary React 16-related code

Bug fixes

  • Ensure recursive calls to displayNameOfNode uses the adapter's version of the method (#15). Thanks, @paulclijsters!

v0.4.1

18 Dec 08:40
cdba17a
Compare
Choose a tag to compare

Bug fixes

  • Fixed missing index.d.ts file (#8). Thanks, @lgregoire-yseop!

v0.4.0

17 Dec 13:36
3de6f0a
Compare
Choose a tag to compare

Maintenance release.

What's changed?

  • Upgraded Yarn to Yarn Berry (v2)
  • Updated dependencies

v0.3.2

01 Dec 10:28
daa4d81
Compare
Choose a tag to compare

Bug fixes

v0.3.1

03 Nov 09:59
534e834
Compare
Choose a tag to compare

Bug fixes

  • Fixed built version of enzyme-adapter-react-17 not including newest changes

v0.3.0

02 Nov 20:17
8a0e245
Compare
Choose a tag to compare

What's new?

  • Added support for OffscreenComponent, which should resolve most of the issues with Suspense (#3).

v0.2.0

29 Oct 13:52
e34340a
Compare
Choose a tag to compare

What's new?