Patch Changes
📢 Refine Community Release 📢
-
This PR fixes an issue where the ListButton component doesn't include a query filter in the navigation URL.
📢 Refine Community Release 📢
- chore: update package descriptions
📢 Refine Community Release 📢
-
refactor: modified the Authenticated component to receive optional params prop to be passed to the useIsAuthenticated hook.
Fixes #6309
📢 Refine Community Release 📢
-
fix:
useUpdate
anduseForm
hooks throws an error whenid
is an empty string. (id=""
) #6505This reverts a breaking change introduced in PR #6116 and restores support for using an empty string as
id
. This enables updates without anid
field, as allowed before@refinedev/core@4.54.0
.Affected versions with this bug:
@refinedev/core@4.54.0
@refinedev/core@4.54.1
@refinedev/core@4.55.0
@refinedev/core@4.56.0
The bug is fixed in:
@refinedev/core@4.56.1
Resolves #6505
-
Updated dependencies []:
- @refinedev/devtools-internal@1.1.16