Releases: commercetools/enzyme-extensions
Releases · commercetools/enzyme-extensions
v5.0.0
Add `renderProp` and remove `extend` (@next)
💣 Breaking Changes
- We removed
extend
in favour ofrenderProp
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 aShallowWrapper
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