Skip to content

Releases: bvaughn/react-virtualized-auto-sizer

1.0.24

06 Mar 22:50
Compare
Choose a tag to compare
  • Add optional doNotBailOutOnEmptyChildren prop to AutoSizer to override default behavior of not rendering children when either width or height are 0

1.0.23

21 Feb 15:10
12f19ab
Compare
Choose a tag to compare
  • Bugfix: Use ResizeObserver global from parentNode realm to support case with multiple realms (#82)

1.0.22

02 Feb 21:57
Compare
Choose a tag to compare
  • Bugfix: Treat empty-string padding values as 0

1.0.21

02 Feb 21:57
Compare
Choose a tag to compare
  • TypeScript change only; AutoSizer return type changed from ReactElement to ReactNode

1.0.20

01 Jun 23:49
Compare
Choose a tag to compare
  • Guard against potential state update after unmount (caused by setTimeout when using ResizeObserver)

1.0.19

29 May 21:15
Compare
Choose a tag to compare
  • Further improved TypeScript definitions to avoid any types for children function parameters.
  • 61: Build release bundle with Preconstruct.

1.0.18

27 May 15:54
Compare
Choose a tag to compare
  • Refine TypeScript types so that disableHeight and disableWidth are properly paired with conditional types like children and onResize.

1.0.17

27 May 15:54
Compare
Choose a tag to compare
  • Support non-integer padding styles.

1.0.16

12 May 23:45
Compare
Choose a tag to compare

Relaxed children prop return type from ReactElement to ReactNode.

1.0.15

12 May 23:44
Compare
Choose a tag to compare

Readme changes