Releases: wevm/frog
[email protected]
Patch Changes
-
#333
d457c65
Thanks @dalechyn! - Added Gnosis chain support. -
#294
c9257f5
Thanks @dalechyn! - Introduced.image
handler to handle images separately from the frame handler. -
#325
d8aabe7
Thanks @dalechyn! - RemovedtailwindConfig
from the allowed properties inimageOptions
since it's not fully implemented in Satori. -
#324
a22492a
Thanks @dalechyn! - Deletedfont
property fromimageOptions
type in frame handler response.
[email protected]
[email protected]
[email protected]
[email protected]
Minor Changes
-
#255
752ccab
Thanks @dalechyn! - Breaking change Frog UIicon
property requires an icon map imported from the'frog/ui/icons'
entrypoint. This also makes it easier for you to supply your own custom icons.+ import { lucide } from 'frog/ui/icons' export const system = createSystem({ - icons: 'lucide', + icons: lucide, })
In addition, the following separate entrypoints were added for resource constrained environments.
frog/ui/icons/heroicons
frog/ui/icons/lucide
frog/ui/icons/radix-icons
[email protected]
Minor Changes
[email protected]
[email protected]
[email protected]
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! - Addedlink
property toCastActionMessageResponse
to display the toasted message as an external link to the specified URL.
See more.
[email protected]
Patch Changes
- #292
0017052
Thanks @avneesh0612! - AddedverifyFrame
option to hub definition.