Releases: xmtp/xmtp-web
Releases · xmtp/xmtp-web
@xmtp/[email protected]
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 touseMessages
hook to disable automatic syncing when a tab becomes active
@xmtp/[email protected]
Major Changes
BREAKING CHANGES
- Remove
signer
andsetClientSigner
fromXMTPContext
OTHER CHANGES
- Fix client initialization when using only keys
- Add test for client initialization with keys
- Upgraded dependencies
@xmtp/[email protected]
Minor Changes
- Upgrade JS SDK to v11
- Upgrade all standards-track content types
- Replace
ethers
withviem
- Update read receipt processor for updated content type
- Update client signer type
@xmtp/[email protected]
Patch Changes
- #99
0b25490
Thanks @daria-github! - Synced with main
@xmtp/[email protected]
Patch Changes
- Add
isLoaded
state to theuseMessages
anduseConversations
hooks - Add
clearCache
to exports - Minor refactor of
useStartConversation
hook to exportconversation
when no initial message is sent - Access all cached conversations using the client's wallet address
@xmtp/[email protected]
Minor Changes
- Upgrade xmtp-js to beta.9
@xmtp/[email protected]
Patch Changes
- Rename
hasTopic
=>hasConversationTopic
- Add exports for
hasConversationTopic
,saveConversation
,setConversationUpdatedAt
,updateConversation
,updateConversationMetadata
,deleteMessage
,getLastMessage
,saveMessage
,updateMessage
, andupdateMessageMetadata
@xmtp/[email protected]
Patch Changes
- Export some conversation helpers
@xmtp/[email protected]
Minor Changes
- Update xmtp-js to version 11
b121750
@xmtp/[email protected]
Patch Changes
- Prevent DB versioning when DB is already open