-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): update dependency react-table to v7 #112
base: main
Are you sure you want to change the base?
Conversation
Reviewer's Guide by SourceryThis pull request updates the react-table dependency from version 6.8.6 to 7.8.0. This is a major version update, which includes significant changes to the library's API and internal structure. The update was performed by Renovate. Class diagram showing major changes in react-table v7classDiagram
class ReactTable_v6 {
+render()
+state
+props
}
class ReactTable_v7 {
+useTable()
+useFilters()
+useSortBy()
+usePagination()
+useRowSelect()
+useColumnOrder()
}
note for ReactTable_v7 "Converted to hooks-based API
Headless UI approach"
ReactTable_v6 --> ReactTable_v7: Major version update
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have skipped reviewing this pull request. It seems to have been created by a bot (hey, renovate[bot]!). We assume it knows what it's doing!
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
49b96e7
to
8d086e5
Compare
This PR contains the following updates:
6.8.6
->7.8.0
Release Notes
tannerlinsley/react-table (react-table)
v7.8.0
Compare Source
What's Changed
New Contributors
Full Changelog: TanStack/table@v7.7.0...v7.8.0
v7.7.0
Compare Source
Features
v7.6.3
Compare Source
Bug Fixes
v7.6.2
Compare Source
Bug Fixes
v7.6.1
Compare Source
Bug Fixes
v7.6.0
Compare Source
Bug Fixes
Features
v7.5.2
Compare Source
Bug Fixes
v7.5.1
Compare Source
Bug Fixes
v7.5.0
Compare Source
Features
v7.4.2
Compare Source
Bug Fixes
v7.4.1
Compare Source
Bug Fixes
v7.4.0
Compare Source
Bug Fixes
Features
v7.3.5
Compare Source
Bug Fixes
v7.3.4
Compare Source
Bug Fixes
v7.3.3
Compare Source
Bug Fixes
v7.3.2
Compare Source
Bug Fixes
useColumnOrder
to be used before useGroupBy (#2553) (7044363)v7.3.1
Compare Source
Bug Fixes
v7.3.0
Compare Source
Features
v7.2.2
Compare Source
Bug Fixes
v7.2.1
Compare Source
Bug Fixes
v7.2.0
Compare Source
Bug Fixes
Features
v7.1.0
Compare Source
Bug Fixes
Features
v7.0.6
Compare Source
Bug Fixes
v7.0.5
Compare Source
v7.0.4
Compare Source
v7.0.3
Compare Source
v7.0.2
Compare Source
v7.0.1
Compare Source
v7.0.0
React Table v7 marks the culmination of over a years worth of work to refactor the entire library to a hooks-only UI/Style/Markup agnostic table building utility.
This latest version is a collection of React hooks and plugins (which are also hooks!) that help you flexibly compose logical features of the most complex data grids into a single API returned by the primary
useTable
hook. This API is performant, extensible, and unopinionated about markup, styles or rendering.From the new Concepts documentation page:
React Table v7 is a headless utility, which means out of the box, it doesn't render or supply any actual UI elements. You are in charge of utilizing the state and callbacks of the hooks provided by this library to render your own table markup. Read this article to understand why React Table is built this way. If you don't want to, then here's a quick rundown anyway:
Features from the README:
A special thanks!
With the help of many contributors and awesome sponsors, React Table has become a very powerful tool that will continue to support the React ecosystem for many years to come.
Well, what are you waiting for!
Go get started!
v6.11.4
Compare Source
v6.11.3
Compare Source
v6.10.2
Compare Source
v6.10.1
Compare Source
v6.10.0
Compare Source
v6.9.0
Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.