From 4ab06c2b62da203441ee54405917c284a87d92bb Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Thu, 22 Jun 2017 01:08:11 -0700 Subject: [PATCH] v2.9.0 --- CHANGELOG.md | 27 ++++++++++++++++++++++++++- package.json | 2 +- 2 files changed, 27 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 760118c0f..50208e78a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,30 @@ # Change Log +## 2.9.0 + +### New Stuff + + - `mount`/`shallow`: `debug`: add `ignoreProps` option ([#960](https://github.com/airbnb/enzyme/pull/960)) + +### Fixes + + - `shallow`: debug: fix indentation ([#926](https://github.com/airbnb/enzyme/pull/926)) + - react-compat: Make sure dependency error reporting always work ([#929](https://github.com/airbnb/enzyme/pull/929)) + - react-compat: correct error message ([#904](https://github.com/airbnb/enzyme/pull/904)) + +### Documentation + + - lint our markdown ([#988](https://github.com/airbnb/enzyme/pull/988)) + - correct `nvm` install instructions (never install it with homebrew) ([#988](https://github.com/airbnb/enzyme/pull/988)) + - fix typos ([#979](https://github.com/airbnb/enzyme/pull/979)), ([#983](https://github.com/airbnb/enzyme/pull/983)) + - Added missing isEmptyRender() docs + - update jsdom guides for v10 and later ([#921](https://github.com/airbnb/enzyme/pull/921)) + +### Refactors + + - `shallow`/`mount`: Make all references to the wrapper `class` call into `this.wrap` + - update `uuid` from v2 to v3 ([#998](https://github.com/airbnb/enzyme/pull/998)) + ## 2.8.2 ### Fixes @@ -8,7 +33,7 @@ ### Documentation - - [Docs] Update docs to use `prop-types` ([#894](https://github.com/airbnb/enzyme/pull/894), [#890](https://github.com/airbnb/enzyme/issue/890)) + - Update docs to use `prop-types` ([#894](https://github.com/airbnb/enzyme/pull/894), [#890](https://github.com/airbnb/enzyme/issue/890)) ## 2.8.1 diff --git a/package.json b/package.json index ce729bb73..1b45e4694 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "enzyme", - "version": "2.8.2", + "version": "2.9.0", "description": "JavaScript Testing utilities for React", "homepage": "http://airbnb.io/enzyme/", "main": "build",