This repository was archived by the owner on Jul 7, 2025. It is now read-only.
Releases: xmtp/xmtp-web
Releases · xmtp/xmtp-web
@xmtp/react-sdk@9.0.0
Major Changes
- eb27cba: Upgraded JS SDK
BREAKING CHANGES
- Refactored
refreshConsentListandloadConsentListmethods of theuseConsenthook
Most apps won't be affected by these changes, but the modified return types of the above methods are a breaking change for those relying on their return values.
@xmtp/react-sdk@8.0.1
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
Major Changes
- b5dd0a8:
- Upgraded dexie
BREAKING CHANGES
- Removed
CachedMessageWithIdandCachedConversationWithIdexports - Removed
dbVersionprop fromXMTPProvidercomponent
@xmtp/react-sdk@7.0.1
Patch Changes
- 3fc5b82: Fixed dev and peer dependencies
@xmtp/frames-client@0.5.4
Patch Changes
- 3fc5b82: Upgraded dependencies
@xmtp/react-sdk@7.0.0
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
Patch Changes
- 815ef8f: fix for transaction id
@xmtp/frames-client@0.5.2
Patch Changes
- 7db2728: adds transactionId to type
@xmtp/consent-proof-signature@0.1.3
Patch Changes
- 8adc23f: Add CommonJS export to
consent-proof-signaturepackage
@xmtp/frames-client@0.5.1
Patch Changes
- 3ffc491: bumped packages to pass postUrl through in frameInfo