Skip to content

Commit 6b94850

Browse files
committed
chore: update dumi version
1 parent b0a09b6 commit 6b94850

File tree

4 files changed

+238
-201
lines changed

4 files changed

+238
-201
lines changed

CHANGELOG.md

+231
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,231 @@
1+
# Changelog
2+
3+
## 7.13.3
4+
5+
`2021-03-18`
6+
7+
- fix: table header broken when scroll do not have the data. [#595](https://github.com/react-component/table/pull/595)
8+
9+
## 7.13.2
10+
11+
`2021-03-11`
12+
13+
- fix: Let width go when scroll do not have the data. [#594](https://github.com/react-component/table/pull/594)
14+
15+
## 7.13.1
16+
17+
`2021-01-28`
18+
19+
- fix: Cannot read property 'scrollLeft' of null.
20+
21+
## 7.12.4
22+
23+
`2021-01-27`
24+
25+
- feat: use ReadonlyArray in props. [#574](https://github.com/react-component/table/pull/574)
26+
27+
## 7.12.3
28+
29+
`2020-12-25`
30+
31+
- chore: bump rc-resize-observer.
32+
- chore: Fix table warning. [#566](https://github.com/react-component/table/pull/566)
33+
34+
## 7.12.2
35+
36+
`2020-12-12`
37+
38+
- fix: resolve no date header width when sticky. [#564](https://github.com/react-component/table/pull/564)
39+
40+
## 7.12.1
41+
42+
`2020-12-08`
43+
44+
- chore: fix build css lost.
45+
46+
## 7.12.0
47+
48+
`2020-12-08`
49+
50+
- docs: use dumi. [#558](https://github.com/react-component/table/pull/558)
51+
52+
## 7.11.3
53+
54+
`2020-11-25`
55+
56+
- fix: ping left right in rtl. [#556](https://github.com/react-component/table/pull/556)
57+
58+
---
59+
60+
Middle check in [releases](https://github.com/react-component/table/releases).
61+
62+
---
63+
64+
## 6.9.0 / 2019-10-18
65+
66+
- Rewrite in typescript
67+
- Fix `scroll={{ x: 'max-content' }}` not working.
68+
69+
## 6.8.0 / 2019-09-03
70+
71+
- Add `tableLayout`, could be set to `fixed`: https://developer.mozilla.org/en-US/docs/Web/CSS/table-layout
72+
- Add `column.ellipsis` to ellipsize cell content.
73+
74+
## 6.7.0 / 2019-07-22
75+
76+
- Show icon if using `expandIcon` even if `expandRowByClick` is set
77+
78+
## 6.6.0 / 2019-06-04
79+
80+
- Fixed Table header extra vertial scrollbar style.
81+
82+
## 6.5.0 / 2019-04-20
83+
84+
- Add internal interface for col definition.
85+
86+
## 6.4.0 / 2018-10-15
87+
88+
- Render data- and aria- props [#227](https://github.com/react-component/table/pull/227)
89+
- onCell add row index [#222](https://github.com/react-component/table/pull/222)
90+
- Add expandIcon [#236](https://github.com/react-component/table/pull/236)
91+
92+
## 6.3.1 / 2018-08-02
93+
94+
- Revert [112346](https://github.com/react-component/table/commit/112346ca75e8057771cf70fc8fde4bf5f63ce2e8) since too many edge cases.
95+
96+
## 6.3.0 / 2018-08-02
97+
98+
- Fixed header will read cell width from body.
99+
100+
## 6.2.0 / 2018-05-09
101+
102+
- Add `expanded` as the fourth parameter to `expandedRowRender`.
103+
104+
## 6.0.0 / 2017-11-14
105+
106+
- Refactor.
107+
- Allow override default examples.
108+
- Add Table[onRow] and column[onCell].
109+
- Add column[align].
110+
111+
## 5.6.0 / 2017-08-27
112+
113+
- Better empty data style for fixed-columns Table.
114+
115+
## 5.5.0 / 2017-08-17
116+
117+
- Add `onRowContextMenu`
118+
119+
## 5.4.0 / 2017-05-23
120+
121+
- Add `onRowMouseEnter`, `onRowMouseLeave`.
122+
123+
## 5.3.0 / 2017-04-06
124+
125+
- `emptyText` support React.Node
126+
127+
## 5.0.0 / 2016-09-07
128+
129+
- Remove props `columnsPageSize` and `columnsPageRange`, use fixed columns instead.
130+
- Add prop `onRowDoubleClick`.
131+
- Improve perfermance when expand row.
132+
133+
## 4.6.0 / 2016-08-29
134+
135+
Add prop `emptyText`.
136+
137+
## 4.5.3 / 2016-08-24
138+
139+
[#76](https://github.com/react-component/table/pull/76)
140+
141+
## 4.5.2 / 2016-08-23
142+
143+
Add `indent` as third argument to `rowClassName` `rowRef` `expandRowClassName`
144+
145+
## 4.5.1 / 2016-08-19
146+
147+
Add original event param for `onRowClick`
148+
149+
## 4.5.0 / 2016-08-17
150+
151+
Add `expandRowByClicky` prop, allow expanding the row by clicking it.
152+
153+
## 4.4.7 / 2016-08-16
154+
155+
Fix https://github.com/ant-design/ant-design/issues/2729
156+
157+
## 4.4.6 / 2016-08-05
158+
159+
Fix https://github.com/ant-design/ant-design/issues/2625
160+
161+
## 4.4.2 / 2016-08-01
162+
163+
- Improve row and cell render perfermance.
164+
165+
## 4.4.1 / 2016-07-24
166+
167+
- Fix row expand of key 0 record. (ant-design/ant-design#2471)
168+
169+
## 4.4.0 / 2016-07-19
170+
171+
- Add `title` prop [demo](http://react-component.github.io/table/examples/title-and-footer.html)
172+
- Add `getBodyWrapper` prop [demo](http://react-component.github.io/table/examples/animation.html)
173+
- Use `maxHeight` for fixed-header Table [#65](https://github.com/react-component/table/issues/65)
174+
175+
## 4.3.0 / 2016-06-20
176+
177+
- support `rowKey="uid"`
178+
179+
## 4.2.0 / 2016-06-16
180+
181+
- Header can be scroll in fixed-columns Table
182+
183+
## 4.1.0 / 2016-06-01
184+
185+
- Support nested string of `dataIndex`
186+
- Fix fixed Table with expand row
187+
188+
## 4.0.0 / 2016-04-18
189+
190+
- Support fixed columns
191+
- Add `scroll` prop
192+
- Add `defaultExpandAllRows` prop
193+
- Add `onExpand` prop
194+
- Add `rowRef` prop
195+
196+
## 3.11.0 / 2016-02-25
197+
198+
- Add prop `showHeader`
199+
- support render footer via `footer={() => <div>xxx</div>}`
200+
201+
## 3.10.0 / 2016-02-22
202+
203+
- Add prop expandIconColumnIndex
204+
205+
## 3.9.0 / 2016-01-19
206+
207+
- support pinned and paging columns.
208+
209+
## 3.8.0
210+
211+
- Add `onRowClick`
212+
213+
## 3.7.0
214+
215+
- Add `childenIndent`
216+
217+
## 3.6.0 / 2015-11-11
218+
219+
- add defaultExpandedRowKeys/expandedRowKeys/onExpandedRowsChange prop
220+
221+
## 3.5.0 / 2015-11-03
222+
223+
- Add colSpan and rowSpan support
224+
225+
## 3.3.0 / 2015-10-27
226+
227+
- support react 0.14
228+
229+
## 3.2.0 / 2015-09-09
230+
231+
- add expandIconAsCell prop

0 commit comments

Comments
 (0)