Skip to content

Releases: xmtp/xmtp-web

@xmtp/react-sdk@8.0.1

25 Jul 22:39
9dcbd83
Compare
Choose a tag to compare

Patch Changes

  • ab6ec41:
    • Updated DB schema for conversations, messages, consent, and reactions
    • Added automatic DB migration
    • Upgraded to latest JS SDK

@xmtp/react-sdk@8.0.0

22 Jul 20:32
d3c350d
Compare
Choose a tag to compare

Major Changes

BREAKING CHANGES

  • Removed CachedMessageWithId and CachedConversationWithId exports
  • Removed dbVersion prop from XMTPProvider component

@xmtp/react-sdk@7.0.1

08 Jul 21:21
5222e2f
Compare
Choose a tag to compare

Patch Changes

  • 3fc5b82: Fixed dev and peer dependencies

@xmtp/frames-client@0.5.4

08 Jul 21:21
5222e2f
Compare
Choose a tag to compare

Patch Changes

@xmtp/react-sdk@7.0.0

02 Jul 21:46
b894e1a
Compare
Choose a tag to compare

Major Changes

  • cd41019:
    • Upgraded to latest JS SDK
    • Removed some re-exports from the JS SDK

BREAKING CHANGES

With this update, the following are no longer exported from the React SDK: ContentTypeId, CodecRegistry, ContentCodec, EncodedContent, TextCodec, and ContentTypeText.

For content type primitives, use the new @xmtp/content-type-primitives package. It exports ContentTypeId, CodecRegistry, ContentCodec, and EncodedContent.

The text content type and codec can now be found at @xmtp/content-type-text. It exports ContentTypeText, Encoding, and TextCodec.

@xmtp/frames-client@0.5.3

29 May 17:31
1a751f6
Compare
Choose a tag to compare

Patch Changes

@xmtp/frames-client@0.5.2

28 May 22:48
d2eaacd
Compare
Choose a tag to compare

Patch Changes

  • 7db2728: adds transactionId to type

@xmtp/consent-proof-signature@0.1.3

16 May 14:52
129e04b
Compare
Choose a tag to compare

Patch Changes

  • 8adc23f: Add CommonJS export to consent-proof-signature package

@xmtp/frames-client@0.5.1

02 May 20:16
40d74b3
Compare
Choose a tag to compare

Patch Changes

  • 3ffc491: bumped packages to pass postUrl through in frameInfo

@xmtp/react-sdk@6.0.1

29 Apr 19:10
9b7ab21
Compare
Choose a tag to compare

Patch Changes