-
Notifications
You must be signed in to change notification settings - Fork 571
feat(client-presence): promote to public #27001
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -0,0 +1,7 @@ | ||||||
| --- | ||||||
| "@fluidframework/presence": minor | ||||||
| "__section": feature | ||||||
| --- | ||||||
| presence API set now at public support level | ||||||
|
|
||||||
| All `@fluidframework/presence` APIs that had been `@beta` have been promoted to `@public` support with the exception of `getPresence` which is being relocated. | ||||||
|
Check warning on line 7 in .changeset/humble-pants-love.md
|
||||||
|
||||||
| All `@fluidframework/presence` APIs that had been `@beta` have been promoted to `@public` support with the exception of `getPresence` which is being relocated. | |
| All `@fluidframework/presence` APIs that had been `@beta` have been promoted to `@public` support with the exception of `getPresence`, which remains on the `/beta` entrypoint for now and will be relocated in a follow-up. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will leave as is for now - it depends on what order PRs are completed in. #26399 does the relocation. Ideally both happen in the same release.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -82,7 +82,7 @@ | |
| * } | ||
| * ``` | ||
| * | ||
| * @beta | ||
| * @public | ||
| */ | ||
| export declare class BrandedType<out Brand> { | ||
| /** | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.