Releases: xmtp/xmtp-web
Releases · xmtp/xmtp-web
@xmtp/react-sdk@9.0.0
Major Changes
- eb27cba: Upgraded JS SDK
BREAKING CHANGES
- Refactored
refreshConsentList
andloadConsentList
methods of theuseConsent
hook
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
CachedMessageWithId
andCachedConversationWithId
exports - Removed
dbVersion
prop fromXMTPProvider
component
@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-signature
package
@xmtp/frames-client@0.5.1
Patch Changes
- 3ffc491: bumped packages to pass postUrl through in frameInfo