@fluentui/react-badge
Advanced tools
Comparing version 9.0.0-alpha.75 to 9.0.0-alpha.76
@@ -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-badge_v9.0.0-alpha.76", | ||
"version": "9.0.0-alpha.76", | ||
"comments": { | ||
"prerelease": [ | ||
{ | ||
"comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.44", | ||
"author": "lingfangao@hotmail.com", | ||
"commit": "cd22a603bb20947e7d23a3357b9a535afdb5ee1d", | ||
"package": "@fluentui/react-badge" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Fri, 03 Sep 2021 00:13:07 GMT", | ||
"tag": "@fluentui/react-badge_v9.0.0-alpha.75", | ||
"version": "9.0.0-alpha.75", | ||
"comments": { | ||
"none": [ | ||
{ | ||
"comment": "enable makeStyles conformance tests", | ||
"author": "olfedias@microsoft.com", | ||
"commit": "ec2c14a39b6a2f2cadfd27a56f567645b996c1b9", | ||
"package": "@fluentui/react-badge" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Thu, 02 Sep 2021 07:36:46 GMT", | ||
"tag": "@fluentui/react-badge_v9.0.0-alpha.75", | ||
"version": "9.0.0-alpha.75", | ||
"comments": { | ||
"prerelease": [ | ||
@@ -11,0 +41,0 @@ { |
# Change Log - @fluentui/react-badge | ||
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.76](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.76) | ||
Mon, 06 Sep 2021 07:32:10 GMT | ||
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.75..@fluentui/react-badge_v9.0.0-alpha.76) | ||
### 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.75](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.75) | ||
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-badge_v9.0.0-alpha.74..@fluentui/react-badge_v9.0.0-alpha.75) | ||
@@ -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-badge", | ||
"version": "9.0.0-alpha.75", | ||
"version": "9.0.0-alpha.76", | ||
"description": "React components for building web experiences", | ||
@@ -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,5 +47,5 @@ "@types/enzyme": "3.10.3", | ||
"dependencies": { | ||
"@fluentui/react-make-styles": "^9.0.0-alpha.61", | ||
"@fluentui/react-make-styles": "^9.0.0-alpha.62", | ||
"@fluentui/react-theme": "^9.0.0-alpha.22", | ||
"@fluentui/react-utilities": "^9.0.0-alpha.43", | ||
"@fluentui/react-utilities": "^9.0.0-alpha.44", | ||
"tslib": "^2.1.0" | ||
@@ -51,0 +52,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
416026
5256
16