Skip to content

Releases: OfficeDev/microsoft-teams-library-js

v2.45.0

10 Sep 22:31
510f1db
Compare
Choose a tag to compare

2.45.0

Wed, 10 Sep 2025 22:10:41 GMT

Minor changes

  • Added {authenticateWithConnector} and { getUserAuthenticationStateForConnector} to externalAppAuthentication capability that will authenticate the user and get user authentication status for copilot connectors. The capability is still awaiting support in one or most host applications. To track availability of this capability across different hosts see https://aka.ms/capmatrix
  • Bump eslint-plugin-recommend-no-namespaces to v0.1.0

Patches

  • Added sidePanel to openFilePreview's ensureInitialized FrameContexts

v2.44.0

27 Aug 23:32
02aae2d
Compare
Choose a tag to compare

2.44.0

Wed, 27 Aug 2025 21:57:44 GMT

Minor changes

  • Added optional Settings field to AppEligibilityInformation interface
  • Bump eslint-plugin-recommend-no-namespaces to v0.1.0

2.43.0

19 Aug 15:37
dc634c2
Compare
Choose a tag to compare

Minor changes

  • Added shortcutRelay capability to support host shortcuts in apps.
  • Bump eslint-plugin-recommend-no-namespaces to v0.1.0

v2.42.0

07 Aug 16:59
0373185
Compare
Choose a tag to compare

2.42.0

Thu, 07 Aug 2025 02:09:13 GMT

Minor changes

  • Added messageId to app context.
  • Updated validDomains list to support the catalyst consumer domains
  • Bump eslint-plugin-recommend-no-namespaces to v0.1.0

Patches

  • Add Outlook DoD domains to validDomains
  • Fixed the typo from NonAdult to NotAdult in LegalAgeGroupClassification Enum.

v2.41.0

21 Jul 21:29
67b248a
Compare
Choose a tag to compare

Minor changes

  • Added view copilot API with function to close the side panel.
  • Bumped eslint-plugin-recommend-no-namespaces to v0.1.0

V2.40.0

07 Jul 23:48
a7b6727
Compare
Choose a tag to compare

Minor changes

  • Added contextType in TeamsContent interface to {copilot.sidePanel} capability.
  • Added TeamsContent interface for {copilot.sidePanel} capability.
  • Bump eslint-plugin-recommend-no-namespaces to v0.1.0

Patches

  • Removed message source check but kept origin validation in nested app auth standalone bridge
  • Added Outlook OCDI domain to validDomains.json
  • Updated valid domains CDN fetch logic to prevent duplicate requests.
  • Added responseToEmailId to {copilot.sidePanel.DraftEmailContent} capability.

v2.39.1

01 Jul 16:34
e5015b9
Compare
Choose a tag to compare

Patches

  • Added Outlook OCDI domain to validDomains.json
  • Updated valid domains CDN fetch logic to prevent duplicate requests.
  • Added responseToEmailId to {copilot.sidePanel.DraftEmailContent} capability.
  • Removed message source check but kept origin validation in nested app auth standalone bridge
  • Bump eslint-plugin-recommend-no-namespaces to v0.1.0

v.2.39.0

06 Jun 18:47
413da29
Compare
Choose a tag to compare

Minor changes

  • Added {copilot.sidePanel} capability that will help copilot to receive more context aware data from the hosts. The capability is still awaiting support in one or most host applications. To track availability of this capability across different hosts see https://aka.ms/capmatrix
  • Added a new client version 2.1.2 to support isDeeplyNestedAuthSupported for Teams Mobile legacy code
  • Bump eslint-plugin-recommend-no-namespaces to v0.1.0

2.38.0

27 May 21:41
c6d4a58
Compare
Choose a tag to compare

Minor changes

  • Added renderingSurface property to {app.Page.Context} capability.
  • Bump eslint-plugin-recommend-no-namespaces to v0.1.0

Patches

  • Removed Beta tag from nestedAppAuth.isNAAChannelRecommended API
  • Unblocked apps on Mobile to call dialog.url.submit from dialog by allowing this API from FrameContext.content.
    There is a bug in Teams mobile that returns frameContext.content in dialog instead of frameContext.task`. Once the bug is fixed, this change will be reverted.

2.37.0

02 May 20:39
46da1af
Compare
Choose a tag to compare

Minor changes

  • Added forceRefresh optional argument in getEligibilityInfo API.