Skip to content

Commit 6e5e456

Browse files
Merge pull request SharePoint#8375 from andrewconnell/content-update/patch-pr8374
update spfx 1.15 release notes
2 parents 4f92266 + 6a99370 commit 6e5e456

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/spfx/release-1.15.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: SharePoint Framework v1.15 release notes
33
description: Release notes for the SharePoint Framework v1.15 release
4-
ms.date: 08/08/2022
4+
ms.date: 08/17/2022
55
ms.localizationpriority: high
66
---
77
# SharePoint Framework v1.15 release notes
@@ -168,7 +168,7 @@ interface ICacheSettings {
168168
* Whether cache is enabled. Default: true
169169
*/
170170
isEnabled: boolean;
171-
171+
172172
/**
173173
* Expiry time in seconds. Default: 86400 seconds (24 hours)
174174
*/
@@ -218,7 +218,7 @@ State caching and the cache expiry time can be used to determine when expensive
218218
Caching can help significantly improve the perceived performance for your Adaptive Card Extension.
219219

220220

221-
### Error Handler Method
221+
### Error Handler Method
222222

223223
This method will be invoked when an Action throws an error.
224224

@@ -268,8 +268,9 @@ The Select Media Action can be used to select Images from your native device. In
268268

269269
## Deprecations
270270

271-
- Deprecated SPComponentLoader#getManifests due to runtime performance overhead.
271+
- Deprecated **SPComponentLoader** `getManifests()` method due to runtime performance overhead.
272272
- Removed API from `@microsoft/sp-http` - `MSGraphClientFactory.getClient()`
273+
- Dropped support for Node.js v12.
273274

274275
## Fixed Issues
275276

0 commit comments

Comments
 (0)