Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 716656d

Browse files
authored
release: may 2024
release: may 2024
2 parents 6211195 + 113c133 commit 716656d

209 files changed

Lines changed: 4884 additions & 2296 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.changeset/blue-trains-march.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@refinedev/antd": patch
3+
"@refinedev/inferencer": patch
4+
---
5+
6+
chore: remove version lock from @ant-design/icons 5.0.1 to ^5.0.1

.changeset/clean-dryers-grow.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
"@refinedev/core": patch
3+
---
4+
5+
refactor: add resource name to devtools xray calls
6+
7+
Added the resource name to the devtools xray calls to allow resource names to be displayed in the devtools even with custom query keys.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
"@refinedev/devtools-server": patch
3+
---
4+
5+
chore: move `@refinedev/devtools-ui` dependency
6+
7+
Moved `@refinedev/devtools-ui` dependency to `devDependencies` since only the `vite` output is used in the server.

.changeset/cold-emus-visit.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
"@refinedev/antd": minor
3+
"@refinedev/chakra-ui": minor
4+
"@refinedev/mui": minor
5+
---
6+
7+
feat: add message prop for required auth input fields for the above packages.
8+
9+
Now you can provide custom required messages with translate feature for all auth input fields(Login, register, forget password,update password).
10+
11+
Resolves #[5855](https://github.com/refinedev/refine/issues/5855)

.changeset/cyan-wolves-cry.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
"@refinedev/devtools-internal": patch
3+
"@refinedev/devtools-server": patch
4+
"@refinedev/devtools-shared": patch
5+
"@refinedev/devtools-ui": patch
6+
---
7+
8+
feat: update resource name accessing logic
9+
10+
Updated resource name displaying logic to use `resourceName` from activity records to make sure `resource` is correctly displayed with custom query keys.

.changeset/dull-spies-sparkle.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
"@refinedev/core": patch
3+
---
4+
5+
fix: development errors being logged when `useOnError` is called without an auth provider
6+
7+
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.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
"@refinedev/core": patch
3+
---
4+
5+
refactor: prevented early accessing `signal` from `useQuery` of `@tanstack/react-query`
6+
7+
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.
8+
9+
Resolves [#5843](https://github.com/refinedev/refine/issues/5843)

.changeset/fast-goats-explain.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
"@refinedev/nextjs-router": patch
3+
---
4+
5+
fix: `/parse-table-params` export in node10 module resolutions
6+
7+
`/parse-table-params` subpath export is not correctly resolved by `node10` module resolutions.

.changeset/few-terms-fetch.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
"@refinedev/mui": patch
3+
---
4+
5+
feat: add ability to customize anchor origin from snackbar provider
6+
7+
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.
8+
9+
Resolves [#5847](https://github.com/refinedev/refine/issues/5847)

.changeset/flat-suns-push.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
"@refinedev/devtools-internal": patch
3+
"@refinedev/devtools-server": patch
4+
"@refinedev/devtools-shared": patch
5+
"@refinedev/devtools-ui": patch
6+
---
7+
8+
feat: add invalidate query button
9+
10+
Added `Invalidate Query` button to settled queries in the devtools panel to allow users to manually invalidate queries for debugging purposes.

0 commit comments

Comments
 (0)