Patch Changes
📢 Refine Community Release 📢
- chore: update package descriptions
📢 Refine Community Release 📢
-
feat: React Router v7 support added.
🚨 These packages are not dependent on
react-router
. However, they use thereact-router
package for testing purposes on Jest environment.
📢 Refine Community Release 📢
-
Feature: Added support for Next.js 15. #6430
To create a new example project with Next.js 15, run the following command:
npm create refine-app@latest -- --example with-nextjs-headless
You can find the source code in the examples/with-nextjs-headless directory.
🚨 While
@refinedev/core
and@refinedev/nextjs-router
do not introduce breaking changes, upgrading to Next.js 15 requires your project to be compatible with React 19. Please refer to the migration guides below:🚨 Additionally, if you're using
@refinedev/antd
,@refinedev/chakra-ui
,@refinedev/mantine
, or@refinedev/mui
, make sure to check their compatibility with React 19.For known issues, migration guidance, and more details, please refer to issue #6430.