Skip to content

Commit

Permalink
[enzyme-adapter-react-16] v1.13.0
Browse files Browse the repository at this point in the history
 - [new] support `suspenseFallback` option; support `Suspense`/`Lazy` (#1975)
 - [fix] `shallow`: properly dive through `memo` components (#2103, #2068)
 - [fix] avoid a Context.Provider deprecation warning
 - [fix] shallow renderer for `memo` does not respect `defaultProps` (#2115)
 - [fix] Don’t show wrapped component displayName in lazy component (#1975)
 - [fix] `simulateEvent`: call the adapter’s implementation, not the raw one (#2100)
 - [deps] update `enzyme-adapter-utils`
 - [dev deps] update `eslint-plugin-react`, `eslint-plugin-import`
  • Loading branch information
ljharb committed May 11, 2019
1 parent 856945d commit 991b26e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/enzyme-adapter-react-16/package.json
@@ -1,6 +1,6 @@
{
"name": "enzyme-adapter-react-16",
"version": "1.12.1",
"version": "1.13.0",
"description": "JavaScript Testing utilities for React",
"homepage": "http://airbnb.io/enzyme/",
"main": "build",
Expand Down

0 comments on commit 991b26e

Please sign in to comment.