@refinedev/inferencer@4.3.0
版本发布时间: 2023-06-29 22:34:26
refinedev/refine最新发布版本:@refinedev/supabase@5.9.4(2024-09-03 19:48:37)
Minor Changes
-
#4582
2edadc3a2aa
Thanks @rasitcolakel! - fix: added predefined relationInfer control
Patch Changes
-
#4601
090653717d6
Thanks @aliemir! - Updated inferencer functions to check for relational fields with representable values. If the inferencer type isshow
orlist
, the inferencer will use the available properties to show the field instead of trying to fetch the relational data.// posts/1 { id: 1, name: "Post 1", tags: [ { id: 5, name: "Tag 5" }, { id: 6, name: "Tag 6" } ], content: "...", }
Above structure will show the
tags
field in list and show inferencers using thename
property instead of trying to fetch the relational data. Butedit
andcreate
inferencers will still work with the relational data. -
Updated dependencies [
c3c0deed564
,8c2b3be35b0
,5bb6f47a4d4
]:- @refinedev/core@4.26.0