Skip to content

Commit a657c1c

Browse files
committed
Adding bug notes for app pages and teams tab
1 parent 60a9441 commit a657c1c

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

docs/spfx/integrate-with-teams-introduction.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ There are following benefits on using SharePoint Framework as the platform for y
1919
> [!IMPORTANT]
2020
> This feature is currently in preview and is subject to change. It is not currently supported for use in production environments. Your feedback and input around this capability is welcome using the [SharePoint Dev Docs issue list](https://github.com/SharePoint/sp-dev-docs/issues).
2121
22+
> [!IMPORTANT]
23+
> There is a known **bug** related on the property configuration, which will be addressed. You cannot change default property values or the web part is not successfully added on the tab. Fix for this issue will be rolling out in upcoming days.
24+
2225
## Development process
2326

2427
You can start developing Microsoft Teams tabs simply by using the `with beta` version of the SharePoint Framework 1.7 packages. High level steps to get started are as follows.

docs/spfx/web-parts/get-started/using-web-part-as-ms-teams-tab.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,9 @@ Now we have confirmed that the side-loading is enabled, and we can package our M
281281
282282
![Add a tab](../../../images/sp-teams-configure-tab.png)
283283
284+
> [!IMPORTANT]
285+
> There is a known **bug** related on the property configuration, which will be addressed. You cannot change default property values or the web part is not successfully added on the tab. Fix for this issue will be rolling out in upcoming days.
286+
284287
Your custom tab has been added on the Microsoft Teams channel and you can see how the code is reacting that it's in Microsoft Teams context. Theme of the web part is by default coming from the underlaying SharePoint site.
285288
286289
![Custom tab added](../../../images/sp-teams-custom-tab-added.png)

docs/spfx/web-parts/single-part-app-pages.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ Single part app pages provides a capability to host SharePoint Framework web par
1212
> [!IMPORTANT]
1313
> This feature is currently in preview and is subject to change. It is not currently supported for use in production environments. Your feedback and input around this capability is welcome using the [SharePoint Dev Docs issue list](https://github.com/SharePoint/sp-dev-docs/issues).
1414
15+
> [!IMPORTANT]
16+
> This capability has been temporarely blocked due a **bug**. Fix for this issue will be rolling out in upcoming days.
17+
1518
App pages have following characterers:
1619

1720
* Single Part App Pages cannot be edited by end users using browser

0 commit comments

Comments
 (0)