Releases: bvaughn/react-virtualized-auto-sizer
Releases · bvaughn/react-virtualized-auto-sizer
1.0.24
- Add optional
doNotBailOutOnEmptyChildren
prop to AutoSizer
to override default behavior of not rendering children when either width or height are 0
1.0.23
- Bugfix: Use ResizeObserver global from parentNode realm to support case with multiple realms (#82)
1.0.22
- Bugfix: Treat empty-string padding values as 0
1.0.21
- TypeScript change only;
AutoSizer
return type changed from ReactElement
to ReactNode
1.0.20
- Guard against potential state update after unmount (caused by
setTimeout
when using ResizeObserver
)
1.0.19
- Further improved TypeScript definitions to avoid
any
types for children
function parameters.
- 61: Build release bundle with Preconstruct.
1.0.18
- Refine TypeScript types so that
disableHeight
and disableWidth
are properly paired with conditional types like children
and onResize
.
1.0.17
- Support non-integer padding styles.
1.0.16
Relaxed children
prop return type from ReactElement
to ReactNode
.