Skip to content

Releases: refinedev/refine

@refinedev/kbar@1.3.14

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.

@refinedev/inferencer@5.0.1

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

Patch Changes

📢 Refine Community Release 📢

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

    - "@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.

📢 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.

  • Updated dependencies []:

@refinedev/hasura@6.6.10

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

Patch Changes

📢 Refine Community Release 📢

  • chore: update package descriptions

@refinedev/graphql@7.1.1

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

Patch Changes

📢 Refine Community Release 📢

  • Added error handler that will throw GraphQL errors via Tanstack query from urql

📢 Refine Community Release 📢

  • chore: update package descriptions

@refinedev/devtools@1.2.12

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.

  • Updated dependencies []:

    • @refinedev/cli@2.16.42
    • @refinedev/devtools-server@1.1.40
    • @refinedev/devtools-shared@1.1.14

@refinedev/devtools-ui@1.1.31

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.

  • Updated dependencies []:

    • @refinedev/devtools-shared@1.1.14

@refinedev/devtools-shared@1.1.14

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/devtools-server@1.1.40

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.

  • Updated dependencies []:

    • @refinedev/devtools-shared@1.1.14

@refinedev/devtools-internal@1.1.16

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.

  • Updated dependencies []:

    • @refinedev/devtools-shared@1.1.14

@refinedev/core@4.57.1

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

Patch Changes

📢 Refine Community Release 📢

  • This PR fixes an issue where the ListButton component doesn't include a query filter in the navigation URL.

    Resolves #6528

📢 Refine Community Release 📢

  • chore: update package descriptions

📢 Refine Community Release 📢

  • refactor: modified the Authenticated component to receive optional params prop to be passed to the useIsAuthenticated hook.

    Fixes #6309

📢 Refine Community Release 📢

  • fix: useUpdate and useForm hooks throws an error when id is an empty string. (id="") #6505

    This reverts a breaking change introduced in PR #6116 and restores support for using an empty string as id. This enables updates without an id field, as allowed before @refinedev/core@4.54.0.

    Affected versions with this bug:

    • @refinedev/core@4.54.0
    • @refinedev/core@4.54.1
    • @refinedev/core@4.55.0
    • @refinedev/core@4.56.0

    The bug is fixed in:

    • @refinedev/core@4.56.1

    Resolves #6505

  • Updated dependencies []:

    • @refinedev/devtools-internal@1.1.16