Releases: bvaughn/react-virtualized-auto-sizer
Releases · bvaughn/react-virtualized-auto-sizer
1.0.14
1.0.13
1.0.12
- Fix regression introduced in 1.0.8 with transformations; pass unscaled width and height as "default" params (and add additional
scaledHeight
andscaledWidth
params tochildren
function) - Use
ResizeObserver
when possible; fallback to legacy resize polyfill logic otherwise