Skip to content

Commit

Permalink
[enzyme] v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Nov 15, 2017
1 parent cc8945b commit 1c29c22
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 3.2.0

### New Stuff

- @aweary: Support all attribute selector operators ([#1157](https://github.com/airbnb/enzyme/pull/1157))

### Fixes

- @idanilt: Change ShallowWrapper.text() trim spaces with same behavior as ReactWrapper.text() ([#1350](https://github.com/airbnb/enzyme/pull/1350))

## 3.1.1

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/enzyme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "enzyme",
"version": "3.1.1",
"version": "3.2.0",
"description": "JavaScript Testing utilities for React",
"homepage": "http://airbnb.io/enzyme/",
"main": "build",
Expand Down

0 comments on commit 1c29c22

Please sign in to comment.