Commit Graph

506 Commits

Author SHA1 Message Date
Yurui Zhang
f8563affb5 properly initialize state in lifecycle.js (#1707) 2019-12-05 14:40:51 -05:00
Yurui Zhang
22c703391c [v6] fixes broken lifecycle.js (#1699)
* resumes broken lifecycle.js

* add back componentDidMount in lifecycle.js
2019-12-03 22:27:25 -07:00
Tanner Linsley
3107517226
Update README.md 2019-11-21 20:24:15 -07:00
Henry Q. Dineen
f2e62a13f2 v6: prefer components in normalizeComponent (#1609)
* prefer components in normalizeComponent

* move react-is to direct dep
2019-11-20 08:47:06 -07:00
Roman Komarov
fb134462ff Added index.d.ts to the package.json (#1599) 2019-11-05 14:37:41 -07:00
Yurui Zhang
da5e9d7d27 v6: avoid calling setState in constructor from lifecycle.js (#1621)
* avoid calling setState in constructor from lifecycle.js

* fixes lint errors
2019-10-30 04:57:12 +01:00
Roman Komarov
3e464faf8c Changing the name to react-table-v6 (#1584)
Also adds the corresponding changes to the documentation
and adds TypeScript definitions.
2019-10-10 06:54:10 -06:00
Tanner Linsley
0fde1ed8d6
Update package.json 2019-09-23 11:35:48 -06:00
Yurui Zhang
e1690ea151 fixes deprecated lifecycle method warnings in v6 (#1536)
* try to migrate all the UNSAFE lifecycle methods

* fixes lifecycle.js

* fixes foldableTable

* changes how to reset state in pagination
2019-09-22 15:41:01 -06:00
tannerlinsley
6584dbdad2 Update package.json 2019-09-09 07:52:41 -06:00
tannerlinsley
e4d1b8ac47 Update CHANGELOG.md 2019-09-09 07:51:20 -06:00
tannerlinsley
9b2fc7680a Update utils.js 2019-09-09 07:50:39 -06:00
tannerlinsley
6bc2389ab3 Update CHANGELOG.md 2019-09-06 11:00:49 -06:00
tannerlinsley
872304da17 v6.10.2 2019-09-06 10:59:48 -06:00
Dan Ott
5875f80089 use getPrototypeOf instead of .prototype (#1503) 2019-09-06 10:58:41 -06:00
tannerlinsley
d05e54dee8 v6.10.1 2019-09-06 08:22:14 -06:00
Thomas Rich
ab12816799 Fix 6.10 remounting/double click issue (#1499)
Fixes https://github.com/tannerlinsley/react-table/issues/1336 (or at least fixes my issue with double click not working)
2019-09-05 14:45:03 -06:00
Christian Kellner
8ea48576b8 Fixing react warnings (#1495)
* fixing react warnings

* changing forgotten names to UNSAFE_
2019-09-04 09:07:44 -06:00
Vitali Nedzvedz
5730544d35 fix: replace 'outline: none' with 'outline-width: 0' (#1474) 2019-08-22 14:55:42 -06:00
David H
e2f03ef2f2 * fixed docs: "getTfootThProps" does not exist in code, but "getTfootTdProps" does (#1399)
* added `column` argument to getTfootTdProps function (match getTheadThProps and other prop getters in that scope)
2019-07-16 13:21:43 -06:00
VojtechP
7a38d1fdb3 Fix components prop types (#1390) 2019-07-15 11:26:19 -06:00
JayChung
36666e19d2 Fix deprecated getThProps function in doc (#1387) 2019-07-15 11:25:56 -06:00
Rohit Rajat Chattopadhyay
50b03b7ec6 Added Gold sponsors (#1375)
* Added Gold sponsors

* Broken link fix

zappi.com -> zaippi.io
2019-06-22 06:45:38 -06:00
Jessica Chou
79ba413db2 Fix spelling on word “receive”. (#1351) 2019-05-30 06:33:04 -06:00
Jon Portella
4c68975cf0 fix typo (#1350) 2019-05-30 06:32:44 -06:00
Elie Khoury
0070d60d42 Fix initial state (#1348) 2019-05-30 06:32:18 -06:00
Matthew Lancellotti
1621bcb0c3 Resolve issue #1320 (#1324)
Resolve issue #1320
2019-04-28 19:49:35 -06:00
tannerlinsley
4a4d2245fd 6.10.0 2019-04-23 17:01:28 -06:00
mike391
2c2d2aa092 Add cellInfo to onExpandedChange handler. (#1299) 2019-04-23 16:52:03 -06:00
Tanner Linsley
92321b6d0a Move HOC docs to readme 2019-04-23 16:51:28 -06:00
Andrue Anderson
0c15308d7a fix: use isNaN for IE11 support (#1313) 2019-04-23 16:50:33 -06:00
Bojan Bedrac
8cde0cafbf Typo (#1307)
- fixes a typo in documentation
2019-04-23 16:50:33 -06:00
mike391
afab8a34cc Add cellInfo to onExpandedChange handler. (#1299) 2019-04-23 16:50:33 -06:00
Paul Vogel
969407254f TravisCI badge: Use correct link (#1291)
And correct branch
2019-04-23 16:50:33 -06:00
Michael Quinn
a5a49709d4 Fix #1275 minResizeWidth not working when using functional accessor and column id (#1276) 2019-04-23 16:50:33 -06:00
Tanner Linsley
71c25f571b Update README.md 2019-04-23 16:50:33 -06:00
andreaci
b75055ef38 BUG in resize columns (#1271)
* BUG in resize columns

* rows shorter than 100 chars...

* Revert "rows shorter than 100 chars..."

This reverts commit b32f17a2fe8736fe276b5026997837e6f02ec909.
2019-04-23 16:50:33 -06:00
Tanner Linsley
1079914996 Add links to old codesandbox examples 2019-04-23 16:50:33 -06:00
Tanner Linsley
5301355192 Move HOC docs to readme 2019-04-23 16:50:33 -06:00
Tanner Linsley
4c7e493f41 Create _redirects 2019-04-23 16:50:33 -06:00
Tanner Linsley
928233713e Update README.md 2019-04-23 16:50:33 -06:00
Tanner Linsley
feda66196e Update README.md 2019-04-23 16:50:33 -06:00
Josh McCullough
c1b399d603 cleanup all but one linting issue (#1232) 2019-04-23 16:50:32 -06:00
Jannik Keye
d59d7e4fba feature: allow minResizeWidth to be set (#1135)
* feature: allow minResizeWidth to be set

* fix: add minResizeWidth propType
2019-04-23 16:48:54 -06:00
Josh McCullough
168a8e3f93 update fireFetchData to use current state for select value (#1231) 2019-01-31 10:09:28 -07:00
Josh McCullough
221164484f cleanup all but one linting issue (#1232) 2019-01-31 10:08:31 -07:00
Andrej Gajdos
c7d2c36454 adding position prop into pagination component (#1205)
- adding isTop prop into pagination component, which allows
differentiate if pagination is on top or bottom of the table
2019-01-31 10:08:06 -07:00
Laurent P
26961d0994 [fix] filter data on all available columns not just visible one (#1148) 2019-01-31 10:07:06 -07:00
Devin Clark
de6389cafc Adding IDs for select table, fixing backwards compatibility on floating left checkbox (#1208)
* Adding IDs for select all and individual row checkboxes

* Using keyfield const
2019-01-31 10:06:47 -07:00
Rahul Verma
e0f9d98819 Adds aria-label prop to checkboxes (#1191) 2019-01-31 10:05:15 -07:00