Skip to content

Releases: coinbase/onchainkit

v0.9.6

04 Mar 21:15
28af5c6
Compare
Choose a tag to compare

Patch Changes

  • feat: added tx as a Frame action option, enabling support for Frame Transactions. By @Zizzamia #208 75dc428

v0.9.5

27 Feb 06:00
9b005af
Compare
Choose a tag to compare

Patch Changes

v0.9.4

24 Feb 01:02
b0d2fae
Compare
Choose a tag to compare

Patch Changes

v0.9.3

22 Feb 21:50
b3d1a55
Compare
Choose a tag to compare

Patch Changes

v0.9.2

22 Feb 09:41
0570e68
Compare
Choose a tag to compare

Patch Changes

v0.9.1

22 Feb 09:20
5ec1f90
Compare
Choose a tag to compare

Patch Changes

v0.9.0

22 Feb 08:39
c78fb08
Compare
Choose a tag to compare

Minor Changes

  • feat: prep the identity identity module. By @Zizzamia #171 311b027
  • feat: added initial version of getEASAttestations, which helps getting the user attestations from the Ethereum Attetation Service (EAS). By @alvaroraminelli #126

v0.8.2

21 Feb 01:59
e7c762a
Compare
Choose a tag to compare

Patch Changes

  • fix: make sure imports from core, farcaster and xmtp work. c30296d

v0.8.1

21 Feb 00:51
5740876
Compare
Choose a tag to compare

Patch Changes

  • feat: Added getXmtpFrameMessage and isXmtpFrameRequest so that Frames can receive interactions from apps outside of Farcaster, such as from XMTP conversations. By @neekolas #123 272082b

v0.8.0

20 Feb 03:41
20ba3eb
Compare
Choose a tag to compare

Minor Changes

  • feat: getFrameMessage can now handle mock frame messages. When allowFramegear is passed as an option (defaults to false), it will skip validating which facilitates testing locally running apps with future releases of framegear. By @cnasc #149 ee72476
  • docs: polish README.md and site. By @Zizzamia #144