You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/apis/webhooks/webhooks-reference-implementation.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -157,7 +157,7 @@ Create a web job that on a weekly basis reads all the subscription IDs from the
157
157
> [!NOTE]
158
158
> This web job is not part of this reference implementation.
159
159
160
-
The actual renewal of a SharePoint list webhook can be done by using a [`PATCH /_api/web/lists('list-id')/subscriptions(‘subscriptionID’)`](./lists/update-subscription.md) REST call.
160
+
The actual renewal of a SharePoint list webhook can be done by using a `[PATCH /_api/web/lists('list-id')/subscriptions(‘subscriptionID’)](./lists/update-subscription.md)` REST call.
161
161
162
162
In the reference implementation, updating of webhooks is implemented in the [WebHookManager](https://github.com/SharePoint/sp-dev-samples/blob/master/Samples/WebHooks.List/SharePoint.WebHooks.Common/WebHookManager.cs) class of the **SharePoint.WebHooks.Common** project.
Copy file name to clipboardExpand all lines: docs/declarative-customization/site-design-trigger-flow-tutorial.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -105,7 +105,7 @@ In order to capture the site creation event and create the corresponding list it
105
105
Get-SPOSiteDesign
106
106
```
107
107
108
-
To create a site design, you first need to create a site script. A site design is a container that refers to one or more site scripts.
108
+
To create a site design, you first need to create a site script. A site design is a container that refers to one or more site scripts.
109
109
110
110
1. Copy the following JSON code to your clipboard and modify it. Set the **url** property to the value that you copied when you created the flow. The URL looks similar to the following:
Copy file name to clipboardExpand all lines: docs/spfx/release-1.16.md
+13-18Lines changed: 13 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -65,11 +65,9 @@ if (!!this.context.sdks.microsoftTeams) {
65
65
}
66
66
```
67
67
68
-
See more details around these options from following article
68
+
For more information, see: [Extend Outlook and Office with the SharePoint Framework](office/overview.md).
69
69
70
-
*[Extend Outlook and Office with the SharePoint Framework](office/overview.md)
71
-
72
-
> [!Important]
70
+
> [!IMPORTANT]
73
71
> Using the Teams SDK v2 within the SharePoint Framework solutions is generally available starting from the 1.16 version, enabling usage of the Teams SDK v2 immediately.
74
72
> Support for publishing Teams apps (including SPFx solutions) within the Outlook and in Office.com (Microsoft 365 app) is however still in preview and is planned to be generally available for both mobile and desktop experiences within the first half of calendar year 2023.
75
73
@@ -81,7 +79,7 @@ This version supports the teams-js v2. `this.context.sdks.microsoftTeams.teamsJs
81
79
> teams-js v2 is backward compatible with teams-js v1. We will continue to support v1 for existing solutions.
82
80
83
81
> [!TIP]
84
-
> Teams JavaScript SDK v2 enables new scenarios for developers. See following announcement for additional details on the Teams JS SDK v2 capabilities -[Microsoft Teams JS SDK v2 is now generally available](https://devblogs.microsoft.com/microsoft365dev/microsoft-teams-js-sdk-v2-is-now-generally-available/)
82
+
> Teams JavaScript SDK v2 enables new scenarios for developers. For more information on the Teams JS SDK v2 capabilities, see[Microsoft Teams JS SDK v2 is now generally available](https://devblogs.microsoft.com/microsoft365dev/microsoft-teams-js-sdk-v2-is-now-generally-available/).
85
83
86
84
### teams-js v2 typings support
87
85
@@ -96,7 +94,7 @@ SPFx now supports React 17 by default (scaffolded as part of the solution).
96
94
97
95
### Ability to set dataVersion in web part's manifest
98
96
99
-
Set a data version for this preconfigured entry. This is optional and can be used in cases where the SPPKG is updated independently from code (e.g. hosted on a CDN). Web Parts can read this value for backwards compatibility with out of date default properties.
97
+
Set a data version for this preconfigured entry. This is optional and can be used in cases where the SPPKG is updated independently from code (for example, hosted on a CDN). Web Parts can read this value for backwards compatibility with out of date default properties.
100
98
101
99
### General availability of Search Query extensions
102
100
@@ -170,7 +168,7 @@ Node.js v12 & v14 are no longer supported. SPFx v1.16 requires Node.js v16.
170
168
171
169
## Preview Features and Capabilities
172
170
173
-
Following features are still in preview status as part of the 1.16 release and should not be used in production. We are looking into releasing them officially as part of the upcoming 1.17 release.
171
+
Following features are still in preview status as part of the 1.16 release and shouldn't be used in production. We're looking into releasing them officially as part of the upcoming 1.17 release.
> Although type of Top Action Configuration is `IPropertyPaneField<any>` we currently support buttons and choice groups only.
203
201
> It means you can use either `PropertyPaneChoiceGroup(...)` and `PropertyPaneButton(...)`, or specify your own configurations that will resolve to `IPropertyPaneField<IPropertyPaneChoiceGroupProps>` and `IPropertyPaneField<IPropertyPaneButtonProps>`
204
202
205
-
See more details on the code level guidance from the following article
206
-
207
-
*[Adding support for Top Actions](web-parts/guidance/getting-started-with-top-actions.md)
208
-
203
+
For more information on Top Actions, see [Adding support for Top Actions](web-parts/guidance/getting-started-with-top-actions.md).
209
204
210
205
## Deprecations
211
206
@@ -219,18 +214,18 @@ Here's a list of specific issues fixed around SharePoint Framework since the pre
219
214
### August-November Timeframe
220
215
221
216
-[#8146](https://github.com/SharePoint/sp-dev-docs/issues/8146) - SPFX Application Customizer breaks Anonymous Links for PDF Files
222
-
-[#8266](https://github.com/SharePoint/sp-dev-docs/issues/8266) - SPFx 1.15 - Form Customiser does not work in View History
223
-
-[#8272](https://github.com/SharePoint/sp-dev-docs/issues/8272) - SPFx 1.15 - Getting error when use form customier to view existing list item in Classic mode
217
+
-[#8266](https://github.com/SharePoint/sp-dev-docs/issues/8266) - SPFx 1.15 - Form Customizer doesn't work in View History
218
+
-[#8272](https://github.com/SharePoint/sp-dev-docs/issues/8272) - SPFx 1.15 - Getting error when use form customizer to view existing list item in Classic mode
224
219
-[#8279](https://github.com/SharePoint/sp-dev-docs/issues/8279) - New icons in production environments
225
-
-[#8301](https://github.com/SharePoint/sp-dev-docs/issues/8301) - Error When Revisiting Custom Teams ?app=portals App
220
+
-[#8301](https://github.com/SharePoint/sp-dev-docs/issues/8301) - Error When Revisiting Custom Teams `?app=portals` App
226
221
-[#8372](https://github.com/SharePoint/sp-dev-docs/issues/8372) - Applying permissions on Form Customizer
227
222
-[#8379](https://github.com/SharePoint/sp-dev-docs/issues/8379) - SPFx `ListViewCommandSet` - `this.context.listView.selectedRows` is wrong in grouped lists
228
223
-[#8467](https://github.com/SharePoint/sp-dev-docs/issues/8467) - Buttons (`onClick` events) in `BaseDialog` no longer working - ListView Command Set
229
-
-[#8483](https://github.com/SharePoint/sp-dev-docs/issues/8483) - Multi-paged Webpart Property Panes - Pagination doesn't work as expected, stopping users from accessing pages
224
+
-[#8483](https://github.com/SharePoint/sp-dev-docs/issues/8483) - Multi-paged web part property panes - Pagination doesn't work as expected, stopping users from accessing pages
230
225
-[#8484](https://github.com/SharePoint/sp-dev-docs/issues/8484) - Web part property pane breaks when using React and office-ui-fabric-react in property pane field label
231
-
-[#8482](https://github.com/SharePoint/sp-dev-docs/issues/8482) - React version mismatch causing SPFX list extensions to fail in O365
0 commit comments