-
-
Notifications
You must be signed in to change notification settings - Fork 51
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: table-library/react-table-library
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: table-library/react-table-library
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: feat/grid-instead-of-flex
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 17 commits
- 119 files changed
- 1 contributor
Commits on Jun 23, 2022
-
feat(*): use grid instead of flexbox
- less internal styling (padding, margin, etc.) - new Virtualized component for opt-in virtualization - table elements instead of div elements - [ ] make it adjustable - layout via grid-template-columns instead of width/min-width - hide: hideKey: string became hide: boolean - layout={{ fixedHeader: true }} - layout={{ resizedLayout: string }} - layout={{ onLayoutChange: (gridTemplateColumns: string) => void }} BREAKING CHANGE:
Configuration menu - View commit details
-
Copy full SHA for 33e48d6 - Browse repository at this point
Copy the full SHA 33e48d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 60cc37e - Browse repository at this point
Copy the full SHA 60cc37eView commit details -
fix(layout): grid-template-columns becomes --data-table-library_grid-…
…template-columns
Configuration menu - View commit details
-
Copy full SHA for 6ba15e2 - Browse repository at this point
Copy the full SHA 6ba15e2View commit details
Commits on Jun 24, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 4c55dcd - Browse repository at this point
Copy the full SHA 4c55dcdView commit details -
Configuration menu - View commit details
-
Copy full SHA for a40f598 - Browse repository at this point
Copy the full SHA a40f598View commit details -
fix(useResize): when window is small, and there is stiff and % column…
…s, and window gets bigger, the stiff column does not take all space and there is whitespace
Configuration menu - View commit details
-
Copy full SHA for 46db864 - Browse repository at this point
Copy the full SHA 46db864View commit details -
Configuration menu - View commit details
-
Copy full SHA for b27ca0e - Browse repository at this point
Copy the full SHA b27ca0eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 15368d6 - Browse repository at this point
Copy the full SHA 15368d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c4b310 - Browse repository at this point
Copy the full SHA 3c4b310View commit details
Commits on Jun 25, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 922c635 - Browse repository at this point
Copy the full SHA 922c635View commit details -
Configuration menu - View commit details
-
Copy full SHA for ddc595a - Browse repository at this point
Copy the full SHA ddc595aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9158bc4 - Browse repository at this point
Copy the full SHA 9158bc4View commit details
Commits on Jun 27, 2022
-
Configuration menu - View commit details
-
Copy full SHA for ed4825d - Browse repository at this point
Copy the full SHA ed4825dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c4345b - Browse repository at this point
Copy the full SHA 2c4345bView commit details -
fix(Button): button with SVG click should not be handled as row click…
… (double click bug)
Configuration menu - View commit details
-
Copy full SHA for 7c0012f - Browse repository at this point
Copy the full SHA 7c0012fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f90e04 - Browse repository at this point
Copy the full SHA 3f90e04View commit details
Commits on Jun 28, 2022
-
Configuration menu - View commit details
-
Copy full SHA for ece2625 - Browse repository at this point
Copy the full SHA ece2625View commit details
Loading
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 master...feat/grid-instead-of-flex