Skip to content

Commit c139ecf

Browse files
authored
Merge pull request #3935 from MicrosoftDocs/pcf_udates
Limitation update
2 parents 4858bf9 + d8f43e2 commit c139ecf

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

powerapps-docs/developer/component-framework/limitations.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Limitations of Power Apps component framework | MicrosoftDocs"
33
description: "Limitations using Power Apps component framework"
44
author: nkrb
55
manager: kvivek
6-
ms.date: 10/01/2019
6+
ms.date: 12/16/2020
77
ms.service: "powerapps"
88
ms.topic: "index-page"
99
ms.assetid: 18e88d702-3349-4022-a7d8-a9adf52cd34f
@@ -14,12 +14,15 @@ ms.author: "nabuthuk"
1414

1515
With the release of Power Apps component framework, you can now create your own code components to improve the user experience in model-driven apps and canvas apps. Even though you can create your own components, there are some limitations that restrict developers implementing some features in the code components. Below are some of the limitations:
1616

17-
1. Microsoft Dataverse dependent APIs, including WebAPI along with few other APIs, are not available for this experimental preview. For individual API availability for this experimental preview release, see [Power Apps component framework API reference](reference/index.md).
17+
1. Microsoft Dataverse dependent APIs, including WebAPI, are not available for canvas applications yet. For individual API availability in current public preview release, see [Power Apps component framework API reference](reference/index.md).
18+
1819
2. Code components should bundle all the code including external library content into the primary code bundle. To see an example of how the Power Apps command line interface can help with bundling your external library content into a component-specific bundle, see [Angular flip component](sample-controls/angular-flip-control.md) example.
1920

2021
> [!NOTE]
2122
> Support for shared libraries across components using library nodes in the component manifest is not yet supported. We are reviewing this and will be adding this capability in future release.
2223
24+
3. Code components should not use the HTML web storage objects, like `window.localStorage` and `window.sessionStorage`, to store data. Data stored locally on the user's browser or mobile client is not secure and not guaranteed to be available reliably.
25+
2326
## Related topics
2427

2528
[Power Apps component framework API reference](reference/index.md)<br/>

0 commit comments

Comments
 (0)