UNPKG

1.32 kBMarkdownView Raw
16.0.0 / 2016-10-14
2==================
3
4 * Improvement - Allow table body and body row `shouldComponentUpdate` to be overridden.
5
63.0.6 / 2016-09-12
7==================
8
9 * Improvement - Allow `BodyRow` `shouldComponentUpdate` to be overridden by setting `components.body.row.shouldComponentUpdate = true`.
10
113.0.0 / 2016-09-01
12==================
13
14 * Breaking - `onRow` accepts `row, { rowIndex, rowKey }` instead of `row, rowIndex`.
15
162.0.5 / 2016-08-26
17==================
18
19 * Improvement - Allow `Body` `rowKey` to be defined as a function (`({ rowData, rowIndex }) => {... return a rowKey ...}`). #193
20
212.0.0 / 2016-08-16
22==================
23
24 * Improvement - Improve performance by pushing `onRow` check lower in the component hierarchy.
25
261.2.3 / 2016-08-08
27==================
28
29 * Improvement - Make `rowKey` propType check compatible with React 15.3. It should give you better output during development now.
30
311.2.0 / 2016-08-05
32==================
33
34 * Bug fix - Pass unresolved values to `Table.Body` transforms instead of resolved ones.
35
361.1.1 / 2016-08-04
37==================
38
39 * Improvement - Drop `lodash/omit` dependency.
40
411.1.0 / 2016-08-03
42==================
43
44 * Improvement - Added `getRef` for getting references to underlying DOM elements.
45
461.0.0 / 2016-07-25
47==================
48
49 * Initial release.