v1.0.0 release - Live Share is generally available! #610
ryanbliss
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What's changed
Live Share is officially generally available! This means Microsoft can now recommend for production scenarios. We have published the v1.0.0 version of
@microsoft/live-share,@microsoft/live-share-media, and@microsoft/live-share-canvasto npm. Since we use semantic versioning, this means that we are committed to no breaking changes to our interfaces until our next major release (2.0.0).Our general availability comes with the following officially supported
LiveDataObjectclasses:LivePresenceLiveStateLiveTimerLiveEventLiveMediaSessionLiveCanvasFor those still using our Preview versions of the SDK, please refer to previous release notes for guides on how to upgrade. A lot of APIs were renamed, removed, or reworked (for example,
updatePresencewas renamed toupdateinLivePresence, and now returnsPromise<void>instead ofvoid). If you need any help, feel free to ask us questions in our discussion board.Our general availability has been a long time coming, and we're so excited to see what apps you release in the coming months.
Changes from this release (compared to
preview.23)userId,clientId,state, anddatawere replaced with alocalUsergetter inLivePresence.Known issues
teams-jsLiveShareHost,LivePresenceUser'sdisplayNamefield will currently show as undefined. This will change in the next week or two once the Teams desktop client completes its May rollout.userIdofLivePresenceUserwill temporarily be equal toclientId. This will be replaced with a realuserIdonce the Teams desktop client completes its May rollout.Guestusers in calendar & meet now meetings (aka "anonymous" users) will not be supported until the Teams desktop client completes its May rollout.Guestusers in channel meetings are not yet supported.Live Share Turbo and React previews
While the three packages mentioned above are generally available,
live-share-turboandlive-share-reactremain in preview. Those are published as as version1.0.0-preview.24. We will keep the minor versions in sync with the core SDK versions (e.g.,1.0.1oflive-sharewill be released as1.0.1-preview.1oflive-share-react). We hope to make those packages generally available in the coming months, so please give it a try and let us know what you think!Commits since last release notes
Full Changelog: v1.0.0-preview.15...v1.0.0
This discussion was created from the release v1.0.0 release - Live Share is generally available!.
Beta Was this translation helpful? Give feedback.
All reactions