Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Minor fixes (#11703)
  • Loading branch information
v-kushals authored Oct 17, 2024
commit 1ab351867147361e994e670c5a0fc393ecac9f1a
4 changes: 1 addition & 3 deletions msteams-platform/m365-apps/cards-loop-component.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ ms.date: 10/11/2024
# Adaptive Card-based Loop components

> [!NOTE]
>
> * Adaptive Card-based Loop components require Adaptive Card schema version 1.6 or later.
> * Adaptive Card-based Loop components aren't available in Microsoft Teams and Microsoft Outlook on macOS and mobile clients.
> Adaptive Card-based Loop components aren't available in Microsoft Teams and Microsoft Outlook on macOS and mobile clients.

Adaptive Card-based Loop components enable you to build collaborative experiences within your Teams message extensions that work across Microsoft 365. Adaptive Card-based Loop components have actionable content that enables users to make live updates without having to switch contexts between Microsoft 365 apps, such as Teams and Outlook.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -965,8 +965,7 @@ In the following example, there are two primary actions and one secondary action
```

> [!NOTE]
>
> * The overflow menu behaves differently on a bot sent card and a message extension card for the root level `actions` in an Adaptive Card. The overflow menu on a bot sent card appears as a pop-up context menu and on the message extension card it appears at the upper-right corner under the More options (**...**) icon. The behavior isn't applicable to the `ActionSet` in an Adaptive Card.
> The overflow menu behaves differently on a bot sent card and a message extension card for the root level `actions` in an Adaptive Card. The overflow menu on a bot sent card appears as a pop-up context menu and on the message extension card it appears at the upper-right corner under the More options (**...**) icon. The behavior isn't applicable to the `ActionSet` in an Adaptive Card.

The following image is an example of overflow menu in a bot sent card and a message extension card:

Expand Down
2 changes: 1 addition & 1 deletion msteams-platform/whats-new.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Teams platform features that are available to all app developers.

**2024 October**

***October 17, 2024***: [Use app analytics in Developer Portal to analyze your app usage metrics to gain valuable insights into how users interact with your app.](concepts/build-and-test/analyze-your-apps-usage-in-developer-portal.md)
***October 17, 2024***: [Build a personal tab with offline functionality.](tabs/how-to/create-personal-tab.md#offline-tabs)

:::column-end:::
:::row-end:::
Expand Down