Skip to content

Releases: refinedev/refine

@refinedev/remix-router@3.0.8

13 Dec 09:49
7eea328
Compare
Choose a tag to compare

Patch Changes

📢 Refine Community Release 📢

  • chore: update package descriptions

@refinedev/react-table@5.6.15

13 Dec 09:49
7eea328
Compare
Choose a tag to compare

Patch Changes

📢 Refine Community Release 📢

  • fix(react-table): add equality checks before setting filters and sorters

    When setting the filters and sorters received from the useTable of @tanstack/react-table to Refine's table state, it was causing unnecessary updates. Those updates sometimes caused queries to stuck in loading state. Adding deep equality checks before setting the filters and sorters solves the issue.

    Resolves #6265

📢 Refine Community Release 📢

  • feat: React Router v7 support added.

    🚨 These packages are not dependent on react-router. However, they use the react-router package for testing purposes on Jest environment.

@refinedev/react-router@1.0.1

13 Dec 09:49
7eea328
Compare
Choose a tag to compare

Patch Changes

📢 Refine Community Release 📢

@refinedev/react-router-v6@4.6.2

13 Dec 09:48
7eea328
Compare
Choose a tag to compare

Patch Changes

📢 Refine Community Release 📢

  • chore: update package descriptions

@refinedev/react-hook-form@4.9.3

13 Dec 09:48
7eea328
Compare
Choose a tag to compare

Patch Changes

📢 Refine Community Release 📢

  • feat: React Router v7 support added.

    🚨 These packages are not dependent on react-router. However, they use the react-router package for testing purposes on Jest environment.

@refinedev/nextjs-router@6.2.1

13 Dec 09:48
7eea328
Compare
Choose a tag to compare

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 the react-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.

@refinedev/nestjsx-crud@5.0.12

13 Dec 09:48
7eea328
Compare
Choose a tag to compare

Patch Changes

📢 Refine Community Release 📢

  • chore: update package descriptions

@refinedev/nestjs-query@1.3.5

13 Dec 09:48
7eea328
Compare
Choose a tag to compare

Patch Changes

📢 Refine Community Release 📢

  • chore: update package descriptions

@refinedev/mui@6.0.1

13 Dec 09:48
7eea328
Compare
Choose a tag to compare

Patch Changes

📢 Refine Community Release 📢

  • chore: update package descriptions

📢 Refine Community Release 📢

  • fix: UI buttons doesn't respect hidden prop.
    From now on, hidden prop will work as expected on all UI buttons.

    UI Buttons:

    • CreateButton
    • ShowButton
    • ListButton
    • EditButton
    • DeleteButton
    • CloneButton

    Resolves #6513

📢 Refine Community Release 📢

  • fix: UI buttons doesn't respect disabled prop.
    From now on, disabled prop will work as expected on all UI buttons.

    UI Buttons:

    • CreateButton
    • ShowButton
    • ListButton
    • EditButton
    • DeleteButton
    • CloneButton

    Resolves #6513

📢 Refine Community Release 📢

  • feat: React Router v7 support added.

    🚨 These packages are not dependent on react-router. However, they use the react-router package for testing purposes on Jest environment.

📢 Refine Community Release 📢

  • feat: added support for Material UI v6 and X Data Grid v7 #6333

    - "@mui/icons-material": "^5.8.3",
    + "@mui/icons-material": "^6.1.6",
    - "@mui/lab": "^5.0.0-alpha.85",
    + "@mui/lab": "^6.0.0-beta.14",
    - "@mui/material": "^5.14.2",
    + "@mui/material": "^6.1.7",
    
    - "@mui/x-data-grid": "^6.6.0",
    + "@mui/x-data-grid": "^7.22.2",

    Here is the updated version alignment:

    @refinedev/mui @mui/x-data-grid @mui/material @mui/system @mui/lab @mui/icons-material @refinedev/inferencer
    5.x.x 6.x.x 5.x.x 5.x.x 5.x.x 5.x.x 4.x.x
    6.x.x 7.x.x 6.x.x 6.x.x 6.x.x 6.x.x 5.x.x

    Please refer to the Migration Guide for Material UI v6 and X Data Grid v7 for more information.

    Resolves #6333

📢 Refine Community Release 📢

  • Introduced containerBoxProps and childrenBoxProps props to ThemedLayoutV2 to allow for greater control over the layout - including styling.

📢 Refine Community Release 📢

  • feat: added minItems prop to specify the minimum number of items required for rendering breadcrumbs. #6497

    Resolves #6497

📢 Refine Community Release 📢

  • Enhanced the ThemedSideV2 component with new functionality to support dynamic onSiderCollapsed handling. This allows better customization of sider collapse/expand events and improved responsiveness for mobile and desktop views. Added additional type definitions and ensured compatibility across all layout contexts. resolves #6508

  • Updated dependencies []:

    • @refinedev/ui-types@1.23.1
    • @refinedev/react-hook-form@4.9.3

@refinedev/mantine@2.35.1

13 Dec 09:48
7eea328
Compare
Choose a tag to compare

Patch Changes

📢 Refine Community Release 📢

  • fix: UI buttons doesn't respect hidden prop.
    From now on, hidden prop will work as expected on all UI buttons.

    UI Buttons:

    • CreateButton
    • ShowButton
    • ListButton
    • EditButton
    • DeleteButton
    • CloneButton

    Resolves #6513

📢 Refine Community Release 📢

  • fix: UI buttons doesn't respect disabled prop.
    From now on, disabled prop will work as expected on all UI buttons.

    UI Buttons:

    • CreateButton
    • ShowButton
    • ListButton
    • EditButton
    • DeleteButton
    • CloneButton

    Resolves #6513

📢 Refine Community Release 📢

  • feat: React Router v7 support added.

    🚨 These packages are not dependent on react-router. However, they use the react-router package for testing purposes on Jest environment.

📢 Refine Community Release 📢

  • feat: added minItems prop to specify the minimum number of items required for rendering breadcrumbs. #6497

    Resolves #6497

📢 Refine Community Release 📢

  • Enhanced the ThemedSideV2 component with new functionality to support dynamic onSiderCollapsed handling. This allows better customization of sider collapse/expand events and improved responsiveness for mobile and desktop views. Added additional type definitions and ensured compatibility across all layout contexts. resolves #6508

  • Updated dependencies []:

    • @refinedev/ui-types@1.23.1