@fluentui/react-button
Advanced tools
Comparing version 0.3.5 to 0.3.6
@@ -5,3 +5,26 @@ { | ||
{ | ||
"date": "Thu, 18 Jun 2020 12:36:45 GMT", | ||
"date": "Fri, 19 Jun 2020 12:37:04 GMT", | ||
"tag": "@fluentui/react-button_v0.3.6", | ||
"version": "0.3.6", | ||
"comments": { | ||
"none": [ | ||
{ | ||
"comment": "Adding conformance test to components.", | ||
"author": "esteban.230@hotmail.com", | ||
"commit": "7e490986f3c1b27a2702acbed5ee15a8531e7537", | ||
"package": "@fluentui/react-button" | ||
} | ||
], | ||
"patch": [ | ||
{ | ||
"comment": "react-button: Adding api-extractor configuration.", | ||
"author": "humbertomakotomorimoto@gmail.com", | ||
"commit": "8557ea009c32067945b0761030e8e1a1214d1b2d", | ||
"package": "@fluentui/react-button" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Thu, 18 Jun 2020 12:37:09 GMT", | ||
"tag": "@fluentui/react-button_v0.3.5", | ||
@@ -8,0 +31,0 @@ "version": "0.3.5", |
# Change Log - @fluentui/react-button | ||
This log was last generated on Thu, 18 Jun 2020 12:36:45 GMT and should not be manually modified. | ||
This log was last generated on Fri, 19 Jun 2020 12:37:04 GMT and should not be manually modified. | ||
<!-- Start content --> | ||
## [0.3.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.3.6) | ||
Fri, 19 Jun 2020 12:37:04 GMT | ||
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.3.5..@fluentui/react-button_v0.3.6) | ||
### Patches | ||
- react-button: Adding api-extractor configuration. ([PR #13654](https://github.com/microsoft/fluentui/pull/13654) by humbertomakotomorimoto@gmail.com) | ||
## [0.3.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.3.5) | ||
Thu, 18 Jun 2020 12:36:45 GMT | ||
Thu, 18 Jun 2020 12:37:09 GMT | ||
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.3.3..@fluentui/react-button_v0.3.5) | ||
@@ -11,0 +20,0 @@ |
import { ButtonProps, ButtonState } from './Button.types'; | ||
/** | ||
* The useButton hook processes the Button component props and returns state. | ||
* @param props | ||
* @param props - Button props to derive state from. | ||
*/ | ||
export declare const useButton: (props: ButtonProps) => ButtonState; |
@@ -6,3 +6,3 @@ define(["require", "exports", "tslib", "@fluentui/react-theme-provider"], function (require, exports, tslib_1, react_theme_provider_1) { | ||
* The useButton hook processes the Button component props and returns state. | ||
* @param props | ||
* @param props - Button props to derive state from. | ||
*/ | ||
@@ -9,0 +9,0 @@ exports.useButton = function (props) { |
@@ -11,5 +11,5 @@ import * as React from 'react'; | ||
* The useToggleButton hook processes the Button component props and returns state. | ||
* @param props | ||
* @param props - ToggleButton props to derive state from. | ||
*/ | ||
export declare const useToggle: <TProps, TState extends TProps = TProps>(props: TProps & ToggleProps) => TState & ToggleState; | ||
export {}; |
@@ -6,3 +6,3 @@ define(["require", "exports", "tslib", "@uifabric/react-hooks"], function (require, exports, tslib_1, react_hooks_1) { | ||
* The useToggleButton hook processes the Button component props and returns state. | ||
* @param props | ||
* @param props - ToggleButton props to derive state from. | ||
*/ | ||
@@ -9,0 +9,0 @@ exports.useToggle = function (props) { |
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.3.5'); | ||
set_version_1.setVersion('@fluentui/react-button', '0.3.6'); | ||
}); | ||
//# sourceMappingURL=version.js.map |
import { ButtonProps, ButtonState } from './Button.types'; | ||
/** | ||
* The useButton hook processes the Button component props and returns state. | ||
* @param props | ||
* @param props - Button props to derive state from. | ||
*/ | ||
export declare const useButton: (props: ButtonProps) => ButtonState; |
@@ -7,3 +7,3 @@ "use strict"; | ||
* The useButton hook processes the Button component props and returns state. | ||
* @param props | ||
* @param props - Button props to derive state from. | ||
*/ | ||
@@ -10,0 +10,0 @@ exports.useButton = function (props) { |
@@ -11,5 +11,5 @@ import * as React from 'react'; | ||
* The useToggleButton hook processes the Button component props and returns state. | ||
* @param props | ||
* @param props - ToggleButton props to derive state from. | ||
*/ | ||
export declare const useToggle: <TProps, TState extends TProps = TProps>(props: TProps & ToggleProps) => TState & ToggleState; | ||
export {}; |
@@ -7,3 +7,3 @@ "use strict"; | ||
* The useToggleButton hook processes the Button component props and returns state. | ||
* @param props | ||
* @param props - ToggleButton props to derive state from. | ||
*/ | ||
@@ -10,0 +10,0 @@ exports.useToggle = function (props) { |
@@ -6,3 +6,3 @@ "use strict"; | ||
var set_version_1 = require("@uifabric/set-version"); | ||
set_version_1.setVersion('@fluentui/react-button', '0.3.5'); | ||
set_version_1.setVersion('@fluentui/react-button', '0.3.6'); | ||
//# sourceMappingURL=version.js.map |
import { ButtonProps, ButtonState } from './Button.types'; | ||
/** | ||
* The useButton hook processes the Button component props and returns state. | ||
* @param props | ||
* @param props - Button props to derive state from. | ||
*/ | ||
export declare const useButton: (props: ButtonProps) => ButtonState; |
@@ -5,3 +5,3 @@ import { __assign } from "tslib"; | ||
* The useButton hook processes the Button component props and returns state. | ||
* @param props | ||
* @param props - Button props to derive state from. | ||
*/ | ||
@@ -8,0 +8,0 @@ export var useButton = function (props) { |
@@ -11,5 +11,5 @@ import * as React from 'react'; | ||
* The useToggleButton hook processes the Button component props and returns state. | ||
* @param props | ||
* @param props - ToggleButton props to derive state from. | ||
*/ | ||
export declare const useToggle: <TProps, TState extends TProps = TProps>(props: TProps & ToggleProps) => TState & ToggleState; | ||
export {}; |
@@ -5,3 +5,3 @@ import { __assign } from "tslib"; | ||
* The useToggleButton hook processes the Button component props and returns state. | ||
* @param props | ||
* @param props - ToggleButton props to derive state from. | ||
*/ | ||
@@ -8,0 +8,0 @@ export var useToggle = function (props) { |
// Do not modify this file; it is generated as part of publish. | ||
// The checked in version is a placeholder only and will not be updated. | ||
import { setVersion } from '@uifabric/set-version'; | ||
setVersion('@fluentui/react-button', '0.3.5'); | ||
setVersion('@fluentui/react-button', '0.3.6'); | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "@fluentui/react-button", | ||
"version": "0.3.5", | ||
"version": "0.3.6", | ||
"description": "Fluent UI React Button component.", | ||
@@ -36,2 +36,3 @@ "main": "lib-commonjs/index.js", | ||
"@types/webpack-env": "1.15.1", | ||
"@fluentui/react-conformance": "^0.1.0", | ||
"@uifabric/build": "^7.0.0", | ||
@@ -54,3 +55,3 @@ "@uifabric/tslint-rules": "^7.2.1", | ||
"@uifabric/utilities": "^7.21.0", | ||
"office-ui-fabric-react": "^7.121.0", | ||
"office-ui-fabric-react": "^7.121.1", | ||
"tslib": "^1.10.0" | ||
@@ -57,0 +58,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
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
351462
204
2611
16