Releases: OfficeDev/microsoft-teams-library-js
Release v1.8.0 of the Teams SDK
As part of this release, we added following changes
- Media APIs (selectMedia, viewImages, media.Media.getMedia) for mobile client
- Location APIs (location.getLocation, location.showLocation)
- Moved existing Media APIs under media namespace
- Left rail integration APIs(registerAppButtonClickHandler, registerAppButtonHoverEnterHandler, registerAppButtonHoverLeaveHandler) - SharePoint is working on integrating with these APIs.
Release v1.7.0 of the Teams SDK
As part of this release, we added following changes
- Allow camera Image API integration in mobile client.
- Expose frameContent and meetingId - which will be use by Apps in meeting experiences.
- Expose localeInfo as part of context API - which will be use by apps to respect OS date & time format settings.
- This change adds a couple of new parameters to the getAuthToken call:
- claims - an optional list of claims which to pass to AAD when requesting the access token; used for SSM/LLT support
- silent - an optional flag indicating whether to attempt the token acquisition silently or allow a prompt to be shown
It also makes the getAuthToken API public since it's now supported for 3P apps as well.
Release v1.6.0 of the Teams SDK
Changes include
adding few Private APIs (registerCustomHandler, sendCustomEvent)
Release v1.5.2 of the Teams SDK
Changes include to support local.teams.microsoft.com as valid domain
Release v1.5.1 of the Teams SDK
Major Changes in this release
Support for load event to notify application when Teams is about to show their app to the user.
Release v1.5.0 of the Teams SDK
Major changes in this release
- Supporting message passing between task module and tab
- Support for conversational sub-entities inside tabs
- Execute Deep Link API
- Tab Loading Indicator and Tab Show APIs
- Adding Log handler
- Adding JSON Tab APIs
- Adding call backs to SDK APIs including initialize call.
Release v1.4.3 of the Teams SDK
Bundling type definition files into one
Release v1.4.2 of the Teams SDK
Adding GCCH and DOD as supported host domains
"https://gov.teams.microsoft.us",
"https://dod.teams.microsoft.us",
Release v1.4.1 of the Teams SDK
Fixing issues in V1.4.0 #188
Release v1.4.0 of the Teams SDK
Major changes in this release
1. Print capability support in app
2. Adding SharePoint context to teams context
3. Add support for calling get/setSettings from tab content page
4. Added ios and android hostClientTypes to support 3rd party app authentication in mobile app.
5. Update the Teams context to include SKU / license properties
6. Add before unload handler and handler registration message
7. Adding execute Deep Link api from tab