Releases: refinedev/refine
@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
@refinedev/[email protected]
Patch Changes
- #6025
f4e61b0fae7e78d0c63c09453f4bd11b4c6f8b09
Thanks @youssefsiam38! - fix supabase sorting with nested embedded resources
@refinedev/[email protected]
Patch Changes
-
#6023
82170288209653b096b996cf31854434d19c01cd
Thanks @yamadayutaka! - fix: can specify 0 as filter valueThe following values do not apply to the filter.
- null
- undefined
- NaN
- Infinity / -Infinity
The following values can apply to the filter.
- 0
- ""
Resolves #6022
@refinedev/[email protected]
Minor Changes
-
#5989
b86648f42cd849a506e4c32d740de26b72681f72
Thanks @lnikitadobrenkol! - feat: editable feature for MUI Data Grid #5656It is now possible to make MUI Data Grid editable by
setting editable property on specific column.Resolves #5656
-
#6071
853bef97ed7baf59e74c98fc54c0ed11624fb491
Thanks @Dominic-Preap! - feat: addselectedOptionsOrder
inuseSelect
Now with
selectedOptionsOrder
, you can sortselectedOptions
at the top of list when useuseSelect
withdefaultValue
.Resolves #6061
Patch Changes
-
#6021
55cd0662b1e3ff8f8410eba812e80130afe75d14
Thanks @JayBhensdadia! - fix: ensure Sider component handles various resource name formats correctlyUpdated Sider component to correctly handle lowercase and camelcased resource names, enhancing usability and functionality.
Fixes #6004
-
#6064
b516c18b828ba8823561d0fefc4afe02b45ce332
Thanks @aliemir! - fix(auto-save-indicator): replace reservedkey
prop withtranslationKey
in components<AutoSaveIndicator />
components from UI libraries have been using a<Message />
component internally that uses akey
prop. Sincekey
is a reserved prop in React, it was causing a warning in the console. This change replaces thekey
prop withtranslationKey
to avoid the warning.Resolves #6067
@refinedev/[email protected]
Patch Changes
-
#6021
55cd0662b1e3ff8f8410eba812e80130afe75d14
Thanks @JayBhensdadia! - fix: ensure Sider component handles various resource name formats correctlyUpdated Sider component to correctly handle lowercase and camelcased resource names, enhancing usability and functionality.
Fixes #6004
-
#6064
b516c18b828ba8823561d0fefc4afe02b45ce332
Thanks @aliemir! - fix(auto-save-indicator): replace reservedkey
prop withtranslationKey
in components<AutoSaveIndicator />
components from UI libraries have been using a<Message />
component internally that uses akey
prop. Sincekey
is a reserved prop in React, it was causing a warning in the console. This change replaces thekey
prop withtranslationKey
to avoid the warning.Resolves #6067
@refinedev/[email protected]
Patch Changes
-
#6099
ba8117f6060253dc1d589d69acba79d7c89e94c6
Thanks @BatuhanW! - chore: remove graphql-tag from peer dependencies. fixes #6100 -
#6052
50d21076928ca738ec54cc5bcd17fad2683653dd
Thanks @aliemir! - fix(inferencer): broken lodash import in bundleESM bundle of
@refinedev/inferencer
was broken due to incorrect lodash import. Import has been replaced with subdirectory import to get handled properly in the bundling process. -
Updated dependencies [
853bef97ed7baf59e74c98fc54c0ed11624fb491
,b86648f42cd849a506e4c32d740de26b72681f72
,4265ae2509f79af9dbca8d52daf5c2f1b4a50a51
,b516c18b828ba8823561d0fefc4afe02b45ce332
]:- @refinedev/core@4.53.0