Skip to content

Commit 7a711b0

Browse files
authored
Merge pull request #69 from SharePoint/1-18-1
SPFx 1-18-1 GA API
2 parents 821d219 + af5228e commit 7a711b0

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

SP-Framework/sp-adaptive-card-extension-base/adaptivecardextensioncontext.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ properties:
6767
Provides a sdk that gets current context of device. See
6868
[IPartialSDKs](xref:@microsoft/sp-adaptive-card-extension-base!IPartialSDKs:interface)
6969
remarks: ''
70-
isPreview: true
70+
isPreview: false
7171
isDeprecated: false
7272
syntax:
7373
content: 'get sdks(): IPartialSDKs | undefined;'

SP-Framework/sp-adaptive-card-extension-base/ipartialmicrosoftteams.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ summary: |-
88
99
Currently We are providing only Partial Contextual Information.
1010
remarks: ''
11-
isPreview: true
11+
isPreview: false
1212
isDeprecated: false
1313
type: interface
1414
properties:
@@ -18,7 +18,7 @@ properties:
1818
fullName: teamsJs
1919
summary: Partial Microsoft Teams SDK.
2020
remarks: ''
21-
isPreview: true
21+
isPreview: false
2222
isDeprecated: false
2323
syntax:
2424
content: 'teamsJs: IPartialTeamsJs;'

SP-Framework/sp-adaptive-card-extension-base/ipartialsdks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ summary: |-
88
99
Currently we are providing only Partial SDKs.
1010
remarks: ''
11-
isPreview: true
11+
isPreview: false
1212
isDeprecated: false
1313
type: interface
1414
properties:
@@ -25,7 +25,7 @@ properties:
2525
2626
2727
Currently We are providing only Partial Contextual Information.
28-
isPreview: true
28+
isPreview: false
2929
isDeprecated: false
3030
syntax:
3131
content: 'microsoftTeams?: IPartialMicrosoftTeams;'

SP-Framework/sp-adaptive-card-extension-base/ipartialteamscontext.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ package: '@microsoft/sp-adaptive-card-extension-base!'
55
fullName: IPartialTeamsContext
66
summary: Partial teams context
77
remarks: ''
8-
isPreview: true
8+
isPreview: false
99
isDeprecated: false
1010
type: interface
1111
properties:
@@ -15,7 +15,7 @@ properties:
1515
fullName: app
1616
summary: Properties about the current session for your app
1717
remarks: ''
18-
isPreview: true
18+
isPreview: false
1919
isDeprecated: false
2020
syntax:
2121
content: |-

SP-Framework/sp-adaptive-card-extension-base/ipartialteamsjs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ package: '@microsoft/sp-adaptive-card-extension-base!'
55
fullName: IPartialTeamsJs
66
summary: Provides access to the Teams SDK and Teams context. Only provided when the web part is loaded in Teams.
77
remarks: ''
8-
isPreview: true
8+
isPreview: false
99
isDeprecated: false
1010
type: interface
1111
properties:
@@ -15,7 +15,7 @@ properties:
1515
fullName: app
1616
summary: Namespace to interact with Teams app initialization and lifecycle.
1717
remarks: Currently we are providing only partial contextual information of Teams app.
18-
isPreview: true
18+
isPreview: false
1919
isDeprecated: false
2020
syntax:
2121
content: |-

0 commit comments

Comments
 (0)