@xmtp/react-sdk@7.0.0
github-actions
released this
02 Jul 21:46
·
90 commits
to main
since this release
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
.