react-grid-layout v0.18.1 Release Notes

Release Date: 2020-02-25 // about 4 years ago
  • ๐Ÿš€ This release contains typedef changes only.

    ๐Ÿ›  Bugfixes

    • Flow types:
      • Make Props to <ReactGridLayout> and <ResponsiveReactGridLayout> exact.
      • Fix loss of props refinement when passing through WidthProvider.
      • Fix Flow errors as surfaced in #1138.
      • Modify examples to use types so that the above type error can't resurface