Skip to content

Releases: wevm/frog

frog@0.9.4

11 May 21:30
d60c8ed
Compare
Choose a tag to compare

Patch Changes

frog@0.9.3

09 May 21:43
f1ba76b
Compare
Choose a tag to compare

Patch Changes

frog@0.9.2

03 May 20:59
47cae63
Compare
Choose a tag to compare

Patch Changes

  • #298 b9e181b Thanks @tmm! - Added experimental feature to allow additional custom meta tags.

  • #295 14ec5b1 Thanks @sinasab! - Added verifyFrame util exports

  • #293 536c491 Thanks @dalechyn! - Added link property to CastActionMessageResponse to display the toasted message as an external link to the specified URL.
    See more.

frog@0.9.1

03 May 17:31
c31814d
Compare
Choose a tag to compare

Patch Changes

frog@0.9.0

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

frog@0.8.7

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.

frog@0.8.6

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.

frog@0.8.5

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

Patch Changes

frog@0.8.4

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

Patch Changes

frog@0.8.3

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.