From 893a0bac524358f43c62836c90df04eeac34dcfd Mon Sep 17 00:00:00 2001 From: Brian Vaughn Date: Thu, 27 Dec 2018 20:35:05 -0500 Subject: [PATCH] 1.4.0 -> 1.5.0 --- CHANGELOG.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2edf0db..2e85b53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/package.json b/package.json index 1373982..7597dd2 100644 --- a/package.json +++ b/package.json @@ -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":