All Versions
97
Latest Version
Avg Release Cycle
50 days
Latest Release
1522 days ago

Changelog History
Page 9

  • v1.0.1 Changes

    July 26, 2016
    • Feature - resolve - Make sure undefined keys aren't included in the resolved result.
    • Bug fix - highlight - Retain original data while highlighting rows.
  • v1.0.0 Changes

    July 25, 2016
    • Complete rewrite. Too many changes to mention. Please study the documentation for details.
  • v0.14.2 Changes

    June 13, 2016
    • Bug fix - Fix postinstall script for Node 0.10. #147 @Gudahtt
  • v0.14.1 Changes

    June 11, 2016
    • Bug fix - Use a ref at input editor over this.getDOMNode() given latter was deprecated in React 15.
  • v0.14.0 Changes

    June 09, 2016
    • Breaking - Force rowKey to be set. This helps with performance so better set that. #135
    • Feature - Drop dependency on react/lib/update. Smaller bundle this way too.
    • Feature - Drop dependency on lodash/merge.
  • v0.13.0 Changes

    June 07, 2016
    • Feature - Support for multiple search filters. #138 @szdc
  • v0.12.1 Changes

    April 08, 2016
    • Expand React peer dependency range to include React 15.
  • v0.12.0 Changes

    March 22, 2016
    • Breaking - Bump lodash minimum version to 4.0.
    • Feature - Import only specific lodash functions. #134 @callahad
  • v0.11.2 Changes

    February 23, 2016
    • Bug fix - Don't attempt to merge table cell values. #132 @trun
  • v0.11.1 Changes

    February 18, 2016
    • Feature - Allow Search "all" to be translated. #130