@fluentui/react-button
Advanced tools
Comparing version 0.1.3 to 0.1.4
@@ -5,2 +5,17 @@ { | ||
{ | ||
"date": "Wed, 20 May 2020 12:28:26 GMT", | ||
"tag": "@fluentui/react-button_v0.1.4", | ||
"version": "0.1.4", | ||
"comments": { | ||
"patch": [ | ||
{ | ||
"comment": "feat(compose): expose __self slot", | ||
"author": "olfedias@microsoft.com", | ||
"commit": "30fa92e7c750651fa609aa6c924b83155bebe203", | ||
"package": "@fluentui/react-button" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Fri, 15 May 2020 12:42:20 GMT", | ||
@@ -7,0 +22,0 @@ "tag": "@fluentui/react-button_v0.1.1", |
# Change Log - @fluentui/react-button | ||
This log was last generated on Fri, 15 May 2020 12:42:20 GMT and should not be manually modified. | ||
This log was last generated on Wed, 20 May 2020 12:28:26 GMT and should not be manually modified. | ||
<!-- Start content --> | ||
## [0.1.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.1.4) | ||
Wed, 20 May 2020 12:28:26 GMT | ||
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.1.1..@fluentui/react-button_v0.1.4) | ||
### Patches | ||
- feat(compose): expose __self slot ([PR #13115](https://github.com/microsoft/fluentui/pull/13115) by olfedias@microsoft.com) | ||
## [0.1.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.1.1) | ||
@@ -8,0 +17,0 @@ |
@@ -13,2 +13,3 @@ import * as React from 'react'; | ||
root: React.ElementType; | ||
__self: React.ElementType; | ||
}; | ||
@@ -15,0 +16,0 @@ slotProps: Required<TSlotProps> & { |
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-button', '0.1.3'); | ||
set_version_1.setVersion('@fluentui/react-button', '0.1.4'); | ||
}); | ||
//# sourceMappingURL=version.js.map |
@@ -13,2 +13,3 @@ import * as React from 'react'; | ||
root: React.ElementType; | ||
__self: React.ElementType; | ||
}; | ||
@@ -15,0 +16,0 @@ slotProps: Required<TSlotProps> & { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
// @fluentui/react-button@0.1.3 | ||
// @fluentui/react-button@0.1.4 | ||
// 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-button', '0.1.3'); | ||
set_version_1.setVersion('@fluentui/react-button', '0.1.4'); | ||
//# sourceMappingURL=version.js.map |
@@ -13,2 +13,3 @@ import * as React from 'react'; | ||
root: React.ElementType; | ||
__self: React.ElementType; | ||
}; | ||
@@ -15,0 +16,0 @@ slotProps: Required<TSlotProps> & { |
@@ -1,5 +0,5 @@ | ||
// @fluentui/react-button@0.1.3 | ||
// @fluentui/react-button@0.1.4 | ||
// 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-button', '0.1.3'); | ||
setVersion('@fluentui/react-button', '0.1.4'); | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "@fluentui/react-button", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "Fluent UI React Button component.", | ||
@@ -49,3 +49,3 @@ "main": "lib-commonjs/index.js", | ||
"@uifabric/set-version": "^7.0.12", | ||
"@fluentui/react-compose": "^0.4.1", | ||
"@fluentui/react-compose": "^0.5.0", | ||
"@uifabric/react-hooks": "^7.3.7", | ||
@@ -52,0 +52,0 @@ "@uifabric/utilities": "^7.17.3", |
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
174750
1326
+ Added@fluentui/react-compose@0.5.1(transitive)
- Removed@fluentui/react-compose@0.4.1(transitive)