Skip to content

Commit e5139cc

Browse files
committed
1.0.19 -> 1.0.20
1 parent 827f0b6 commit e5139cc

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## 1.0.20
4+
* Guard against potential state update after unmount (caused by `setTimeout` when using `ResizeObserver`)
5+
36
## 1.0.19
47
* Further improved TypeScript definitions to avoid `any` types for `children` function parameters.
58
* [61](https://github.com/bvaughn/react-virtualized-auto-sizer/pull/61): Build release bundle with Preconstruct.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-virtualized-auto-sizer",
3-
"version": "1.0.19",
3+
"version": "1.0.20",
44
"description": "Standalone version of the AutoSizer component from react-virtualized",
55
"author": "Brian Vaughn <brian.david.vaughn@gmail.com> (https://github.com/bvaughn/)",
66
"contributors": [

0 commit comments

Comments
 (0)