Skip to content

Releases: refinedev/refine

@pankod/[email protected]

13 Oct 12:24
0decfbc
Compare
Choose a tag to compare

Patch Changes

  • Fix @tanstack/react-table exports

  • Removed the old version of react-table dependency.

@pankod/[email protected]

13 Oct 12:24
0decfbc
Compare
Choose a tag to compare

Minor Changes

  • Added missing implementations for nnull, startswith, startswiths, nstartswith, nstartswiths, endswith, endswiths, nendswith and nendswiths filters by _similar, _nsimilar, _regex and _iregex filters from Nhost.

    Added nested property filter support for or filters.

@pankod/[email protected]

13 Oct 16:21
6c80691
Compare
Choose a tag to compare

Patch Changes

  • Fixed responsive design for mobile devices

@pankod/[email protected]

13 Oct 12:24
0decfbc
Compare
Choose a tag to compare

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 to h3.
  • Updated dependencies []:

@pankod/[email protected]

13 Oct 12:24
0decfbc
Compare
Choose a tag to compare

Patch Changes

  • Added nested property filter support for or filters.

@pankod/[email protected]

12 Oct 10:07
ba2bd3d
Compare
Choose a tag to compare

Minor Changes

  • Updated dataProvider types with Required utility to mark getMany, createMany, updateMany and deleteMany as implemented.

@pankod/[email protected]

12 Oct 10:07
ba2bd3d
Compare
Choose a tag to compare

Minor Changes

  • Updated dataProvider types with Required utility to mark getMany, createMany, updateMany and deleteMany as implemented.

@pankod/[email protected]

12 Oct 10:07
ba2bd3d
Compare
Choose a tag to compare

Minor Changes

  • Updated dataProvider types with Required utility to mark getMany, createMany, updateMany and deleteMany as implemented.

@pankod/[email protected]

12 Oct 10:07
ba2bd3d
Compare
Choose a tag to compare

Minor Changes

  • Updated dataProvider types with Required utility to mark getMany, createMany, updateMany and deleteMany as implemented.

@pankod/[email protected]

12 Oct 10:07
ba2bd3d
Compare
Choose a tag to compare

Minor Changes

  • Updated dataProvider types with Required utility to mark getMany, createMany, updateMany and deleteMany as implemented.

  • Remove unimplemented createMany, updateMany and deleteMany functions.