react-grid-layout v1.3.1 Release Notes

Release Date: 2021-11-29 // over 2 years ago
  • ๐Ÿ›  Bugfixes

    • ๐Ÿ›  Fix allowOverlap not firing onLayoutChange(). #1620
      • This was due to a short-circuiting of internal logic that did not properly clone the layout prop.

    Internal Changes

    • ๐Ÿ“ฆ Replace classnames with clsx for smaller package size. (#1543)