Skip to content

Releases: commercetools/enzyme-extensions

v5.0.0

13 Jun 09:44
da3451b
Compare
Choose a tag to compare

Ship package bundled with Rollup, update dev tooling and dependencies.

#12

Add `renderProp` and remove `extend` (@next)

22 May 12:17
Compare
Choose a tag to compare

💣 Breaking Changes

  • We removed extend in favour of renderProp which we felt is a more flexible API (more in the docs
  • We simplified the setup by now providing a configure function which just takes a ShallowWrapper and extends it

⭐️ Features

  • The added renderProp should give you more flexibility and works in React Native

❤️ Docs

  • We worked on our docs to make them easier to understand