Skip to content
This repository was archived by the owner on Jun 20, 2025. It is now read-only.

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

Choose a tag to compare

@tdeekens tdeekens released this 22 May 12:17
· 17 commits to master since this release

馃挘 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