@openfin/microsoft365
Advanced tools
+16
-3
@@ -1,6 +0,19 @@ | ||
| ## v1.0.1 | ||
| ## v1.1.0 | ||
| ### Enhancements | ||
| - Package now declared as an ES module with side effects. | ||
| - Added support for server-side rendering (e.g. in libraries such as Next.js). | ||
| - Added `getConnection` function to retrieve existing connection instances. | ||
| - Added optional `useCurrentWindowForAuthFlow` parameter to `connect` function: allows the OAuth authorization flow to be executed in the current window instead of opening a new popup window. | ||
| - Added optional `abortSignal` parameter to `executeApiRequest` function: allows cancelling of inflight API requests. | ||
| - Teams API functions now accept User Principal Names (UPNs) to initiate calls and messages. | ||
| - Teams URLs can now be opened in a specific target view or window using the optional `targetIdentity` parameter in `startCall`, `startChat`, and `openUrl` functions. | ||
| - Added GraphApiTypes namespace for consistency with other integrations. | ||
| - Updated @finos/fdc3 dependency version to 2.2.0 for improved FDC3 standard compliance. | ||
| ### Bug Fixes | ||
| - Fixed OAuth window positioning issue where it would always open on the main monitor. | ||
| ### Deprecations | ||
| - `GraphUser` type is deprecated. Use `GraphApiTypes.User` instead. |
+1
-1
| { | ||
| "name": "@openfin/microsoft365", | ||
| "description": "Connect OpenFin Container with Microsoft 365", | ||
| "version": "1.1.0-beta.5", | ||
| "version": "1.1.0", | ||
| "author": "OpenFin Inc.", | ||
@@ -6,0 +6,0 @@ "homepage": "https://www.openfin.co/", |
@@ -1,1 +0,1 @@ | ||
| export declare const API_VERSION = "1.1.0-beta.5"; | ||
| export declare const API_VERSION = "1.1.0"; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Unidentified License
LicenseSomething that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
Unidentified License
LicenseSomething that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
853362
0.1%2
-33.33%