@fabrix-framework/fabrix@0.5.0
·
37 commits
to main
since this release
Minor Changes
-
#153
7c104b0
Thanks @IzumiSy! - AddTypedDocumentNode
support: now when theTypedDocumentNode
query is given,data
andvariables
are typed.Also,
getComponent
has the first argument that is typed to help users select the component associated to the query. -
#152
d474f8c
Thanks @IzumiSy! - RemovegetOperation
function from children props in FabrixComponent.Now
query
prop inFabrixComponent
supports only a single query to get it future compatible with TypedDocumentNode.