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

Changelog History
Page 10

  • v0.11.0 Changes

    February 14, 2016
    • Bug fix - Cell functions could be skipped when two columns shared the same property. #129 @MrOrz
  • v0.10.4 Changes

    February 13, 2016
    • Feature - Relaxed about lodash peer version, now < 5. #128 @FredericHeem
  • v0.10.3 Changes

    January 31, 2016
    • Feature - Support multi-column sorts a la react-datagrid (cycle through ascending, descending, none independently). #127 @JeffSanchez
  • v0.10.2 Changes

    January 22, 2016
    • Bug Fix - ”formatter shortcut” logic in cell function. #125 @MrOrz
  • v0.10.1 Changes

    January 21, 2016
    • Bug Fix - Do not show React elements at search dropdown Only strings and numbers are allowed. #124
  • v0.10.0 Changes

    January 19, 2016
    • Bug Fix - Merge props & values of cell functions correctly. #53, #122 @MrOrz
    • Documentation - Correct usage from props.header to props.columnNames. #121 @goldensunliu
    • Documentation - Fix object protocol example. #117 @arkon
    • Demo - Updated react-pagify
    • Demo - Add double click example for cell
    • Breaking - Replaced className with headerClass. #113 @goldensunliu
  • v0.9.2 Changes

    November 10, 2015
    • Feature - Support Node 0.10 again. #112 @bjrmatos