Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 28 Oct 17:35
· 2 commits to main since this release
9482a09

Minor Changes

  • #503 908bed1 Thanks @dalechyn! - Breaking Change: frog/vercel was deleted. If you used handle from this package, import it from frog/next.
    Breaking Change: frog/next no longer exports postComposerCreateCastActionMessage. Use createCast from frog/web.

    Introduced frog/web for client-side related logic in favor of frog/next.
    For backwards compatibility, all the previous exports are kept, but will be
    deprecated in future, except for NextJS related handle function.

    Added functionality for the Mini-App JSON-RPC requests. See more.
    Added createCast, sendTransaction, contractTransaction and signTypedData to frog/web.