Skip to content

Releases: wevm/frog

frog@0.5.2

08 Mar 00:30
e24dcbb
Compare
Choose a tag to compare

Patch Changes

  • 3b2d353 Thanks @jxom! - Unwrap JSX elements before passing them as parameters.

frog@0.5.1

07 Mar 22:34
570a75c
Compare
Choose a tag to compare

Patch Changes

  • 51610c2 Thanks @jxom! - Added action prop to Button.Transaction.

frog@0.5.0

07 Mar 22:28
35eba25
Compare
Choose a tag to compare

Minor Changes

  • #109 e5296d8 Thanks @jxom! - This version of Frog removes the concept of "Render Cycles". All frames now facilitate a single cycle.

    There are a couple of small deprecations:

    1. Deprecated cycle from context – you can now omit the conditionals completely.
    app.frame('/', c => {
    -  if (c.cycle === 'main') console.log('hello world')
    +  console.log('hello world')
    })
    1. Deprecated fonts property in c.res in favor of fonts on frame route options:
    app.frame('/', c => {
      return c.res({
        imageOptions: {
    -     fonts: // ...
        }
      })
    }, {
    +  fonts: // ...
    })

frog@0.4.8

07 Mar 21:27
4346748
Compare
Choose a tag to compare

Patch Changes

frog@0.4.7

07 Mar 04:14
c4d2a1c
Compare
Choose a tag to compare

Patch Changes

  • efe1f6a Thanks @jxom! - Strengthened chainId type for transactions.

frog@0.4.6

07 Mar 03:16
fd813ab
Compare
Choose a tag to compare

Patch Changes

frog@0.4.4

06 Mar 22:09
b7aa564
Compare
Choose a tag to compare

Patch Changes

frog@0.4.3

06 Mar 20:52
12cc387
Compare
Choose a tag to compare

Patch Changes

frog@0.4.2

06 Mar 11:11
4e4c084
Compare
Choose a tag to compare

Patch Changes

frog@0.4.1

06 Mar 04:41
ee3884c
Compare
Choose a tag to compare

Patch Changes