Patch Changes
-
#7016
97e974547949197ed9ca4a1e02b19ef3fc46b673
Thanks @DoguhanOzgurAkca! - feat: comprehensive deprecated code cleanup for v5This 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 (useAuthPage
instead) - Removed deprecated
useSiderVisible
hook (useuseThemedLayoutContext
instead)
@refinedev/chakra-ui:
- Removed deprecated
ReadyPage
component (use custom components instead) - Removed deprecated
useSiderVisible
hook (useuseThemedLayoutContext
instead)
@refinedev/mantine:
- Removed deprecated
useSiderVisible
hook (useuseThemedLayoutContext
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
- Removed deprecated
-
#7015
acb1e96b0d6cfddbd6115818b8f01c73d56934ff
Thanks @BatuhanW! - fix: incorrect parseTableParams issue.Resolves (#7013)[https://github.com//issues/7013]