Releases: refinedev/refine
@refinedev/[email protected]
Minor Changes
-
#6271
2b89fbd136b2134f22d38dff8d4a7f24e57e73db
Thanks @Anonymous961! - feat(mui): added loading spinner to<Create />
,<Edit />
and<Show />
componentsThis 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.
@refinedev/[email protected]
Patch Changes
-
#6222
ec24fe0f37aa9b92991bf105719f6f42bb68d63c
Thanks @Sergio16T! - feat: added support for meta.gqlVariables to hasura dataProvider. Updated GraphQLQueryOptions to include optional field gqlVariables
@refinedev/[email protected]
Patch Changes
- Updated dependencies [
6963e591f8f307aee9362d5dfff99972eb64bf03
,f5501f93a818d6e5811aa94cb354d77a2b1eb1ff
]:- @refinedev/[email protected]
- @refinedev/[email protected]
@refinedev/[email protected]
Patch Changes
-
#6253
6963e591f8f307aee9362d5dfff99972eb64bf03
Thanks @aliemir! - chore(devtools-server): replacepreferred-pm
withpackage-manager-detector
#6242preferred-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
@refinedev/[email protected]
Patch Changes
-
#6260
05b944a75f3a907c0df7b30591a5c5fbbc3cc3f7
Thanks @aliemir! - fix(core):useResourceParams
not reflectingid
prop changes immediatelyuseResourceParams
hook was not reflecting the changes in theid
prop immediately. This was due to theid
state being set in theuseEffect
hook. This PR fixes the issue by setting theid
state properly during render rather than after the render is complete. -
#6222
ec24fe0f37aa9b92991bf105719f6f42bb68d63c
Thanks @Sergio16T! - feat: added support for meta.gqlVariables to hasura dataProvider. Updated GraphQLQueryOptions to include optional field gqlVariables
@refinedev/[email protected]
Patch Changes
-
#6246
f5501f93a818d6e5811aa94cb354d77a2b1eb1ff
Thanks @YusukeSano! - feat: added scripts for Remix SPA ModeIt 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
andremix-spa
.remix-vite
is Remix + Vite andremix-spa
is Remix + Vite SPA Mode. Whileremix-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. -
Updated dependencies [
6963e591f8f307aee9362d5dfff99972eb64bf03
]:- @refinedev/[email protected]
@refinedev/[email protected]
Patch Changes
-
#6256
7ac2fc2013c8f38741831d3b65b23abe5f6fe1b2
Thanks @soranoo! - feat(appwrite): add support to conditional filters and missing logical filtersAdd Support to
and
,or
,between
,null
,nnull
,startswith
andendswith
operators
@refinedev/[email protected]
Patch Changes
-
#6245
7ba4ea1ffdd2e2ed2f0ed2b1ee386dab5015dd2d
Thanks @youssefsiam38! - 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.
@refinedev/[email protected]
Minor Changes
-
#6161
ff975374efcc05220be4411218c2daf7c19b8995
Thanks @ritute! - feat(react-hook-form): update version constraint from^7.30.0
to^7.43.5
Update react-hook-form version to address runtime subscribe error
Patch Changes
-
#6174
2b73e40b0e18932f008842790065cdd386e9d270
Thanks @alicanerdurmaz! - feat: inferencer now usesquery
a instead of the deprecatedqueryResult
when generating code foruseShow
. #6173 -
#6164
8ed027eec66c41c444f168f4f52e6b51057bc498
Thanks @alicanerdurmaz! - feat: inferencer now usesquery
andmutation
instead of the deprecatedqueryResult
andmutationResult
when generating code foruseForm
. #6163 -
Updated dependencies [
603c73eb7d376fc2357a577f5921f844a8f444e4
,81703b62bafeb01a75290b99b3869ef96d04bd94
,292cebc5a70f19400793292b79d1400fec114591
,1f7976bd32da311367945370efccd7d9c9b102a7
,7e71f12b81954fd3a59678d7fcccd7b557879a94
,7e71f12b81954fd3a59678d7fcccd7b557879a94
,4967a51944c139d102fcfc04ada5a42c725ed7c2
,8ed027eec66c41c444f168f4f52e6b51057bc498
,7e71f12b81954fd3a59678d7fcccd7b557879a94
,2b73e40b0e18932f008842790065cdd386e9d270
,7e71f12b81954fd3a59678d7fcccd7b557879a94
,fa2d7a4554da2d5fb2432a011941f9c157b59aba
,8ed027eec66c41c444f168f4f52e6b51057bc498
,61aa3464df0d95c30839726f455ed43e6854730b
,7e71f12b81954fd3a59678d7fcccd7b557879a94
]:- @refinedev/core@4.54.0
@refinedev/[email protected]
Patch Changes
-
#6021
55cd0662b1e3ff8f8410eba812e80130afe75d14
Thanks @JayBhensdadia! - fix: update tests to handle lowercase and camelcased resource names correctlyThis update ensures that resource names are correctly handled in both lowercase and camelcased formats, improving test coverage and accuracy.
Fixes #6004
-
Updated dependencies [
853bef97ed7baf59e74c98fc54c0ed11624fb491
,b86648f42cd849a506e4c32d740de26b72681f72
,4265ae2509f79af9dbca8d52daf5c2f1b4a50a51
,b516c18b828ba8823561d0fefc4afe02b45ce332
]:- @refinedev/core@4.53.0