Releases: refinedev/refine
Releases · refinedev/refine
@pankod/[email protected]
Patch Changes
-
Fix
@tanstack/react-table
exports -
Removed the old version of
react-table
dependency.
@pankod/[email protected]
Minor Changes
-
Added missing implementations for
nnull
,startswith
,startswiths
,nstartswith
,nstartswiths
,endswith
,endswiths
,nendswith
andnendswiths
filters by_similar
,_nsimilar
,_regex
and_iregex
filters from Nhost.Added nested property filter support for
or
filters.
@pankod/[email protected]
Patch Changes
- Fixed responsive design for mobile devices
@pankod/[email protected]
Patch Changes
-
- Added
<LoadingOverlay />
component to basic view components. - Update
goBack
prop usage, now it can be passed to<ActionButton />
's children. - Fixed the issue that when
title
prop is passed to basic views, the back button is not shown. - Default title size decreased from
h2
toh3
.
- Added
- Updated dependencies []:
- @pankod/[email protected]
@pankod/[email protected]
Patch Changes
- Added nested property filter support for
or
filters.
@pankod/[email protected]
Minor Changes
- Updated
dataProvider
types withRequired
utility to markgetMany
,createMany
,updateMany
anddeleteMany
as implemented.
@pankod/[email protected]
Minor Changes
- Updated
dataProvider
types withRequired
utility to markgetMany
,createMany
,updateMany
anddeleteMany
as implemented.
@pankod/[email protected]
Minor Changes
- Updated
dataProvider
types withRequired
utility to markgetMany
,createMany
,updateMany
anddeleteMany
as implemented.
@pankod/[email protected]
Minor Changes
- Updated
dataProvider
types withRequired
utility to markgetMany
,createMany
,updateMany
anddeleteMany
as implemented.
@pankod/[email protected]
Minor Changes
-
Updated
dataProvider
types withRequired
utility to markgetMany
,createMany
,updateMany
anddeleteMany
as implemented. -
Remove unimplemented
createMany
,updateMany
anddeleteMany
functions.