Releases: OfficeDev/microsoft-teams-library-js
Releases · OfficeDev/microsoft-teams-library-js
v2.45.0
2.45.0
Wed, 10 Sep 2025 22:10:41 GMT
Minor changes
- Added
{authenticateWithConnector} and { getUserAuthenticationStateForConnector}
toexternalAppAuthentication
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
toopenFilePreview
's ensureInitialized FrameContexts
v2.44.0
2.44.0
Wed, 27 Aug 2025 21:57:44 GMT
Minor changes
- Added optional
Settings
field toAppEligibilityInformation
interface - Bump eslint-plugin-recommend-no-namespaces to v0.1.0
2.43.0
Minor changes
- Added
shortcutRelay
capability to support host shortcuts in apps. - Bump eslint-plugin-recommend-no-namespaces to v0.1.0
v2.42.0
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
toNotAdult
inLegalAgeGroupClassification
Enum.
v2.41.0
V2.40.0
Minor changes
- Added
contextType
inTeamsContent
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
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
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
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 fromFrameContext.content
.
There is a bug in Teams mobile that returnsframeContext.content in dialog instead of
frameContext.task`. Once the bug is fixed, this change will be reverted.