Skip to content

Releases: bvaughn/react-virtualized-auto-sizer

1.0.14

11 Apr 21:04
Compare
Choose a tag to compare
  • Fix potential "ResizeObserver loop limit exceeded" error caused by long-running renders (#55)

1.0.13

11 Apr 21:04
Compare
Choose a tag to compare
  • Transpile nullish coalescing operator (#53)

1.0.12

07 Apr 13:25
Compare
Choose a tag to compare
  • Fix regression introduced in 1.0.8 with transformations; pass unscaled width and height as "default" params (and add additional scaledHeight and scaledWidth params to children function)
  • Use ResizeObserver when possible; fallback to legacy resize polyfill logic otherwise

1.0.11

07 Apr 13:25
Compare
Choose a tag to compare
  • Pre-transform static class property syntax (defaultProps) (#46)
  • Fixed bad TypeScript definition for onResize prop (#44)