Skip to content

Commit e9f0924

Browse files
authored
Kangxuanye/cleanup release 2.40.0 (#2853)
* prerelease TJS V2.40.0 (#2851) * updated
1 parent c0cc624 commit e9f0924

13 files changed

+101
-117
lines changed

apps/teams-test-app/index_cdn.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
<body>
1616
<noscript>You need to enable JavaScript to run this app.</noscript>
1717
<script
18-
src="https://res.cdn.office.net/teams-js/2.39.0/js/MicrosoftTeams.min.js"
19-
integrity="sha384-XYPfud/y4+g4RJ1EBfLD8IVybNuKXSda4PyKOc8h56srGBwitmBqbBWHb0mNWtfd"
18+
src="https://res.cdn.office.net/teams-js/2.40.0/js/MicrosoftTeams.min.js"
19+
integrity="sha384-QXdQxWIYy1PLsb9pdWIm5k6mjLxVKAF4ISp0BVCZZCiZNyaKXinYNAQVT8+8hEIf"
2020
crossorigin="anonymous"
2121
></script>
2222
<div id="root"></div>

apps/teams-test-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"private": true,
44
"author": "Microsoft Teams",
55
"description": "Teams Test App utilizing Teams JavaScript client SDK to test Hosts",
6-
"version": "2.39.0",
6+
"version": "2.40.0",
77
"scripts": {
88
"build": "pnpm build:bundle",
99
"build:bundle": "pnpm validate-test-schema && pnpm lint && webpack",
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"type": "none",
3-
"comment": "Updated package for 2.39.0 release",
3+
"comment": "Released Teams-JS library V2.40.0",
44
"packageName": "@microsoft/teams-js",
5-
"email": "liuella@microsoft.com",
5+
"email": "kangxuanye@microsoft.com",
66
"dependentChangeType": "none"
77
}

change/@microsoft-teams-js-2bb3cac7-5319-4348-9c43-562b8ff6f3d7.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

change/@microsoft-teams-js-392f75e4-a502-4c9f-a4e5-00dd9e1469cf.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

change/@microsoft-teams-js-83b007e0-f58a-4802-9aa2-834e67ab29ba.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

change/@microsoft-teams-js-8a2e274f-36a6-4e8e-a1aa-c56ae77741c6.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

change/@microsoft-teams-js-b5130390-bcee-440c-8e8e-4302dcdf4203.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

change/@microsoft-teams-js-d08f708f-cfc9-4ef6-9a54-53c055323e8c.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/teams-js/CHANGELOG.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,26 @@
11
# Change Log - @microsoft/teams-js
22

3-
This log was last generated on Fri, 06 Jun 2025 17:53:12 GMT and should not be manually modified.
3+
This log was last generated on Mon, 07 Jul 2025 23:19:06 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

7+
## 2.40.0
8+
9+
Mon, 07 Jul 2025 23:19:06 GMT
10+
11+
### Minor changes
12+
13+
- Added `contextType` in `TeamsContent` interface to `{copilot.sidePanel}` capability.
14+
- Added `TeamsContent` interface for `{copilot.sidePanel}` capability.
15+
- Bump eslint-plugin-recommend-no-namespaces to v0.1.0
16+
17+
### Patches
18+
19+
- Removed message source check but kept origin validation in nested app auth standalone bridge
20+
- Added Outlook OCDI domain to validDomains.json
21+
- Updated valid domains CDN fetch logic to prevent duplicate requests.
22+
- Added `responseToEmailId` to `{copilot.sidePanel.DraftEmailContent}` capability.
23+
724
## 2.39.0
825

926
Fri, 06 Jun 2025 17:53:12 GMT

0 commit comments

Comments
 (0)