Releases: OfficeDev/microsoft-teams-library-js
Releases · OfficeDev/microsoft-teams-library-js
v2.48.0
2.48.0
Thu, 08 Jan 2026 23:04:26 GMT
Minor changes
- Added domain to valid domains list.
- Added opt-in event handler to receive memory usage heartbeat periodically.
- Fixed formatting on some domains in valid domains list.
- Added valid domain for UnifiedStore SDX.
- Added host ancestors to app context.
- Added
widgetHostingcapability that will enable hosting of widgets within M365 hubs. 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 timezone property to LocaleInfo interface that will allow applications to access the user's timezone information.
- Bumped eslint-plugin-recommend-no-namespaces to v0.1.0
Patches
- Fixed a bug on RegisterOnContextChangeHandler where the handler was not being called when the context changed due to theme change.
- Updated valid domains list for M365 Copilot SSR end points.
v2.47.2
2.47.2
Wed, 10 Dec 2025 19:42:31 GMT
Patches
- Upgraded Next dependency in SSR test app to resolve security alert.
v2.47.1
2.47.1
Wed, 03 Dec 2025 21:10:55 GMT
Patches
- Fixed error handling in
getConfigSettingteams full trust api. - Bump eslint-plugin-recommend-no-namespaces to v0.1.0
v2.47.0
2.47.0
Wed, 12 Nov 2025 19:23:55 GMT
Minor changes
- Updated Copilot
preCheckUserConsentfunction to accept an optionalUserConsentRequestparameter and updatedContentRequestinterface to support flexible properties via index signature. DeprecatedlocalEndpointInfoproperty in favor of the index signature approach. - Bump eslint-plugin-recommend-no-namespaces to v0.1.0
v2.46.0
2.46.0
Wed, 01 Oct 2025 22:58:28 GMT
Minor changes
- Added
disconnectConnectorto{externalAppAuthentication}capability that will disconnect the external app connector. The capability is still awaiting support in one or more 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
v2.45.0
2.45.0
Wed, 10 Sep 2025 22:10:41 GMT
Minor changes
- Added
{authenticateWithConnector} and { getUserAuthenticationStateForConnector}toexternalAppAuthenticationcapability 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
sidePaneltoopenFilePreview's ensureInitialized FrameContexts
v2.44.0
2.44.0
Wed, 27 Aug 2025 21:57:44 GMT
Minor changes
- Added optional
Settingsfield toAppEligibilityInformationinterface - Bump eslint-plugin-recommend-no-namespaces to v0.1.0
2.43.0
Minor changes
- Added
shortcutRelaycapability 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
messageIdto 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
NonAdulttoNotAdultinLegalAgeGroupClassificationEnum.