Socket
Socket
Sign inDemoInstall

@fluentui/react-shared-contexts

Package Overview
Dependencies
Maintainers
12
Versions
778
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluentui/react-shared-contexts - npm Package Compare versions

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

17

CHANGELOG.json

@@ -5,3 +5,18 @@ {

{
"date": "Thu, 03 Jun 2021 07:34:06 GMT",
"date": "Fri, 04 Jun 2021 07:33:25 GMT",
"tag": "@fluentui/react-shared-contexts_v9.0.0-alpha.14",
"version": "9.0.0-alpha.14",
"comments": {
"prerelease": [
{
"comment": "Modifying MinimalMenuProps target prop to only be React.Ref<HTMLElement> instead of React.Ref<HTMLElement | undefined>.",
"author": "Humberto.Morimoto@microsoft.com",
"commit": "1ca8c8f0c4eb633e6b34c0b6182c09103d4c7fcb",
"package": "@fluentui/react-shared-contexts"
}
]
}
},
{
"date": "Thu, 03 Jun 2021 07:36:03 GMT",
"tag": "@fluentui/react-shared-contexts_v9.0.0-alpha.13",

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

# Change Log - @fluentui/react-shared-contexts
This log was last generated on Thu, 03 Jun 2021 07:34:06 GMT and should not be manually modified.
This log was last generated on Fri, 04 Jun 2021 07:33:25 GMT and should not be manually modified.
<!-- Start content -->
## [9.0.0-alpha.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-alpha.14)
Fri, 04 Jun 2021 07:33:25 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-shared-contexts_v9.0.0-alpha.13..@fluentui/react-shared-contexts_v9.0.0-alpha.14)
### Changes
- Modifying MinimalMenuProps target prop to only be React.Ref<HTMLElement> instead of React.Ref<HTMLElement | undefined>. ([PR #18168](https://github.com/microsoft/fluentui/pull/18168) by Humberto.Morimoto@microsoft.com)
## [9.0.0-alpha.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-alpha.13)
Thu, 03 Jun 2021 07:34:06 GMT
Thu, 03 Jun 2021 07:36:03 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-shared-contexts_v9.0.0-alpha.12..@fluentui/react-shared-contexts_v9.0.0-alpha.13)

@@ -11,0 +20,0 @@

2

dist/react-shared-contexts.d.ts

@@ -12,3 +12,3 @@ import * as React_2 from 'react';

onDismiss?: () => void;
target?: React_2.Ref<HTMLElement | undefined>;
target?: React_2.Ref<HTMLElement>;
};

@@ -15,0 +15,0 @@

@@ -17,3 +17,3 @@ ## API Report File for "@fluentui/react-shared-contexts"

onDismiss?: () => void;
target?: React_2.Ref<HTMLElement | undefined>;
target?: React_2.Ref<HTMLElement>;
};

@@ -20,0 +20,0 @@

@@ -8,3 +8,3 @@ import * as React from 'react';

onDismiss?: () => void;
target?: React.Ref<HTMLElement | undefined>;
target?: React.Ref<HTMLElement>;
};

@@ -8,3 +8,3 @@ import * as React from 'react';

onDismiss?: () => void;
target?: React.Ref<HTMLElement | undefined>;
target?: React.Ref<HTMLElement>;
};

@@ -8,3 +8,3 @@ import * as React from 'react';

onDismiss?: () => void;
target?: React.Ref<HTMLElement | undefined>;
target?: React.Ref<HTMLElement>;
};
{
"name": "@fluentui/react-shared-contexts",
"version": "9.0.0-alpha.13",
"version": "9.0.0-alpha.14",
"description": "Fluent UI React Contexts shared by multiple components.",

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

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