All Versions
91
Latest Version
Avg Release Cycle
64 days
Latest Release
472 days ago

Changelog History
Page 6

  • v0.12.6 Changes

    June 05, 2016
    • ๐Ÿ›  Fix blindingly obvious bug where mounted isn't set to true. Smack forehead.
  • v0.12.5 Changes

    June 03, 2016
    • ๐Ÿ›  Fixes for server rendering checksum failures.
  • v0.12.4 Changes

    May 22, 2016
    • โšก๏ธ Update to React-Draggable v2. Fixes: #241, #239, #24
      • v2 contains a number of bugfixes & enhancements for touchscreens, multitouch, and scrolling containers.
  • v0.12.3 Changes

    May 03, 2016
    • ๐Ÿ›  Bugfix: Rendering with new breakpoints/cols does not refresh the layout. Fixes #208 - thanks @damienleroux
  • v0.12.2 Changes

    May 01, 2016
    • ๐Ÿ›  Bugfix: Fix warning about undefined useCSSTransforms when server-rendering.
  • v0.12.1 Changes

    April 19, 2016
    • ๐Ÿ›  Bugfix: Don't set layout twice on width change. See #217 - thanks @damienleroux
    • โœจ Enhancement: Add Flow type comments
  • v0.12.0 Changes

    April 14, 2016
    • ๐Ÿ‘€ <ReactGridLayout> will no longer animate so severely on mount. See #212.
      • If you are using <WidthProvider>, you may notice that the container's width still shunts on mount. If you like, you may delay mounting by setting measureBeforeMount={true} on the wrapped element. This will eliminate the mounting animation completely.
      • If you enjoyed the old animation, set useCSSTransforms={this.state.mounted} and toggle the mounting flag. See 0-showcase.jsx for an example.
    • Set more permissive version ranges for <Draggable> and <Resizable> dependencies, as they are now stable and will only introduce breaking changes on major version ticks.
  • v0.11.3 Changes

    April 08, 2016
    • ๐Ÿ‘ Officially support React v15.
  • v0.11.2 Changes

    April 06, 2016
    • ๐Ÿ›  Bugfix: Draggable cancel selectors, see #203 - thanks @RiiD
    • ๐Ÿ›  README fixes, thanks @bravo-kernel & @ro-savage
  • v0.11.1 Changes

    • ๐Ÿ›  Bugfix: <ResponsiveReactGridLayout> was using stale data when synchronizing children with the layout on a breakpoint change.