-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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 #6292
Merged
Merged
Conversation
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
refine
|
Project |
refine
|
Branch Review |
changeset-release/master
|
Run status |
|
Run duration | 17m 17s |
Commit |
|
Committer | Refine Community Bot |
View all properties for this run ↗︎ |
Test results | |
---|---|
|
0
|
|
0
|
|
31
|
|
0
|
|
83
|
View all changes introduced in this branch ↗︎ |
BatuhanW
approved these changes
Sep 3, 2024
emrecancorapci
pushed a commit
to emrecancorapci/refine
that referenced
this pull request
Sep 4, 2024
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
emrecancorapci
pushed a commit
to emrecancorapci/refine
that referenced
this pull request
Sep 4, 2024
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
#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.Resolves #5668
@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.Fixes #6263
@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
operatorsResolves #6252
@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.Resolves #6127
Updated dependencies [
6963e591f8f307aee9362d5dfff99972eb64bf03
]:@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.Fixes #6259
#6222
ec24fe0f37aa9b92991bf105719f6f42bb68d63c
Thanks @Sergio16T! - feat: added support for meta.gqlVariables to hasura dataProvider. Updated GraphQLQueryOptions to include optional field gqlVariablesFeat #5864
@refinedev/[email protected]
Patch Changes
6963e591f8f307aee9362d5dfff99972eb64bf03
,f5501f93a818d6e5811aa94cb354d77a2b1eb1ff
]:@refinedev/[email protected]
Patch Changes
#6253
6963e591f8f307aee9362d5dfff99972eb64bf03
Thanks @aliemir! - chore(devtools-server): replacepreferred-pm
withpackage-manager-detector
[FEAT] replacepreferred-pm
withpackage-manager-detector
#6242preferred-pm
has 24 dependencies: https://npmgraph.js.org/?q=preferred-pmpackage-manager-detector
has no dependencies: https://npmgraph.js.org/?q=package-manager-detector@refinedev/[email protected]
Patch Changes
#6222
ec24fe0f37aa9b92991bf105719f6f42bb68d63c
Thanks @Sergio16T! - feat: added support for meta.gqlVariables to hasura dataProvider. Updated GraphQLQueryOptions to include optional field gqlVariablesFeat #5864
@refinedev/[email protected]
Patch Changes
#6240
697561ba04abfb570ae978066668583096ea24c0
Thanks @pkarc! - fix(supabase): issue with parsed values when using conditional filtersFixed conditional filter's parsed values while using
contains
,containss
,startswith
andendswith
.Fixes #6239