Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@fluentui/react-portal

Package Overview
Dependencies
Maintainers
12
Versions
902
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluentui/react-portal - npm Package Compare versions

Comparing version 9.0.0-alpha.13 to 9.0.0-alpha.14

45

CHANGELOG.json

@@ -5,3 +5,46 @@ {

{
"date": "Wed, 19 May 2021 07:30:20 GMT",
"date": "Thu, 20 May 2021 07:34:56 GMT",
"tag": "@fluentui/react-portal_v9.0.0-alpha.14",
"version": "9.0.0-alpha.14",
"comments": {
"none": [
{
"comment": "Update conformance tests in all packages to use a package-level isConformant wrapper with appropriate generics for props",
"author": "elcraig@microsoft.com",
"commit": "1e6ad173e2cfa18cfcae13311be7916f1b241432",
"package": "@fluentui/react-portal"
}
],
"patch": [
{
"comment": "Bump @fluentui/eslint-plugin to v1.3.0",
"author": "elcraig@microsoft.com",
"commit": "630b71c415cd40ed0e36773eab99d62cd02a30fb",
"package": "@fluentui/react-portal"
},
{
"comment": "Bump @fluentui/react-conformance to v0.4.0",
"author": "elcraig@microsoft.com",
"commit": "1e6ad173e2cfa18cfcae13311be7916f1b241432",
"package": "@fluentui/react-portal"
},
{
"comment": "Bump @fluentui/scripts to v1.0.0",
"author": "elcraig@microsoft.com",
"commit": "630b71c415cd40ed0e36773eab99d62cd02a30fb",
"package": "@fluentui/react-portal"
}
],
"prerelease": [
{
"comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.13",
"author": "elcraig@microsoft.com",
"commit": "630b71c415cd40ed0e36773eab99d62cd02a30fb",
"package": "@fluentui/react-portal"
}
]
}
},
{
"date": "Wed, 19 May 2021 07:34:20 GMT",
"tag": "@fluentui/react-portal_v9.0.0-alpha.13",

@@ -8,0 +51,0 @@ "version": "9.0.0-alpha.13",

# Change Log - @fluentui/react-portal
This log was last generated on Wed, 19 May 2021 07:30:20 GMT and should not be manually modified.
This log was last generated on Thu, 20 May 2021 07:34:56 GMT and should not be manually modified.
<!-- Start content -->
## [9.0.0-alpha.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.14)
Thu, 20 May 2021 07:34:56 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.13..@fluentui/react-portal_v9.0.0-alpha.14)
### Patches
- Bump @fluentui/eslint-plugin to v1.3.0 ([PR #18024](https://github.com/microsoft/fluentui/pull/18024) by elcraig@microsoft.com)
- Bump @fluentui/react-conformance to v0.4.0 ([PR #17577](https://github.com/microsoft/fluentui/pull/17577) by elcraig@microsoft.com)
- Bump @fluentui/scripts to v1.0.0 ([PR #18024](https://github.com/microsoft/fluentui/pull/18024) by elcraig@microsoft.com)
### Changes
- Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.13 ([PR #18024](https://github.com/microsoft/fluentui/pull/18024) by elcraig@microsoft.com)
## [9.0.0-alpha.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.0-alpha.13)
Wed, 19 May 2021 07:30:20 GMT
Wed, 19 May 2021 07:34:20 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.0-alpha.12..@fluentui/react-portal_v9.0.0-alpha.13)

@@ -11,0 +26,0 @@

4

lib-amd/common/isConformant.d.ts
import { IsConformantOptions } from '@fluentui/react-conformance';
export declare function isConformant(testInfo: Omit<IsConformantOptions, 'componentPath'>): void;
export declare function isConformant<TProps = {}>(testInfo: Omit<IsConformantOptions<TProps>, 'componentPath'> & {
componentPath?: string;
}): void;
import { IsConformantOptions } from '@fluentui/react-conformance';
export declare function isConformant(testInfo: Omit<IsConformantOptions, 'componentPath'>): void;
export declare function isConformant<TProps = {}>(testInfo: Omit<IsConformantOptions<TProps>, 'componentPath'> & {
componentPath?: string;
}): void;
import { IsConformantOptions } from '@fluentui/react-conformance';
export declare function isConformant(testInfo: Omit<IsConformantOptions, 'componentPath'>): void;
export declare function isConformant<TProps = {}>(testInfo: Omit<IsConformantOptions<TProps>, 'componentPath'> & {
componentPath?: string;
}): void;
{
"name": "@fluentui/react-portal",
"version": "9.0.0-alpha.13",
"version": "9.0.0-alpha.14",
"description": "A utility component that creates portals compatible with Fluent UI",

@@ -26,5 +26,5 @@ "main": "lib-commonjs/index.js",

"devDependencies": {
"@fluentui/eslint-plugin": "^1.2.0",
"@fluentui/jest-serializer-make-styles": "^9.0.0-alpha.12",
"@fluentui/react-conformance": "^0.3.1",
"@fluentui/eslint-plugin": "^1.3.0",
"@fluentui/jest-serializer-make-styles": "^9.0.0-alpha.13",
"@fluentui/react-conformance": "^0.4.0",
"@fluentui/scripts": "^1.0.0",

@@ -43,5 +43,5 @@ "@types/enzyme": "3.10.3",

"dependencies": {
"@fluentui/react-make-styles": "^9.0.0-alpha.35",
"@fluentui/react-shared-contexts": "^9.0.0-alpha.11",
"@fluentui/react-utilities": "^9.0.0-alpha.22",
"@fluentui/react-make-styles": "^9.0.0-alpha.36",
"@fluentui/react-shared-contexts": "^9.0.0-alpha.12",
"@fluentui/react-utilities": "^9.0.0-alpha.23",
"tslib": "^2.1.0"

@@ -48,0 +48,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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc