@fluentui/react-compose
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -5,3 +5,24 @@ { | ||
{ | ||
"date": "Wed, 18 Mar 2020 12:22:18 GMT", | ||
"date": "Thu, 19 Mar 2020 12:25:10 GMT", | ||
"tag": "@fluentui/react-compose_v0.2.1", | ||
"version": "0.2.1", | ||
"comments": { | ||
"patch": [ | ||
{ | ||
"comment": "Update `@fluentui/react` references to `@fluentui/react-northstar`", | ||
"author": "elcraig@microsoft.com", | ||
"commit": "8b2d6bc761706d2d0a19531c77ec702a66e1be02" | ||
} | ||
], | ||
"none": [ | ||
{ | ||
"comment": "Run prettier on all files", | ||
"author": "elcraig@microsoft.com", | ||
"commit": "2239ec42a9d6092c5954b0768de1929d87c66854" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Wed, 18 Mar 2020 12:24:00 GMT", | ||
"tag": "@fluentui/react-compose_v0.2.0", | ||
@@ -8,0 +29,0 @@ "version": "0.2.0", |
# Change Log - @fluentui/react-compose | ||
This log was last generated on Wed, 18 Mar 2020 12:22:18 GMT and should not be manually modified. | ||
This log was last generated on Thu, 19 Mar 2020 12:25:10 GMT and should not be manually modified. | ||
## 0.2.1 | ||
Thu, 19 Mar 2020 12:25:10 GMT | ||
### Patches | ||
- Update `@fluentui/react` references to `@fluentui/react-northstar` (elcraig@microsoft.com) | ||
## 0.2.0 | ||
Wed, 18 Mar 2020 12:22:18 GMT | ||
Wed, 18 Mar 2020 12:24:00 GMT | ||
@@ -8,0 +14,0 @@ ### Minor changes |
@@ -327,3 +327,3 @@ var FluentCompose = | ||
handledProps: [], | ||
overrideStyles: false | ||
overrideStyles: false, | ||
}; | ||
@@ -352,3 +352,3 @@ function computeDisplayNames(options, inputDisplayName, inputOptions) { | ||
handledProps: Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__spreadArrays"])(inputOptions.handledProps, handledProps), | ||
overrideStyles: composeOptions.overrideStyles || false | ||
overrideStyles: composeOptions.overrideStyles || false, | ||
}; | ||
@@ -355,0 +355,0 @@ return Component; |
@@ -9,3 +9,3 @@ define(["require", "exports", "tslib"], function (require, exports, tslib_1) { | ||
handledProps: [], | ||
overrideStyles: false | ||
overrideStyles: false, | ||
}; | ||
@@ -34,3 +34,3 @@ function computeDisplayNames(options, inputDisplayName, inputOptions) { | ||
handledProps: tslib_1.__spreadArrays(inputOptions.handledProps, handledProps), | ||
overrideStyles: composeOptions.overrideStyles || false | ||
overrideStyles: composeOptions.overrideStyles || false, | ||
}; | ||
@@ -37,0 +37,0 @@ return Component; |
define(["require", "exports", "@uifabric/set-version"], function (require, exports, set_version_1) { | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
set_version_1.setVersion('@fluentui/react-compose', '0.2.0'); | ||
set_version_1.setVersion('@fluentui/react-compose', '0.2.1'); | ||
}); | ||
//# sourceMappingURL=version.js.map |
@@ -9,3 +9,3 @@ "use strict"; | ||
handledProps: [], | ||
overrideStyles: false | ||
overrideStyles: false, | ||
}; | ||
@@ -34,3 +34,3 @@ function computeDisplayNames(options, inputDisplayName, inputOptions) { | ||
handledProps: tslib_1.__spreadArrays(inputOptions.handledProps, handledProps), | ||
overrideStyles: composeOptions.overrideStyles || false | ||
overrideStyles: composeOptions.overrideStyles || false, | ||
}; | ||
@@ -37,0 +37,0 @@ return Component; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
// @fluentui/react-compose@0.2.0 | ||
// @fluentui/react-compose@0.2.1 | ||
// Do not modify this file, the file is generated as part of publish. The checked in version is a placeholder only. | ||
var set_version_1 = require("@uifabric/set-version"); | ||
set_version_1.setVersion('@fluentui/react-compose', '0.2.0'); | ||
set_version_1.setVersion('@fluentui/react-compose', '0.2.1'); | ||
//# sourceMappingURL=version.js.map |
@@ -7,3 +7,3 @@ import { __spreadArrays } from "tslib"; | ||
handledProps: [], | ||
overrideStyles: false | ||
overrideStyles: false, | ||
}; | ||
@@ -32,3 +32,3 @@ function computeDisplayNames(options, inputDisplayName, inputOptions) { | ||
handledProps: __spreadArrays(inputOptions.handledProps, handledProps), | ||
overrideStyles: composeOptions.overrideStyles || false | ||
overrideStyles: composeOptions.overrideStyles || false, | ||
}; | ||
@@ -35,0 +35,0 @@ return Component; |
@@ -1,5 +0,5 @@ | ||
// @fluentui/react-compose@0.2.0 | ||
// @fluentui/react-compose@0.2.1 | ||
// Do not modify this file, the file is generated as part of publish. The checked in version is a placeholder only. | ||
import { setVersion } from '@uifabric/set-version'; | ||
setVersion('@fluentui/react-compose', '0.2.0'); | ||
setVersion('@fluentui/react-compose', '0.2.1'); | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "@fluentui/react-compose", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "UI Fabric React hooks.", | ||
@@ -35,3 +35,3 @@ "main": "lib-commonjs/index.js", | ||
"dependencies": { | ||
"@uifabric/set-version": "^7.0.6", | ||
"@uifabric/set-version": "^7.0.7", | ||
"tslib": "^1.10.0" | ||
@@ -38,0 +38,0 @@ }, |
@@ -9,3 +9,3 @@ # @fluentui/react-compose | ||
_Currently supported only by functional components in `@fluentui/react`._ | ||
_Currently supported only by functional components in `@fluentui/react-northstar`._ | ||
@@ -15,3 +15,3 @@ To import `compose` and use: | ||
```js | ||
import { Button } from '@fluentui/react'; | ||
import { Button } from '@fluentui/react-northstar'; | ||
import { compose } from '@fluentui/react-compose'; | ||
@@ -26,3 +26,3 @@ | ||
handledProps: ['compact'], | ||
overrideStyles: true | ||
overrideStyles: true, | ||
}); | ||
@@ -29,0 +29,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
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
90829
1120
Updated@uifabric/set-version@^7.0.7