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

Changelog History
Page 4

  • v0.15.0 Changes

    August 21, 2017
    • ⬆️ Package upgrades, including Webpack 3
    • ⬆️ Flow typedef upgrades for the 0.53 rework
    • ➕ Add faulty key value in duplicate key error message (#602)
  • v0.14.7 Changes

    July 14, 2017
  • v0.14.6 Changes

    April 19, 2017
    • 🛠 Fixed a bad publish (connectivity issue).
  • v0.14.5 Changes

    April 19, 2017
    • 📦 Moved to prop-types package to avoid React.PropTypes deprecation in 15.5. Thanks @inverts!
  • v0.14.4 Changes

    March 09, 2017

    🛠 Fixes:

    • Typecheck in WidthProvider to satisfy Flow (and technically, this could be a Text node)
    Dev:
    • ⚡️ Update Flow
  • v0.14.3 Changes

    February 22, 2017

    🛠 Fixes:

    • 👀 Reverted #499; msTransform is indeed correct. See discussion.
  • v0.14.2 Changes

    February 22, 2017

    🛠 Fixes:

    • 🛠 Fixed use of MSTranform for IE. Thanks @dvoaviarison (#499)
    • 🛠 Fix generation of source maps, which was temporarily broken by the webpack 2 upgrade.

    Internal:

    • ⚡️ Update development dependencies and babel version.
  • v0.14.1 Changes

    February 20, 2017

    🛠 Fixes:

    • 🛠 Fixed a minor Flow type issue when a classnames typedef is present.
    • 🛠 Fixed a scoping issue when running make build-example.
  • v0.14.0 Changes

    February 13, 2017

    🔋 Features:

    • 🆕 New test suite - thanks @nikolas
    • ⚡️ Dev Dependency updates
    • 🔒 Committed yarn.lock
    • ➕ Added react-draggable classname to draggable grid items.
  • v0.13.9 Changes

    October 13, 2016

    🛠 Fixes:

    • 🛠 Fixed sorting of layout items, which could be different in IE if two items have the same x & y coordinate.