@fluentui/react-utilities
Advanced tools
Comparing version 9.0.0-alpha.52 to 9.0.0-alpha.53
@@ -5,3 +5,18 @@ { | ||
{ | ||
"date": "Fri, 24 Sep 2021 09:16:15 GMT", | ||
"date": "Mon, 27 Sep 2021 08:04:28 GMT", | ||
"tag": "@fluentui/react-utilities_v9.0.0-alpha.53", | ||
"version": "9.0.0-alpha.53", | ||
"comments": { | ||
"prerelease": [ | ||
{ | ||
"author": "bsunderhus@microsoft.com", | ||
"package": "@fluentui/react-utilities", | ||
"comment": "Updates ComponentState on custom props", | ||
"commit": "7a6d4d03fc1157272a6641fd05fc27f51ba1cc0e" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Fri, 24 Sep 2021 09:17:17 GMT", | ||
"tag": "@fluentui/react-utilities_v9.0.0-alpha.52", | ||
@@ -8,0 +23,0 @@ "version": "9.0.0-alpha.52", |
# Change Log - @fluentui/react-utilities | ||
This log was last generated on Fri, 24 Sep 2021 09:16:15 GMT and should not be manually modified. | ||
This log was last generated on Mon, 27 Sep 2021 08:04:28 GMT and should not be manually modified. | ||
<!-- Start content --> | ||
## [9.0.0-alpha.53](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.53) | ||
Mon, 27 Sep 2021 08:04:28 GMT | ||
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.52..@fluentui/react-utilities_v9.0.0-alpha.53) | ||
### Changes | ||
- Updates ComponentState on custom props ([commit](https://github.com/microsoft/fluentui/commit/7a6d4d03fc1157272a6641fd05fc27f51ba1cc0e) by bsunderhus@microsoft.com) | ||
## [9.0.0-alpha.52](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.52) | ||
Fri, 24 Sep 2021 09:16:15 GMT | ||
Fri, 24 Sep 2021 09:17:17 GMT | ||
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.51..@fluentui/react-utilities_v9.0.0-alpha.52) | ||
@@ -11,0 +20,0 @@ |
@@ -92,3 +92,3 @@ import { DispatchWithoutAction } from 'react'; | ||
components?: { | ||
[Key in keyof Shorthands]-?: React_2.ComponentType<NonNullable<Shorthands[Key]>> | (NonNullable<Shorthands[Key]> extends AsIntrinsicElement<infer As> ? As : keyof JSX.IntrinsicElements); | ||
[Key in keyof Shorthands]-?: React_2.ComponentType<NonNullable<Shorthands[Key]> extends ObjectShorthandProps<infer P> ? P : NonNullable<Shorthands[Key]>> | (NonNullable<Shorthands[Key]> extends AsIntrinsicElement<infer As> ? As : keyof JSX.IntrinsicElements); | ||
}; | ||
@@ -95,0 +95,0 @@ } & Shorthands; |
@@ -84,3 +84,3 @@ import * as React from 'react'; | ||
components?: { | ||
[Key in keyof Shorthands]-?: React.ComponentType<NonNullable<Shorthands[Key]>> | (NonNullable<Shorthands[Key]> extends AsIntrinsicElement<infer As> ? As : keyof JSX.IntrinsicElements); | ||
[Key in keyof Shorthands]-?: React.ComponentType<NonNullable<Shorthands[Key]> extends ObjectShorthandProps<infer P> ? P : NonNullable<Shorthands[Key]>> | (NonNullable<Shorthands[Key]> extends AsIntrinsicElement<infer As> ? As : keyof JSX.IntrinsicElements); | ||
}; | ||
@@ -87,0 +87,0 @@ } & Shorthands; |
@@ -84,3 +84,3 @@ import * as React from 'react'; | ||
components?: { | ||
[Key in keyof Shorthands]-?: React.ComponentType<NonNullable<Shorthands[Key]>> | (NonNullable<Shorthands[Key]> extends AsIntrinsicElement<infer As> ? As : keyof JSX.IntrinsicElements); | ||
[Key in keyof Shorthands]-?: React.ComponentType<NonNullable<Shorthands[Key]> extends ObjectShorthandProps<infer P> ? P : NonNullable<Shorthands[Key]>> | (NonNullable<Shorthands[Key]> extends AsIntrinsicElement<infer As> ? As : keyof JSX.IntrinsicElements); | ||
}; | ||
@@ -87,0 +87,0 @@ } & Shorthands; |
{ | ||
"name": "@fluentui/react-utilities", | ||
"version": "9.0.0-alpha.52", | ||
"version": "9.0.0-alpha.53", | ||
"description": "A set of general React-specific utilities.", | ||
@@ -5,0 +5,0 @@ "main": "lib-commonjs/index.js", |
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
364181
6208