-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6253 from refinedev/releases/september
release: september 2024
- Loading branch information
Showing
53 changed files
with
4,383 additions
and
227 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
"@refinedev/supabase": patch | ||
--- | ||
|
||
fix(supabase): issue with parsed values when using conditional filters | ||
|
||
Fixed conditional filter's parsed values while using `contains`, `containss`, `startswith` and `endswith`. | ||
|
||
[Fixes #6239](https://github.com/refinedev/refine/issues/6239) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
"@refinedev/antd": patch | ||
--- | ||
|
||
fix(antd): rtl support for mobile sider trigger and drawer placement | ||
|
||
`<ThemedLayoutV2 />` has RTL support but it lacks the mobile sider trigger and drawer placement. This change places the drawer depending on the preferred direction. It also adds RTL support for the styling of the mobile sider trigger. | ||
|
||
[Fixes #6263](https://github.com/refinedev/refine/issues/6263) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
"@refinedev/devtools-server": patch | ||
--- | ||
|
||
chore(devtools-server): replace `preferred-pm` with `package-manager-detector` #6242 | ||
|
||
`preferred-pm` has 24 dependencies: https://npmgraph.js.org/?q=preferred-pm | ||
`package-manager-detector` has no dependencies: https://npmgraph.js.org/?q=package-manager-detector |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
"@refinedev/core": patch | ||
--- | ||
|
||
fix(core): `useResourceParams` not reflecting `id` prop changes immediately | ||
|
||
`useResourceParams` hook was not reflecting the changes in the `id` prop immediately. This was due to the `id` state being set in the `useEffect` hook. This PR fixes the issue by setting the `id` state properly during render rather than after the render is complete. | ||
|
||
[Fixes #6259](https://github.com/refinedev/refine/issues/6259) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
"@refinedev/mui": minor | ||
--- | ||
|
||
feat(mui): added loading spinner to `<Create />`, `<Edit />` and `<Show />` components | ||
|
||
This change introduces a loading spinner to the `<Create />`, `<Edit />` and `<Show />` components in the `@refinedev/mui` package. The spinner provides a visual indication that data is being loaded, improving the user experience bym giving clear feedback during loading states. | ||
|
||
[Resolves #5668](https://github.com/refinedev/refine/issues/5668) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
"@refinedev/hasura": patch | ||
"@refinedev/core": patch | ||
--- | ||
|
||
feat: added support for meta.gqlVariables to hasura dataProvider. Updated GraphQLQueryOptions to include optional field gqlVariables | ||
|
||
[Feat #5864](https://github.com/refinedev/refine/issues/5864) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
"@refinedev/cli": patch | ||
--- | ||
|
||
feat: added scripts for Remix SPA Mode | ||
|
||
It is now possible to execute the Remix SPA Mode script by selecting it from the platform options. | ||
|
||
Two new project types are added `remix-vite` and `remix-spa`. `remix-vite` is Remix + Vite and `remix-spa` is Remix + Vite SPA Mode. While `remix-vite` type can be inferred from the project configuration without needing to specify it in the command, `remix-spa` type needs to be specified explicitly. | ||
|
||
[Resolves #6127](https://github.com/refinedev/refine/issues/6127) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
"@refinedev/appwrite": patch | ||
--- | ||
|
||
feat(appwrite): add support to conditional filters and missing logical filters | ||
|
||
Add Support to `and`, `or`, `between`, `null`, `nnull`, `startswith` and `endswith` operators | ||
|
||
[Resolves #6252](https://github.com/refinedev/refine/issues/6252) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
import type { CrudFilter } from "@refinedev/core"; | ||
|
||
/** | ||
* Replace ID("id") With Appwrite ID("$id") | ||
* @param filter Filter to replace | ||
* @returns Filter with replaced ID | ||
*/ | ||
export const replaceIdWithAppwriteId = (filter: CrudFilter): CrudFilter => { | ||
if ("field" in filter && filter.field === "id") { | ||
filter.field = "$id"; | ||
} | ||
|
||
return { | ||
...filter, | ||
value: filter.value, | ||
}; | ||
}; |
Oops, something went wrong.