Skip to content

Releases: xmtp/xmtp-web

@xmtp/react-sdk@2.0.0

28 Sep 17:50
9ab68ac
Compare
Choose a tag to compare

Major Changes

BREAKING CHANGES

  • Remove signer and setClientSigner from XMTPContext

OTHER CHANGES

  • Fix client initialization when using only keys
  • Add test for client initialization with keys
  • Upgraded dependencies

@xmtp/react-sdk@1.4.0

27 Sep 16:33
98eb590
Compare
Choose a tag to compare

Minor Changes

  • Upgrade JS SDK to v11
  • Upgrade all standards-track content types
  • Replace ethers with viem
  • Update read receipt processor for updated content type
  • Update client signer type

@xmtp/react-sdk@1.4.0-beta.2

25 Sep 22:39
20536fe
Compare
Choose a tag to compare
Pre-release

Patch Changes

@xmtp/react-sdk@1.3.7

13 Sep 16:58
ef5bcdb
Compare
Choose a tag to compare

Patch Changes

  • Add isLoaded state to the useMessages and useConversations hooks
  • Add clearCache to exports
  • Minor refactor of useStartConversation hook to export conversation when no initial message is sent
  • Access all cached conversations using the client's wallet address

@xmtp/react-sdk@1.4.0-beta.1

11 Sep 22:29
72991d2
Compare
Choose a tag to compare
Pre-release

Minor Changes

  • Upgrade xmtp-js to beta.9

@xmtp/react-sdk@1.3.6

08 Sep 12:40
4773ca8
Compare
Choose a tag to compare

Patch Changes

  • Rename hasTopic => hasConversationTopic
  • Add exports for hasConversationTopic, saveConversation, setConversationUpdatedAt, updateConversation, updateConversationMetadata, deleteMessage, getLastMessage, saveMessage, updateMessage, and updateMessageMetadata

@xmtp/react-sdk@1.3.5

08 Sep 00:01
4bda2e5
Compare
Choose a tag to compare

Patch Changes

  • Export some conversation helpers

@xmtp/react-sdk@1.4.0-beta.0

07 Sep 21:50
7e8759e
Compare
Choose a tag to compare
Pre-release

Minor Changes

  • Update xmtp-js to version 11 b121750

@xmtp/react-sdk@1.3.4

05 Sep 15:42
f7520aa
Compare
Choose a tag to compare

Patch Changes

  • Prevent DB versioning when DB is already open

@xmtp/react-sdk@1.3.3

05 Sep 13:52
ce66361
Compare
Choose a tag to compare

Patch Changes

  • Make content type config processors optional
  • Add type exports for content type configs