@fluentui/react-window-provider
Advanced tools
Comparing version 2.0.0-beta.7 to 2.0.0-beta.8
@@ -5,3 +5,18 @@ { | ||
{ | ||
"date": "Thu, 18 Feb 2021 12:22:02 GMT", | ||
"date": "Thu, 18 Feb 2021 19:34:40 GMT", | ||
"tag": "@fluentui/react-window-provider_v2.0.0-beta.8", | ||
"version": "2.0.0-beta.8", | ||
"comments": { | ||
"prerelease": [ | ||
{ | ||
"comment": "Allow React 17 in peerDependencies. The library has not yet been fully validated with React 17, so please report any issues you find.", | ||
"author": "elcraig@microsoft.com", | ||
"commit": "3b7379fde2d54e677a1d65ae86468bb5fdaf9fa4", | ||
"package": "@fluentui/react-window-provider" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Thu, 18 Feb 2021 12:27:34 GMT", | ||
"tag": "@fluentui/react-window-provider_v2.0.0-beta.7", | ||
@@ -8,0 +23,0 @@ "version": "2.0.0-beta.7", |
# Change Log - @fluentui/react-window-provider | ||
This log was last generated on Thu, 18 Feb 2021 12:22:02 GMT and should not be manually modified. | ||
This log was last generated on Thu, 18 Feb 2021 19:34:40 GMT and should not be manually modified. | ||
<!-- Start content --> | ||
## [2.0.0-beta.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-window-provider_v2.0.0-beta.8) | ||
Thu, 18 Feb 2021 19:34:40 GMT | ||
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-window-provider_v2.0.0-beta.7..@fluentui/react-window-provider_v2.0.0-beta.8) | ||
### Changes | ||
- Allow React 17 in peerDependencies. The library has not yet been fully validated with React 17, so please report any issues you find. ([PR #17048](https://github.com/microsoft/fluentui/pull/17048) by elcraig@microsoft.com) | ||
## [2.0.0-beta.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-window-provider_v2.0.0-beta.7) | ||
Thu, 18 Feb 2021 12:22:02 GMT | ||
Thu, 18 Feb 2021 12:27:34 GMT | ||
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-window-provider_v2.0.0-beta.6..@fluentui/react-window-provider_v2.0.0-beta.7) | ||
@@ -11,0 +20,0 @@ |
define(["require", "exports", "@fluentui/set-version"], function (require, exports, set_version_1) { | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
set_version_1.setVersion('@fluentui/react-window-provider', '2.0.0-beta.7'); | ||
set_version_1.setVersion('@fluentui/react-window-provider', '2.0.0-beta.8'); | ||
}); | ||
//# sourceMappingURL=version.js.map |
@@ -6,3 +6,3 @@ "use strict"; | ||
var set_version_1 = require("@fluentui/set-version"); | ||
set_version_1.setVersion('@fluentui/react-window-provider', '2.0.0-beta.7'); | ||
set_version_1.setVersion('@fluentui/react-window-provider', '2.0.0-beta.8'); | ||
//# sourceMappingURL=version.js.map |
// Do not modify this file; it is generated as part of publish. | ||
// The checked in version is a placeholder only and will not be updated. | ||
import { setVersion } from '@fluentui/set-version'; | ||
setVersion('@fluentui/react-window-provider', '2.0.0-beta.7'); | ||
setVersion('@fluentui/react-window-provider', '2.0.0-beta.8'); | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "@fluentui/react-window-provider", | ||
"version": "2.0.0-beta.7", | ||
"version": "2.0.0-beta.8", | ||
"description": "Utilities for providing and consuming the window/document objects even across portal/iframe/child-window boundaries.", | ||
@@ -30,3 +30,3 @@ "main": "lib-commonjs/index.js", | ||
"@fluentui/eslint-plugin": "^1.0.0-beta.2", | ||
"@fluentui/test-utilities": "^8.0.0-beta.7", | ||
"@fluentui/test-utilities": "^8.0.0-beta.8", | ||
"@types/react": "16.9.42", | ||
@@ -43,5 +43,5 @@ "@types/webpack-env": "1.16.0", | ||
"peerDependencies": { | ||
"@types/react": ">=16.8.0 <17.0.0", | ||
"react": ">=16.8.0 <17.0.0" | ||
"@types/react": ">=16.8.0 <18.0.0", | ||
"react": ">=16.8.0 <18.0.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
33632
466