Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

What's new?

Alex Terentiev edited this page Sep 22, 2023 · 9 revisions

09/22/2023

  • We're currently working on the changes for the dashboardCards schema that will break existing Bot ACEs. When the changes are rolled out, we will update the documentation and hands-on labs with the new manifest.json file.

05/09/2023

  • The schema to use for our C# hands-on labs has been updated. Bots that were using an older version of the schema in previous versions of the C#lab may break. Refer to the new schema here.
  • The lab for third party IDP is now available in both C# and NodeJS

04/27/2023

  • The schema to use for our NodeJS hands-on labs has been updated. Bots that were using an older version of the schema in previous versions of the NodeJS lab may break. Refer to the new schema here. We're working to update the C# schema soon as well.

04/13/2023

  • The teams package format was changed. Old packages added to the app catalog prior to this change will no longer work. You must update to our new package format. This change has been rolled out to preview environments and you can get the new package format from the HOL here.

04/12/2023

  • Changes were made to the Bot Service so that the activities we now call are specific to Bot driven ACEs. We'll call the bot with a name of cardExtension/ where the activity can be any of getCardView, getQuickView, getPropertyPaneConfiguration, setPropertyPaneConfiguration, or handleAction.

  • These methods can be overridden if using the bot builder framework provided at here. Override methods OnSharePointTaskGetCardViewAsync, OnSharePointTaskGetQuickViewAsync, OnSharePointTaskGetPropertyPaneConfigurationAsync and OnSharePointTaskSetPropertyPaneConfigurationAsync.

  • Bots that were handling task/fetch with a given activity will no longer work.

  • Lab has been updated accordingly.

Clone this wiki locally