Skip to content

Commit

Permalink
Fixed crash when is used in an empty list (#546)
Browse files Browse the repository at this point in the history
naqvitalha authored Aug 3, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 139c6bc commit 69fe9bb
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -75,7 +75,7 @@
"jestSetup.js"
],
"dependencies": {
"recyclerlistview": "4.1.1",
"recyclerlistview": "4.1.2",
"tslib": "2.4.0"
}
}

0 comments on commit 69fe9bb

Please sign in to comment.