UNPKG

1.21 kBMarkdownView Raw
18.12.0 / 2017-10-05
2==================
3
4 * Chore - Support React 16. #324
5
68.7.1 / 2017-03-16
7==================
8
9 * Bug fix - Don't create a new component type on render to avoid issues with controlled components. #287
10
118.6.0 / 2017-01-16
12==================
13
14 * Bug fix - Bump lodash peer dependency to v4 minimum. This was expected already, but the version was wrong.
15
168.0.0 / 2016-11-27
17==================
18
19 * Feature - Expose `dnd.draggableRow`. This allows you to use row dragging with virtualization. Example: `body.row = dnd.draggableRow(Virtualized.BodyRow)`.
20 * Feature - `dnd.draggableRow` hooks into row level (`onRow({ rowId })`) props `onCanMove({ rowId })`, `onMoveStart({ rowId })`, `onMove({ sourceRowId, targetRowId })`, and `onMoveEnd({ rowId })` instead of just `onMove`.
21 * Feature - Fail fas if `moveLabels` is missing data.
22 * Feature - Expose `move` core algorithm. This can be useful standalone.
23
247.0.0 / 2016-11-03
25==================
26
27 * Breaking - Rework `moveRows` interface. Instead of `moveRows(rows, { sourceRowId, targetRowId }) => rows` it's `moveRows({ sourceRowId, targetRowId }) => (rows) => <movedRows>` now.
28
292.0.0 / 2016-08-16
30==================
31
32 * Initial release.