Skip to content

Releases: wevm/frog

[email protected]

01 May 01:32
c6a209e
Compare
Choose a tag to compare

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 accepts action property;
    • .castAction handler now requries a third parameter (options) to be set. Properties that were removed from Button.AddCastAction have migrated here, and aboutUrl and description 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. Shorthands c.message(...) and c.frame(...) were added for the ease of use.

Patch Changes

[email protected]

28 Apr 21:01
39d098d
Compare
Choose a tag to compare

Patch Changes

  • #237 75f46a4 Thanks @dalechyn! - Added root path support in action to jump into the root Frog instance via '~' symbol. Useful for code-splitting via app.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]

20 Apr 11:13
41fcd12
Compare
Choose a tag to compare

Patch Changes

  • #272 0bffc81 Thanks @dalechyn! - Reverted changes from #222 that have caused issues in wrangler and edge environments. Intentionally introduced regression with "refreshing frame images" as #222 focused on bringing those work.

[email protected]

17 Apr 04:07
aac827d
Compare
Choose a tag to compare

Patch Changes

[email protected]

15 Apr 12:42
adb50ca
Compare
Choose a tag to compare

Patch Changes

[email protected]

15 Apr 03:48
786e45f
Compare
Choose a tag to compare

Patch Changes

  • #256 02f03ff Thanks @dalechyn! - Fixed a regression in local environments with templates other than next used where port was deleted when X-Forwarded-Host was not present that resulted in a malformed postUrl and image url values in the rendered frame meta tags.

  • #254 e38c898 Thanks @dalechyn! - Fixed an issue with local devtools with nextjs template that sets x-forwarded-host header to localhost which previously deleted the port and ended up creating incorrect link.

[email protected]

12 Apr 21:59
a6aa0b5
Compare
Choose a tag to compare

Patch Changes

  • #246 1b2fffd Thanks @dalechyn! - Fixed an issue where port is appended to a reverse-proxied server. Now when x-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.

[email protected]

04 Apr 22:03
f87d1e1
Compare
Choose a tag to compare

Patch Changes

[email protected]

01 Apr 18:44
e6490bd
Compare
Choose a tag to compare

Minor Changes

[email protected]

28 Mar 14:29
cd1db3d
Compare
Choose a tag to compare

Patch Changes