Skip to content

@onflow/[email protected]

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 16 Aug 20:22
· 64 commits to master since this release
5206275

Minor Changes

  • #1922 266fda58 Thanks @jribbink! - Changes to execStrategy:
    • execStrategy now exported from @onflow/fcl-core
    • Allow overriding execStrategy for FCL Discovery when initializing currentUser.
    • execStrategy now takes additional arguments
      • customRpc - a custom RPC client to communicate with the VIEW, if supported
      • abortSignal - an AbortSignal to cancel the request (and close any open views)

Patch Changes

  • #1922 266fda58 Thanks @jribbink! - postMessage now strictly communicates with the view which it opened to prevent collisions when FCL opens multiple views in parallel

  • #1911 6ca1353e Thanks @jribbink! - Remove unnecessary config.overload call in query/mutate functions (causes unnecessary WalletConnect errors to show in console)

  • Updated dependencies [9c787314, bc78da0c]: