1.4.0 -> 1.5.0

This commit is contained in:
Brian Vaughn
2018-12-27 20:35:05 -05:00
parent aee9848fea
commit 893a0bac52
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -1,6 +1,9 @@
Changelog
------------
### 1.5.0
* 🎉 Added advanced memoization helpers methods `areEqual` and `shouldComponentUpdate` for item renderers. - [#114](https://github.com/bvaughn/react-window/issues/114)
### 1.4.0
* 🎉 List and Grid components now "overscan" (pre-render) in both directions when scrolling is not active. When scrolling is in progress, cells are only pre-rendered in the direction being scrolled. This change has been made in an effort to reduce visible flicker when scrolling starts without adding additional overhead during scroll (which is the most performance sensitive time).
* 🎉 Grid components now support separate `overscanColumnsCount` and `overscanRowsCount` props. Legacy `overscanCount` prop will continue to work, but with a deprecation warning in DEV mode.
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "react-window",
"version": "1.4.0",
"version": "1.5.0",
"description":
"React components for efficiently rendering large, scrollable lists and tabular data",
"author":