github-actions
released this
28 Oct 17:35
·
2 commits
to main
since this release
Minor Changes
-
#503
908bed1
Thanks @dalechyn! - Breaking Change:frog/vercel
was deleted. If you usedhandle
from this package, import it fromfrog/next
.
Breaking Change:frog/next
no longer exportspostComposerCreateCastActionMessage
. UsecreateCast
fromfrog/web
.Introduced
frog/web
for client-side related logic in favor offrog/next
.
For backwards compatibility, all the previous exports are kept, but will be
deprecated in future, except for NextJS relatedhandle
function.Added functionality for the Mini-App JSON-RPC requests. See more.
AddedcreateCast
,sendTransaction
,contractTransaction
andsignTypedData
tofrog/web
.