Skip to content

Releases: wevm/frog

[email protected]

05 Mar 20:32
b492dab
Compare
Choose a tag to compare

Minor Changes

[email protected]

04 Mar 21:00
b7bab08
Compare
Choose a tag to compare

Patch Changes

  • 885347e Thanks @jxom! - Fixed Next.js circular dependency on getFrameMetadata.

[email protected]

04 Mar 07:24
ba171fd
Compare
Choose a tag to compare

Patch Changes

  • #67 769bd30 Thanks @jxom! - Fixed issue where deriveState would trigger twice.

[email protected]

04 Mar 04:14
f17fb1f
Compare
Choose a tag to compare

Patch Changes

  • #65 02fb038 Thanks @jxom! - Deprecated frogApiUrl in favor of a more flexible hub constructor parameter.

[email protected]

03 Mar 07:53
bd214e5
Compare
Choose a tag to compare

Patch Changes

[email protected]

03 Mar 06:00
cbdc9c4
Compare
Choose a tag to compare

Patch Changes

  • 26f4ba8 Thanks @jxom! - Implemented functionality for sub-apps to inherit properties from the root Frog app when using .route.

[email protected]

03 Mar 01:07
839b36c
Compare
Choose a tag to compare

Patch Changes

  • bf6140d Thanks @jxom! - Added --staticDir parameter to frog dev CLI command.

  • #49 79bb79d Thanks @tmm! - Fixed Button.Redirect behavior

  • 15de099 Thanks @jxom! - Updated hono-og & added bun export property.

[email protected]

03 Mar 23:51
0ef0758
Compare
Choose a tag to compare

Patch Changes

  • 573ed8a Thanks @jxom! - Fixed issue where getFrameMetadata wouldn't pick up whitespace in meta content.

  • f126947 Thanks @jxom! - Exported getFrameMetadata utility.

[email protected]

03 Mar 22:10
628d33d
Compare
Choose a tag to compare

Patch Changes

  • #61 cee4729 Thanks @jxom! - Added ability for imageOptions to return an asynchronous function in the Frog constructor.

  • #61 cee4729 Thanks @jxom! - Added imageAspectRatio parameter to Frog constructor.

[email protected]

03 Mar 01:07
839b36c
Compare
Choose a tag to compare

Patch Changes

  • bf6140d Thanks @jxom! - Added static file serving to templates.