From 69fe9bb3b92c2bbe24d73c35b2716bcfd9da0864 Mon Sep 17 00:00:00 2001 From: Talha Naqvi Date: Wed, 3 Aug 2022 02:25:02 -0700 Subject: [PATCH] Fixed crash when is used in an empty list (#546) --- CHANGELOG.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 707b01ce3..23e7d0527 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] +- Fixed crash when `estimatedListSize` is used in an empty list + - https://github.com/Shopify/flash-list/pull/546 + ## [1.2.0] - 2022-07-18 - Fixed out of bound read from data diff --git a/package.json b/package.json index 35aea84e2..aa556ddaa 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "jestSetup.js" ], "dependencies": { - "recyclerlistview": "4.1.1", + "recyclerlistview": "4.1.2", "tslib": "2.4.0" } }