react-grid-layout v0.10.0 Release Notes

  • 🚀 This long-awaited release provides React 0.14 compatibility and a rewrite of the underlying <Draggable> functionality.

    💥 Breaking changes:

    • ListensToWidth replaced with WidthProvider which must wrap <ResponsiveReactGridLayout> and <ReactGridLayout> to provide width data. See doc for example.
    • Prop initialWidth renamed to width.
    • Grid Layout keys must be type of string now.

    Other changes:

    • Finally compatible with React 0.14! Big thanks to @menelike for his help.
    • ⬆️ Upgraded to Babel 6.
    • Full typechecking via Flow.
    • 🛠 Lots of misc bugfixes.
      • See beta releases below for more details.