Skip to content

frog@0.9.0

Compare
Choose a tag to compare
@github-actions github-actions released this 01 May 01:32
· 38 commits to main since this release
c6a209e

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