Skip to content

Releases: xmtp/xmtp-web

@xmtp/[email protected]

03 Oct 18:45
11e62a3
Compare
Choose a tag to compare

Minor Changes

  • Added lastSyncedAt property to cached conversations to track when a conversation's messages were last synced
  • When loading new messages, use the lastSyncedAt time if it comes before the last message
  • When an inactive tab becomes active again, the useMessages hook will re-sync the conversation messages from the network
  • Added a new disableAutoSync option to useMessages hook to disable automatic syncing when a tab becomes active

@xmtp/[email protected]

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/[email protected]

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/[email protected]

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

Patch Changes

@xmtp/[email protected]

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/[email protected]

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

Minor Changes

  • Upgrade xmtp-js to beta.9

@xmtp/[email protected]

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/[email protected]

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

Patch Changes

  • Export some conversation helpers

@xmtp/[email protected]

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

Minor Changes

  • Update xmtp-js to version 11 b121750

@xmtp/[email protected]

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

Patch Changes

  • Prevent DB versioning when DB is already open