react-grid-layout v0.17.0 Release Notes

Release Date: 2019-10-24 // over 4 years ago
  • ๐Ÿš€ It's been 18 months since the last release, and this is a pretty large one! For references on the items below, see https://github.com/STRML/react-grid-layout/milestone/1?closed=1.

    Thanks to @daynin and @n1ghtmare for taking an active role in maintaining RGL, and for giving it a much-needed shot in the arm, and thanks to the rest of our contributors.

    ๐Ÿ†• New Features

    • โž• Added ability to drag items into the grid from outside. #980. See the example.
      • This is especially exciting as it opens up new "widget toolbox" use cases such as Example 14 with more intuitive interaction. Thanks @daynin.
    • transformScale prop #987
    • ๐Ÿ“ฑ <ResponsiveReactGridLayout> now supports margin-per-breakpoint #1016

    ๐Ÿ›  Bugfixes

    • onWidthChange only called on breakpoint changes #770
    • ๐Ÿšš Various movement bugs when compaction is off #766
    • Don't fire onDragStop if an item is only clicked, not dragged #1023
    • ๐Ÿ›  Fix infinite loop when dragging over a static element. #1019

    ๐Ÿ”จ Internal Refactors