react-grid-layout v0.10.2 Release Notes

    • ๐Ÿ›  Bugfix: would synchronize children with layout if the layout in props didn't match the state; this was meant to be a hook for the developer to supply a new layout. The incorrect check could cause the layout to reset if the parent rerendered. The check is now between the layout in nextProps and props.
    • ๐Ÿ›  Bugfix: Fixed a lot of resizing layout bugs; most of the fixes are in react-resizable.
    • ๐Ÿ›  Bugfix: Fixed incorrect typecheck on LayoutItem.i.
    • ๐Ÿ›  Bugfix: Make onLayoutChange fire appropriately (#155).
    • ๐Ÿ›  Bugfix: Fix <ResponsiveGridLayout> not properly reverting when sizing the page up (#154).
    • โœ‚ Remove unused offsetX and offsetY from layouts.
    • โšก๏ธ Dependency updates.