Skip to content

@refinedev/core@5.0.12

Latest

Choose a tag to compare

@refine-bot refine-bot released this 02 Apr 16:44
· 17 commits to main since this release
4d60acf

Patch Changes

  • #7372 59c6470ca0ecff0588f749ef4530312e7537bfdd Thanks @alicanerdurmaz! - fix(core): preserve custom getList response fields in useList and useTable results.

    We had an edge case where custom fields returned from getList were available on query.data but dropped from result. Now those extra fields are preserved in both useList and useTable.