@fluentui/react-label
Advanced tools
Comparing version 9.0.0-alpha.28 to 9.0.0-alpha.29
@@ -5,3 +5,62 @@ { | ||
{ | ||
"date": "Fri, 20 Aug 2021 07:34:37 GMT", | ||
"date": "Tue, 24 Aug 2021 07:32:28 GMT", | ||
"tag": "@fluentui/react-label_v9.0.0-alpha.29", | ||
"version": "9.0.0-alpha.29", | ||
"comments": { | ||
"prerelease": [ | ||
{ | ||
"comment": "Updating TypeScript type-only imports/exports to use import/export syntax.", | ||
"author": "dzearing@hotmail.com", | ||
"commit": "4eec618fe480b129e08914b1f091a8509af60379", | ||
"package": "@fluentui/react-label" | ||
} | ||
], | ||
"none": [ | ||
{ | ||
"comment": "Bump @fluentui/eslint-plugin to v1.4.1", | ||
"author": "dzearing@hotmail.com", | ||
"commit": "0abd957c8d4421018e6d792c2a4aa8876967392b", | ||
"package": "@fluentui/react-label" | ||
}, | ||
{ | ||
"comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.38", | ||
"author": "dzearing@hotmail.com", | ||
"commit": "0abd957c8d4421018e6d792c2a4aa8876967392b", | ||
"package": "@fluentui/react-label" | ||
}, | ||
{ | ||
"comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.34", | ||
"author": "dzearing@hotmail.com", | ||
"commit": "0abd957c8d4421018e6d792c2a4aa8876967392b", | ||
"package": "@fluentui/react-label" | ||
}, | ||
{ | ||
"comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.41", | ||
"author": "dzearing@hotmail.com", | ||
"commit": "789a3733b128569190319fce3fe2b46900b24896", | ||
"package": "@fluentui/react-label" | ||
}, | ||
{ | ||
"comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.59", | ||
"author": "dzearing@hotmail.com", | ||
"commit": "789a3733b128569190319fce3fe2b46900b24896", | ||
"package": "@fluentui/react-label" | ||
}, | ||
{ | ||
"comment": "Bump @fluentui/react-conformance to v0.4.4", | ||
"author": "dzearing@hotmail.com", | ||
"commit": "0abd957c8d4421018e6d792c2a4aa8876967392b", | ||
"package": "@fluentui/react-label" | ||
}, | ||
{ | ||
"comment": "Bump @fluentui/scripts to v1.0.0", | ||
"author": "dzearing@hotmail.com", | ||
"commit": "0abd957c8d4421018e6d792c2a4aa8876967392b", | ||
"package": "@fluentui/react-label" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Fri, 20 Aug 2021 07:37:28 GMT", | ||
"tag": "@fluentui/react-label_v9.0.0-alpha.28", | ||
@@ -8,0 +67,0 @@ "version": "9.0.0-alpha.28", |
# Change Log - @fluentui/react-label | ||
This log was last generated on Fri, 20 Aug 2021 07:34:37 GMT and should not be manually modified. | ||
This log was last generated on Tue, 24 Aug 2021 07:32:28 GMT and should not be manually modified. | ||
<!-- Start content --> | ||
## [9.0.0-alpha.29](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.29) | ||
Tue, 24 Aug 2021 07:32:28 GMT | ||
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.28..@fluentui/react-label_v9.0.0-alpha.29) | ||
### Changes | ||
- Updating TypeScript type-only imports/exports to use import/export syntax. ([PR #19473](https://github.com/microsoft/fluentui/pull/19473) by dzearing@hotmail.com) | ||
## [9.0.0-alpha.28](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.28) | ||
Fri, 20 Aug 2021 07:34:37 GMT | ||
Fri, 20 Aug 2021 07:37:28 GMT | ||
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.27..@fluentui/react-label_v9.0.0-alpha.28) | ||
@@ -11,0 +20,0 @@ |
@@ -1,6 +0,6 @@ | ||
import { ComponentPropsCompat } from '@fluentui/react-utilities'; | ||
import { ComponentStateCompat } from '@fluentui/react-utilities'; | ||
import { ObjectShorthandPropsCompat } from '@fluentui/react-utilities'; | ||
import type { ComponentPropsCompat } from '@fluentui/react-utilities'; | ||
import type { ComponentStateCompat } from '@fluentui/react-utilities'; | ||
import type { ObjectShorthandPropsCompat } from '@fluentui/react-utilities'; | ||
import * as React_2 from 'react'; | ||
import { ShorthandPropsCompat } from '@fluentui/react-utilities'; | ||
import type { ShorthandPropsCompat } from '@fluentui/react-utilities'; | ||
@@ -7,0 +7,0 @@ /** |
@@ -1,4 +0,4 @@ | ||
import { IsConformantOptions } from '@fluentui/react-conformance'; | ||
import type { IsConformantOptions } from '@fluentui/react-conformance'; | ||
export declare function isConformant<TProps = {}>(testInfo: Omit<IsConformantOptions<TProps>, 'componentPath'> & { | ||
componentPath?: string; | ||
}): void; |
import * as React from 'react'; | ||
import { LabelProps } from './Label.types'; | ||
import type { LabelProps } from './Label.types'; | ||
/** | ||
@@ -4,0 +4,0 @@ * A label component provides a title or name to a component. |
import * as React from 'react'; | ||
import { ComponentPropsCompat, ComponentStateCompat, ObjectShorthandPropsCompat, ShorthandPropsCompat } from '@fluentui/react-utilities'; | ||
import type { ComponentPropsCompat, ComponentStateCompat, ObjectShorthandPropsCompat, ShorthandPropsCompat } from '@fluentui/react-utilities'; | ||
/** | ||
@@ -4,0 +4,0 @@ * Label Props |
@@ -1,2 +0,2 @@ | ||
import { LabelState } from './Label.types'; | ||
import type { LabelState } from './Label.types'; | ||
/** | ||
@@ -3,0 +3,0 @@ * Render the final JSX of Label |
import * as React from 'react'; | ||
import { LabelProps, LabelShorthandProps, LabelState } from './Label.types'; | ||
import type { LabelProps, LabelShorthandProps, LabelState } from './Label.types'; | ||
/** | ||
@@ -4,0 +4,0 @@ * Array of all shorthand properties listed in LabelShorthandProps |
@@ -1,2 +0,2 @@ | ||
import { LabelState } from './Label.types'; | ||
import type { LabelState } from './Label.types'; | ||
/** | ||
@@ -3,0 +3,0 @@ * Apply styling to the Label slots based on the state |
@@ -1,4 +0,4 @@ | ||
import { IsConformantOptions } from '@fluentui/react-conformance'; | ||
import type { IsConformantOptions } from '@fluentui/react-conformance'; | ||
export declare function isConformant<TProps = {}>(testInfo: Omit<IsConformantOptions<TProps>, 'componentPath'> & { | ||
componentPath?: string; | ||
}): void; |
import * as React from 'react'; | ||
import { LabelProps } from './Label.types'; | ||
import type { LabelProps } from './Label.types'; | ||
/** | ||
@@ -4,0 +4,0 @@ * A label component provides a title or name to a component. |
import * as React from 'react'; | ||
import { ComponentPropsCompat, ComponentStateCompat, ObjectShorthandPropsCompat, ShorthandPropsCompat } from '@fluentui/react-utilities'; | ||
import type { ComponentPropsCompat, ComponentStateCompat, ObjectShorthandPropsCompat, ShorthandPropsCompat } from '@fluentui/react-utilities'; | ||
/** | ||
@@ -4,0 +4,0 @@ * Label Props |
@@ -1,2 +0,2 @@ | ||
import { LabelState } from './Label.types'; | ||
import type { LabelState } from './Label.types'; | ||
/** | ||
@@ -3,0 +3,0 @@ * Render the final JSX of Label |
import * as React from 'react'; | ||
import { LabelProps, LabelShorthandProps, LabelState } from './Label.types'; | ||
import type { LabelProps, LabelShorthandProps, LabelState } from './Label.types'; | ||
/** | ||
@@ -4,0 +4,0 @@ * Array of all shorthand properties listed in LabelShorthandProps |
@@ -1,2 +0,2 @@ | ||
import { LabelState } from './Label.types'; | ||
import type { LabelState } from './Label.types'; | ||
/** | ||
@@ -3,0 +3,0 @@ * Apply styling to the Label slots based on the state |
@@ -1,4 +0,4 @@ | ||
import { IsConformantOptions } from '@fluentui/react-conformance'; | ||
import type { IsConformantOptions } from '@fluentui/react-conformance'; | ||
export declare function isConformant<TProps = {}>(testInfo: Omit<IsConformantOptions<TProps>, 'componentPath'> & { | ||
componentPath?: string; | ||
}): void; |
import * as React from 'react'; | ||
import { LabelProps } from './Label.types'; | ||
import type { LabelProps } from './Label.types'; | ||
/** | ||
@@ -4,0 +4,0 @@ * A label component provides a title or name to a component. |
import * as React from 'react'; | ||
import { ComponentPropsCompat, ComponentStateCompat, ObjectShorthandPropsCompat, ShorthandPropsCompat } from '@fluentui/react-utilities'; | ||
import type { ComponentPropsCompat, ComponentStateCompat, ObjectShorthandPropsCompat, ShorthandPropsCompat } from '@fluentui/react-utilities'; | ||
/** | ||
@@ -4,0 +4,0 @@ * Label Props |
@@ -1,2 +0,2 @@ | ||
import { LabelState } from './Label.types'; | ||
import type { LabelState } from './Label.types'; | ||
/** | ||
@@ -3,0 +3,0 @@ * Render the final JSX of Label |
import * as React from 'react'; | ||
import { LabelProps, LabelShorthandProps, LabelState } from './Label.types'; | ||
import type { LabelProps, LabelShorthandProps, LabelState } from './Label.types'; | ||
/** | ||
@@ -4,0 +4,0 @@ * Array of all shorthand properties listed in LabelShorthandProps |
@@ -1,2 +0,2 @@ | ||
import { LabelState } from './Label.types'; | ||
import type { LabelState } from './Label.types'; | ||
/** | ||
@@ -3,0 +3,0 @@ * Apply styling to the Label slots based on the state |
{ | ||
"name": "@fluentui/react-label", | ||
"version": "9.0.0-alpha.28", | ||
"version": "9.0.0-alpha.29", | ||
"description": "Label component for FluentUI library.", | ||
@@ -29,3 +29,3 @@ "main": "lib-commonjs/index.js", | ||
"@fluentui/babel-make-styles": "^9.0.0-alpha.38", | ||
"@fluentui/eslint-plugin": "^1.4.0", | ||
"@fluentui/eslint-plugin": "^1.4.1", | ||
"@fluentui/jest-serializer-make-styles": "^9.0.0-alpha.34", | ||
@@ -46,4 +46,4 @@ "@fluentui/react-conformance": "^0.4.4", | ||
"dependencies": { | ||
"@fluentui/react-make-styles": "^9.0.0-alpha.58", | ||
"@fluentui/react-utilities": "^9.0.0-alpha.40", | ||
"@fluentui/react-make-styles": "^9.0.0-alpha.59", | ||
"@fluentui/react-utilities": "^9.0.0-alpha.41", | ||
"tslib": "^2.1.0" | ||
@@ -50,0 +50,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
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
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
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
119201
1710
0