Skip to content

Commit 7d76028

Browse files
committed
1.0.23 -> 1.0.24
1 parent 3c62a70 commit 7d76028

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

3+
## 1.0.24
4+
5+
- Add optional `doNotBailOutOnEmptyChildren` prop to `AutoSizer` to override default behavior of not rendering children when either width or height are 0
6+
37
## 1.0.23
48

59
- Bugfix: Use ResizeObserver global from parentNode realm to support case with multiple realms (#82)

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.23",
3+
"version": "1.0.24",
44
"description": "Standalone version of the AutoSizer component from react-virtualized",
55
"author": "Brian Vaughn <[email protected]> (https://github.com/bvaughn/)",
66
"contributors": [

0 commit comments

Comments
 (0)