Fluid Framework v2.0.0-internal.4.4.0 (minor)
github-actions
released this
05 Jun 18:22
·
5564 commits
to main
since this release
This is a minor release.
It contains bug fixes and other internal improvements.
What's Changed
Deprecations
IntervalCollection public export deprecated in @fluidframework/sequence
IntervalCollection
has been deprecated in favor of an interface (IIntervalCollection
) containing its public API. Several types transitively referenced by IntervalCollection
implementation details have also been deprecated: CompressedSerializedInterval
, IntervalCollectionIterator
, and ISerializedIntervalCollectionV2
.