refine

A React Framework for building internal tools, admin panels, dashboards & B2B apps with unmatched flexibility.

MIT License

Downloads
1.1M
Stars
25.3K
Committers
269

Bot releases are visible (Hide)

refine - @refinedev/[email protected]

Published by refine-bot 6 months ago

Patch Changes

  • #5850 c2ef59bf82f Thanks @aliemir! - fix: replace imports of qs with default imports

    Updated qs imports and usage to prevent issues with ESM builds and to ensure correctly importing the module.

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

refine - @refinedev/[email protected]

Published by refine-bot 6 months ago

Patch Changes

refine - @refinedev/[email protected]

Published by refine-bot 6 months ago

Patch Changes

  • #5881 ba719f6ea26 Thanks @aliemir! - fix: /parse-table-params export in node10 module resolutions

    /parse-table-params subpath export is not correctly resolved by node10 module resolutions.

  • #5850 c2ef59bf82f Thanks @aliemir! - fix: replace imports of qs with default imports

    Updated qs imports and usage to prevent issues with ESM builds and to ensure correctly importing the module.

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

  • #5849 8a8f88b2c30 Thanks @aliemir! - fix: replace next/* imports with extensions in ESM builds

    Updated imports from next/* to next/*.js to prevent issues with ESM builds and to ensure correctly importing the module.

refine - @refinedev/[email protected]

Published by refine-bot 6 months ago

Patch Changes

refine - @refinedev/[email protected]

Published by refine-bot 6 months ago

Patch Changes

refine - @refinedev/[email protected]

Published by refine-bot 6 months ago

Patch Changes

refine - @refinedev/[email protected]

Published by refine-bot 6 months ago

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

  • #5876 4940b6106b2 Thanks @Yash-271120! - feat: add ability to customize anchor origin from snackbar provider

    Previously, useNotificationProvider used hardcoded anchorOrigin and disableWindowBlurListener values, preventing users to customize these values. This change moves these values to <RefineSnackbarProvider /> as default props to allow users to customize them when needed.

    Resolves #5847

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

  • Updated dependencies [ba719f6ea26]:

refine - @refinedev/[email protected]

Published by refine-bot 6 months ago

Patch Changes

refine - @refinedev/[email protected]

Published by refine-bot 6 months ago

Patch Changes

refine - @refinedev/[email protected]

Published by refine-bot 6 months ago

Patch Changes

refine - @refinedev/[email protected]

Published by refine-bot 6 months ago

Patch Changes

refine - @refinedev/[email protected]

Published by refine-bot 6 months ago

Patch Changes

refine - @refinedev/[email protected]

Published by refine-bot 6 months ago

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.

  • #5875 1c9a95f22ab Thanks @aliemir! - refactor: replace react-json-view with react-json-view-lite

    Replaced outdated react-json-view package with react-json-view-lite for both performance and dependency resolution reasons.

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

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

refine - @refinedev/[email protected]

Published by refine-bot 6 months ago

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

refine - @refinedev/[email protected]

Published by refine-bot 6 months ago

Patch Changes

  • #5875 1c9a95f22ab Thanks @aliemir! - chore: move @refinedev/devtools-ui dependency

    Moved @refinedev/devtools-ui dependency to devDependencies since only the vite output is used in the server.

  • #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.

  • #5865 a9dbd808782 Thanks @aliemir! - fix: devtools authentication not working with safari

    Fixed the authentication flow and cookie handling for Safari. Now devtools users will be able to authenticate and use the devtools server using Safari.

    Resolves #5753

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

refine - @refinedev/[email protected]

Published by refine-bot 6 months ago

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]:

refine - @refinedev/[email protected]

Published by refine-bot 6 months ago

Minor Changes

  • #5898 93c35d82a9c Thanks @aliemir! - feat: devtools selector with all selectables

    Updated devtools selector to display all available elements instead of relying on the user's pointer to select the element.

Patch Changes

refine - @refinedev/[email protected]

Published by refine-bot 6 months ago

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]:

refine - @refinedev/[email protected]

Published by refine-bot 6 months ago

Patch Changes

refine - @refinedev/[email protected]

Published by refine-bot 6 months ago

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