Releases: wevm/frog
frog@0.11.4
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.
frog@0.11.3
frog@0.11.2
frog@0.11.1
frog@0.11.0
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
frog@0.10.0
Minor Changes
frog@0.9.4
frog@0.9.3
frog@0.9.2
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.
frog@0.9.1
Patch Changes
- #292
0017052
Thanks @avneesh0612! - AddedverifyFrame
option to hub definition.