Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit 04f3366

Browse files
committed
update docs
1 parent 18e2c79 commit 04f3366

File tree

8 files changed

+5394
-1699
lines changed

8 files changed

+5394
-1699
lines changed

changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@
99
* Update dependencies to [Bot Framework 4.10]
1010
* Update some dev dependencies like lerna, eslint, etc.
1111

12+
* NEW: Additional support for Microsoft Teams!
13+
* Bot workers spawned from the default adapter now feature `bot.teams` which is an instance to the [TeamsInfo helper class](https://docs.microsoft.com/en-us/javascript/api/botbuilder/teamsinfo?view=botbuilder-ts-latest).
14+
* Botkit now includes an optional middleware [TeamsInvokeMiddleware] for handling "invoke" responses from Teams including task modules. -- [Docs here](packages/docs/reference/core.md#TeamsInvokeMiddleware)
15+
* Botkit now includes `bot.replyWithTaskInfo()` which can be used to respond to task module events. [Read about Taks Modules](https://docs.microsoft.com/en-us/microsoftteams/platform/task-modules-and-cards/what-are-task-modules) -- [Docs here](packages/docs/reference/core.md#replyWithTaskInfo)
16+
1217
* FIX: Adjust mechanism for handling templates in channelData to avoid data loss. Thanks [@ashitikov](https://github.com/ashitikov) for the [pull request](https://github.com/howdyai/botkit/pull/1979)
1318
* FIX: Botkit will now spawn the appropriate botworker if a custom adapter is passed in. Thanks to [@etiennellipse](https://github.com/etiennellipse) for [reporting this issue](https://github.com/howdyai/botkit/issues/1984)!
1419

0 commit comments

Comments
 (0)