Update dependency @pankod/refine-react-router-v6 to v3.40.0 #2397
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 contains the following updates:
3.22.1
->3.40.0
Release Notes
refinedev/refine (@pankod/refine-react-router-v6)
v3.40.0
Compare Source
Minor Changes
0baa99ba787
Thanks @BatuhanW! - - refine v4 release announcement added to "postinstall". - refine v4 is released 🎉 The new version is 100% backward compatible. You can upgrade to v4 with a single command! See the migration guide here: https://refine.dev/docs/migration-guide/3x-to-4xv3.39.0
Compare Source
Minor Changes
0baa99ba787
Thanks @BatuhanW! - - refine v4 release announcement added to "postinstall". - refine v4 is released 🎉 The new version is 100% backward compatible. You can upgrade to v4 with a single command! See the migration guide here: https://refine.dev/docs/migration-guide/3x-to-4xv3.38.0
Compare Source
Minor Changes
c0aea17837c
Thanks @omeraplak! - Added react-router-dom's exportsv3.37.0
Compare Source
Minor Changes
c0aea17837c
Thanks @omeraplak! - Added react-router-dom's exportsv3.36.6
Compare Source
Patch Changes
ccaf8bde357
Thanks @thaihuynhxyz! - fix: react extract incorrect resource from encoded pathnamev3.36.5
Compare Source
Patch Changes
ccaf8bde357
Thanks @thaihuynhxyz! - fix: react extract incorrect resource from encoded pathnamev3.36.4
Compare Source
Patch Changes
54eee2911a2
Thanks @alonp99! - Fixed TypeScript type ofuseParams
hookv3.36.3
Compare Source
Patch Changes
54eee2911a2
Thanks @alonp99! - Fixed TypeScript type ofuseParams
hookv3.36.2
Compare Source
Patch Changes
BrowserRouterComponent
export to@pankod/refine-react-router-v6
package.v3.36.1
Compare Source
Patch Changes
0417b7bf64
Thanks @aliemir! - Add missingBrowserRouterComponent
export to@pankod/refine-react-router-v6
package.v3.36.0
Compare Source
Minor Changes
initialRoute
variable toRouterComponent
component.v3.35.0
Compare Source
Minor Changes
initialRoute
variable toRouterComponent
component.v3.34.0
Compare Source
Minor Changes
ee4d0d112a
Thanks @aliemir! - Added ability to manage the initial route of refine by bindinginitialRoute
variable toRouterComponent
component.v3.33.2
Compare Source
Patch Changes
6.3.0
v3.33.1
Compare Source
Patch Changes
4095a578d4
Thanks @omeraplak! - Fixed version of react-router to6.3.0
v3.33.0
Compare Source
Minor Changes
tsc
instead oftsup
for better navigation throughout projects source code.v3.32.0
Compare Source
Minor Changes
0150dcd070
Thanks @aliemir! - Update type declaration generation withtsc
instead oftsup
for better navigation throughout projects source code.v3.31.3
Compare Source
Patch Changes
<LoginPage>
.AuthPage
component to therefine
app. This page is used to login, register, forgot password and update password. Login page is default page and oldLoginPage
component is deprecated.v3.31.2
Compare Source
Patch Changes
f7c98f0ef9
Thanks @biskuvit! - Fixed default login page is<LoginPage>
.v3.31.1
Compare Source
Patch Changes
a02cb9e8ef
Thanks @biskuvit! - 🎉 AddedAuthPage
to therefine
app. This page is used to login, register, forgot password and update password. Login page is default page and oldLoginPage
component is deprecated.v3.31.0
Compare Source
Minor Changes
v3.30.0
Compare Source
Minor Changes
b38620d842
Thanks @omeraplak! - Add React@18 support 🚀v3.29.0
Compare Source
Minor Changes
Pass the full
resource
to theaccessControlProvider
can method. This will enable Attribute Based Access Control (ABAC), for example granting permissions based on the value of a field in the resource object.v3.28.0
Compare Source
Minor Changes
e78b181b12
Thanks @omeraplak! - Pass the fullresource
to theaccessControlProvider
can method. This will enable Attribute Based Access Control (ABAC), for example granting permissions based on the value of a field in the resource object.v3.27.0
Compare Source
Minor Changes
All of the refine packages have dependencies on the
@pankod/refine-core
package. So far we have managed these dependencies withpeerDependencies
+dependencies
but this causes issues like #2183. (having more than one @pankod/refine-core version in node_modules and creating different instances)Managing as
peerDependencies
+devDependencies
seems like the best way for now to avoid such issues.Patch Changes
to
parameter when redirecting to the login page afterlogout
- #2211v3.26.0
Compare Source
Minor Changes
#2217
b4aae00f77
Thanks @omeraplak! - All of the refine packages have dependencies on the@pankod/refine-core
package. So far we have managed these dependencies withpeerDependencies
+dependencies
but this causes issues like #2183. (having more than one @pankod/refine-core version in node_modules and creating different instances)Managing as
peerDependencies
+devDependencies
seems like the best way for now to avoid such issues.v3.25.3
Compare Source
Patch Changes
91db05caf7
Thanks @omeraplak! - Fix adding the current path to theto
parameter when redirecting to the login page afterlogout
- #2211v3.25.2
Compare Source
Patch Changes
<ErrorComponent/>
to does not appear in the404
statev3.25.1
Compare Source
Patch Changes
b8a4093fda
Thanks @biskuvit! - Fixed a bug that caused<ErrorComponent/>
to does not appear in the404
statev3.25.0
Compare Source
What's Changed
useTable.setFilters
function by @aliemir in https://github.com/pankod/refine/pull/1888useBreadcrumb
throws error by @omeraplak in https://github.com/pankod/refine/pull/1895v3.22.2
Compare Source
Patch Changes
2deb19babf
]:Configuration
📅 Schedule: Branch creation - "every weekend" in timezone US/Eastern, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.