Releases: wevm/frog
[email protected]
Minor Changes
-
#251
f841edc
Thanks @dalechyn! - Deprecated the Cast Actions Deeplink V1 format in favor of V2. See more.Breaking changes have affected
Button.AddCastAction
and.castAction
handler:Button.AddCastAction
now only acceptsaction
property;.castAction
handler now requries a third parameter (options
) to be set. Properties that were removed fromButton.AddCastAction
have migrated here, andaboutUrl
anddescription
were added along.
-
#285
6fc1642
Thanks @dalechyn! - Implemented multi-step cast actions. See more.Breaking changes have affected
.castAction
handler definition and its response:.castAction
handler response now requires a"type": "message" | "frame"
to be specified. Shorthandsc.message(...)
andc.frame(...)
were added for the ease of use.
Patch Changes
[email protected]
Patch Changes
-
#237
75f46a4
Thanks @dalechyn! - Added root path support inaction
to jump into the root Frog instance via'~'
symbol. Useful for code-splitting viaapp.route
. -
#287
268ee0d
Thanks @dalechyn! - Added degen chain support. See more. -
#257
0d41ddf
Thanks @dalechyn! - Disabled watch process when frog CLI is called outside of a project directory.
[email protected]
[email protected]
Patch Changes
- #241
97c5fd9
Thanks @dalechyn! - Implemented error message response from frames. See https://warpcast.notion.site/Frames-Errors-ddc965b097d44d9ea03ddf98498597c6.
[email protected]
[email protected]
Patch Changes
-
#256
02f03ff
Thanks @dalechyn! - Fixed a regression in local environments with templates other thannext
used where port was deleted whenX-Forwarded-Host
was not present that resulted in a malformedpostUrl
andimage
url values in the rendered frame meta tags. -
#254
e38c898
Thanks @dalechyn! - Fixed an issue with local devtools with nextjs template that setsx-forwarded-host
header tolocalhost
which previously deleted the port and ended up creating incorrect link.
[email protected]
Patch Changes
-
#246
1b2fffd
Thanks @dalechyn! - Fixed an issue where port is appended to a reverse-proxied server. Now whenx-forwarded-host
is found, port is deleted. -
#249
dd0d297
Thanks @dalechyn! - Fixed an issue where image could not be retrieved in vercel template. -
#214
3fc8b5c
Thanks @dalechyn! - Implemented "Cast Actions" support via.castAction
handler. -
#233
8a29c4d
Thanks @dalechyn! - Fixed incorrect resolution of Google Font with italic style. -
#222
7e9051d
Thanks @dalechyn! - Implemented image retrieval without search params for initial frame request.