File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
title : SharePoint Framework v1.15 release notes
3
3
description : Release notes for the SharePoint Framework v1.15 release
4
- ms.date : 08/08 /2022
4
+ ms.date : 08/17 /2022
5
5
ms.localizationpriority : high
6
6
---
7
7
# SharePoint Framework v1.15 release notes
@@ -168,7 +168,7 @@ interface ICacheSettings {
168
168
* Whether cache is enabled. Default: true
169
169
*/
170
170
isEnabled: boolean ;
171
-
171
+
172
172
/**
173
173
* Expiry time in seconds. Default: 86400 seconds (24 hours)
174
174
*/
@@ -218,7 +218,7 @@ State caching and the cache expiry time can be used to determine when expensive
218
218
Caching can help significantly improve the perceived performance for your Adaptive Card Extension.
219
219
220
220
221
- ### Error Handler Method
221
+ ### Error Handler Method
222
222
223
223
This method will be invoked when an Action throws an error.
224
224
@@ -268,8 +268,9 @@ The Select Media Action can be used to select Images from your native device. In
268
268
269
269
## Deprecations
270
270
271
- - Deprecated SPComponentLoader# getManifests due to runtime performance overhead.
271
+ - Deprecated ** SPComponentLoader** ` getManifests() ` method due to runtime performance overhead.
272
272
- Removed API from ` @microsoft/sp-http ` - ` MSGraphClientFactory.getClient() `
273
+ - Dropped support for Node.js v12.
273
274
274
275
## Fixed Issues
275
276
You can’t perform that action at this time.
0 commit comments