This repository was archived by the owner on Mar 31, 2025. It is now read-only.
chore(deps): update dependency react-table to v7#112
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
chore(deps): update dependency react-table to v7#112renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
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
|
49b96e7 to
8d086e5
Compare
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
8d086e5 to
8b7682e
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
6.11.5->7.8.0Release Notes
tannerlinsley/react-table (react-table)
v7.8.0Compare Source
What's Changed
New Contributors
Full Changelog: TanStack/table@v7.7.0...v7.8.0
v7.7.0Compare Source
Features
v7.6.3Compare Source
Bug Fixes
v7.6.2Compare Source
Bug Fixes
v7.6.1Compare Source
Bug Fixes
v7.6.0Compare Source
Bug Fixes
Features
v7.5.2Compare Source
Bug Fixes
v7.5.1Compare Source
Bug Fixes
v7.5.0Compare Source
Features
v7.4.2Compare Source
Bug Fixes
v7.4.1Compare Source
Bug Fixes
v7.4.0Compare Source
Bug Fixes
Features
v7.3.5Compare Source
Bug Fixes
v7.3.4Compare Source
Bug Fixes
v7.3.3Compare Source
Bug Fixes
v7.3.2Compare Source
Bug Fixes
useColumnOrderto be used before useGroupBy (#2553) (7044363)v7.3.1Compare Source
Bug Fixes
v7.3.0Compare Source
Features
v7.2.2Compare Source
Bug Fixes
v7.2.1Compare Source
Bug Fixes
v7.2.0Compare Source
Bug Fixes
Features
v7.1.0Compare Source
Bug Fixes
Features
v7.0.6Compare Source
Bug Fixes
v7.0.5Compare Source
v7.0.4Compare Source
v7.0.3Compare Source
v7.0.2Compare Source
v7.0.1Compare Source
v7.0.0React 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
useTablehook. 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!
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.