github react-grid-layout/react-grid-layout 0.10.0

latest releases: 1.4.4, 1.4.3, 1.4.2...
7 years ago

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.

Don't miss a new react-grid-layout release

NewReleases is sending notifications on new releases.