Skip to content

Commit

Permalink
Version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lencioni committed Mar 3, 2017
1 parent 081965c commit 08093f2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v1.2.0

- [New] Add `pureComponent` option (requires React 15.3.0+).

## v1.1.1

- Avoid copying withStyles propTypes (e.g. for `styles` and `theme`) from the wrapped component.
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": "react-with-styles",
"version": "1.1.1",
"version": "1.2.0",
"description": "",
"main": "lib/withStyles.js",
"directories": {
Expand Down

0 comments on commit 08093f2

Please sign in to comment.