Skip to content

Commit ed8b5e9

Browse files
committed
Prerelease 2.39.0
1 parent 4b51068 commit ed8b5e9

9 files changed

+67
-78
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.38.0/js/MicrosoftTeams.min.js"
19-
integrity="sha384-CSbYzgz9TIYoBSvbWOMnpXDQEcYTRLoQMPm/2pT3KHeLQnrZemnbTi/BUn1Gpa9c"
18+
src="https://res.cdn.office.net/teams-js/2.39.0/js/MicrosoftTeams.min.js"
19+
integrity="sha384-XYPfud/y4+g4RJ1EBfLD8IVybNuKXSda4PyKOc8h56srGBwitmBqbBWHb0mNWtfd"
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.38.0",
6+
"version": "2.39.0",
77
"scripts": {
88
"build": "pnpm build:bundle",
99
"build:bundle": "pnpm validate-test-schema && pnpm lint && webpack",

change/@microsoft-teams-js-80176c7c-66f8-45f3-9112-36b5c735ad45.json

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

change/@microsoft-teams-js-ade231c1-27a2-4670-b268-bdfc0daa5b0a.json

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

change/@microsoft-teams-js-e51a0655-ec42-4622-baea-265ada0da3db.json

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

packages/teams-js/CHANGELOG.md

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

3-
This log was last generated on Tue, 27 May 2025 21:09:59 GMT and should not be manually modified.
3+
This log was last generated on Fri, 06 Jun 2025 17:53:12 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

7+
## 2.39.0
8+
9+
Fri, 06 Jun 2025 17:53:12 GMT
10+
11+
### Minor changes
12+
13+
- 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
14+
- Added a new client version `2.1.2` to support isDeeplyNestedAuthSupported for Teams Mobile legacy code
15+
- Bump eslint-plugin-recommend-no-namespaces to v0.1.0
16+
717
## 2.38.0
818

919
Tue, 27 May 2025 21:09:59 GMT

packages/teams-js/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ To install the stable [version](https://learn.microsoft.com/javascript/api/overv
2424

2525
### Production
2626

27-
You can reference these files directly [from here](https://res.cdn.office.net/teams-js/2.38.0/js/MicrosoftTeams.min.js) or point your package manager at them.
27+
You can reference these files directly [from here](https://res.cdn.office.net/teams-js/2.39.0/js/MicrosoftTeams.min.js) or point your package manager at them.
2828

2929
## Usage
3030

@@ -45,13 +45,13 @@ Reference the library inside of your `.html` page using:
4545
```html
4646
<!-- Microsoft Teams JavaScript API (via CDN) -->
4747
<script
48-
src="https://res.cdn.office.net/teams-js/2.38.0/js/MicrosoftTeams.min.js"
49-
integrity="sha384-CSbYzgz9TIYoBSvbWOMnpXDQEcYTRLoQMPm/2pT3KHeLQnrZemnbTi/BUn1Gpa9c"
48+
src="https://res.cdn.office.net/teams-js/2.39.0/js/MicrosoftTeams.min.js"
49+
integrity="sha384-XYPfud/y4+g4RJ1EBfLD8IVybNuKXSda4PyKOc8h56srGBwitmBqbBWHb0mNWtfd"
5050
crossorigin="anonymous"
5151
></script>
5252

5353
<!-- Microsoft Teams JavaScript API (via npm) -->
54-
<script src="node_modules/@microsoft/teams-js@2.38.0/dist/MicrosoftTeams.min.js"></script>
54+
<script src="node_modules/@microsoft/teams-js@2.39.0/dist/MicrosoftTeams.min.js"></script>
5555

5656
<!-- Microsoft Teams JavaScript API (via local) -->
5757
<script src="MicrosoftTeams.min.js"></script>

packages/teams-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@microsoft/teams-js",
33
"author": "Microsoft Teams",
4-
"version": "2.38.0",
4+
"version": "2.39.0",
55
"description": "Microsoft Client SDK for building app for Microsoft hosts",
66
"repository": {
77
"directory": "packages/teams-js",

0 commit comments

Comments
 (0)