refinedev / refine

A React Framework for building internal tools, admin panels, dashboards & B2B apps with unmatched flexibility.
https://refine.dev
MIT License
28.56k stars 2.23k forks source link

feat: `tableQueryResult` name to `tableQuery` #6172

Closed alicanerdurmaz closed 3 months ago

alicanerdurmaz commented 4 months ago

PR Checklist

Please check if your PR fulfills the following requirements:

Bugs / Features

What is the current behavior?

useTable usage like this:

const { tableQueryResult } = useTable();

What is the new behavior?

refactored to this for better readability

const { tableQuery } = useTable();

fixes #6169

Notes for reviewers

you can use this tool to debug codemod https://astexplorer.net/#/gist/5f43ae22d3a6630e5951341c0967f580/latest

changeset-bot[bot] commented 4 months ago

🦋 Changeset detected

Latest commit: d84777450465976b91aa432fd5fde7b6f3219e1a

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 4 packages | Name | Type | | ------------------ | ----- | | @refinedev/core | Minor | | @refinedev/mui | Minor | | @refinedev/antd | Minor | | @refinedev/codemod | Minor |

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

github-actions[bot] commented 4 months ago

🚀 Deployed on https://deploy-preview-app-crm-6172-merge--refine-doc-preview.netlify.app

cypress[bot] commented 4 months ago



Test summary

381 0 37 0


Run details

Project refine
Status Passed
Commit a1f02364fc ℹ️
Started Jul 30, 2024 9:23 PM
Ended Jul 30, 2024 9:41 PM
Duration 17:47 💡
OS Linux Ubuntu -
Browser Electron 118

View run in Cypress Cloud ➡️


This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. You can manage this integration in this project's settings in the Cypress Cloud