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

Changelog History
Page 5

  • v5.0.1 Changes

    September 28, 2016

    reactabular-easy

    • Bug fix - If there are no draggable headers, do not inject dnd.Header. This means you don't need to set up React DnD if you aren't using drag and drop functionality. #209
  • v5.0.0 Changes

    September 28, 2016

    reactabular-easy

    • Breaking - Push children toggle behavior to onToggleShowingChildren prop. See the readme for a sample implementation. This makes the implementation more flexible. You can trigger reactabular-tree collapseAll and expandAll over showingChildren for instance.
  • v4.3.0 Changes

    September 27, 2016

    reactabular-tree

    • Feature - Let toggleChildren toggle when cell is clicked. If you want the old behavior, override onClick through props.
    • Feature - Add collapseAll and expandAll helpers.
  • v4.2.0 Changes

    September 23, 2016

    reactabular-easy

    • Feature - Accept toggleChildrenProps for customization.

    reactabular-tree

    • Feature - Allow toggleChildren to accept props for customization.
  • v4.1.0 Changes

    September 20, 2016

    react-edit

    • Feature - Pass extraParameters to edit interface. #201

    reactabular-sort

    • Feature - Add sort.byColumnsPrioritizeLastSorted. #199
  • v4.0.0 Changes

    September 12, 2016

    reactabular-easy

    • Breaking - Push onDragColumn control to user. Earlier it managed widths through CSS (more performant, but also more brittle). The problem with that was that the initial update of a stylesheet could fail (no widths were set). Now widths are controlled by React completely. Note that the API changed to onDragColumn(width, { columnIndex }).
  • v3.0.6 Changes

    September 12, 2016

    reactabular-table

    • Feature - Allow BodyRow shouldComponentUpdate to be overridden by setting components.body.row.shouldComponentUpdate = true.

    reactabular-virtualized

    • Bug fix - Rework initial measurement so that it works with CSS solutions like Radium.
  • v3.0.5 Changes

    September 02, 2016

    reactabular-tree

    • Feature - Allow id to be passed to filter.

    reactabular-easy

    • Bug fix - Pass rowKey to tree.filter. This way it filters correctly with arbitrary ids.
  • v3.0.4 Changes

    September 02, 2016

    reactabular-tree

    • Feature - Allow toggleChildren id to be customized (not just "id" anymore).

    reactabular-easy

    • Bug fix - Pass rowKey to tree.toggleChildren. This way toggling can work with arbitrary ids.
  • v3.0.3 Changes

    September 01, 2016

    reactabular-easy

    • Bug fix - Drop redundant console.log.