UNPKG

3.61 kBMarkdownView Raw
1# History
2----
3
4## 6.9.0 / 2019-10-18
5
6- Rewrite in typescript
7- Fix `scroll={{ x: 'max-content' }}` not working.
8
9## 6.8.0 / 2019-09-03
10
11- Add `tableLayout`, could be set to `fixed`: https://developer.mozilla.org/en-US/docs/Web/CSS/table-layout
12- Add `column.ellipsis` to ellipsize cell content.
13
14## 6.7.0 / 2019-07-22
15
16- Show icon if using `expandIcon` even if `expandRowByClick` is set
17
18## 6.6.0 / 2019-06-04
19
20- Fixed Table header extra vertial scrollbar style.
21
22## 6.5.0 / 2019-04-20
23
24- Add internal interface for col definition.
25
26## 6.4.0 / 2018-10-15
27
28- Render data- and aria- props [#227](https://github.com/react-component/table/pull/227)
29- onCell add row index [#222](https://github.com/react-component/table/pull/222)
30- Add expandIcon [#236](https://github.com/react-component/table/pull/236)
31
32## 6.3.1 / 2018-08-02
33
34- Revert [112346](https://github.com/react-component/table/commit/112346ca75e8057771cf70fc8fde4bf5f63ce2e8) since too many edge cases.
35
36## 6.3.0 / 2018-08-02
37
38- Fixed header will read cell width from body.
39
40## 6.2.0 / 2018-05-09
41
42- Add `expanded` as the fourth parameter to `expandedRowRender`.
43
44## 6.0.0 / 2017-11-14
45
46- Refactor.
47- Allow override default examples.
48- Add Table[onRow] and column[onCell].
49- Add column[align].
50
51## 5.6.0 / 2017-08-27
52
53- Better empty data style for fixed-columns Table.
54
55## 5.5.0 / 2017-08-17
56
57- Add `onRowContextMenu`
58
59## 5.4.0 / 2017-05-23
60
61- Add `onRowMouseEnter`, `onRowMouseLeave`.
62
63## 5.3.0 / 2017-04-06
64
65- `emptyText` support React.Node
66
67## 5.0.0 / 2016-09-07
68
69- Remove props `columnsPageSize` and `columnsPageRange`, use fixed columns instead.
70- Add prop `onRowDoubleClick`.
71- Improve perfermance when expand row.
72
73## 4.6.0 / 2016-08-29
74
75Add prop `emptyText`.
76
77## 4.5.3 / 2016-08-24
78
79[#76](https://github.com/react-component/table/pull/76)
80
81## 4.5.2 / 2016-08-23
82
83Add `indent` as third argument to `rowClassName` `rowRef` `expandRowClassName`
84
85## 4.5.1 / 2016-08-19
86
87Add original event param for `onRowClick`
88
89## 4.5.0 / 2016-08-17
90
91Add `expandRowByClicky` prop, allow expanding the row by clicking it.
92
93## 4.4.7 / 2016-08-16
94
95Fix https://github.com/ant-design/ant-design/issues/2729
96
97## 4.4.6 / 2016-08-05
98
99Fix https://github.com/ant-design/ant-design/issues/2625
100
101## 4.4.2 / 2016-08-01
102
103- Improve row and cell render perfermance.
104
105## 4.4.1 / 2016-07-24
106
107- Fix row expand of key 0 record. (ant-design/ant-design#2471)
108
109## 4.4.0 / 2016-07-19
110
111- Add `title` prop [demo](http://react-component.github.io/table/examples/title-and-footer.html)
112- Add `getBodyWrapper` prop [demo](http://react-component.github.io/table/examples/animation.html)
113- Use `maxHeight` for fixed-header Table [#65](https://github.com/react-component/table/issues/65)
114
115## 4.3.0 / 2016-06-20
116
117- support `rowKey="uid"`
118
119## 4.2.0 / 2016-06-16
120
121- Header can be scroll in fixed-columns Table
122
123## 4.1.0 / 2016-06-01
124
125- Support nested string of `dataIndex`
126- Fix fixed Table with expand row
127
128## 4.0.0 / 2016-04-18
129
130- Support fixed columns
131- Add `scroll` prop
132- Add `defaultExpandAllRows` prop
133- Add `onExpand` prop
134- Add `rowRef` prop
135
136## 3.11.0 / 2016-02-25
137
138- Add prop `showHeader`
139- support render footer via `footer={() => <div>xxx</div>}`
140
141## 3.10.0 / 2016-02-22
142
143- Add prop expandIconColumnIndex
144
145## 3.9.0 / 2016-01-19
146
147- support pinned and paging columns.
148
149## 3.8.0
150
151- Add `onRowClick`
152
153## 3.7.0
154
155- Add `childenIndent`
156
157## 3.6.0 / 2015-11-11
158
159- add defaultExpandedRowKeys/expandedRowKeys/onExpandedRowsChange prop
160
161## 3.5.0 / 2015-11-03
162
163- Add colSpan and rowSpan support
164
165## 3.3.0 / 2015-10-27
166
167- support react 0.14
168
169## 3.2.0 / 2015-09-09
170
171- add expandIconAsCell prop