react-grid-layout v1.2.5 Release Notes

Release Date: 2021-05-10 // almost 3 years ago
  • ๐Ÿ›  Bugfixes

    • Ensure no negative positions are possible when compacting
    • ๐Ÿ›  Fix resizing on mobile. This was caused by the ref refactor to remove ReactDOM in 1.2.3.
      • Fixes #1458
      • Note: this upgrades react-resizable to 3.0.1, which like our other deps, is only compatible with React@>=16.3.

    ๐Ÿ“š Documentation

    • Document new arity of resizeHandle ((axis: ResizeHandleAxis, ref: ReactRef<HTMLElement>) => React$Element)
    • โœ‚ Remove references to the deprecated verticalCompact prop