Tanner Linsley
f74e347a06
v7.0.0-beta.23
2019-12-02 16:53:57 -07:00
Tanner Linsley
ef29b639bd
Update CHANGELOG.md
2019-12-02 16:52:37 -07:00
Tanner Linsley
12b5d05ba2
Fix column resizing
2019-12-02 16:52:10 -07:00
Tanner Linsley
f9a6273184
Rename useMain and useBeforeDimensions hooks
2019-12-02 16:12:23 -07:00
Tanner Linsley
83f889dad5
v7.0.0-beta.22
2019-12-02 12:29:46 -07:00
Tanner Linsley
49674a094a
Update README.md
2019-12-02 11:18:06 -07:00
Tanner Linsley
6cb84037e1
v7.0.0-beta.21
2019-12-02 09:22:33 -07:00
Tanner Linsley
1682aef117
Removed deprecated defaultState export
2019-12-02 09:21:34 -07:00
Tanner Linsley
b1cf2e91dd
Update README.md
2019-12-02 01:30:52 -07:00
Tanner Linsley
127a7fca87
v7.0.0-beta.20
2019-12-02 01:28:28 -07:00
Tanner Linsley
dac4744727
v7.0.0-beta.19
2019-12-01 00:23:42 -07:00
Tanner Linsley
f27263ebbd
v7.0.0-beta.17
2019-12-01 00:05:03 -07:00
Tanner Linsley
31450f1e73
v7.0.0-beta.16
2019-11-30 23:37:47 -07:00
Tanner Linsley
14a9248595
Fix row selection when used with grouping
2019-11-30 23:19:45 -07:00
Tanner Linsley
58ae9edafc
Merge branch 'master' of https://github.com/react-tools/react-table
2019-11-30 22:28:53 -07:00
Tanner Linsley
50f2e84929
Fix memoization in depGetters
2019-11-30 22:28:30 -07:00
Andros Rosa Llop
764a8ce281
Fix default resetSelectedRowsDeps ( #1663 )
...
* This one also is listening to rows, instead of data.
2019-11-29 21:14:25 -07:00
Jason Law
0a512adaf0
fix: memory leak fix ( #1610 )
...
* fix: memory leak
* Style change
2019-11-29 21:14:04 -07:00
Tanner Linsley
ee92b152ba
Remove service workers
2019-11-28 12:25:36 -07:00
Tanner Linsley
301ab1b991
v7.0.0-beta.15
2019-11-25 12:48:07 -07:00
Andros Rosa Llop
e924b80709
Fix types of getRowID & getSubRows ( #1651 )
...
Closes: https://github.com/tannerlinsley/react-table/issues/1628
2019-11-25 12:25:09 -07:00
Andros Rosa Llop
2ecdfbd24e
[Fix] defaultGetResetPageDeps should listen to data, not rows ( #1658 )
...
Related to: https://github.com/tannerlinsley/react-table/issues/1657
Discussion: https://spectrum.chat/react-table/general/v7-maximum-update-depth-exceeded-usegroupby-useexpanded-with-usepagination~2c25e2b8-7a61-4c32-84b3-87db458701c2
Thanks to @iamjon for identifying usePagination was the culprit.
I then checked the last changes made to it, and noticed it was previously listening to data and now it listened to rows (which I believe is a new reference on each render), causing infinite loop on one of its effects.
I tested this change on my project and everything seems ok now.
2019-11-25 12:24:20 -07:00
Andros Rosa Llop
461aa0df96
Types: getGroupByToggleProps was lost ( #1654 )
...
* There it was, on an unused UseGroupByHeaderProps interface, while it should have been on UseGroupByColumnProps.
2019-11-22 19:31:14 -07:00
Tanner Linsley
f7d0d5662e
v7.0.0-beta.14
2019-11-20 12:20:14 -07:00
Tanner Linsley
3187061041
Use effect dependency user call
2019-11-20 12:09:24 -07:00
Tanner Linsley
e2728d0fdb
Add full-width-table example
2019-11-20 11:16:30 -07:00
Tanner Linsley
c80dfabed4
Update README.md
2019-11-20 10:48:52 -07:00
Tanner Linsley
aae70e1189
Update package.json
2019-11-20 10:46:47 -07:00
Tanner Linsley
354ee238e8
Add size-snapshot rollup plugin, upgrade node_modules, remove archives
2019-11-20 10:45:44 -07:00
Tanner Linsley
cdcf11b4b0
v7.0.0-beta.13
2019-11-20 10:26:13 -07:00
Tanner Linsley
b3a4a9db72
Update CHANGELOG.md
2019-11-20 10:25:40 -07:00
Tanner Linsley
df30b97956
Update CHANGELOG.md
2019-11-20 10:24:41 -07:00
Tanner Linsley
58028e45fc
Rename disableGrouping, remove propTypes, update Readme
2019-11-20 10:23:52 -07:00
Tanner Linsley
108ea1d358
Update README.md
2019-11-20 09:50:04 -07:00
Tanner Linsley
aea60278b1
Disable workflows and use travis for now
2019-11-20 09:46:05 -07:00
Tanner Linsley
27cd93f4bf
Merge branch 'master' of https://github.com/react-tools/react-table
2019-11-20 09:40:06 -07:00
Tanner Linsley
ed3dd9e6b5
Add "default" sort/filter/groupBy options for non accessors, rename disableGrouping
2019-11-20 09:35:40 -07:00
Bob
1b3730f5cb
docs: drag and drop example using react dnd ( #1627 )
...
* docs: drag and drop example using react dnd
* docs: add row DnD example to examples list
2019-11-20 08:45:20 -07:00
Christian Lehner
81faac54ac
fixed typo. the key is called data instead of rows ( #1632 )
2019-11-20 08:44:30 -07:00
Tanner Linsley
50b00b67c5
Added data-driven-classes-and-styles example
...
- Also updated snapshots
2019-11-20 08:43:57 -07:00
Nicolas Beauvais
1be9f59180
Fix typo ( #1645 )
2019-11-20 08:00:07 -07:00
Igor Katsuba
6ccdce9908
Refactoring aggregations.js ( #1646 )
...
* Update aggregations.js
* Update aggregations.js
2019-11-18 14:18:48 -07:00
Tanner Linsley
dd0d6d6640
Update README.md
2019-11-14 07:46:04 -07:00
Tanner Linsley
ae37a77c9b
Update README.md
2019-11-14 07:42:51 -07:00
Tanner Linsley
a5e9653165
Merge branch 'master' of https://github.com/react-tools/react-table
2019-11-05 14:41:26 -07:00
ggascoigne
3b03ea32f5
remove Record from HeaderProps and CellProps ( #1601 )
...
These definitions mask errors in the other definitions and there are better
ways of extending these.
See https://github.com/tannerlinsley/react-table/pull/1597 for an
example of an existing prototype that was missing but harder to find
because of these definitions.
2019-11-05 14:37:06 -07:00
Josh Hale
61f0ded1d9
Fix simple typo in comments. ( #1606 )
2019-11-05 14:36:46 -07:00
yvanzo
4c013ba214
fix: empty class attribute ( #1619 )
...
The above `join` returns an empty `className` JSX attribute when
called on an empty array, setting an empty `class` HTML attribute.
fix #1618
2019-11-05 14:29:36 -07:00
Tanner Linsley
1d0c6f5b34
Update api.md
2019-11-05 14:10:55 -07:00
Tanner Linsley
e00704fbce
Test
2019-11-05 14:04:23 -07:00