Skip to content

Commit

Permalink
1.5.0 -> 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Vaughn committed Jan 28, 2019
1 parent a83c5cd commit a22f3e9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,9 @@
Changelog
------------

### 1.5.1
* 🐛 Updated `getDerivedState` Flow annotations to address a warning in a newer version of Flow.

### 1.5.0
* 🎉 Added advanced memoization helpers methods `areEqual` and `shouldComponentUpdate` for item renderers. - [#114](https://github.com/bvaughn/react-window/issues/114)

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "react-window",
"version": "1.5.0",
"version": "1.5.1",
"description":
"React components for efficiently rendering large, scrollable lists and tabular data",
"author":
Expand Down

0 comments on commit a22f3e9

Please sign in to comment.