Skip to content

Conversation

@refine-bot
Copy link
Contributor

@refine-bot refine-bot commented Sep 22, 2025

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@refinedev/[email protected]

Patch Changes

  • #7016 97e974547949197ed9ca4a1e02b19ef3fc46b673 Thanks @DoguhanOzgurAkca! - feat: comprehensive deprecated code cleanup for v5

    This release completes the cleanup of deprecated code that remained after the Refine v5 migration, providing a cleaner and more maintainable codebase.

    Breaking Changes - Removed Deprecated Components

    @refinedev/antd:

    • Removed deprecated ReadyPage component (use custom components instead)
    • Removed deprecated LoginPage component (use AuthPage instead)
    • Removed deprecated useSiderVisible hook (use useThemedLayoutContext instead)

    @refinedev/chakra-ui:

    • Removed deprecated ReadyPage component (use custom components instead)
    • Removed deprecated useSiderVisible hook (use useThemedLayoutContext instead)

    @refinedev/mantine:

    • Removed deprecated useSiderVisible hook (use useThemedLayoutContext instead)

    New Features

    @refinedev/codemod:

    • Added welcome-page-import-from-core codemod transformation
    • Automatically migrates WelcomePage imports from UI libraries to @refinedev/core
    • Run with: npx @refinedev/codemod@latest welcome-page-import-from-core

    Improvements

    @refinedev/antd:

    • Un-deprecated getDefaultFilter function - now the preferred import location
    • Updated documentation to import getDefaultFilter from @refinedev/antd instead of @refinedev/core

    @refinedev/core:

    • Un-deprecated warnWhenUnsavedChanges property in RefineOptions (still valid and actively used)
    • Updated all TanStack Query documentation links from v4 to v5
    • Improved TSDoc comments with current TanStack Query v5 references

    Documentation Updates

    • Updated 7 documentation files to use getDefaultFilter from @refinedev/antd
    • Migrated 22 TanStack Query v4 documentation links to v5
    • All API references now point to current TanStack Query v5 documentation

@refinedev/[email protected]

Patch Changes

  • #7016 97e974547949197ed9ca4a1e02b19ef3fc46b673 Thanks @DoguhanOzgurAkca! - feat: comprehensive deprecated code cleanup for v5

    This release completes the cleanup of deprecated code that remained after the Refine v5 migration, providing a cleaner and more maintainable codebase.

    Breaking Changes - Removed Deprecated Components

    @refinedev/antd:

    • Removed deprecated ReadyPage component (use custom components instead)
    • Removed deprecated LoginPage component (use AuthPage instead)
    • Removed deprecated useSiderVisible hook (use useThemedLayoutContext instead)

    @refinedev/chakra-ui:

    • Removed deprecated ReadyPage component (use custom components instead)
    • Removed deprecated useSiderVisible hook (use useThemedLayoutContext instead)

    @refinedev/mantine:

    • Removed deprecated useSiderVisible hook (use useThemedLayoutContext instead)

    New Features

    @refinedev/codemod:

    • Added welcome-page-import-from-core codemod transformation
    • Automatically migrates WelcomePage imports from UI libraries to @refinedev/core
    • Run with: npx @refinedev/codemod@latest welcome-page-import-from-core

    Improvements

    @refinedev/antd:

    • Un-deprecated getDefaultFilter function - now the preferred import location
    • Updated documentation to import getDefaultFilter from @refinedev/antd instead of @refinedev/core

    @refinedev/core:

    • Un-deprecated warnWhenUnsavedChanges property in RefineOptions (still valid and actively used)
    • Updated all TanStack Query documentation links from v4 to v5
    • Improved TSDoc comments with current TanStack Query v5 references

    Documentation Updates

    • Updated 7 documentation files to use getDefaultFilter from @refinedev/antd
    • Migrated 22 TanStack Query v4 documentation links to v5
    • All API references now point to current TanStack Query v5 documentation

@refinedev/[email protected]

Patch Changes

  • #7016 97e974547949197ed9ca4a1e02b19ef3fc46b673 Thanks @DoguhanOzgurAkca! - feat: comprehensive deprecated code cleanup for v5

    This release completes the cleanup of deprecated code that remained after the Refine v5 migration, providing a cleaner and more maintainable codebase.

    Breaking Changes - Removed Deprecated Components

    @refinedev/antd:

    • Removed deprecated ReadyPage component (use custom components instead)
    • Removed deprecated LoginPage component (use AuthPage instead)
    • Removed deprecated useSiderVisible hook (use useThemedLayoutContext instead)

    @refinedev/chakra-ui:

    • Removed deprecated ReadyPage component (use custom components instead)
    • Removed deprecated useSiderVisible hook (use useThemedLayoutContext instead)

    @refinedev/mantine:

    • Removed deprecated useSiderVisible hook (use useThemedLayoutContext instead)

    New Features

    @refinedev/codemod:

    • Added welcome-page-import-from-core codemod transformation
    • Automatically migrates WelcomePage imports from UI libraries to @refinedev/core
    • Run with: npx @refinedev/codemod@latest welcome-page-import-from-core

    Improvements

    @refinedev/antd:

    • Un-deprecated getDefaultFilter function - now the preferred import location
    • Updated documentation to import getDefaultFilter from @refinedev/antd instead of @refinedev/core

    @refinedev/core:

    • Un-deprecated warnWhenUnsavedChanges property in RefineOptions (still valid and actively used)
    • Updated all TanStack Query documentation links from v4 to v5
    • Improved TSDoc comments with current TanStack Query v5 references

    Documentation Updates

    • Updated 7 documentation files to use getDefaultFilter from @refinedev/antd
    • Migrated 22 TanStack Query v4 documentation links to v5
    • All API references now point to current TanStack Query v5 documentation

@refinedev/[email protected]

Patch Changes

  • #7016 97e974547949197ed9ca4a1e02b19ef3fc46b673 Thanks @DoguhanOzgurAkca! - feat: comprehensive deprecated code cleanup for v5

    This release completes the cleanup of deprecated code that remained after the Refine v5 migration, providing a cleaner and more maintainable codebase.

    Breaking Changes - Removed Deprecated Components

    @refinedev/antd:

    • Removed deprecated ReadyPage component (use custom components instead)
    • Removed deprecated LoginPage component (use AuthPage instead)
    • Removed deprecated useSiderVisible hook (use useThemedLayoutContext instead)

    @refinedev/chakra-ui:

    • Removed deprecated ReadyPage component (use custom components instead)
    • Removed deprecated useSiderVisible hook (use useThemedLayoutContext instead)

    @refinedev/mantine:

    • Removed deprecated useSiderVisible hook (use useThemedLayoutContext instead)

    New Features

    @refinedev/codemod:

    • Added welcome-page-import-from-core codemod transformation
    • Automatically migrates WelcomePage imports from UI libraries to @refinedev/core
    • Run with: npx @refinedev/codemod@latest welcome-page-import-from-core

    Improvements

    @refinedev/antd:

    • Un-deprecated getDefaultFilter function - now the preferred import location
    • Updated documentation to import getDefaultFilter from @refinedev/antd instead of @refinedev/core

    @refinedev/core:

    • Un-deprecated warnWhenUnsavedChanges property in RefineOptions (still valid and actively used)
    • Updated all TanStack Query documentation links from v4 to v5
    • Improved TSDoc comments with current TanStack Query v5 references

    Documentation Updates

    • Updated 7 documentation files to use getDefaultFilter from @refinedev/antd
    • Migrated 22 TanStack Query v4 documentation links to v5
    • All API references now point to current TanStack Query v5 documentation
  • #7015 acb1e96b0d6cfddbd6115818b8f01c73d56934ff Thanks @BatuhanW! - fix: incorrect parseTableParams issue.

    Resolves ([BUG] syncWithLocation broken after PR #6948 - current parameter not passed to useTable in Next.js App Router #7013)[https://github.com/[BUG] syncWithLocation broken after PR #6948 - current parameter not passed to useTable in Next.js App Router #7013]

@refinedev/[email protected]

Patch Changes

  • #7016 97e974547949197ed9ca4a1e02b19ef3fc46b673 Thanks @DoguhanOzgurAkca! - feat: comprehensive deprecated code cleanup for v5

    This release completes the cleanup of deprecated code that remained after the Refine v5 migration, providing a cleaner and more maintainable codebase.

    Breaking Changes - Removed Deprecated Components

    @refinedev/antd:

    • Removed deprecated ReadyPage component (use custom components instead)
    • Removed deprecated LoginPage component (use AuthPage instead)
    • Removed deprecated useSiderVisible hook (use useThemedLayoutContext instead)

    @refinedev/chakra-ui:

    • Removed deprecated ReadyPage component (use custom components instead)
    • Removed deprecated useSiderVisible hook (use useThemedLayoutContext instead)

    @refinedev/mantine:

    • Removed deprecated useSiderVisible hook (use useThemedLayoutContext instead)

    New Features

    @refinedev/codemod:

    • Added welcome-page-import-from-core codemod transformation
    • Automatically migrates WelcomePage imports from UI libraries to @refinedev/core
    • Run with: npx @refinedev/codemod@latest welcome-page-import-from-core

    Improvements

    @refinedev/antd:

    • Un-deprecated getDefaultFilter function - now the preferred import location
    • Updated documentation to import getDefaultFilter from @refinedev/antd instead of @refinedev/core

    @refinedev/core:

    • Un-deprecated warnWhenUnsavedChanges property in RefineOptions (still valid and actively used)
    • Updated all TanStack Query documentation links from v4 to v5
    • Improved TSDoc comments with current TanStack Query v5 references

    Documentation Updates

    • Updated 7 documentation files to use getDefaultFilter from @refinedev/antd
    • Migrated 22 TanStack Query v4 documentation links to v5
    • All API references now point to current TanStack Query v5 documentation

@refinedev/[email protected]

Patch Changes

@refinedev/[email protected]

Patch Changes

@refinedev/[email protected]

Patch Changes

@refine-bot refine-bot requested a review from a team as a code owner September 22, 2025 08:39
@netlify
Copy link

netlify bot commented Sep 22, 2025

Deploy Preview for refine-doc-live-previews ready!

Name Link
🔨 Latest commit 59b1d0a
🔍 Latest deploy log https://app.netlify.com/projects/refine-doc-live-previews/deploys/68d13d325461f2000860231b
😎 Deploy Preview https://deploy-preview-7017--refine-doc-live-previews.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@github-actions
Copy link
Contributor

github-actions bot commented Sep 22, 2025

@github-actions github-actions bot temporarily deployed to deploy-preview-finefoods-client-7017/merge September 22, 2025 08:41 Inactive
@github-actions github-actions bot temporarily deployed to deploy-preview-pixels-7017/merge September 22, 2025 08:41 Inactive
@github-actions github-actions bot temporarily deployed to deploy-preview-invoicer-7017/merge September 22, 2025 08:41 Inactive
@github-actions github-actions bot temporarily deployed to deploy-preview-finefoods-antd-7017/merge September 22, 2025 08:41 Inactive
@github-actions github-actions bot temporarily deployed to deploy-preview-finefoods-material-ui-7017/merge September 22, 2025 08:42 Inactive
@cypress
Copy link

cypress bot commented Sep 22, 2025

refine    Run #12254

Run Properties:  status check passed Passed #12254  •  git commit f7b78b0165 ℹ️: Merge 14913295387a7f4a508ce0156dcc362fff43e424 into 99ec2f945c1b3605238896a8799a...
Project refine
Branch Review changeset-release/main
Run status status check passed Passed #12254
Run duration 19m 29s
Commit git commit f7b78b0165 ℹ️: Merge 14913295387a7f4a508ce0156dcc362fff43e424 into 99ec2f945c1b3605238896a8799a...
Committer Refine Community Bot
View all properties for this run ↗︎

Test results
Tests that failed  Failures 0
Tests that were flaky  Flaky 0
Tests that did not run due to a developer annotating a test with .skip  Pending 22
Tests that did not run due to a failure in a mocha hook  Skipped 0
Tests that passed  Passing 378
View all changes introduced in this branch ↗︎

@refine-bot refine-bot force-pushed the changeset-release/main branch from c5b5458 to 1491329 Compare September 22, 2025 11:22
@github-actions github-actions bot temporarily deployed to deploy-preview-invoicer-7017/merge September 22, 2025 11:24 Inactive
@github-actions github-actions bot temporarily deployed to deploy-preview-pixels-7017/merge September 22, 2025 11:24 Inactive
@github-actions github-actions bot temporarily deployed to deploy-preview-finefoods-client-7017/merge September 22, 2025 11:24 Inactive
@github-actions github-actions bot temporarily deployed to deploy-preview-finefoods-antd-7017/merge September 22, 2025 11:24 Inactive
@github-actions github-actions bot temporarily deployed to deploy-preview-finefoods-material-ui-7017/merge September 22, 2025 11:25 Inactive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants