-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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 #5514
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
Passing run #10649 ↗︎
Details:
Review all test suite changes for PR #5514 ↗︎ |
refine-bot
force-pushed
the
changeset-release/master
branch
from
January 16, 2024 11:33
538ed22
to
e32c772
Compare
refine-bot
force-pushed
the
changeset-release/master
branch
from
January 16, 2024 13:43
e32c772
to
c9459a3
Compare
refine-bot
force-pushed
the
changeset-release/master
branch
from
January 17, 2024 11:47
c9459a3
to
5f1b07f
Compare
refine-bot
force-pushed
the
changeset-release/master
branch
from
January 17, 2024 13:28
5f1b07f
to
72c39f6
Compare
refine-bot
force-pushed
the
changeset-release/master
branch
from
January 17, 2024 14:56
72c39f6
to
dce9695
Compare
refine-bot
force-pushed
the
changeset-release/master
branch
from
January 18, 2024 11:52
dce9695
to
56632ba
Compare
refine-bot
force-pushed
the
changeset-release/master
branch
from
January 19, 2024 10:36
56632ba
to
92f5640
Compare
✅ Deploy Preview for app-crm-minimal ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
refine-bot
force-pushed
the
changeset-release/master
branch
from
January 19, 2024 10:57
92f5640
to
39de7e3
Compare
refine-bot
force-pushed
the
changeset-release/master
branch
from
January 19, 2024 13:36
39de7e3
to
68ec6b9
Compare
refine-bot
force-pushed
the
changeset-release/master
branch
from
January 29, 2024 10:35
217f0ae
to
3cff55f
Compare
refine-bot
force-pushed
the
changeset-release/master
branch
from
January 29, 2024 12:31
3cff55f
to
4955907
Compare
refine-bot
force-pushed
the
changeset-release/master
branch
from
January 30, 2024 10:54
4955907
to
aedfd85
Compare
refine-bot
force-pushed
the
changeset-release/master
branch
from
January 30, 2024 12:37
aedfd85
to
37fe423
Compare
refine-bot
force-pushed
the
changeset-release/master
branch
from
January 31, 2024 09:17
37fe423
to
d228573
Compare
refine-bot
force-pushed
the
changeset-release/master
branch
from
January 31, 2024 09:28
d228573
to
eaa3441
Compare
refine-bot
force-pushed
the
changeset-release/master
branch
from
January 31, 2024 15:01
eaa3441
to
96eb967
Compare
refine-bot
force-pushed
the
changeset-release/master
branch
from
February 1, 2024 09:31
96eb967
to
5055da3
Compare
omeraplak
approved these changes
Feb 2, 2024
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
#5538
b91de14ac8
Thanks @Conqxeror! - feat: ability to configure useCan's queryOptions globally and through CanAccess component. [FEAT] Ability to configureuseCan
's queryOptions globally and throughCanAccess
component. #5472#5522
71148278cb
Thanks @Conqxeror! - feat(core): add success notification support for auth provider methods [FEAT] AddsuccessNotification
field to AuthProvider methods' return type. #5473Updated the core and added successNotification field to AuthActionResponse and Updated relevant hooks to show success notification when successNotification object is provided and added specs.
Patch Changes
#5525
e2355e4179
Thanks @aliemir! - Updated<WelcomePage />
component to useRefineContext
to determine if the context is defined or not. It will show an error dialog if the context is not defined. If the error is showing, it means that<Refine />
component is not mounted or<WelcomePage />
component is used outside of<Refine />
component.#5332
5e65f71ecd
Thanks @vikavorkin! - fix: replace export-to-csv-fix-source-map with papaparse [BUG] - CSV Export uses an outdated pacakge - export-to-csv-fix-source-map #5317Replace usage of
export-to-csv-fix-source-map
topapaparse
, fixing issues withuseExport
hook.#5526
b094b50c51
Thanks @aliemir! - MarkeddataProvider
prop of<Refine />
component as optional. This will allow users to setup Refine gradually without having to provide a data provider.#5503
4b4d34208c
Thanks @BatuhanW! - refactor(core): re-export AuthBindings type as AuthProvider for consistency.@refinedev/[email protected]
Minor Changes
#5478
24d81ca854
Thanks @alicanerdurmaz! - feat: addgqlQuery
andgqlMutation
support. [FEAT] addmeta.gqlQuery
andmeta.qglMutation
support to@refinedev/hasura
#5489Previously,
@refinedev/hasura
package only supported GraphQL operations throughmeta.fields
.Now we've added
gqlQuery
andgqlMutation
fields inmeta
object.You can utilize these fields along with
graphql-tag
package to build your queries/mutations.See the updated documentation for more information: https://refine.dev/docs/data/packages/hasura/
Query Example:
Mutation Example:
@refinedev/[email protected]
Patch Changes
1bb7d30888
Thanks @alicanerdurmaz! - feat:<ThemedTitleV2 />'s
default icon updated.@refinedev/[email protected]
Patch Changes
#5568
f1244819ad
Thanks @alicanerdurmaz! - feat:notificationProvider
is deprecated due to consistent naming convention between UI libraries. Please useuseNotificationProvider
export as your notification provider. [FEAT] rename notificationProvider withuseNotificationProvider
#5567#5480
2a2269ac70
Thanks @ShivamDureja! - fix: issue with Chakra-UI sider that overflows when collapsed [BUG] Chakra UI Sider overflows when collapsed #5475When we try to collapse the sider it overflows so changed overflow-x property to hidden whereas overflow-y remains auto.
#5564
1bb7d30888
Thanks @alicanerdurmaz! - feat:<ThemedTitleV2 />'s
default icon updated.@refinedev/[email protected]
Patch Changes
ee0f7867c3
]:[email protected]
Patch Changes
5701439e36
Thanks @BatuhanW! - chore: update superplate-cli dependency to 1.19.0@refinedev/[email protected]
Patch Changes
ee0f7867c3
]:@refinedev/[email protected]
Patch Changes
#5574
ee0f7867c3
Thanks @BatuhanW! - chore: upgrade @ory/client package version to 1.5.2 [BUG] unable to audit fix #5530Updated dependencies [
ee0f7867c3
]:@refinedev/[email protected]
Patch Changes
ee0f7867c3
Thanks @BatuhanW! - chore: upgrade @ory/client package version to 1.5.2 [BUG] unable to audit fix #5530@refinedev/[email protected]
Patch Changes
#5550
e0eabf799f
Thanks @aliemir! - Updated type exports inpackage.json
and included them in theexports
field. Resolves [BUG] TypeScript 5 can't find the type definition of@refinedev/inferencer
#5528.#5498
fff41caae9
Thanks @alicanerdurmaz! - feat:meta.gqlQuery
andmeta.gqlMutation
support added to inferencer [FEAT]:gqlQuery
andgqlMutation
support for Inferencer #5497.Updated dependencies [
b91de14ac8
,e2355e4179
,5e65f71ecd
,b094b50c51
,4b4d34208c
,71148278cb
]:@refinedev/[email protected]
Patch Changes
#5568
f1244819ad
Thanks @alicanerdurmaz! - feat:notificationProvider
is deprecated due to consistent naming convention between UI libraries. Please useuseNotificationProvider
export as your notification provider. [FEAT] rename notificationProvider withuseNotificationProvider
#5567#5564
1bb7d30888
Thanks @alicanerdurmaz! - feat:<ThemedTitleV2 />'s
default icon updated.@refinedev/[email protected]
Patch Changes
#5568
f1244819ad
Thanks @alicanerdurmaz! - feat:notificationProvider
is deprecated due to consistent naming convention between UI libraries. Please useuseNotificationProvider
export as your notification provider. [FEAT] rename notificationProvider withuseNotificationProvider
#5567#5564
1bb7d30888
Thanks @alicanerdurmaz! - feat:<ThemedTitleV2 />'s
default icon updated.@refinedev/[email protected]
Patch Changes
#5546
10570ec06c
Thanks @alicanerdurmaz! - feat:"nnull"
operator added for filters. [FEAT] CrudOperators nnull not working with Nestjsx Crud provider #4805From now on, data hooks can use
"nnull"
operator to filter null values.@refinedev/[email protected]
Patch Changes
61215d3b41
Thanks @aliemir! - Updated index exports to provide appropriate types for the exported elements. Resolves [BUG]@refinedev/nextjs-router
types are not available #5548@refinedev/[email protected]
Patch Changes
#5378
63e39ed312
Thanks @amanzrx4! - fix:dataProvider.getList
method adds?
to the request url when there is nofilters
,sorters
andpagination
in the request. [DOC] I want to remove ?& when calling API in useTable #5359From now on,
dataProvider.getList
method will not add?
to the request url when there is nofilters
,sorters
andpagination
in the request.@refinedev/[email protected]
Patch Changes
096336a33a
Thanks @billy-wong-tech! - fix(strapi-v4): pass meta.publicationState query params to getOne method.@refinedev/[email protected]
Patch Changes
#5552
8c50a6bd83
Thanks @alicanerdurmaz! - feat: addedmeta.schema
parameter to supabase dataprovider. [FEAT] Supabase data provider should be able to use separate schema for each request #5551From now on, users will be able to specify the schema for queries using data hooks, allowing them to override the default schema in the supabase client.
@refinedev/[email protected]
Patch Changes
#5564
1bb7d30888
Thanks @alicanerdurmaz! - feat: refine.svg updated.Updated dependencies [
f1244819ad
,2a2269ac70
,e0eabf799f
,fff41caae9
,b91de14ac8
,e2355e4179
,5e65f71ecd
,b094b50c51
,096336a33a
,63e39ed312
,4b4d34208c
,24d81ca854
,1bb7d30888
,10570ec06c
,8c50a6bd83
,71148278cb
]: