Skip to content

Commit

Permalink
Remove beta tag from addFrontstage since addFrontstageProvider is dep…
Browse files Browse the repository at this point in the history
…recated (#1134)

* Remove beta tag from addFrontstage since addFrontstageProvider is deprecated.

* rush change

* rush extract-api

---------

Co-authored-by: Todd.Southen <[email protected]>
  • Loading branch information
toddsouthenbentley and toddsouthenbentley authored Nov 29, 2024
1 parent e87a941 commit a31a180
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
1 change: 0 additions & 1 deletion common/api/appui-react.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -1937,7 +1937,6 @@ export interface FrameworkFrontstages {
readonly activeToolId: string;
// @deprecated
readonly activeToolInformation: ToolInformation | undefined;
// @beta
addFrontstage(frontstage: Frontstage): void;
// @deprecated
addFrontstageProvider(frontstageProvider: FrontstageProvider): void;
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@itwin/appui-react",
"comment": "Removed beta tag from addFrontstage",
"type": "none"
}
],
"packageName": "@itwin/appui-react"
}
Original file line number Diff line number Diff line change
Expand Up @@ -287,9 +287,7 @@ export interface FrameworkFrontstages {
// eslint-disable-next-line @typescript-eslint/no-deprecated
addFrontstageProvider(frontstageProvider: FrontstageProvider): void;

/** Adds a frontstage.
* @beta
*/
/** Adds a frontstage. */
addFrontstage(frontstage: Frontstage): void;

/** Find a loaded Frontstage with a given id. If the id is not provided, the active Frontstage is returned. If
Expand Down

0 comments on commit a31a180

Please sign in to comment.