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
#6445
4ff4335274d5689ec62127312695b76d692a125a
Thanks @alicanerdurmaz! - feat: added new prop calledmutationVariables
to<AuthPage />
. [FEAT]<AuthPage />
should be able to send additional parameters toauthProvider
methods #6431From now on, you can pass additional parameters to the
authProvider
methods using themutationVariables
prop of the<AuthPage />
component.Resolves #6431
#6445
4ff4335274d5689ec62127312695b76d692a125a
Thanks @alicanerdurmaz! - chore: update@ant-design/icons
and@ant-design/pro-layout
versionsUpdated previously pinned versions of
@ant-design/icons
from5.0.1
and@ant-design/pro-layout
from7.17.12
to latest versions. This minor update resolves the previous issues withReact@18
types and conflicting type ranges with@ant-design/pro-layout
package.After
@ant-design/icons
version5.4.0
build issues and type issues are resolved. Following this release@ant-design/pro-layout
also updated its dependency range to match the latest@ant-design/icons
version.Previously
@ant-design/icons
were pinned to5.0.1
and recommended to pin in projects as well. After this update, you may also need to update the@ant-design/icons
version in your project to match the latest version. (A range above^5.5.1
is required to match@refinedev/antd
).Resolves #6363
Resolves #5931 - previously resolved by #5934
Accompanies #6354 -
@ant-design/pro-layout
also depends onexpress
dependency and updated its version in the latest release@refinedev/[email protected]
Minor Changes
#6445
4ff4335274d5689ec62127312695b76d692a125a
Thanks @alicanerdurmaz! - feat: added new prop calledmutationVariables
to<AuthPage />
. [FEAT]<AuthPage />
should be able to send additional parameters toauthProvider
methods #6431From now on, you can pass additional parameters to the
authProvider
methods using themutationVariables
prop of the<AuthPage />
component.Resolves #6431
Patch Changes
#6445
4ff4335274d5689ec62127312695b76d692a125a
Thanks @alicanerdurmaz! - chore(tsdoc): fix broken external documentation linkIn TSDoc description of the
<EmailField />
component, link to the official documentation of Chakra UI was broken and couldn't be opened. This PR fixes the link by updating the URL to the correct one.Updated dependencies [
4ff4335274d5689ec62127312695b76d692a125a
]:@refinedev/[email protected]
Minor Changes
#6445
4ff4335274d5689ec62127312695b76d692a125a
Thanks @alicanerdurmaz! - feat: added new prop calledmutationVariables
to<AuthPage />
. [FEAT]<AuthPage />
should be able to send additional parameters toauthProvider
methods #6431From now on, you can pass additional parameters to the
authProvider
methods using themutationVariables
prop of the<AuthPage />
component.Resolves #6431
#6445
4ff4335274d5689ec62127312695b76d692a125a
Thanks @alicanerdurmaz! - feat: exported useInvalidateAuthStore hook from auth hooksNow you can invalide the users identity state and force a react query refresh using this hook
Resolves #6341
#6445
4ff4335274d5689ec62127312695b76d692a125a
Thanks @alicanerdurmaz! - feat: AddedMetaContext
to share data between components, providers, and hooks.Patch Changes
#6445
4ff4335274d5689ec62127312695b76d692a125a
Thanks @alicanerdurmaz! - fix: Added more flexibility to the<Link />
component'sref
type by changing it fromHTMLAnchorElement
toElement
.From now on, we can pass any type of
ref
to the<Link />
component.Resolves #6463
#6445
4ff4335274d5689ec62127312695b76d692a125a
Thanks @alicanerdurmaz! - fix: Priority logic betweento
andgo
props inLink
component.From now on, the
to
prop has priority over thego
prop. If both are passed, theto
prop will be used.Resolves #6461
@refinedev/[email protected]
Minor Changes
#6445
4ff4335274d5689ec62127312695b76d692a125a
Thanks @alicanerdurmaz! - feat: added new prop calledmutationVariables
to<AuthPage />
. [FEAT]<AuthPage />
should be able to send additional parameters toauthProvider
methods #6431From now on, you can pass additional parameters to the
authProvider
methods using themutationVariables
prop of the<AuthPage />
component.Resolves #6431
@refinedev/[email protected]
Minor Changes
#6445
4ff4335274d5689ec62127312695b76d692a125a
Thanks @alicanerdurmaz! - feat: added new prop calledmutationVariables
to<AuthPage />
. [FEAT]<AuthPage />
should be able to send additional parameters toauthProvider
methods #6431From now on, you can pass additional parameters to the
authProvider
methods using themutationVariables
prop of the<AuthPage />
component.Resolves #6431
Patch Changes
4ff4335274d5689ec62127312695b76d692a125a
]:@refinedev/[email protected]
Patch Changes
#6445
4ff4335274d5689ec62127312695b76d692a125a
Thanks @alicanerdurmaz! - chore: update@ant-design/icons
version to match@refinedev/antd
.This is a patch release to update the
@ant-design/icons
version to match the@refinedev/antd
version. Previously@ant-design/icons
were pinned to5.0.1
version to avoid conflicts withReact@18
and@ant-design/pro-layout
packages. After5.4.0
these issues are resolved and we can safely update the version to latest range.Updated dependencies [
4ff4335274d5689ec62127312695b76d692a125a
,4ff4335274d5689ec62127312695b76d692a125a
,4ff4335274d5689ec62127312695b76d692a125a
,4ff4335274d5689ec62127312695b76d692a125a
,4ff4335274d5689ec62127312695b76d692a125a
]:@refinedev/[email protected]
Patch Changes
#6445
4ff4335274d5689ec62127312695b76d692a125a
Thanks @alicanerdurmaz! - fix: onChange handlerautoSave
check inuseForm
Autosave can now be explicitly disabled.
Resolves [BUG] useForm from
refinedev/react-hook-form
incorrectly checksautoSave
#6458