Socket
Socket
Sign inDemoInstall

@fluentui/react-shared-contexts

Package Overview
Dependencies
Maintainers
12
Versions
781
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.24 to 9.0.0-alpha.25

52

CHANGELOG.json

@@ -5,6 +5,56 @@ {

{
"date": "Fri, 10 Sep 2021 16:29:54 GMT",
"date": "Tue, 21 Sep 2021 07:40:35 GMT",
"tag": "@fluentui/react-shared-contexts_v9.0.0-alpha.25",
"version": "9.0.0-alpha.25",
"comments": {
"none": [
{
"author": "elcraig@microsoft.com",
"package": "@fluentui/react-shared-contexts",
"comment": "Remove unnecessary docCategory tags",
"commit": "7ac237dbe5b9a3e452581f7478f811f43bba9f19"
}
],
"prerelease": [
{
"author": "beachball",
"package": "@fluentui/react-shared-contexts",
"comment": "Bump @fluentui/react-theme to v9.0.0-alpha.23",
"commit": "7ac237dbe5b9a3e452581f7478f811f43bba9f19"
}
]
}
},
{
"date": "Mon, 20 Sep 2021 07:36:26 GMT",
"tag": "@fluentui/react-shared-contexts_v9.0.0-alpha.24",
"version": "9.0.0-alpha.24",
"comments": {
"none": [
{
"author": "lingfangao@hotmail.com",
"package": "@fluentui/react-shared-contexts",
"comment": "chore: use versioon eslint-plugin and react-conformance in dev dependencies",
"commit": "b8a304770f77c0353553a152dad34421070400a6"
},
{
"author": "lingfangao@hotmail.com",
"package": "@fluentui/react-shared-contexts",
"comment": "chore(react-shared-context): Remove unnecessary dev dependency",
"commit": "b8a304770f77c0353553a152dad34421070400a6"
},
{
"author": "lingfangao@hotmail.com",
"package": "@fluentui/react-shared-contexts",
"commit": "b8a304770f77c0353553a152dad34421070400a6",
"comment": "Bump @fluentui/react-shared-contexts to v9.0.0-alpha.24"
}
]
}
},
{
"date": "Fri, 10 Sep 2021 16:31:53 GMT",
"tag": "@fluentui/react-shared-contexts_v9.0.0-alpha.24",
"version": "9.0.0-alpha.24",
"comments": {
"prerelease": [

@@ -11,0 +61,0 @@ {

# Change Log - @fluentui/react-shared-contexts
This log was last generated on Fri, 10 Sep 2021 16:29:54 GMT and should not be manually modified.
This log was last generated on Tue, 21 Sep 2021 07:40:35 GMT and should not be manually modified.
<!-- Start content -->
## [9.0.0-alpha.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-alpha.25)
Tue, 21 Sep 2021 07:40:35 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-shared-contexts_v9.0.0-alpha.24..@fluentui/react-shared-contexts_v9.0.0-alpha.25)
### Changes
- Bump @fluentui/react-theme to v9.0.0-alpha.23 ([PR #19880](https://github.com/microsoft/fluentui/pull/19880) by beachball)
## [9.0.0-alpha.24](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-alpha.24)
Fri, 10 Sep 2021 16:29:54 GMT
Fri, 10 Sep 2021 16:31:53 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-shared-contexts_v9.0.0-alpha.23..@fluentui/react-shared-contexts_v9.0.0-alpha.24)

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

5

dist/react-shared-contexts.d.ts

@@ -6,5 +6,2 @@ import * as React_2 from 'react';

/**
* {@docCategory MenuContext}
*/
export declare type MinimalMenuProps = {

@@ -41,3 +38,2 @@ hidden?: boolean;

* Context shared by all of the tooltips in the app
* {@docCategory Tooltip}
*/

@@ -48,3 +44,2 @@ export declare const TooltipContext: React_2.Context<TooltipContextType>;

* The context provided by TooltipProvider
* {@docCategory Tooltip}
*/

@@ -51,0 +46,0 @@ export declare type TooltipContextType = {

import * as React from 'react';
/**
* {@docCategory MenuContext}
*/
export declare type MinimalMenuProps = {

@@ -6,0 +3,0 @@ hidden?: boolean;

import * as React from 'react';
/**
* The context provided by TooltipProvider
* {@docCategory Tooltip}
*/

@@ -17,4 +16,3 @@ export declare type TooltipContextType = {

* Context shared by all of the tooltips in the app
* {@docCategory Tooltip}
*/
export declare const TooltipContext: React.Context<TooltipContextType>;

@@ -7,3 +7,2 @@ define(["require", "exports", "react"], function (require, exports, React) {

* Context shared by all of the tooltips in the app
* {@docCategory Tooltip}
*/

@@ -10,0 +9,0 @@ exports.TooltipContext = React.createContext({});

import * as React from 'react';
/**
* {@docCategory MenuContext}
*/
export declare type MinimalMenuProps = {

@@ -6,0 +3,0 @@ hidden?: boolean;

import * as React from 'react';
/**
* The context provided by TooltipProvider
* {@docCategory Tooltip}
*/

@@ -17,4 +16,3 @@ export declare type TooltipContextType = {

* Context shared by all of the tooltips in the app
* {@docCategory Tooltip}
*/
export declare const TooltipContext: React.Context<TooltipContextType>;

@@ -11,3 +11,2 @@ "use strict";

* Context shared by all of the tooltips in the app
* {@docCategory Tooltip}
*/

@@ -14,0 +13,0 @@

import * as React from 'react';
/**
* {@docCategory MenuContext}
*/
export declare type MinimalMenuProps = {

@@ -6,0 +3,0 @@ hidden?: boolean;

import * as React from 'react';
/**
* The context provided by TooltipProvider
* {@docCategory Tooltip}
*/

@@ -17,4 +16,3 @@ export declare type TooltipContextType = {

* Context shared by all of the tooltips in the app
* {@docCategory Tooltip}
*/
export declare const TooltipContext: React.Context<TooltipContextType>;
import * as React from 'react';
/**
* Context shared by all of the tooltips in the app
* {@docCategory Tooltip}
*/

@@ -6,0 +5,0 @@

{
"name": "@fluentui/react-shared-contexts",
"version": "9.0.0-alpha.24",
"version": "9.0.0-alpha.25",
"description": "Fluent UI React Contexts shared by multiple components.",

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

"devDependencies": {
"@fluentui/eslint-plugin": "^1.4.1",
"@fluentui/eslint-plugin": "*",
"@fluentui/scripts": "^1.0.0",
"@fluentui/test-utilities": "^8.0.8",
"@types/enzyme": "3.10.3",

@@ -39,3 +38,3 @@ "@types/enzyme-adapter-react-16": "1.0.3",

"dependencies": {
"@fluentui/react-theme": "9.0.0-alpha.22",
"@fluentui/react-theme": "9.0.0-alpha.23",
"tslib": "^2.1.0"

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

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