Skip to content

@fabrix-framework/fabrix@0.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Jan 09:06
· 37 commits to main since this release
303b327

Minor Changes

  • #144 c19ff4e Thanks @IzumiSy! - Add provenance

  • #153 7c104b0 Thanks @IzumiSy! - Add TypedDocumentNode support: now when the TypedDocumentNode query is given, data and variables 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! - Remove getOperation function from children props in FabrixComponent.

    Now query prop in FabrixComponent supports only a single query to get it future compatible with TypedDocumentNode.