Skip to content

Tags: vnys/enzyme

Tags

enzyme-adapter-react-16@1.13.0

Toggle enzyme-adapter-react-16@1.13.0's commit message

Verified

This commit was signed with the committer’s verified signature.
ljharb Jordan Harband
[enzyme-adapter-react-16] v1.13.0

 - [new] support `suspenseFallback` option; support `Suspense`/`Lazy` (enzymejs#1975)
 - [fix] `shallow`: properly dive through `memo` components (enzymejs#2103, enzymejs#2068)
 - [fix] avoid a Context.Provider deprecation warning
 - [fix] shallow renderer for `memo` does not respect `defaultProps` (enzymejs#2115)
 - [fix] Don’t show wrapped component displayName in lazy component (enzymejs#1975)
 - [fix] `simulateEvent`: call the adapter’s implementation, not the raw one (enzymejs#2100)
 - [deps] update `enzyme-adapter-utils`
 - [dev deps] update `eslint-plugin-react`, `eslint-plugin-import`

enzyme-adapter-react-helper@1.3.4

Toggle enzyme-adapter-react-helper@1.3.4's commit message

Verified

This commit was signed with the committer’s verified signature.
ljharb Jordan Harband
[enzyme-adapter-react-helper] v1.3.4

 - [fix] `install`: Ensure the right versions of React / adapters are installed (enzymejs#2116)
 - [dev deps] update `eslint`, `semver`, `rimraf`, `eslint-plugin-react`, `eslint-plugin-import`
 - [build] include source maps

enzyme-adapter-react-16.3@1.7.1

Toggle enzyme-adapter-react-16.3@1.7.1's commit message

Verified

This commit was signed with the committer’s verified signature.
ljharb Jordan Harband
[enzyme-adapter-react-16.3] v1.7.1

 - [fix] `simulateEvent`: call the adapter’s implementation, not the raw one (enzymejs#2100)
 - [deps] update `enzyme-adapter-utils`
 - [dev deps] update `eslint-plugin-react`, `eslint-plugin-import`

enzyme-adapter-utils@1.12.0

Toggle enzyme-adapter-utils@1.12.0's commit message

Verified

This commit was signed with the committer’s verified signature.
ljharb Jordan Harband
[enzyme-adapter-utils] v1.12.0

 - [new] add `fakeDynamicImport` (enzymejs#1975)
 - [deps] update `airbnb-prop-types`
 - [dev deps] update `eslint-plugin-react`, `eslint-plugin-import`

enzyme-adapter-react-16.2@1.6.1

Toggle enzyme-adapter-react-16.2@1.6.1's commit message

Verified

This commit was signed with the committer’s verified signature.
ljharb Jordan Harband
[enzyme-adapter-react-{16.1,16.2}] v1.6.1

 - [fix] `simulateEvent`: call the adapter’s implementation, not the raw one (enzymejs#2100)
 - [deps] update `enzyme-adapter-utils`
 - [dev deps] update `eslint-plugin-react`, `eslint-plugin-import`

enzyme-adapter-react-16.1@1.6.1

Toggle enzyme-adapter-react-16.1@1.6.1's commit message

Verified

This commit was signed with the committer’s verified signature.
ljharb Jordan Harband
[enzyme-adapter-react-{16.1,16.2}] v1.6.1

 - [fix] `simulateEvent`: call the adapter’s implementation, not the raw one (enzymejs#2100)
 - [deps] update `enzyme-adapter-utils`
 - [dev deps] update `eslint-plugin-react`, `eslint-plugin-import`

enzyme-adapter-react-16.3@1.7.0

Toggle enzyme-adapter-react-16.3@1.7.0's commit message

Verified

This commit was signed with the committer’s verified signature.
ljharb Jordan Harband
[enzyme-adapter-react-16.3] v1.7.0

 - [new] support shallow rendering `createContext()` providers and consumers  - add `isContextConsumer`, `getProviderFromConsumer` (enzymejs#1966)
 - [new] add `wrapWithWrappingComponent`, `isCustomComponent` (enzymejs#1960)
 - [refactor] use `react-is` predicates more
 - [deps] update `react-is`
 - [dev deps] update `eslint`
 - [build] include source maps

enzyme-adapter-react-16@1.12.1

Toggle enzyme-adapter-react-16@1.12.1's commit message

Verified

This commit was signed with the committer’s verified signature.
ljharb Jordan Harband
[enzyme-adapter-react-16] v1.12.1

enzyme-adapter-react-16@1.12.0

Toggle enzyme-adapter-react-16@1.12.0's commit message

Verified

This commit was signed with the committer’s verified signature.
ljharb Jordan Harband
[enzyme-adapter-react-16] v1.12.0

 - [new] Add support for wrapping `Profiler` (enzymejs#2055)
 - [new] support shallow rendering `createContext()` providers and consumers  - add `isContextConsumer`, `getProviderFromConsumer` (enzymejs#1966)
 - [new] add `wrapWithWrappingComponent`, `isCustomComponent` (enzymejs#1960)
 - [new] add `getDerivedStateFromError` support (enzymejs#2036)
 - [fix] avoid invariant violation in provider (enzymejs#2083)
 - [fix] properly fix finding memo(SFC) components (enzymejs#2081)
 - [fix] properly render memoized SFCs
 - [fix] `shallow`: avoid wrapping component for hooks
 - [deps] update `react-is`
 - [dev deps] update `eslint`
 - [refactor] use `react-is` predicates more
 - [build] include source maps

enzyme-adapter-utils@1.11.0

Toggle enzyme-adapter-utils@1.11.0's commit message

Verified

This commit was signed with the committer’s verified signature.
ljharb Jordan Harband
[enzyme-adapter-utils] v1.11.0

 - [new] `Utils` add `findElement`, `getNodeFromRootFinder`, `wrapWithWrappingComponent`, `getWrappingComponentMountRenderer`; add `RootFinder` (enzymejs#1966)
 - [new] add `getDerivedStateFromError` support (enzymejs#2036)
 - [fix] `shallow`/`mount`: `renderProp`: avoid warning when render prop returns `null` (enzymejs#2076)
 - [build] include source maps
 - [deps] update `eslint`
 - [dev deps] update `eslint`, `semver`, `rimraf`, `react-is`, `html-element-map`, `chai`, `eslint-plugin-mocha`