Socket
Socket
Sign inDemoInstall

@fluentui/react-utilities

Package Overview
Dependencies
Maintainers
12
Versions
839
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluentui/react-utilities - npm Package Compare versions

Comparing version 9.0.0-alpha.28 to 9.0.0-alpha.29

17

CHANGELOG.json

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

{
"date": "Mon, 07 Jun 2021 07:32:24 GMT",
"date": "Tue, 15 Jun 2021 07:36:10 GMT",
"tag": "@fluentui/react-utilities_v9.0.0-alpha.29",
"version": "9.0.0-alpha.29",
"comments": {
"prerelease": [
{
"comment": "Remove boolean from ShorthandProps type",
"author": "behowell@microsoft.com",
"commit": "10b1e17acaa01675866f7a623be1a61b1478d7d7",
"package": "@fluentui/react-utilities"
}
]
}
},
{
"date": "Mon, 07 Jun 2021 07:38:15 GMT",
"tag": "@fluentui/react-utilities_v9.0.0-alpha.28",

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

# Change Log - @fluentui/react-utilities
This log was last generated on Mon, 07 Jun 2021 07:32:24 GMT and should not be manually modified.
This log was last generated on Tue, 15 Jun 2021 07:36:10 GMT and should not be manually modified.
<!-- Start content -->
## [9.0.0-alpha.29](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.29)
Tue, 15 Jun 2021 07:36:10 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.28..@fluentui/react-utilities_v9.0.0-alpha.29)
### Changes
- Remove boolean from ShorthandProps type ([PR #18521](https://github.com/microsoft/fluentui/pull/18521) by behowell@microsoft.com)
## [9.0.0-alpha.28](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.28)
Mon, 07 Jun 2021 07:32:24 GMT
Mon, 07 Jun 2021 07:38:15 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.27..@fluentui/react-utilities_v9.0.0-alpha.28)

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

2

dist/react-utilities.d.ts

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

export declare type ShorthandProps<TProps extends ComponentProps = {}> = React_2.ReactChild | React_2.ReactNodeArray | React_2.ReactPortal | boolean | number | null | undefined | ObjectShorthandProps<TProps>;
export declare type ShorthandProps<TProps extends ComponentProps = {}> = React_2.ReactChild | React_2.ReactNodeArray | React_2.ReactPortal | number | null | undefined | ObjectShorthandProps<TProps>;

@@ -329,0 +329,0 @@ export declare type ShorthandRenderFunction<TProps> = (Component: React_2.ElementType<TProps>, props: TProps) => React_2.ReactNode;

@@ -189,3 +189,3 @@ ## API Report File for "@fluentui/react-utilities"

// @public (undocumented)
export type ShorthandProps<TProps extends ComponentProps = {}> = React_2.ReactChild | React_2.ReactNodeArray | React_2.ReactPortal | boolean | number | null | undefined | ObjectShorthandProps<TProps>;
export type ShorthandProps<TProps extends ComponentProps = {}> = React_2.ReactChild | React_2.ReactNodeArray | React_2.ReactPortal | number | null | undefined | ObjectShorthandProps<TProps>;

@@ -192,0 +192,0 @@ // @public (undocumented)

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

export declare type ShorthandRenderFunction<TProps> = (Component: React.ElementType<TProps>, props: TProps) => React.ReactNode;
export declare type ShorthandProps<TProps extends ComponentProps = {}> = React.ReactChild | React.ReactNodeArray | React.ReactPortal | boolean | number | null | undefined | ObjectShorthandProps<TProps>;
export declare type ShorthandProps<TProps extends ComponentProps = {}> = React.ReactChild | React.ReactNodeArray | React.ReactPortal | number | null | undefined | ObjectShorthandProps<TProps>;
export declare type ObjectShorthandProps<TProps extends ComponentProps = {}> = TProps & Omit<ComponentProps, 'children'> & {

@@ -19,0 +19,0 @@ children?: TProps['children'] | ShorthandRenderFunction<TProps>;

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

export declare type ShorthandRenderFunction<TProps> = (Component: React.ElementType<TProps>, props: TProps) => React.ReactNode;
export declare type ShorthandProps<TProps extends ComponentProps = {}> = React.ReactChild | React.ReactNodeArray | React.ReactPortal | boolean | number | null | undefined | ObjectShorthandProps<TProps>;
export declare type ShorthandProps<TProps extends ComponentProps = {}> = React.ReactChild | React.ReactNodeArray | React.ReactPortal | number | null | undefined | ObjectShorthandProps<TProps>;
export declare type ObjectShorthandProps<TProps extends ComponentProps = {}> = TProps & Omit<ComponentProps, 'children'> & {

@@ -19,0 +19,0 @@ children?: TProps['children'] | ShorthandRenderFunction<TProps>;

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

export declare type ShorthandRenderFunction<TProps> = (Component: React.ElementType<TProps>, props: TProps) => React.ReactNode;
export declare type ShorthandProps<TProps extends ComponentProps = {}> = React.ReactChild | React.ReactNodeArray | React.ReactPortal | boolean | number | null | undefined | ObjectShorthandProps<TProps>;
export declare type ShorthandProps<TProps extends ComponentProps = {}> = React.ReactChild | React.ReactNodeArray | React.ReactPortal | number | null | undefined | ObjectShorthandProps<TProps>;
export declare type ObjectShorthandProps<TProps extends ComponentProps = {}> = TProps & Omit<ComponentProps, 'children'> & {

@@ -19,0 +19,0 @@ children?: TProps['children'] | ShorthandRenderFunction<TProps>;

{
"name": "@fluentui/react-utilities",
"version": "9.0.0-alpha.28",
"version": "9.0.0-alpha.29",
"description": "A set of general React-specific utilities.",

@@ -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