Skip to content

Releases: refinedev/refine

@refinedev/devtools-internal@1.1.8

07 May 07:03
9b79484
Compare
Choose a tag to compare

Patch Changes

  • #5875 1c9a95f22ab Thanks @aliemir! - feat: update resource name accessing logic

    Updated resource name displaying logic to use resourceName from activity records to make sure resource is correctly displayed with custom query keys.

  • #5875 1c9a95f22ab Thanks @aliemir! - feat: add invalidate query button

    Added Invalidate Query button to settled queries in the devtools panel to allow users to manually invalidate queries for debugging purposes.

  • #5881 ba719f6ea26 Thanks @aliemir! - fix: declaration files in node10, node16 and nodenext module resolutions

  • Updated dependencies [1c9a95f22ab, 1c9a95f22ab, ba719f6ea26]:

    • @refinedev/devtools-shared@1.1.6

@refinedev/core@4.49.1

07 May 07:03
9b79484
Compare
Choose a tag to compare

Patch Changes

  • #5875 1c9a95f22ab Thanks @aliemir! - refactor: add resource name to devtools xray calls

    Added the resource name to the devtools xray calls to allow resource names to be displayed in the devtools even with custom query keys.

  • #5883 0a76576da0f Thanks @aliemir! - fix: development errors being logged when useOnError is called without an auth provider

    When there's no authProvider set, the useOnError hook will log "no mutationFn found" to the console in development because of missing onError property. This PR fixes the issue by providing a dummy onError function when authProvider is not set.

  • #5851 8d2dd4376f6 Thanks @aliemir! - refactor: prevented early accessing signal from useQuery of @tanstack/react-query

    In query hooks, signal was accessed directly by destructuring which was causing issues in development mode with duplicated requests. This change accesses queryContext instead of destructured signal properly to prevent @tanstack/react-query from setting abortSignalConsumed flag unexpectedly.

    Resolves #5843

  • #5875 1c9a95f22ab Thanks @aliemir! - fix: exclude internal button hook calls from devtools trace

    Removed internal button hook calls from devtools trace to avoid crowding the trace with unnecessary information.

  • #5881 ba719f6ea26 Thanks @aliemir! - fix: declaration files in node10, node16 and nodenext module resolutions

  • #5884 9a0c1c8414a Thanks @aliemir! - fix(core): useMenu hideOnMissingParameter prop default value set to true

    There was an error in the useMenu hook's hideOnMissingParameter prop. Its default value should be true but it was missed when props are passed partially. This PR fixes the issue by setting the default value to true.

  • Updated dependencies [1c9a95f22ab, 1c9a95f22ab, ba719f6ea26]:

    • @refinedev/devtools-internal@1.1.8

@refinedev/cli@2.16.30

07 May 07:03
9b79484
Compare
Choose a tag to compare

Patch Changes

@refinedev/chakra-ui@2.29.0

07 May 07:03
9b79484
Compare
Choose a tag to compare

Minor Changes

  • #5868 a82ef6afc15 Thanks @Ac-Srikanth! - feat: add message prop for required auth input fields for the above packages.

    Now you can provide custom required messages with translate feature for all auth input fields(Login, register, forget password,update password).

    Resolves #5855

Patch Changes

  • #5881 ba719f6ea26 Thanks @aliemir! - fix: declaration files in node10, node16 and nodenext module resolutions

  • Updated dependencies [ba719f6ea26]:

    • @refinedev/react-hook-form@4.8.17
    • @refinedev/ui-types@1.22.6

@refinedev/appwrite@6.5.0

07 May 07:03
9b79484
Compare
Choose a tag to compare

Minor Changes

  • #5886 f3ddcce0bf5 Thanks @abdelrahman-essawy! - fix: add ability to customize default permission without explicitly passing them on each mutation

    fixing an issue which didn't allow users to override the default readPermissions / writePermissions values Role.any(), by passing defaultReadPermissions / defaultWritePermissions OR by passing meta?.readPermissions / meta?.writePermissions.

Patch Changes

@refinedev/antd@5.38.0

07 May 07:03
9b79484
Compare
Choose a tag to compare

Minor Changes

  • #5868 a82ef6afc15 Thanks @Ac-Srikanth! - feat: add message prop for required auth input fields for the above packages.

    Now you can provide custom required messages with translate feature for all auth input fields(Login, register, forget password,update password).

    Resolves #5855

Patch Changes

  • #5887 113c1337bf0 Thanks @aliemir! - chore: remove version lock from @ant-design/icons 5.0.1 to ^5.0.1

  • #5920 df0dad6ca46 Thanks @aliemir! - fix: lock antd version to 5.16.5 due to broken builds in 5.17.0

    In the latest release of antd package, Next.js apps are failing to build or taking extremely long time to build. Until this issue is fixed in the antd package, we are locking the version to 5.16.5 to prevent any build issues.

    Related issue antd/#48758

  • #5881 ba719f6ea26 Thanks @aliemir! - fix: declaration files in node10, node16 and nodenext module resolutions

  • Updated dependencies [ba719f6ea26]:

    • @refinedev/ui-types@1.22.6

@refinedev/airtable@4.4.8

07 May 07:03
9b79484
Compare
Choose a tag to compare

Patch Changes

@refinedev/devtools@1.1.37

06 Apr 08:01
b4ed3be
Compare
Choose a tag to compare

Patch Changes

  • #5823 aedc6a2961c Thanks @aliemir! - fix: broken lodash imports in ESM builds

    Fixed lodash imports in ESM builds which requires lodash-es imports to use .js extension to work properly unless the bundler is configured to handle non-fully-specified imports.

    Resolves #5822

  • Updated dependencies [aedc6a2961c]:

    • @refinedev/devtools-server@1.1.27
    • @refinedev/cli@2.16.29

@refinedev/devtools-ui@1.1.20

06 Apr 08:01
b4ed3be
Compare
Choose a tag to compare

Patch Changes

  • #5823 aedc6a2961c Thanks @aliemir! - fix: broken lodash imports in ESM builds

    Fixed lodash imports in ESM builds which requires lodash-es imports to use .js extension to work properly unless the bundler is configured to handle non-fully-specified imports.

    Resolves #5822

@refinedev/devtools-server@1.1.27

06 Apr 08:01
b4ed3be
Compare
Choose a tag to compare

Patch Changes

  • #5823 aedc6a2961c Thanks @aliemir! - fix: broken lodash imports in ESM builds

    Fixed lodash imports in ESM builds which requires lodash-es imports to use .js extension to work properly unless the bundler is configured to handle non-fully-specified imports.

    Resolves #5822

  • Updated dependencies [aedc6a2961c]:

    • @refinedev/devtools-ui@1.1.20