Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci(changesets): version packages #5910

Merged
merged 1 commit into from May 7, 2024
Merged

Conversation

refine-bot
Copy link
Contributor

@refine-bot refine-bot commented May 3, 2024

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to master, this PR will be updated.

Releases

@refinedev/[email protected]

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/[email protected]

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/[email protected]

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

@refinedev/[email protected]

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

@refinedev/[email protected]

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

@refinedev/[email protected]

Patch Changes

@refinedev/[email protected]

Patch Changes

@refinedev/[email protected]

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/[email protected]

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/[email protected]

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

@refinedev/[email protected]

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

@refinedev/[email protected]

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

@refinedev/[email protected]

Patch Changes

@refinedev/[email protected]

Patch Changes

@refinedev/[email protected]

Patch Changes

@refinedev/[email protected]

Patch Changes

@refinedev/[email protected]

Patch Changes

@refinedev/[email protected]

Patch Changes

@refinedev/[email protected]

Patch Changes

@refinedev/[email protected]

Patch Changes

@refinedev/[email protected]

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.

@refinedev/[email protected]

Patch Changes

@refinedev/[email protected]

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

@refinedev/[email protected]

Patch Changes

  • #5862 7c22b8eaca0 Thanks @aliemir! - fix: updated column filter transformation logic to handle conditional filters

    useTable hook was ignoring the conditional filters with "and" and "or" operators, causing custom filtering logic inside the table to not work as expected and omitting the filters from the query. This PR enables working with conditionenal filters and fixes the disappearing filters issue.

    To customize the key value of the conditional filter, you can use the filterKey property in the column's meta property. This property will be used as the key for the filter when setting the filter value to the table from @refinedev/core's filter state and when setting the filter value to the filter state from the table.

    // An example of how to use the `filterKey` property in the column's `meta` property
    const columns: ColumnDef<IPost> = [
      {
        id: "title",
        header: "Title",
        accessorKey: "title",
        meta: {
          // This is optional, if not defined column id will be used as the key
          filterKey: "titleFilter",
          // If operator is not `'eq'` or `'in'`, make sure to set the `filterOperator` property
          filterOperator: "and",
        },
      },
    ];

    Resolves #5856

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

@refinedev/[email protected]

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

@refinedev/[email protected]

Patch Changes

@refinedev/[email protected]

Patch Changes

@refinedev/[email protected]

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

@refinedev/[email protected]

Patch Changes

@refinedev/[email protected]

Patch Changes

@refinedev/[email protected]

Patch Changes

@refine-bot refine-bot requested a review from a team as a code owner May 3, 2024 07:29
Copy link

nx-cloud bot commented May 3, 2024

☁️ Nx Cloud Report

CI is running/has finished running commands for commit 800ec88. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this CI Pipeline Execution


✅ Successfully ran 74 targets

Sent with 💌 from NxCloud.

@refine-bot refine-bot temporarily deployed to deploy-preview-mui-5910 May 3, 2024 07:32 Inactive
@refine-bot refine-bot temporarily deployed to deploy-preview-antd-5910 May 3, 2024 07:34 Inactive
Copy link

cypress bot commented May 3, 2024

Passing run #11036 ↗︎

0 378 33 0 Flakiness 0

Details:

Merge 800ec88 into 287c0d5...
Project: refine Commit: 71e5de1219 ℹ️
Status: Passed Duration: 29:16 💡
Started: May 6, 2024 9:45 PM Ended: May 6, 2024 10:15 PM

Review all test suite changes for PR #5910 ↗︎

@refine-bot refine-bot temporarily deployed to deploy-preview-mui-5910 May 6, 2024 08:06 Inactive
@refine-bot refine-bot temporarily deployed to deploy-preview-antd-5910 May 6, 2024 08:07 Inactive
Copy link

netlify bot commented May 6, 2024

Deploy Preview for refine-crm ready!

Name Link
🔨 Latest commit
🔍 Latest deploy log https://app.netlify.com/sites/refine-crm/deploys/6638de45e4a642d745d2a7fc
😎 Deploy Preview https://deploy-preview-5910--refine-crm.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@refine-bot refine-bot temporarily deployed to deploy-preview-mui-5910 May 6, 2024 12:03 Inactive
@refine-bot refine-bot temporarily deployed to deploy-preview-antd-5910 May 6, 2024 12:03 Inactive
@refine-bot refine-bot temporarily deployed to deploy-preview-mui-5910 May 6, 2024 12:57 Inactive
@refine-bot refine-bot temporarily deployed to deploy-preview-antd-5910 May 6, 2024 12:58 Inactive
@BatuhanW BatuhanW added this to the May Release milestone May 6, 2024
@aliemir aliemir merged commit 9b79484 into master May 7, 2024
94 checks passed
@aliemir aliemir deleted the changeset-release/master branch May 7, 2024 06:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment