@fluentui/react-label
Advanced tools
Comparing version 9.0.0-alpha.34 to 9.0.0-alpha.35
@@ -5,6 +5,36 @@ { | ||
{ | ||
"date": "Thu, 02 Sep 2021 07:32:36 GMT", | ||
"date": "Mon, 06 Sep 2021 07:32:10 GMT", | ||
"tag": "@fluentui/react-label_v9.0.0-alpha.35", | ||
"version": "9.0.0-alpha.35", | ||
"comments": { | ||
"prerelease": [ | ||
{ | ||
"comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.44", | ||
"author": "lingfangao@hotmail.com", | ||
"commit": "cd22a603bb20947e7d23a3357b9a535afdb5ee1d", | ||
"package": "@fluentui/react-label" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Fri, 03 Sep 2021 00:13:07 GMT", | ||
"tag": "@fluentui/react-label_v9.0.0-alpha.34", | ||
"version": "9.0.0-alpha.34", | ||
"comments": { | ||
"none": [ | ||
{ | ||
"comment": "enable makeStyles conformance tests", | ||
"author": "olfedias@microsoft.com", | ||
"commit": "0606b747c8fca1e6551d521f2526a6c1f969205a", | ||
"package": "@fluentui/react-label" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Thu, 02 Sep 2021 07:36:46 GMT", | ||
"tag": "@fluentui/react-label_v9.0.0-alpha.34", | ||
"version": "9.0.0-alpha.34", | ||
"comments": { | ||
"prerelease": [ | ||
@@ -11,0 +41,0 @@ { |
# Change Log - @fluentui/react-label | ||
This log was last generated on Thu, 02 Sep 2021 07:32:36 GMT and should not be manually modified. | ||
This log was last generated on Mon, 06 Sep 2021 07:32:10 GMT and should not be manually modified. | ||
<!-- Start content --> | ||
## [9.0.0-alpha.35](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.35) | ||
Mon, 06 Sep 2021 07:32:10 GMT | ||
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.34..@fluentui/react-label_v9.0.0-alpha.35) | ||
### Changes | ||
- Bump @fluentui/react-utilities to v9.0.0-alpha.44 ([PR #19640](https://github.com/microsoft/fluentui/pull/19640) by lingfangao@hotmail.com) | ||
## [9.0.0-alpha.34](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.34) | ||
Thu, 02 Sep 2021 07:32:36 GMT | ||
Thu, 02 Sep 2021 07:36:46 GMT | ||
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.33..@fluentui/react-label_v9.0.0-alpha.34) | ||
@@ -11,0 +20,0 @@ |
@@ -1,2 +0,2 @@ | ||
define(["require", "exports", "@fluentui/react-conformance"], function (require, exports, react_conformance_1) { | ||
define(["require", "exports", "@fluentui/react-conformance", "@fluentui/react-conformance-make-styles"], function (require, exports, react_conformance_1, react_conformance_make_styles_1) { | ||
"use strict"; | ||
@@ -9,2 +9,3 @@ Object.defineProperty(exports, "__esModule", { value: true }); | ||
componentPath: module.parent.filename.replace('.test', ''), | ||
extraTests: react_conformance_make_styles_1.default, | ||
}; | ||
@@ -11,0 +12,0 @@ react_conformance_1.isConformant(defaultOptions, testInfo); |
@@ -10,6 +10,9 @@ "use strict"; | ||
var react_conformance_make_styles_1 = /*#__PURE__*/require("@fluentui/react-conformance-make-styles"); | ||
function isConformant(testInfo) { | ||
var defaultOptions = { | ||
asPropHandlesRef: true, | ||
componentPath: module.parent.filename.replace('.test', '') | ||
componentPath: module.parent.filename.replace('.test', ''), | ||
extraTests: react_conformance_make_styles_1.default | ||
}; | ||
@@ -16,0 +19,0 @@ react_conformance_1.isConformant(defaultOptions, testInfo); |
import { isConformant as baseIsConformant } from '@fluentui/react-conformance'; | ||
import makeStylesTests from '@fluentui/react-conformance-make-styles'; | ||
export function isConformant(testInfo) { | ||
var defaultOptions = { | ||
asPropHandlesRef: true, | ||
componentPath: module.parent.filename.replace('.test', '') | ||
componentPath: module.parent.filename.replace('.test', ''), | ||
extraTests: makeStylesTests | ||
}; | ||
@@ -7,0 +9,0 @@ baseIsConformant(defaultOptions, testInfo); |
{ | ||
"name": "@fluentui/react-label", | ||
"version": "9.0.0-alpha.34", | ||
"version": "9.0.0-alpha.35", | ||
"description": "Label component for FluentUI library.", | ||
@@ -28,6 +28,7 @@ "main": "lib-commonjs/index.js", | ||
"devDependencies": { | ||
"@fluentui/babel-make-styles": "^9.0.0-alpha.43", | ||
"@fluentui/babel-make-styles": "^9.0.0-alpha.44", | ||
"@fluentui/eslint-plugin": "^1.4.1", | ||
"@fluentui/jest-serializer-make-styles": "^9.0.0-alpha.36", | ||
"@fluentui/jest-serializer-make-styles": "^9.0.0-alpha.37", | ||
"@fluentui/react-conformance": "^0.4.5", | ||
"@fluentui/react-conformance-make-styles": "^9.0.0-alpha.6", | ||
"@fluentui/scripts": "^1.0.0", | ||
@@ -46,4 +47,4 @@ "@types/enzyme": "3.10.3", | ||
"dependencies": { | ||
"@fluentui/react-make-styles": "^9.0.0-alpha.61", | ||
"@fluentui/react-utilities": "^9.0.0-alpha.43", | ||
"@fluentui/react-make-styles": "^9.0.0-alpha.62", | ||
"@fluentui/react-utilities": "^9.0.0-alpha.44", | ||
"tslib": "^2.1.0" | ||
@@ -50,0 +51,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
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
126903
1836
16