Skip to content

Commit

Permalink
v2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jun 22, 2017
1 parent b2e4bf0 commit 4ab06c2
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 2 deletions.
27 changes: 26 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 4ab06c2

Please sign in to comment.