Skip to content

Latest commit

 

History

History
159 lines (73 loc) · 6.23 KB

CHANGELOG.md

File metadata and controls

159 lines (73 loc) · 6.23 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

4.2.1 (2020-06-05)

Bug Fixes

  • ignore known enzyme/jsdom warnings emitted in React Native (9f97533)
  • use require.resolve to include React Native setup file (1f09586)

4.2.0 (2020-05-06)

Features

4.1.0 (2020-04-28)

Features

  • add node single context environment (#20) (5d32005)

Bug Fixes

  • add enzyme matchers to react native enhancer (#19) (f2375f7)
  • move animated mock to react native enhancer (#18) (8798738)

4.0.1 (2020-03-23)

Bug Fixes

  • remove unused dependency (59b7d11)

4.0.0 (2020-03-23)

⚠ BREAKING CHANGES

  • the base configuration no longer contains transforms nor mappings other than JavaScript files
  • baseConfig and enhancers are now factories
  • enhancers now validate if the test environment is correctly set
  • withEnzyme now has mandatory target argument
  • compose now accepts baseConfig as the first argument and enhancers are spread-ed after it

Features

Bug Fixes

  • fix testMatch pattern to not accept jsx (#13) (55dc8b0)

3.0.0 (2020-03-20)

⚠ BREAKING CHANGES

  • no longer detect .spec.js files (#12)

Features

2.1.0 (2020-03-14)

Features

2.0.2 (2020-03-10)

2.0.1 (2020-03-10)

Bug Fixes

  • remove peer dependency warning about react (2aef3a0)

2.0.0 (2020-02-21)

⚠ BREAKING CHANGES

  • withWeb addon no longer comes with RTL by default

Features

1.4.1 (2020-01-23)

Bug Fixes

1.4.0 (2020-01-23)

Features

  • ignore docusaurus in the web addon (008d17f)

1.3.0 (2020-01-22)

Features

1.2.0 (2019-12-17)

Features

  • add api to collect coverage from in the web addon (923150f)

1.1.1 (2019-11-21)

Bug Fixes

  • transformers not generating interop code (#5) (7047b45)

1.1.0 (2019-11-07)

Features

Bug Fixes

  • add missing babel-jest dependency (db1c38e)

1.0.2 (2019-11-05)

Bug Fixes

  • add repo to package.json (7e0d554)

1.0.1 (2019-11-05)

1.0.0 (2019-11-05)

Features