-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Comparing changes
Open a pull request
base repository: TanStack/table
base: alpha
head repository: TanStack/table
compare: v7
- 15 commits
- 200 files changed
- 14 contributors
Commits on Jan 25, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 4c531d6 - Browse repository at this point
Copy the full SHA 4c531d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0523bf9 - Browse repository at this point
Copy the full SHA 0523bf9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 76a4a86 - Browse repository at this point
Copy the full SHA 76a4a86View commit details
Commits on Mar 23, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 05ed37c - Browse repository at this point
Copy the full SHA 05ed37cView commit details
Commits on Apr 8, 2022
-
Configuration menu - View commit details
-
Copy full SHA for f2e8827 - Browse repository at this point
Copy the full SHA f2e8827View commit details -
fix: check for row existence in handleRowById (#3422)
Co-authored-by: Joseph Schenck <joseph@josephschenck.com>
Configuration menu - View commit details
-
Copy full SHA for 36bb614 - Browse repository at this point
Copy the full SHA 36bb614View commit details
Commits on Apr 18, 2022
-
fix(useExpanded): state of isAllRowsExpanded on React.StrictMode (#3471)
Change `isAllRowsExpanded` from `instance` to recalculating it by using `state` because `isAllRowsExpanded` from `instance` is toggled twice on React.StrictMode. Ref. #3061
Configuration menu - View commit details
-
Copy full SHA for 20e6c9c - Browse repository at this point
Copy the full SHA 20e6c9cView commit details
Commits on Apr 20, 2022
-
fix(useGridLayout): Support header groups (#3542)
Co-authored-by: Spencer Collins <spencer.collins@spreetail.com>
Configuration menu - View commit details
-
Copy full SHA for 682ac0a - Browse repository at this point
Copy the full SHA 682ac0aView commit details
Commits on Apr 22, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 7440a5b - Browse repository at this point
Copy the full SHA 7440a5bView commit details
Commits on May 4, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 02a4b0d - Browse repository at this point
Copy the full SHA 02a4b0dView commit details
Commits on May 11, 2022
-
fix(useGroupBy): set depth on leaf rows when grouping (#3633)
Add the computed depth to leaf rows returned from groupUpRecursively fixes #3631
Configuration menu - View commit details
-
Copy full SHA for bc5e8b8 - Browse repository at this point
Copy the full SHA bc5e8b8View commit details
Commits on May 16, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 7535f8f - Browse repository at this point
Copy the full SHA 7535f8fView commit details
Commits on Jun 6, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 46bcc7c - Browse repository at this point
Copy the full SHA 46bcc7cView commit details
Commits on Jun 27, 2022
-
docs: Update useGroupBy docs to mention
autoResetGroupBy(#4035)Other plugin pages explicitly mention this flag (e.g. useExpanded), but useGroupBy didn't — added it in!
Configuration menu - View commit details
-
Copy full SHA for b77ed82 - Browse repository at this point
Copy the full SHA b77ed82View commit details
Commits on Jul 22, 2022
-
fix(useTable): work around React 18 useReducer eager bailout change (#…
…4207) React 18 removed some logic from `useReducer()` where a dispatch would eagerly call reducers to recompute the state so now reducers will be called after render. This poses a problem for `useTable()` because during render it mutates the `instance` by spreading in `props` and does not expect this to happen before reducer execution. We were passing a `pageCount: undefined` prop to `useTable()` and by the time the reducer executes `instance.pageCount` is been overwritten, causing a bug in our app. In the Codesandbox reproduction you can see that hitting the "next" button will not work. I understand that our abstraction around `useTable()` probably shouldn't be passing this prop when `undefined` but the behavior change was unexpected and I wonder if it breaks any other assumptions that this library makes. The fix I made here is to just replace `useReducer` with `useState`, which still has the eager bailout check. React PR in question: facebook/react#22445 Codesandbox repro: https://codesandbox.io/s/cool-edison-45tkqx?file=/src/App.js:1331-1358
Configuration menu - View commit details
-
Copy full SHA for 06703a5 - Browse repository at this point
Copy the full SHA 06703a5View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff alpha...v7