@fluentui/react-accordion
Advanced tools
Comparing version 9.0.0-alpha.30 to 9.0.0-alpha.31
@@ -5,3 +5,52 @@ { | ||
{ | ||
"date": "Wed, 19 May 2021 07:30:20 GMT", | ||
"date": "Thu, 20 May 2021 07:34:56 GMT", | ||
"tag": "@fluentui/react-accordion_v9.0.0-alpha.31", | ||
"version": "9.0.0-alpha.31", | ||
"comments": { | ||
"none": [ | ||
{ | ||
"comment": "Update conformance tests in all packages to use a package-level isConformant wrapper with appropriate generics for props", | ||
"author": "elcraig@microsoft.com", | ||
"commit": "1e6ad173e2cfa18cfcae13311be7916f1b241432", | ||
"package": "@fluentui/react-accordion" | ||
}, | ||
{ | ||
"comment": "Run prettier on all files", | ||
"author": "elcraig@microsoft.com", | ||
"commit": "505db08044507a6a9260459a1013897ca68a2ed6", | ||
"package": "@fluentui/react-accordion" | ||
} | ||
], | ||
"prerelease": [ | ||
{ | ||
"comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.10", | ||
"author": "elcraig@microsoft.com", | ||
"commit": "630b71c415cd40ed0e36773eab99d62cd02a30fb", | ||
"package": "@fluentui/react-accordion" | ||
} | ||
], | ||
"patch": [ | ||
{ | ||
"comment": "Bump @fluentui/eslint-plugin to v1.3.0", | ||
"author": "elcraig@microsoft.com", | ||
"commit": "630b71c415cd40ed0e36773eab99d62cd02a30fb", | ||
"package": "@fluentui/react-accordion" | ||
}, | ||
{ | ||
"comment": "Bump @fluentui/react-conformance to v0.4.0", | ||
"author": "elcraig@microsoft.com", | ||
"commit": "1e6ad173e2cfa18cfcae13311be7916f1b241432", | ||
"package": "@fluentui/react-accordion" | ||
}, | ||
{ | ||
"comment": "Bump @fluentui/scripts to v1.0.0", | ||
"author": "elcraig@microsoft.com", | ||
"commit": "630b71c415cd40ed0e36773eab99d62cd02a30fb", | ||
"package": "@fluentui/react-accordion" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Wed, 19 May 2021 07:34:20 GMT", | ||
"tag": "@fluentui/react-accordion_v9.0.0-alpha.30", | ||
@@ -8,0 +57,0 @@ "version": "9.0.0-alpha.30", |
# Change Log - @fluentui/react-accordion | ||
This log was last generated on Wed, 19 May 2021 07:30:20 GMT and should not be manually modified. | ||
This log was last generated on Thu, 20 May 2021 07:34:56 GMT and should not be manually modified. | ||
<!-- Start content --> | ||
## [9.0.0-alpha.31](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.31) | ||
Thu, 20 May 2021 07:34:56 GMT | ||
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.30..@fluentui/react-accordion_v9.0.0-alpha.31) | ||
### Patches | ||
- Bump @fluentui/eslint-plugin to v1.3.0 ([PR #18024](https://github.com/microsoft/fluentui/pull/18024) by elcraig@microsoft.com) | ||
- Bump @fluentui/react-conformance to v0.4.0 ([PR #17577](https://github.com/microsoft/fluentui/pull/17577) by elcraig@microsoft.com) | ||
- Bump @fluentui/scripts to v1.0.0 ([PR #18024](https://github.com/microsoft/fluentui/pull/18024) by elcraig@microsoft.com) | ||
### Changes | ||
- Bump @fluentui/babel-make-styles to v9.0.0-alpha.10 ([PR #18024](https://github.com/microsoft/fluentui/pull/18024) by elcraig@microsoft.com) | ||
## [9.0.0-alpha.30](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.30) | ||
Wed, 19 May 2021 07:30:20 GMT | ||
Wed, 19 May 2021 07:34:20 GMT | ||
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.29..@fluentui/react-accordion_v9.0.0-alpha.30) | ||
@@ -11,0 +26,0 @@ |
import { IsConformantOptions } from '@fluentui/react-conformance'; | ||
export declare function isConformant(testInfo: Omit<IsConformantOptions, 'componentPath'>): void; | ||
export declare function isConformant<TProps = {}>(testInfo: Omit<IsConformantOptions<TProps>, 'componentPath'> & { | ||
componentPath?: string; | ||
}): void; |
import { IsConformantOptions } from '@fluentui/react-conformance'; | ||
export declare function isConformant(testInfo: Omit<IsConformantOptions, 'componentPath'>): void; | ||
export declare function isConformant<TProps = {}>(testInfo: Omit<IsConformantOptions<TProps>, 'componentPath'> & { | ||
componentPath?: string; | ||
}): void; |
import { IsConformantOptions } from '@fluentui/react-conformance'; | ||
export declare function isConformant(testInfo: Omit<IsConformantOptions, 'componentPath'>): void; | ||
export declare function isConformant<TProps = {}>(testInfo: Omit<IsConformantOptions<TProps>, 'componentPath'> & { | ||
componentPath?: string; | ||
}): void; |
{ | ||
"name": "@fluentui/react-accordion", | ||
"version": "9.0.0-alpha.30", | ||
"version": "9.0.0-alpha.31", | ||
"description": "Fluent UI accordion component", | ||
@@ -26,6 +26,6 @@ "main": "lib-commonjs/index.js", | ||
"devDependencies": { | ||
"@fluentui/babel-make-styles": "^9.0.0-alpha.9", | ||
"@fluentui/eslint-plugin": "^1.2.0", | ||
"@fluentui/jest-serializer-make-styles": "^9.0.0-alpha.12", | ||
"@fluentui/react-conformance": "^0.3.1", | ||
"@fluentui/babel-make-styles": "^9.0.0-alpha.10", | ||
"@fluentui/eslint-plugin": "^1.3.0", | ||
"@fluentui/jest-serializer-make-styles": "^9.0.0-alpha.13", | ||
"@fluentui/react-conformance": "^0.4.0", | ||
"@fluentui/scripts": "^1.0.0", | ||
@@ -45,8 +45,8 @@ "@types/enzyme": "3.10.3", | ||
"dependencies": { | ||
"@fluentui/react-context-selector": "^9.0.0-alpha.7", | ||
"@fluentui/react-make-styles": "^9.0.0-alpha.35", | ||
"@fluentui/react-tabster": "^9.0.0-alpha.25", | ||
"@fluentui/react-theme": "^9.0.0-alpha.12", | ||
"@fluentui/react-theme-provider": "^9.0.0-alpha.35", | ||
"@fluentui/react-utilities": "^9.0.0-alpha.22", | ||
"@fluentui/react-context-selector": "^9.0.0-alpha.8", | ||
"@fluentui/react-make-styles": "^9.0.0-alpha.36", | ||
"@fluentui/react-tabster": "^9.0.0-alpha.26", | ||
"@fluentui/react-theme": "^9.0.0-alpha.13", | ||
"@fluentui/react-theme-provider": "^9.0.0-alpha.36", | ||
"@fluentui/react-utilities": "^9.0.0-alpha.23", | ||
"tslib": "^2.1.0" | ||
@@ -53,0 +53,0 @@ }, |
40
Spec.md
@@ -176,5 +176,3 @@ # Accordion | ||
</div> | ||
<div id="sect1" role="region" aria-labelledby="accordion1"> | ||
This is the content of the first Panel | ||
</div> | ||
<div id="sect1" role="region" aria-labelledby="accordion1">This is the content of the first Panel</div> | ||
<div role="heading"> | ||
@@ -186,5 +184,3 @@ <div role="button" aria-expanded="false" aria-controls="sect2" id="accordion2"> | ||
</div> | ||
<div id="sect2" role="region" aria-labelledby="accordion2"> | ||
This is the content of the second Panel | ||
</div> | ||
<div id="sect2" role="region" aria-labelledby="accordion2">This is the content of the second Panel</div> | ||
</div> | ||
@@ -228,5 +224,3 @@ ``` | ||
</div> | ||
<div id="sect1" role="region" aria-labelledby="accordion1"> | ||
This is the content of the first Panel | ||
</div> | ||
<div id="sect1" role="region" aria-labelledby="accordion1">This is the content of the first Panel</div> | ||
<div role="heading"> | ||
@@ -238,5 +232,3 @@ <div role="button" aria-expanded="false" aria-controls="sect2" id="accordion2"> | ||
</div> | ||
<div id="sect2" role="region" aria-labelledby="accordion2"> | ||
This is the content of the second Panel | ||
</div> | ||
<div id="sect2" role="region" aria-labelledby="accordion2">This is the content of the second Panel</div> | ||
</div> | ||
@@ -282,5 +274,3 @@ ``` | ||
</div> | ||
<div id="sect1" role="region" aria-labelledby="accordion1"> | ||
This is the content of the first Panel | ||
</div> | ||
<div id="sect1" role="region" aria-labelledby="accordion1">This is the content of the first Panel</div> | ||
<div role="heading"> | ||
@@ -292,5 +282,3 @@ <div role="button" aria-expanded="true" aria-controls="sect2" id="accordion2"> | ||
</div> | ||
<div id="sect2" role="region" aria-labelledby="accordion2"> | ||
This is the content of the second Panel | ||
</div> | ||
<div id="sect2" role="region" aria-labelledby="accordion2">This is the content of the second Panel</div> | ||
</div> | ||
@@ -334,5 +322,3 @@ ``` | ||
</div> | ||
<div id="sect1" role="region" aria-labelledby="accordion1"> | ||
This is the content of the first Panel | ||
</div> | ||
<div id="sect1" role="region" aria-labelledby="accordion1">This is the content of the first Panel</div> | ||
<div role="heading"> | ||
@@ -344,5 +330,3 @@ <div role="button" aria-expanded="false" aria-controls="sect2" id="accordion2"> | ||
</div> | ||
<div id="sect2" role="region" aria-labelledby="accordion2"> | ||
This is the content of the second Panel | ||
</div> | ||
<div id="sect2" role="region" aria-labelledby="accordion2">This is the content of the second Panel</div> | ||
</div> | ||
@@ -386,5 +370,3 @@ ``` | ||
</h1> | ||
<div id="sect1" role="region" aria-labelledby="accordion1"> | ||
This is the content of the first Panel | ||
</div> | ||
<div id="sect1" role="region" aria-labelledby="accordion1">This is the content of the first Panel</div> | ||
<h1> | ||
@@ -396,5 +378,3 @@ <div role="button" aria-expanded="false" aria-controls="sect2" id="accordion2"> | ||
</h1> | ||
<div id="sect2" role="region" aria-labelledby="accordion2"> | ||
This is the content of the second Panel | ||
</div> | ||
<div id="sect2" role="region" aria-labelledby="accordion2">This is the content of the second Panel</div> | ||
</div> | ||
@@ -401,0 +381,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
399454
4417