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.8.0

09 Nov 20:17
6467301
Compare
Choose a tag to compare

What's changed?

  • Removed workarounds targeted for older versions of React.
  • Removed dependency on @babel/runtime.

Bug fixes

  • Fixed Suspense only rendering the first child (#34).

v0.7.0

04 Nov 12:31
4dcd4e2
Compare
Choose a tag to compare

What's changed?

  • Minor refactoring related to removal of checks that are always true.

Bug fixes

v0.6.7

18 May 12:23
eef0b24
Compare
Choose a tag to compare

What's changed?

  • Minor refactoring related to removal of checks that are always true in React 17.
  • Updated findCurrentFiberUsingSlowPath util with the latest version from React repository.

Bug fixes

  • Filter out null nodes in nodeToHostNode (#43). Thanks, @strmer15!

v0.6.6

09 Dec 15:45
8b369d5
Compare
Choose a tag to compare

What's changed?

  • Loosened up required react-is version to avoid duplicating dependencies
  • Updated @wojtekmaj/enzyme-adapter-utils
  • Removed babel-plugin-transform-replace-object-assign
  • Removed unused dependencies

v0.6.5

21 Oct 12:24
00ee09b
Compare
Choose a tag to compare

Bug fixes

  • Fixed workspaces included in package.json preventing package from being installed using Yarn v1 (#26).

v0.6.4

21 Oct 12:23
502e134
Compare
Choose a tag to compare

Bug fixes

* Fixed workspaces included in package.json preventing package from being installed using Yarn v1 (#26).

This version was mistakenly published without listed changes. It neither fixes nor breaks anything.

v0.6.3

16 Jul 08:30
f770303
Compare
Choose a tag to compare

Bug fixes

v0.6.2

10 Jun 20:38
91683c2
Compare
Choose a tag to compare

What's changed?

  • Updated @wojtekmaj/enzyme-adapter-utils.

Bug fixes

  • Fixed .renderProp() not working properly. Thanks, @henryqdineen!

v0.6.1

09 Apr 12:31
2693590
Compare
Choose a tag to compare

Bug fixes

v0.6.0

24 Mar 12:11
2f27573
Compare
Choose a tag to compare

What's new?

  • Fixed peerDependency warnings by replacing enzyme-adapter-utils with @wojtekmaj/enzyme-adapter-utils