Releases: coinbase/onchainkit
Releases · coinbase/onchainkit
v0.9.1
v0.9.0
v0.8.2
v0.8.1
v0.8.0
Minor Changes
- feat:
getFrameMessagecan now handle mock frame messages. WhenallowFramegearis passed as an option (defaults tofalse), it will skip validating which facilitates testing locally running apps with future releases offramegear. By @cnasc #149 ee72476 - docs: polish README.md and site. By @Zizzamia #144
v0.7.0
Minor Changes
-
26f6fd5: - feat: Updated
FrameMetadataTypeto supporttargetfor buttonpostandpost_redirectactions. By @HashWarlock @Zizzamia #130 #136Note:
In this release we update theFrameMetadataTypeso that it supports the latest Handling Clicks Frames specification.If the button clicked is a
postorpost_redirect, apps must:- Construct a Frame Signature Packet.
- POST the packet to
fc:frame:button:$idx:targetif present - POST the packet to
fc:frame:post_url if targetwas not present. - POST the packet to or the frame's embed URL if neither target nor action were present.
- Wait at least 5 seconds for a response from the frame server.
v0.6.2
v0.6.1
v0.6.0
Minor Changes
- feat: better treeshaking support by using packemon. By @Zizzamia & @wespickett #105 fc74af1
BREAKING CHANGES
For modern apps that utilize ES2020 or the latest version, breaking changes are not anticipated. However, if you encounter any building issues when using OnchainKit with older apps that rely on ES6, please open an issue and provide details of the error you're experiencing. We will do our best to provide the necessary support.
v0.5.4
Patch Changes
- bf014fd: - feat: exported
FrameButtonMetadata,FrameInputMetadataandFrameImageMetadatatypes. By @Zizzamia #111- feat: introduced support for image aspect ratio metadata, ensuring backward compatibility. Image metadata can now be defined either as a string (with a default aspect ratio of
1.91:1) or as an object with a src URL string and an aspect ratio of either1.91:1or1:1. By @taycaldwell #110
- feat: introduced support for image aspect ratio metadata, ensuring backward compatibility. Image metadata can now be defined either as a string (with a default aspect ratio of