From d8b1077fa37786d369efb4ab4b2cdbfcd2cc9898 Mon Sep 17 00:00:00 2001 From: Brian Vaughn Date: Sat, 3 Nov 2018 17:34:12 -0700 Subject: [PATCH] 1.2.3 --- CHANGELOG.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4cf9526..9efb69b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ Changelog ------------ +### 1.2.3 +* 🐛 Relaxed `children` validation checks. They were too strict and didn't support new React APIs like `memo`. + ### 1.2.2 * 🐛 Improved Flow types for class component item renderers - ([nicholas-l](https://github.com/nicholas-l) - [#77](https://github.com/bvaughn/react-window/pull/77)) diff --git a/package.json b/package.json index 2e2bbd1..4cfb173 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-window", - "version": "1.2.2", + "version": "1.2.3", "description": "React components for efficiently rendering large, scrollable lists and tabular data", "author":