Skip to content

Releases: wevm/frog

[email protected]

05 Jul 21:11
da7a1d6
Compare
Choose a tag to compare

Patch Changes

[email protected]

02 Jul 19:23
b9ce771
Compare
Choose a tag to compare

Patch Changes

  • #389 c1abdbd Thanks @dalechyn! - Fixed an issue where Fragment (<>...</>) was handled as a separate node. Now it simply unwraps children.

[email protected]

28 Jun 22:04
300ec1a
Compare
Choose a tag to compare

Patch Changes

  • #380 6ab441b Thanks @crebsy! - Fixed an issue with session logouts by reading frog_user cookie.

  • #383 dac1d21 Thanks @dalechyn! - Fixed incorrectly unescaped HTML entities in Frame Preview Buttons leading to incorrect UI shown.

  • #385 38a1d45 Thanks @dalechyn! - Fixed an issue where a Component returning null would crash the image rendering process.

[email protected]

21 Jun 22:02
239bbf1
Compare
Choose a tag to compare

Minor Changes

  • #376 3a67a9e Thanks @dalechyn! - Breaking change. Added title as a required parameter to Frog constructor.

    - const app = new Frog()
    + const app = new Frog({ title: 'My Title' })

Patch Changes

[email protected]

19 Jun 14:44
d288be3
Compare
Choose a tag to compare

Patch Changes

  • #374 b5d43d8 Thanks @dalechyn! - Added previously missed type exports for CastActionContext, CastActionHandler, CastActionResponse, ImageContext, ImageResponse and ImageHandler

  • #366 bbe3e09 Thanks @dalechyn! - Added support of c.error responses in .frame and .transaction handlers in DevTools.

[email protected]

16 Jun 17:03
05d9893
Compare
Choose a tag to compare

Patch Changes

  • #364 fb1f847 Thanks @dalechyn! - Fixed an issue with .image handler not recieving correct __context which is normally injected in parseImage function that wasn't previously used in Image rendering. As a consequence, c2f4d56 as an attempt to fix __context not being passed to components is no longer relevant, thus reverted.

[email protected]

14 Jun 14:23
48dc453
Compare
Choose a tag to compare

Patch Changes

  • #360 42f143d Thanks @dalechyn! - Fixed an issue with valibot having an incorrect schema on parsing POST request.

[email protected]

11 Jun 11:34
b63d3f8
Compare
Choose a tag to compare

Patch Changes

  • #355 7d75e97 Thanks @dalechyn! - Fixed a bug where properties on UI elements having 0 value were not being set, such as left="0" and etc.

  • #354 e1d5597 Thanks @dalechyn! - Bumped hono and related packages versions.

  • #356 7ab81f0 Thanks @dalechyn! - Fixed an issue where other Frog instances routed via .route constructed an incorrect image URL due to the absence of basePath.

  • #348 8286f21 Thanks @dalechyn! - Fixed a type issue where margin* and letterSpacing props in Box accepted only negative values.

[email protected]

07 Jun 20:34
3f9cefe
Compare
Choose a tag to compare

Patch Changes

  • #342 904cfbf Thanks @dalechyn! - Fixed incorrect internal image route matching that previously was only working when assetsUrl and baseUrl were the same.

  • #341 f6033d3 Thanks @dalechyn! - Added support of custom handler for Cast Actions if one wants to rely on the Context to give out a response for GET method. I.e. having the Action name to be derived from the path parameter.

  • #347 a14da7b Thanks @dalechyn! - Added Sepolia, Arbitrum Sepolia and Optimism Sepolia support. See more.

  • #345 c2f4d56 Thanks @dalechyn! - Fixed an issue where user defined vars were not passed to Text, Spacer, Divider and Image components.

[email protected]

28 May 21:30
95a57f7
Compare
Choose a tag to compare

Patch Changes