@fluentui/react-accordion 9.0.0-nightly.f81b28ceb3.1 → 9.0.0-rc.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.json +866 -24
- package/CHANGELOG.md +306 -104
- package/Spec.md +36 -4
- package/dist/{react-accordion.d.ts → index.d.ts} +98 -107
- package/{lib → dist}/tsdoc-metadata.json +0 -0
- package/lib/Accordion.js.map +1 -1
- package/lib/AccordionHeader.js.map +1 -1
- package/lib/AccordionItem.js.map +1 -1
- package/lib/AccordionPanel.js.map +1 -1
- package/lib/components/Accordion/Accordion.js +10 -8
- package/lib/components/Accordion/Accordion.js.map +1 -1
- package/lib/components/Accordion/Accordion.types.js.map +1 -1
- package/lib/components/Accordion/AccordionContext.js +7 -4
- package/lib/components/Accordion/AccordionContext.js.map +1 -1
- package/lib/components/Accordion/index.js +1 -0
- package/lib/components/Accordion/index.js.map +1 -1
- package/lib/components/Accordion/renderAccordion.js +7 -7
- package/lib/components/Accordion/renderAccordion.js.map +1 -1
- package/lib/components/Accordion/useAccordion.js +44 -64
- package/lib/components/Accordion/useAccordion.js.map +1 -1
- package/lib/components/Accordion/useAccordionContextValues.js +13 -11
- package/lib/components/Accordion/useAccordionContextValues.js.map +1 -1
- package/lib/components/Accordion/useAccordionStyles.js +9 -0
- package/lib/components/Accordion/useAccordionStyles.js.map +1 -0
- package/lib/components/AccordionHeader/AccordionHeader.js +11 -10
- package/lib/components/AccordionHeader/AccordionHeader.js.map +1 -1
- package/lib/components/AccordionHeader/AccordionHeader.types.js.map +1 -1
- package/lib/components/AccordionHeader/AccordionHeaderContext.js +2 -4
- package/lib/components/AccordionHeader/AccordionHeaderContext.js.map +1 -1
- package/lib/components/AccordionHeader/index.js +0 -1
- package/lib/components/AccordionHeader/index.js.map +1 -1
- package/lib/components/AccordionHeader/renderAccordionHeader.js +11 -8
- package/lib/components/AccordionHeader/renderAccordionHeader.js.map +1 -1
- package/lib/components/AccordionHeader/useAccordionHeader.js +53 -48
- package/lib/components/AccordionHeader/useAccordionHeader.js.map +1 -1
- package/lib/components/AccordionHeader/useAccordionHeaderContextValues.js +14 -14
- package/lib/components/AccordionHeader/useAccordionHeaderContextValues.js.map +1 -1
- package/lib/components/AccordionHeader/useAccordionHeaderStyles.js +50 -40
- package/lib/components/AccordionHeader/useAccordionHeaderStyles.js.map +1 -1
- package/lib/components/AccordionItem/AccordionItem.js +10 -8
- package/lib/components/AccordionItem/AccordionItem.js.map +1 -1
- package/lib/components/AccordionItem/AccordionItem.types.js.map +1 -1
- package/lib/components/AccordionItem/AccordionItemContext.js +5 -5
- package/lib/components/AccordionItem/AccordionItemContext.js.map +1 -1
- package/lib/components/AccordionItem/index.js +1 -0
- package/lib/components/AccordionItem/index.js.map +1 -1
- package/lib/components/AccordionItem/renderAccordionItem.js +7 -8
- package/lib/components/AccordionItem/renderAccordionItem.js.map +1 -1
- package/lib/components/AccordionItem/useAccordionItem.js +19 -34
- package/lib/components/AccordionItem/useAccordionItem.js.map +1 -1
- package/lib/components/AccordionItem/useAccordionItemContextValues.js +12 -12
- package/lib/components/AccordionItem/useAccordionItemContextValues.js.map +1 -1
- package/lib/components/AccordionItem/useAccordionItemStyles.js +9 -0
- package/lib/components/AccordionItem/useAccordionItemStyles.js.map +1 -0
- package/lib/components/AccordionPanel/AccordionPanel.js +8 -8
- package/lib/components/AccordionPanel/AccordionPanel.js.map +1 -1
- package/lib/components/AccordionPanel/AccordionPanel.types.js.map +1 -1
- package/lib/components/AccordionPanel/index.js.map +1 -1
- package/lib/components/AccordionPanel/renderAccordionPanel.js +7 -8
- package/lib/components/AccordionPanel/renderAccordionPanel.js.map +1 -1
- package/lib/components/AccordionPanel/useAccordionPanel.js +23 -14
- package/lib/components/AccordionPanel/useAccordionPanel.js.map +1 -1
- package/lib/components/AccordionPanel/useAccordionPanelStyles.js +8 -5
- package/lib/components/AccordionPanel/useAccordionPanelStyles.js.map +1 -1
- package/lib/index.js +4 -4
- package/lib/index.js.map +1 -1
- package/lib-commonjs/Accordion.js +1 -1
- package/lib-commonjs/Accordion.js.map +1 -1
- package/lib-commonjs/AccordionHeader.js +1 -1
- package/lib-commonjs/AccordionHeader.js.map +1 -1
- package/lib-commonjs/AccordionItem.js +1 -1
- package/lib-commonjs/AccordionItem.js.map +1 -1
- package/lib-commonjs/AccordionPanel.js +1 -1
- package/lib-commonjs/AccordionPanel.js.map +1 -1
- package/lib-commonjs/components/Accordion/Accordion.js +12 -9
- package/lib-commonjs/components/Accordion/Accordion.js.map +1 -1
- package/lib-commonjs/components/Accordion/Accordion.types.js.map +1 -1
- package/lib-commonjs/components/Accordion/AccordionContext.js +10 -4
- package/lib-commonjs/components/Accordion/AccordionContext.js.map +1 -1
- package/lib-commonjs/components/Accordion/index.js +3 -1
- package/lib-commonjs/components/Accordion/index.js.map +1 -1
- package/lib-commonjs/components/Accordion/renderAccordion.js +12 -13
- package/lib-commonjs/components/Accordion/renderAccordion.js.map +1 -1
- package/lib-commonjs/components/Accordion/useAccordion.js +49 -69
- package/lib-commonjs/components/Accordion/useAccordion.js.map +1 -1
- package/lib-commonjs/components/Accordion/useAccordionContextValues.js +15 -13
- package/lib-commonjs/components/Accordion/useAccordionContextValues.js.map +1 -1
- package/lib-commonjs/components/Accordion/useAccordionStyles.js +20 -0
- package/lib-commonjs/components/Accordion/useAccordionStyles.js.map +1 -0
- package/lib-commonjs/components/AccordionHeader/AccordionHeader.js +12 -11
- package/lib-commonjs/components/AccordionHeader/AccordionHeader.js.map +1 -1
- package/lib-commonjs/components/AccordionHeader/AccordionHeader.types.js.map +1 -1
- package/lib-commonjs/components/AccordionHeader/AccordionHeaderContext.js +2 -4
- package/lib-commonjs/components/AccordionHeader/AccordionHeaderContext.js.map +1 -1
- package/lib-commonjs/components/AccordionHeader/index.js +1 -3
- package/lib-commonjs/components/AccordionHeader/index.js.map +1 -1
- package/lib-commonjs/components/AccordionHeader/renderAccordionHeader.js +16 -15
- package/lib-commonjs/components/AccordionHeader/renderAccordionHeader.js.map +1 -1
- package/lib-commonjs/components/AccordionHeader/useAccordionHeader.js +60 -54
- package/lib-commonjs/components/AccordionHeader/useAccordionHeader.js.map +1 -1
- package/lib-commonjs/components/AccordionHeader/useAccordionHeaderContextValues.js +17 -17
- package/lib-commonjs/components/AccordionHeader/useAccordionHeaderContextValues.js.map +1 -1
- package/lib-commonjs/components/AccordionHeader/useAccordionHeaderStyles.js +55 -43
- package/lib-commonjs/components/AccordionHeader/useAccordionHeaderStyles.js.map +1 -1
- package/lib-commonjs/components/AccordionItem/AccordionItem.js +12 -9
- package/lib-commonjs/components/AccordionItem/AccordionItem.js.map +1 -1
- package/lib-commonjs/components/AccordionItem/AccordionItem.types.js.map +1 -1
- package/lib-commonjs/components/AccordionItem/AccordionItemContext.js +7 -7
- package/lib-commonjs/components/AccordionItem/AccordionItemContext.js.map +1 -1
- package/lib-commonjs/components/AccordionItem/index.js +3 -1
- package/lib-commonjs/components/AccordionItem/index.js.map +1 -1
- package/lib-commonjs/components/AccordionItem/renderAccordionItem.js +12 -15
- package/lib-commonjs/components/AccordionItem/renderAccordionItem.js.map +1 -1
- package/lib-commonjs/components/AccordionItem/useAccordionItem.js +26 -43
- package/lib-commonjs/components/AccordionItem/useAccordionItem.js.map +1 -1
- package/lib-commonjs/components/AccordionItem/useAccordionItemContextValues.js +15 -15
- package/lib-commonjs/components/AccordionItem/useAccordionItemContextValues.js.map +1 -1
- package/lib-commonjs/components/AccordionItem/useAccordionItemStyles.js +20 -0
- package/lib-commonjs/components/AccordionItem/useAccordionItemStyles.js.map +1 -0
- package/lib-commonjs/components/AccordionPanel/AccordionPanel.js +9 -9
- package/lib-commonjs/components/AccordionPanel/AccordionPanel.js.map +1 -1
- package/lib-commonjs/components/AccordionPanel/AccordionPanel.types.js.map +1 -1
- package/lib-commonjs/components/AccordionPanel/index.js +1 -1
- package/lib-commonjs/components/AccordionPanel/index.js.map +1 -1
- package/lib-commonjs/components/AccordionPanel/renderAccordionPanel.js +11 -14
- package/lib-commonjs/components/AccordionPanel/renderAccordionPanel.js.map +1 -1
- package/lib-commonjs/components/AccordionPanel/useAccordionPanel.js +27 -16
- package/lib-commonjs/components/AccordionPanel/useAccordionPanel.js.map +1 -1
- package/lib-commonjs/components/AccordionPanel/useAccordionPanelStyles.js +11 -8
- package/lib-commonjs/components/AccordionPanel/useAccordionPanelStyles.js.map +1 -1
- package/lib-commonjs/index.js +170 -5
- package/lib-commonjs/index.js.map +1 -1
- package/package.json +27 -31
- package/lib/Accordion.d.ts +0 -1
- package/lib/AccordionHeader.d.ts +0 -1
- package/lib/AccordionItem.d.ts +0 -1
- package/lib/AccordionPanel.d.ts +0 -1
- package/lib/common/isConformant.d.ts +0 -4
- package/lib/common/isConformant.js +0 -12
- package/lib/common/isConformant.js.map +0 -1
- package/lib/components/Accordion/Accordion.d.ts +0 -6
- package/lib/components/Accordion/Accordion.types.d.ts +0 -52
- package/lib/components/Accordion/AccordionContext.d.ts +0 -3
- package/lib/components/Accordion/index.d.ts +0 -6
- package/lib/components/Accordion/renderAccordion.d.ts +0 -5
- package/lib/components/Accordion/useAccordion.d.ts +0 -9
- package/lib/components/Accordion/useAccordionContextValues.d.ts +0 -2
- package/lib/components/AccordionHeader/AccordionHeader.d.ts +0 -6
- package/lib/components/AccordionHeader/AccordionHeader.types.d.ts +0 -47
- package/lib/components/AccordionHeader/AccordionHeaderContext.d.ts +0 -4
- package/lib/components/AccordionHeader/AccordionHeaderExpandIcon.d.ts +0 -3
- package/lib/components/AccordionHeader/AccordionHeaderExpandIcon.js +0 -42
- package/lib/components/AccordionHeader/AccordionHeaderExpandIcon.js.map +0 -1
- package/lib/components/AccordionHeader/index.d.ts +0 -7
- package/lib/components/AccordionHeader/renderAccordionHeader.d.ts +0 -5
- package/lib/components/AccordionHeader/useAccordionHeader.d.ts +0 -12
- package/lib/components/AccordionHeader/useAccordionHeaderContextValues.d.ts +0 -2
- package/lib/components/AccordionHeader/useAccordionHeaderStyles.d.ts +0 -3
- package/lib/components/AccordionItem/AccordionItem.d.ts +0 -6
- package/lib/components/AccordionItem/AccordionItem.types.d.ts +0 -25
- package/lib/components/AccordionItem/AccordionItemContext.d.ts +0 -4
- package/lib/components/AccordionItem/index.d.ts +0 -6
- package/lib/components/AccordionItem/renderAccordionItem.d.ts +0 -5
- package/lib/components/AccordionItem/useAccordionItem.d.ts +0 -12
- package/lib/components/AccordionItem/useAccordionItemContextValues.d.ts +0 -2
- package/lib/components/AccordionPanel/AccordionPanel.d.ts +0 -6
- package/lib/components/AccordionPanel/AccordionPanel.types.d.ts +0 -11
- package/lib/components/AccordionPanel/index.d.ts +0 -5
- package/lib/components/AccordionPanel/renderAccordionPanel.d.ts +0 -5
- package/lib/components/AccordionPanel/useAccordionPanel.d.ts +0 -12
- package/lib/components/AccordionPanel/useAccordionPanelStyles.d.ts +0 -3
- package/lib/index.d.ts +0 -4
- package/lib-commonjs/Accordion.d.ts +0 -1
- package/lib-commonjs/AccordionHeader.d.ts +0 -1
- package/lib-commonjs/AccordionItem.d.ts +0 -1
- package/lib-commonjs/AccordionPanel.d.ts +0 -1
- package/lib-commonjs/common/isConformant.d.ts +0 -4
- package/lib-commonjs/common/isConformant.js +0 -23
- package/lib-commonjs/common/isConformant.js.map +0 -1
- package/lib-commonjs/components/Accordion/Accordion.d.ts +0 -6
- package/lib-commonjs/components/Accordion/Accordion.types.d.ts +0 -52
- package/lib-commonjs/components/Accordion/AccordionContext.d.ts +0 -3
- package/lib-commonjs/components/Accordion/index.d.ts +0 -6
- package/lib-commonjs/components/Accordion/renderAccordion.d.ts +0 -5
- package/lib-commonjs/components/Accordion/useAccordion.d.ts +0 -9
- package/lib-commonjs/components/Accordion/useAccordionContextValues.d.ts +0 -2
- package/lib-commonjs/components/AccordionHeader/AccordionHeader.d.ts +0 -6
- package/lib-commonjs/components/AccordionHeader/AccordionHeader.types.d.ts +0 -47
- package/lib-commonjs/components/AccordionHeader/AccordionHeaderContext.d.ts +0 -4
- package/lib-commonjs/components/AccordionHeader/AccordionHeaderExpandIcon.d.ts +0 -3
- package/lib-commonjs/components/AccordionHeader/AccordionHeaderExpandIcon.js +0 -52
- package/lib-commonjs/components/AccordionHeader/AccordionHeaderExpandIcon.js.map +0 -1
- package/lib-commonjs/components/AccordionHeader/index.d.ts +0 -7
- package/lib-commonjs/components/AccordionHeader/renderAccordionHeader.d.ts +0 -5
- package/lib-commonjs/components/AccordionHeader/useAccordionHeader.d.ts +0 -12
- package/lib-commonjs/components/AccordionHeader/useAccordionHeaderContextValues.d.ts +0 -2
- package/lib-commonjs/components/AccordionHeader/useAccordionHeaderStyles.d.ts +0 -3
- package/lib-commonjs/components/AccordionItem/AccordionItem.d.ts +0 -6
- package/lib-commonjs/components/AccordionItem/AccordionItem.types.d.ts +0 -25
- package/lib-commonjs/components/AccordionItem/AccordionItemContext.d.ts +0 -4
- package/lib-commonjs/components/AccordionItem/index.d.ts +0 -6
- package/lib-commonjs/components/AccordionItem/renderAccordionItem.d.ts +0 -5
- package/lib-commonjs/components/AccordionItem/useAccordionItem.d.ts +0 -12
- package/lib-commonjs/components/AccordionItem/useAccordionItemContextValues.d.ts +0 -2
- package/lib-commonjs/components/AccordionPanel/AccordionPanel.d.ts +0 -6
- package/lib-commonjs/components/AccordionPanel/AccordionPanel.types.d.ts +0 -11
- package/lib-commonjs/components/AccordionPanel/index.d.ts +0 -5
- package/lib-commonjs/components/AccordionPanel/renderAccordionPanel.d.ts +0 -5
- package/lib-commonjs/components/AccordionPanel/useAccordionPanel.d.ts +0 -12
- package/lib-commonjs/components/AccordionPanel/useAccordionPanelStyles.d.ts +0 -3
- package/lib-commonjs/index.d.ts +0 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,30 +1,232 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-accordion
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Mon, 23 May 2022 18:54:45 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
-
## [9.0.0-
|
|
7
|
+
## [9.0.0-rc.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-rc.11)
|
|
8
8
|
|
|
9
|
-
|
|
10
|
-
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-
|
|
9
|
+
Mon, 23 May 2022 18:54:45 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-rc.10..@fluentui/react-accordion_v9.0.0-rc.11)
|
|
11
11
|
|
|
12
12
|
### Changes
|
|
13
13
|
|
|
14
|
-
-
|
|
15
|
-
-
|
|
16
|
-
- Bump @fluentui/react-
|
|
17
|
-
- Bump @fluentui/react-
|
|
18
|
-
- Bump @fluentui/react-
|
|
19
|
-
- Bump @fluentui/react-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
14
|
+
- BREAKING: stop exporting AccordionContext and AccordionItemContext ([PR #23092](https://github.com/microsoft/fluentui/pull/23092) by lingfangao@hotmail.com)
|
|
15
|
+
- Removing <componentName>ClassName exports. ([PR #23092](https://github.com/microsoft/fluentui/pull/23092) by esteban.230@hotmail.com)
|
|
16
|
+
- Bump @fluentui/react-shared-contexts to v9.0.0-rc.9 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
|
|
17
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.11 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
|
|
18
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.9 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
|
|
19
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.7 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
|
|
20
|
+
|
|
21
|
+
## [9.0.0-rc.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-rc.10)
|
|
22
|
+
|
|
23
|
+
Mon, 23 May 2022 12:13:58 GMT
|
|
24
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-rc.9..@fluentui/react-accordion_v9.0.0-rc.10)
|
|
25
|
+
|
|
26
|
+
### Changes
|
|
27
|
+
|
|
28
|
+
- chore: Update Griffel to latest version ([PR #23029](https://github.com/microsoft/fluentui/pull/23029) by olfedias@microsoft.com)
|
|
29
|
+
- chore: Update Griffel to latest version ([PR #22894](https://github.com/microsoft/fluentui/pull/22894) by olfedias@microsoft.com)
|
|
30
|
+
- react-accordion: ship rolluped only dts. ([PR #23061](https://github.com/microsoft/fluentui/pull/23061) by tristan.watanabe@gmail.com)
|
|
31
|
+
- Bump @fluentui/react-aria to v9.0.0-rc.9 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
|
|
32
|
+
- Bump @fluentui/react-context-selector to v9.0.0-rc.9 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
|
|
33
|
+
- Bump @fluentui/react-shared-contexts to v9.0.0-rc.8 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
|
|
34
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.10 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
|
|
35
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.8 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
|
|
36
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.9 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
|
|
37
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.6 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
|
|
38
|
+
|
|
39
|
+
## [9.0.0-rc.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-rc.9)
|
|
40
|
+
|
|
41
|
+
Thu, 05 May 2022 18:26:30 GMT
|
|
42
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-rc.8..@fluentui/react-accordion_v9.0.0-rc.9)
|
|
43
|
+
|
|
44
|
+
### Changes
|
|
45
|
+
|
|
46
|
+
- Bump @fluentui/react-aria to v9.0.0-rc.8 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
|
|
47
|
+
- Bump @fluentui/react-context-selector to v9.0.0-rc.8 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
|
|
48
|
+
- Bump @fluentui/react-shared-contexts to v9.0.0-rc.7 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
|
|
49
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.9 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
|
|
50
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.7 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
|
|
51
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.8 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
|
|
52
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.5 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
|
|
53
|
+
|
|
54
|
+
## [9.0.0-rc.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-rc.8)
|
|
55
|
+
|
|
56
|
+
Wed, 04 May 2022 13:26:37 GMT
|
|
57
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-rc.7..@fluentui/react-accordion_v9.0.0-rc.8)
|
|
58
|
+
|
|
59
|
+
### Changes
|
|
60
|
+
|
|
61
|
+
- remove star exports ([PR #22682](https://github.com/microsoft/fluentui/pull/22682) by seanmonahan@microsoft.com)
|
|
62
|
+
- Bump @fluentui/react-aria to v9.0.0-rc.7 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
|
63
|
+
- Bump @fluentui/react-context-selector to v9.0.0-rc.7 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
|
64
|
+
- Bump @fluentui/react-shared-contexts to v9.0.0-rc.6 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
|
65
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.8 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
|
66
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.6 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
|
67
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.7 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
|
68
|
+
|
|
69
|
+
## [9.0.0-rc.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-rc.7)
|
|
70
|
+
|
|
71
|
+
Mon, 25 Apr 2022 09:32:16 GMT
|
|
72
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-rc.6..@fluentui/react-accordion_v9.0.0-rc.7)
|
|
73
|
+
|
|
74
|
+
### Changes
|
|
75
|
+
|
|
76
|
+
- Adjusting accordion keyboard navigation. ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by marata@microsoft.com)
|
|
77
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.7 ([PR #22601](https://github.com/microsoft/fluentui/pull/22601) by beachball)
|
|
78
|
+
|
|
79
|
+
## [9.0.0-rc.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-rc.6)
|
|
80
|
+
|
|
81
|
+
Tue, 19 Apr 2022 19:17:06 GMT
|
|
82
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-rc.5..@fluentui/react-accordion_v9.0.0-rc.6)
|
|
83
|
+
|
|
84
|
+
### Changes
|
|
85
|
+
|
|
86
|
+
- Add static classnames to Accordion ([PR #21960](https://github.com/microsoft/fluentui/pull/21960) by seanmonahan@microsoft.com)
|
|
87
|
+
- add missing dependencies ([PR #21924](https://github.com/microsoft/fluentui/pull/21924) by martinhochel@microsoft.com)
|
|
88
|
+
- update react-icons version to ^2.0.166-rc.3 from ^2.0.159-beta.10 ([PR #22512](https://github.com/microsoft/fluentui/pull/22512) by seanmonahan@microsoft.com)
|
|
89
|
+
- chore: Update Griffel to latest version ([PR #21976](https://github.com/microsoft/fluentui/pull/21976) by olfedias@microsoft.com)
|
|
90
|
+
- Bump @fluentui/react-aria to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
|
91
|
+
- Bump @fluentui/react-context-selector to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
|
92
|
+
- Bump @fluentui/react-shared-contexts to v9.0.0-rc.5 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
|
93
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
|
94
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.5 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
|
95
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
|
96
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.4 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
|
97
|
+
|
|
98
|
+
## [9.0.0-rc.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-rc.5)
|
|
99
|
+
|
|
100
|
+
Fri, 04 Mar 2022 05:17:33 GMT
|
|
101
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-rc.4..@fluentui/react-accordion_v9.0.0-rc.5)
|
|
102
|
+
|
|
103
|
+
### Changes
|
|
104
|
+
|
|
105
|
+
- Adding explicit export maps on all consumer packages for FUIR 8 and 9. ([PR #21508](https://github.com/microsoft/fluentui/pull/21508) by dzearing@microsoft.com)
|
|
106
|
+
- Bump @fluentui/react-aria to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
|
|
107
|
+
- Bump @fluentui/react-context-selector to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
|
|
108
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
|
|
109
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.4 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
|
|
110
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
|
|
111
|
+
|
|
112
|
+
## [9.0.0-rc.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-rc.4)
|
|
113
|
+
|
|
114
|
+
Tue, 01 Mar 2022 02:17:40 GMT
|
|
115
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-rc.3..@fluentui/react-accordion_v9.0.0-rc.4)
|
|
116
|
+
|
|
117
|
+
### Changes
|
|
118
|
+
|
|
119
|
+
- Bump @fluentui/react-aria to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
|
|
120
|
+
- Bump @fluentui/react-context-selector to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
|
|
121
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
|
|
122
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
|
|
123
|
+
|
|
124
|
+
## [9.0.0-rc.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-rc.3)
|
|
125
|
+
|
|
126
|
+
Fri, 18 Feb 2022 13:35:37 GMT
|
|
127
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-rc.1..@fluentui/react-accordion_v9.0.0-rc.3)
|
|
128
|
+
|
|
129
|
+
### Changes
|
|
130
|
+
|
|
131
|
+
- Updates initial open items value to be empty on every case ([PR #21728](https://github.com/microsoft/fluentui/pull/21728) by bsunderhus@microsoft.com)
|
|
132
|
+
- fix: Source maps contain original source code ([PR #21690](https://github.com/microsoft/fluentui/pull/21690) by lingfangao@hotmail.com)
|
|
133
|
+
- Breaking change: navigable becomes navigation ([PR #21729](https://github.com/microsoft/fluentui/pull/21729) by bsunderhus@microsoft.com)
|
|
134
|
+
- Bump @fluentui/react-aria to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
|
|
135
|
+
- Bump @fluentui/react-context-selector to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
|
|
136
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
|
|
137
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
|
|
138
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
|
|
139
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
|
|
140
|
+
|
|
141
|
+
## [9.0.0-rc.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-rc.1)
|
|
142
|
+
|
|
143
|
+
Thu, 10 Feb 2022 08:52:11 GMT
|
|
144
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-beta.5..@fluentui/react-accordion_v9.0.0-rc.1)
|
|
145
|
+
|
|
146
|
+
### Changes
|
|
147
|
+
|
|
148
|
+
- update @fluentui/react-icons package ([PR #21498](https://github.com/microsoft/fluentui/pull/21498) by olfedias@microsoft.com)
|
|
149
|
+
- update styles to not use CSS shorthands ([PR #20800](https://github.com/microsoft/fluentui/pull/20800) by olfedias@microsoft.com)
|
|
150
|
+
- remove export of commons types ([PR #21660](https://github.com/microsoft/fluentui/pull/21660) by mgodbolt@microsoft.com)
|
|
151
|
+
- Refactor component Slot typings ([PR #21518](https://github.com/microsoft/fluentui/pull/21518) by behowell@microsoft.com)
|
|
152
|
+
- Allow React 17 in peerDependencies. ([PR #21544](https://github.com/microsoft/fluentui/pull/21544) by tristan.watanabe@gmail.com)
|
|
153
|
+
- Remove component's shorthandProps array ([PR #21134](https://github.com/microsoft/fluentui/pull/21134) by behowell@microsoft.com)
|
|
154
|
+
- use Griffel packages ([PR #21394](https://github.com/microsoft/fluentui/pull/21394) by olfedias@microsoft.com)
|
|
155
|
+
- Using ComponentSlotProps instead of ObjectShorthandProps. ([PR #20890](https://github.com/microsoft/fluentui/pull/20890) by Humberto.Morimoto@microsoft.com)
|
|
156
|
+
- Removes children as a slot from AccordionHeader ([PR #21285](https://github.com/microsoft/fluentui/pull/21285) by bsunderhus@microsoft.com)
|
|
157
|
+
- Bump Fluent UI packages to 9.0.0-rc ([PR #21623](https://github.com/microsoft/fluentui/pull/21623) by lingfangao@hotmail.com)
|
|
158
|
+
- update semantic elements and ARIA roles in react-accordion, add heading level story ([PR #21401](https://github.com/microsoft/fluentui/pull/21401) by sarah.higley@microsoft.com)
|
|
159
|
+
- Update react-icons usage to resizable icons ([PR #21074](https://github.com/microsoft/fluentui/pull/21074) by ololubek@microsoft.com)
|
|
160
|
+
- BREAKING: Rename component hooks add the suffix _unstable, as their API has not been finalized yet ([PR #21365](https://github.com/microsoft/fluentui/pull/21365) by behowell@microsoft.com)
|
|
161
|
+
- Updating based on changes to composition types. ([PR #20891](https://github.com/microsoft/fluentui/pull/20891) by Humberto.Morimoto@microsoft.com)
|
|
162
|
+
- Updating packages based on changes to focusIndicator functions to remove functions from makeStyles in @fluentui/react-tabster. ([PR #21035](https://github.com/microsoft/fluentui/pull/21035) by Humberto.Morimoto@microsoft.com)
|
|
163
|
+
- Replacing use of functions in makeStyles with direct use of tokens. ([PR #21036](https://github.com/microsoft/fluentui/pull/21036) by Humberto.Morimoto@microsoft.com)
|
|
164
|
+
- Remove AccordionHeaderExpandIcon, and use ChevronRightRegular from @fluentui/react-icons instead ([PR #21218](https://github.com/microsoft/fluentui/pull/21218) by behowell@microsoft.com)
|
|
165
|
+
- Bump @fluentui/react-aria to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
|
|
166
|
+
- Bump @fluentui/react-context-selector to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
|
|
167
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
|
|
168
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
|
|
169
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
|
|
170
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
|
|
171
|
+
|
|
172
|
+
## [9.0.0-beta.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-beta.5)
|
|
173
|
+
|
|
174
|
+
Thu, 25 Nov 2021 08:34:10 GMT
|
|
175
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-beta.4..@fluentui/react-accordion_v9.0.0-beta.5)
|
|
176
|
+
|
|
177
|
+
### Changes
|
|
178
|
+
|
|
179
|
+
- Bump @fluentui/react-aria to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
|
180
|
+
- Bump @fluentui/react-context-selector to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
|
181
|
+
- Bump @fluentui/react-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
|
182
|
+
- Bump @fluentui/react-tabster to v9.0.0-beta.5 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
|
183
|
+
- Bump @fluentui/react-theme to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
|
184
|
+
- Bump @fluentui/react-utilities to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
|
185
|
+
- Bump @fluentui/babel-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
|
186
|
+
- Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
|
187
|
+
- Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
|
188
|
+
|
|
189
|
+
## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-beta.4)
|
|
190
|
+
|
|
191
|
+
Fri, 12 Nov 2021 13:25:12 GMT
|
|
192
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-beta.3..@fluentui/react-accordion_v9.0.0-beta.4)
|
|
193
|
+
|
|
194
|
+
### Changes
|
|
195
|
+
|
|
196
|
+
- export static classes for components ([PR #20451](https://github.com/microsoft/fluentui/pull/20451) by olfedias@microsoft.com)
|
|
197
|
+
- Updating AccordionHeader tests to match changes in useARIAButton. ([PR #20342](https://github.com/microsoft/fluentui/pull/20342) by Humberto.Morimoto@microsoft.com)
|
|
198
|
+
- Updated beta and RC components to ES2019 ([PR #20405](https://github.com/microsoft/fluentui/pull/20405) by gcox@microsoft.com)
|
|
199
|
+
- Bump @fluentui/react-aria to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
|
200
|
+
- Bump @fluentui/react-context-selector to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
|
201
|
+
- Bump @fluentui/react-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
|
202
|
+
- Bump @fluentui/react-tabster to v9.0.0-beta.4 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
|
203
|
+
- Bump @fluentui/react-theme to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
|
204
|
+
- Bump @fluentui/react-utilities to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
|
205
|
+
- Bump @fluentui/babel-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
|
206
|
+
- Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
|
207
|
+
- Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
|
208
|
+
|
|
209
|
+
## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-beta.3)
|
|
210
|
+
|
|
211
|
+
Wed, 27 Oct 2021 12:14:12 GMT
|
|
212
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-beta.2..@fluentui/react-accordion_v9.0.0-beta.3)
|
|
213
|
+
|
|
214
|
+
### Changes
|
|
215
|
+
|
|
216
|
+
- added styling of documentation ([PR #20193](https://github.com/microsoft/fluentui/pull/20193) by peter@draxler.ml)
|
|
217
|
+
- Bump @fluentui/react-aria to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
|
|
218
|
+
- Bump @fluentui/react-context-selector to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
|
|
219
|
+
- Bump @fluentui/react-make-styles to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
|
|
220
|
+
- Bump @fluentui/react-tabster to v9.0.0-beta.3 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
|
|
221
|
+
- Bump @fluentui/react-theme to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
|
|
222
|
+
- Bump @fluentui/react-utilities to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
|
|
223
|
+
- Bump @fluentui/babel-make-styles to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
|
|
224
|
+
- Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
|
|
225
|
+
- Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
|
|
24
226
|
|
|
25
227
|
## [9.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-beta.2)
|
|
26
228
|
|
|
27
|
-
Tue, 12 Oct 2021 19:45:58 GMT
|
|
229
|
+
Tue, 12 Oct 2021 19:45:58 GMT
|
|
28
230
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-beta.1..@fluentui/react-accordion_v9.0.0-beta.2)
|
|
29
231
|
|
|
30
232
|
### Changes
|
|
@@ -34,7 +236,7 @@ Tue, 12 Oct 2021 19:45:58 GMT
|
|
|
34
236
|
|
|
35
237
|
## [9.0.0-beta.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-beta.1)
|
|
36
238
|
|
|
37
|
-
Wed, 06 Oct 2021 10:37:22 GMT
|
|
239
|
+
Wed, 06 Oct 2021 10:37:22 GMT
|
|
38
240
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.90..@fluentui/react-accordion_v9.0.0-beta.1)
|
|
39
241
|
|
|
40
242
|
### Changes
|
|
@@ -52,7 +254,7 @@ Wed, 06 Oct 2021 10:37:22 GMT
|
|
|
52
254
|
|
|
53
255
|
## [9.0.0-alpha.90](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.90)
|
|
54
256
|
|
|
55
|
-
Tue, 05 Oct 2021 12:47:58 GMT
|
|
257
|
+
Tue, 05 Oct 2021 12:47:58 GMT
|
|
56
258
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.89..@fluentui/react-accordion_v9.0.0-alpha.90)
|
|
57
259
|
|
|
58
260
|
### Changes
|
|
@@ -66,7 +268,7 @@ Tue, 05 Oct 2021 12:47:58 GMT
|
|
|
66
268
|
|
|
67
269
|
## [9.0.0-alpha.89](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.89)
|
|
68
270
|
|
|
69
|
-
Tue, 05 Oct 2021 09:28:07 GMT
|
|
271
|
+
Tue, 05 Oct 2021 09:28:07 GMT
|
|
70
272
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.88..@fluentui/react-accordion_v9.0.0-alpha.89)
|
|
71
273
|
|
|
72
274
|
### Changes
|
|
@@ -83,7 +285,7 @@ Tue, 05 Oct 2021 09:28:07 GMT
|
|
|
83
285
|
|
|
84
286
|
## [9.0.0-alpha.88](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.88)
|
|
85
287
|
|
|
86
|
-
Fri, 01 Oct 2021 14:13:08 GMT
|
|
288
|
+
Fri, 01 Oct 2021 14:13:08 GMT
|
|
87
289
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.86..@fluentui/react-accordion_v9.0.0-alpha.88)
|
|
88
290
|
|
|
89
291
|
### Changes
|
|
@@ -101,7 +303,7 @@ Fri, 01 Oct 2021 14:13:08 GMT
|
|
|
101
303
|
|
|
102
304
|
## [9.0.0-alpha.86](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.86)
|
|
103
305
|
|
|
104
|
-
Fri, 01 Oct 2021 12:30:46 GMT
|
|
306
|
+
Fri, 01 Oct 2021 12:30:46 GMT
|
|
105
307
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.85..@fluentui/react-accordion_v9.0.0-alpha.86)
|
|
106
308
|
|
|
107
309
|
### Changes
|
|
@@ -111,7 +313,7 @@ Fri, 01 Oct 2021 12:30:46 GMT
|
|
|
111
313
|
|
|
112
314
|
## [9.0.0-alpha.85](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.85)
|
|
113
315
|
|
|
114
|
-
Fri, 01 Oct 2021 09:44:56 GMT
|
|
316
|
+
Fri, 01 Oct 2021 09:44:56 GMT
|
|
115
317
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.84..@fluentui/react-accordion_v9.0.0-alpha.85)
|
|
116
318
|
|
|
117
319
|
### Changes
|
|
@@ -121,7 +323,7 @@ Fri, 01 Oct 2021 09:44:56 GMT
|
|
|
121
323
|
|
|
122
324
|
## [9.0.0-alpha.84](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.84)
|
|
123
325
|
|
|
124
|
-
Wed, 29 Sep 2021 08:06:11 GMT
|
|
326
|
+
Wed, 29 Sep 2021 08:06:11 GMT
|
|
125
327
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.83..@fluentui/react-accordion_v9.0.0-alpha.84)
|
|
126
328
|
|
|
127
329
|
### Changes
|
|
@@ -136,7 +338,7 @@ Wed, 29 Sep 2021 08:06:11 GMT
|
|
|
136
338
|
|
|
137
339
|
## [9.0.0-alpha.83](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.83)
|
|
138
340
|
|
|
139
|
-
Mon, 27 Sep 2021 08:06:00 GMT
|
|
341
|
+
Mon, 27 Sep 2021 08:06:00 GMT
|
|
140
342
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.82..@fluentui/react-accordion_v9.0.0-alpha.83)
|
|
141
343
|
|
|
142
344
|
### Changes
|
|
@@ -152,7 +354,7 @@ Mon, 27 Sep 2021 08:06:00 GMT
|
|
|
152
354
|
|
|
153
355
|
## [9.0.0-alpha.82](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.82)
|
|
154
356
|
|
|
155
|
-
Fri, 24 Sep 2021 09:17:17 GMT
|
|
357
|
+
Fri, 24 Sep 2021 09:17:17 GMT
|
|
156
358
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.81..@fluentui/react-accordion_v9.0.0-alpha.82)
|
|
157
359
|
|
|
158
360
|
### Changes
|
|
@@ -168,7 +370,7 @@ Fri, 24 Sep 2021 09:17:17 GMT
|
|
|
168
370
|
|
|
169
371
|
## [9.0.0-alpha.81](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.81)
|
|
170
372
|
|
|
171
|
-
Thu, 23 Sep 2021 08:21:34 GMT
|
|
373
|
+
Thu, 23 Sep 2021 08:21:34 GMT
|
|
172
374
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.80..@fluentui/react-accordion_v9.0.0-alpha.81)
|
|
173
375
|
|
|
174
376
|
### Changes
|
|
@@ -184,7 +386,7 @@ Thu, 23 Sep 2021 08:21:34 GMT
|
|
|
184
386
|
|
|
185
387
|
## [9.0.0-alpha.80](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.80)
|
|
186
388
|
|
|
187
|
-
Wed, 22 Sep 2021 10:10:07 GMT
|
|
389
|
+
Wed, 22 Sep 2021 10:10:07 GMT
|
|
188
390
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.79..@fluentui/react-accordion_v9.0.0-alpha.80)
|
|
189
391
|
|
|
190
392
|
### Changes
|
|
@@ -200,7 +402,7 @@ Wed, 22 Sep 2021 10:10:07 GMT
|
|
|
200
402
|
|
|
201
403
|
## [9.0.0-alpha.79](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.79)
|
|
202
404
|
|
|
203
|
-
Tue, 21 Sep 2021 07:42:34 GMT
|
|
405
|
+
Tue, 21 Sep 2021 07:42:34 GMT
|
|
204
406
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.78..@fluentui/react-accordion_v9.0.0-alpha.79)
|
|
205
407
|
|
|
206
408
|
### Changes
|
|
@@ -216,7 +418,7 @@ Tue, 21 Sep 2021 07:42:34 GMT
|
|
|
216
418
|
|
|
217
419
|
## [9.0.0-alpha.78](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.78)
|
|
218
420
|
|
|
219
|
-
Mon, 20 Sep 2021 07:36:26 GMT
|
|
421
|
+
Mon, 20 Sep 2021 07:36:26 GMT
|
|
220
422
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.77..@fluentui/react-accordion_v9.0.0-alpha.78)
|
|
221
423
|
|
|
222
424
|
### Changes
|
|
@@ -225,7 +427,7 @@ Mon, 20 Sep 2021 07:36:26 GMT
|
|
|
225
427
|
|
|
226
428
|
## [9.0.0-alpha.77](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.77)
|
|
227
429
|
|
|
228
|
-
Fri, 17 Sep 2021 07:35:26 GMT
|
|
430
|
+
Fri, 17 Sep 2021 07:35:26 GMT
|
|
229
431
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.76..@fluentui/react-accordion_v9.0.0-alpha.77)
|
|
230
432
|
|
|
231
433
|
### Changes
|
|
@@ -234,7 +436,7 @@ Fri, 17 Sep 2021 07:35:26 GMT
|
|
|
234
436
|
|
|
235
437
|
## [9.0.0-alpha.76](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.76)
|
|
236
438
|
|
|
237
|
-
Thu, 16 Sep 2021 07:38:39 GMT
|
|
439
|
+
Thu, 16 Sep 2021 07:38:39 GMT
|
|
238
440
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.75..@fluentui/react-accordion_v9.0.0-alpha.76)
|
|
239
441
|
|
|
240
442
|
### Changes
|
|
@@ -244,7 +446,7 @@ Thu, 16 Sep 2021 07:38:39 GMT
|
|
|
244
446
|
|
|
245
447
|
## [9.0.0-alpha.75](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.75)
|
|
246
448
|
|
|
247
|
-
Tue, 14 Sep 2021 20:09:02 GMT
|
|
449
|
+
Tue, 14 Sep 2021 20:09:02 GMT
|
|
248
450
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.74..@fluentui/react-accordion_v9.0.0-alpha.75)
|
|
249
451
|
|
|
250
452
|
### Changes
|
|
@@ -253,7 +455,7 @@ Tue, 14 Sep 2021 20:09:02 GMT
|
|
|
253
455
|
|
|
254
456
|
## [9.0.0-alpha.74](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.74)
|
|
255
457
|
|
|
256
|
-
Tue, 14 Sep 2021 07:38:18 GMT
|
|
458
|
+
Tue, 14 Sep 2021 07:38:18 GMT
|
|
257
459
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.73..@fluentui/react-accordion_v9.0.0-alpha.74)
|
|
258
460
|
|
|
259
461
|
### Changes
|
|
@@ -262,7 +464,7 @@ Tue, 14 Sep 2021 07:38:18 GMT
|
|
|
262
464
|
|
|
263
465
|
## [9.0.0-alpha.73](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.73)
|
|
264
466
|
|
|
265
|
-
Fri, 10 Sep 2021 16:31:53 GMT
|
|
467
|
+
Fri, 10 Sep 2021 16:31:53 GMT
|
|
266
468
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.72..@fluentui/react-accordion_v9.0.0-alpha.73)
|
|
267
469
|
|
|
268
470
|
### Changes
|
|
@@ -272,7 +474,7 @@ Fri, 10 Sep 2021 16:31:53 GMT
|
|
|
272
474
|
|
|
273
475
|
## [9.0.0-alpha.72](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.72)
|
|
274
476
|
|
|
275
|
-
Fri, 10 Sep 2021 07:39:51 GMT
|
|
477
|
+
Fri, 10 Sep 2021 07:39:51 GMT
|
|
276
478
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.71..@fluentui/react-accordion_v9.0.0-alpha.72)
|
|
277
479
|
|
|
278
480
|
### Changes
|
|
@@ -281,7 +483,7 @@ Fri, 10 Sep 2021 07:39:51 GMT
|
|
|
281
483
|
|
|
282
484
|
## [9.0.0-alpha.71](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.71)
|
|
283
485
|
|
|
284
|
-
Mon, 06 Sep 2021 07:34:53 GMT
|
|
486
|
+
Mon, 06 Sep 2021 07:34:53 GMT
|
|
285
487
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.70..@fluentui/react-accordion_v9.0.0-alpha.71)
|
|
286
488
|
|
|
287
489
|
### Changes
|
|
@@ -290,7 +492,7 @@ Mon, 06 Sep 2021 07:34:53 GMT
|
|
|
290
492
|
|
|
291
493
|
## [9.0.0-alpha.70](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.70)
|
|
292
494
|
|
|
293
|
-
Thu, 02 Sep 2021 07:36:46 GMT
|
|
495
|
+
Thu, 02 Sep 2021 07:36:46 GMT
|
|
294
496
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.69..@fluentui/react-accordion_v9.0.0-alpha.70)
|
|
295
497
|
|
|
296
498
|
### Patches
|
|
@@ -303,7 +505,7 @@ Thu, 02 Sep 2021 07:36:46 GMT
|
|
|
303
505
|
|
|
304
506
|
## [9.0.0-alpha.69](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.69)
|
|
305
507
|
|
|
306
|
-
Wed, 01 Sep 2021 07:39:56 GMT
|
|
508
|
+
Wed, 01 Sep 2021 07:39:56 GMT
|
|
307
509
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.68..@fluentui/react-accordion_v9.0.0-alpha.69)
|
|
308
510
|
|
|
309
511
|
### Changes
|
|
@@ -312,7 +514,7 @@ Wed, 01 Sep 2021 07:39:56 GMT
|
|
|
312
514
|
|
|
313
515
|
## [9.0.0-alpha.68](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.68)
|
|
314
516
|
|
|
315
|
-
Tue, 31 Aug 2021 07:37:47 GMT
|
|
517
|
+
Tue, 31 Aug 2021 07:37:47 GMT
|
|
316
518
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.67..@fluentui/react-accordion_v9.0.0-alpha.68)
|
|
317
519
|
|
|
318
520
|
### Changes
|
|
@@ -321,7 +523,7 @@ Tue, 31 Aug 2021 07:37:47 GMT
|
|
|
321
523
|
|
|
322
524
|
## [9.0.0-alpha.67](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.67)
|
|
323
525
|
|
|
324
|
-
Mon, 30 Aug 2021 07:35:05 GMT
|
|
526
|
+
Mon, 30 Aug 2021 07:35:05 GMT
|
|
325
527
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.66..@fluentui/react-accordion_v9.0.0-alpha.67)
|
|
326
528
|
|
|
327
529
|
### Changes
|
|
@@ -330,7 +532,7 @@ Mon, 30 Aug 2021 07:35:05 GMT
|
|
|
330
532
|
|
|
331
533
|
## [9.0.0-alpha.66](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.66)
|
|
332
534
|
|
|
333
|
-
Fri, 27 Aug 2021 07:33:32 GMT
|
|
535
|
+
Fri, 27 Aug 2021 07:33:32 GMT
|
|
334
536
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.65..@fluentui/react-accordion_v9.0.0-alpha.66)
|
|
335
537
|
|
|
336
538
|
### Changes
|
|
@@ -339,7 +541,7 @@ Fri, 27 Aug 2021 07:33:32 GMT
|
|
|
339
541
|
|
|
340
542
|
## [9.0.0-alpha.65](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.65)
|
|
341
543
|
|
|
342
|
-
Thu, 26 Aug 2021 07:35:43 GMT
|
|
544
|
+
Thu, 26 Aug 2021 07:35:43 GMT
|
|
343
545
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.64..@fluentui/react-accordion_v9.0.0-alpha.65)
|
|
344
546
|
|
|
345
547
|
### Changes
|
|
@@ -348,7 +550,7 @@ Thu, 26 Aug 2021 07:35:43 GMT
|
|
|
348
550
|
|
|
349
551
|
## [9.0.0-alpha.64](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.64)
|
|
350
552
|
|
|
351
|
-
Fri, 20 Aug 2021 07:37:28 GMT
|
|
553
|
+
Fri, 20 Aug 2021 07:37:28 GMT
|
|
352
554
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.63..@fluentui/react-accordion_v9.0.0-alpha.64)
|
|
353
555
|
|
|
354
556
|
### Changes
|
|
@@ -357,7 +559,7 @@ Fri, 20 Aug 2021 07:37:28 GMT
|
|
|
357
559
|
|
|
358
560
|
## [9.0.0-alpha.63](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.63)
|
|
359
561
|
|
|
360
|
-
Thu, 19 Aug 2021 07:41:35 GMT
|
|
562
|
+
Thu, 19 Aug 2021 07:41:35 GMT
|
|
361
563
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.62..@fluentui/react-accordion_v9.0.0-alpha.63)
|
|
362
564
|
|
|
363
565
|
### Changes
|
|
@@ -366,7 +568,7 @@ Thu, 19 Aug 2021 07:41:35 GMT
|
|
|
366
568
|
|
|
367
569
|
## [9.0.0-alpha.62](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.62)
|
|
368
570
|
|
|
369
|
-
Fri, 13 Aug 2021 07:36:34 GMT
|
|
571
|
+
Fri, 13 Aug 2021 07:36:34 GMT
|
|
370
572
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.61..@fluentui/react-accordion_v9.0.0-alpha.62)
|
|
371
573
|
|
|
372
574
|
### Changes
|
|
@@ -375,7 +577,7 @@ Fri, 13 Aug 2021 07:36:34 GMT
|
|
|
375
577
|
|
|
376
578
|
## [9.0.0-alpha.61](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.61)
|
|
377
579
|
|
|
378
|
-
Wed, 11 Aug 2021 07:34:54 GMT
|
|
580
|
+
Wed, 11 Aug 2021 07:34:54 GMT
|
|
379
581
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.60..@fluentui/react-accordion_v9.0.0-alpha.61)
|
|
380
582
|
|
|
381
583
|
### Changes
|
|
@@ -384,7 +586,7 @@ Wed, 11 Aug 2021 07:34:54 GMT
|
|
|
384
586
|
|
|
385
587
|
## [9.0.0-alpha.60](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.60)
|
|
386
588
|
|
|
387
|
-
Fri, 06 Aug 2021 07:35:14 GMT
|
|
589
|
+
Fri, 06 Aug 2021 07:35:14 GMT
|
|
388
590
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.59..@fluentui/react-accordion_v9.0.0-alpha.60)
|
|
389
591
|
|
|
390
592
|
### Changes
|
|
@@ -393,7 +595,7 @@ Fri, 06 Aug 2021 07:35:14 GMT
|
|
|
393
595
|
|
|
394
596
|
## [9.0.0-alpha.59](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.59)
|
|
395
597
|
|
|
396
|
-
Tue, 03 Aug 2021 07:39:30 GMT
|
|
598
|
+
Tue, 03 Aug 2021 07:39:30 GMT
|
|
397
599
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.58..@fluentui/react-accordion_v9.0.0-alpha.59)
|
|
398
600
|
|
|
399
601
|
### Patches
|
|
@@ -408,7 +610,7 @@ Tue, 03 Aug 2021 07:39:30 GMT
|
|
|
408
610
|
|
|
409
611
|
## [9.0.0-alpha.58](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.58)
|
|
410
612
|
|
|
411
|
-
Mon, 02 Aug 2021 07:36:20 GMT
|
|
613
|
+
Mon, 02 Aug 2021 07:36:20 GMT
|
|
412
614
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.57..@fluentui/react-accordion_v9.0.0-alpha.58)
|
|
413
615
|
|
|
414
616
|
### Changes
|
|
@@ -417,7 +619,7 @@ Mon, 02 Aug 2021 07:36:20 GMT
|
|
|
417
619
|
|
|
418
620
|
## [9.0.0-alpha.57](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.57)
|
|
419
621
|
|
|
420
|
-
Mon, 26 Jul 2021 07:37:30 GMT
|
|
622
|
+
Mon, 26 Jul 2021 07:37:30 GMT
|
|
421
623
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.56..@fluentui/react-accordion_v9.0.0-alpha.57)
|
|
422
624
|
|
|
423
625
|
### Changes
|
|
@@ -426,7 +628,7 @@ Mon, 26 Jul 2021 07:37:30 GMT
|
|
|
426
628
|
|
|
427
629
|
## [9.0.0-alpha.56](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.56)
|
|
428
630
|
|
|
429
|
-
Fri, 23 Jul 2021 07:38:19 GMT
|
|
631
|
+
Fri, 23 Jul 2021 07:38:19 GMT
|
|
430
632
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.55..@fluentui/react-accordion_v9.0.0-alpha.56)
|
|
431
633
|
|
|
432
634
|
### Changes
|
|
@@ -435,7 +637,7 @@ Fri, 23 Jul 2021 07:38:19 GMT
|
|
|
435
637
|
|
|
436
638
|
## [9.0.0-alpha.55](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.55)
|
|
437
639
|
|
|
438
|
-
Thu, 22 Jul 2021 07:36:55 GMT
|
|
640
|
+
Thu, 22 Jul 2021 07:36:55 GMT
|
|
439
641
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.54..@fluentui/react-accordion_v9.0.0-alpha.55)
|
|
440
642
|
|
|
441
643
|
### Changes
|
|
@@ -444,7 +646,7 @@ Thu, 22 Jul 2021 07:36:55 GMT
|
|
|
444
646
|
|
|
445
647
|
## [9.0.0-alpha.54](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.54)
|
|
446
648
|
|
|
447
|
-
Tue, 20 Jul 2021 22:23:17 GMT
|
|
649
|
+
Tue, 20 Jul 2021 22:23:17 GMT
|
|
448
650
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.53..@fluentui/react-accordion_v9.0.0-alpha.54)
|
|
449
651
|
|
|
450
652
|
### Changes
|
|
@@ -453,7 +655,7 @@ Tue, 20 Jul 2021 22:23:17 GMT
|
|
|
453
655
|
|
|
454
656
|
## [9.0.0-alpha.53](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.53)
|
|
455
657
|
|
|
456
|
-
Fri, 16 Jul 2021 22:53:17 GMT
|
|
658
|
+
Fri, 16 Jul 2021 22:53:17 GMT
|
|
457
659
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.52..@fluentui/react-accordion_v9.0.0-alpha.53)
|
|
458
660
|
|
|
459
661
|
### Changes
|
|
@@ -462,7 +664,7 @@ Fri, 16 Jul 2021 22:53:17 GMT
|
|
|
462
664
|
|
|
463
665
|
## [9.0.0-alpha.52](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.52)
|
|
464
666
|
|
|
465
|
-
Thu, 15 Jul 2021 07:36:18 GMT
|
|
667
|
+
Thu, 15 Jul 2021 07:36:18 GMT
|
|
466
668
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.51..@fluentui/react-accordion_v9.0.0-alpha.52)
|
|
467
669
|
|
|
468
670
|
### Changes
|
|
@@ -471,7 +673,7 @@ Thu, 15 Jul 2021 07:36:18 GMT
|
|
|
471
673
|
|
|
472
674
|
## [9.0.0-alpha.51](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.51)
|
|
473
675
|
|
|
474
|
-
Tue, 13 Jul 2021 22:32:58 GMT
|
|
676
|
+
Tue, 13 Jul 2021 22:32:58 GMT
|
|
475
677
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.50..@fluentui/react-accordion_v9.0.0-alpha.51)
|
|
476
678
|
|
|
477
679
|
### Patches
|
|
@@ -480,7 +682,7 @@ Tue, 13 Jul 2021 22:32:58 GMT
|
|
|
480
682
|
|
|
481
683
|
## [9.0.0-alpha.50](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.50)
|
|
482
684
|
|
|
483
|
-
Tue, 13 Jul 2021 07:35:36 GMT
|
|
685
|
+
Tue, 13 Jul 2021 07:35:36 GMT
|
|
484
686
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.49..@fluentui/react-accordion_v9.0.0-alpha.50)
|
|
485
687
|
|
|
486
688
|
### Changes
|
|
@@ -489,7 +691,7 @@ Tue, 13 Jul 2021 07:35:36 GMT
|
|
|
489
691
|
|
|
490
692
|
## [9.0.0-alpha.49](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.49)
|
|
491
693
|
|
|
492
|
-
Mon, 12 Jul 2021 07:33:23 GMT
|
|
694
|
+
Mon, 12 Jul 2021 07:33:23 GMT
|
|
493
695
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.48..@fluentui/react-accordion_v9.0.0-alpha.49)
|
|
494
696
|
|
|
495
697
|
### Changes
|
|
@@ -500,7 +702,7 @@ Mon, 12 Jul 2021 07:33:23 GMT
|
|
|
500
702
|
|
|
501
703
|
## [9.0.0-alpha.48](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.48)
|
|
502
704
|
|
|
503
|
-
Fri, 09 Jul 2021 07:39:31 GMT
|
|
705
|
+
Fri, 09 Jul 2021 07:39:31 GMT
|
|
504
706
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.47..@fluentui/react-accordion_v9.0.0-alpha.48)
|
|
505
707
|
|
|
506
708
|
### Patches
|
|
@@ -515,7 +717,7 @@ Fri, 09 Jul 2021 07:39:31 GMT
|
|
|
515
717
|
|
|
516
718
|
## [9.0.0-alpha.47](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.47)
|
|
517
719
|
|
|
518
|
-
Fri, 02 Jul 2021 23:15:55 GMT
|
|
720
|
+
Fri, 02 Jul 2021 23:15:55 GMT
|
|
519
721
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.46..@fluentui/react-accordion_v9.0.0-alpha.47)
|
|
520
722
|
|
|
521
723
|
### Changes
|
|
@@ -524,7 +726,7 @@ Fri, 02 Jul 2021 23:15:55 GMT
|
|
|
524
726
|
|
|
525
727
|
## [9.0.0-alpha.46](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.46)
|
|
526
728
|
|
|
527
|
-
Fri, 02 Jul 2021 07:37:06 GMT
|
|
729
|
+
Fri, 02 Jul 2021 07:37:06 GMT
|
|
528
730
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.45..@fluentui/react-accordion_v9.0.0-alpha.46)
|
|
529
731
|
|
|
530
732
|
### Changes
|
|
@@ -533,7 +735,7 @@ Fri, 02 Jul 2021 07:37:06 GMT
|
|
|
533
735
|
|
|
534
736
|
## [9.0.0-alpha.45](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.45)
|
|
535
737
|
|
|
536
|
-
Thu, 01 Jul 2021 07:35:05 GMT
|
|
738
|
+
Thu, 01 Jul 2021 07:35:05 GMT
|
|
537
739
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.44..@fluentui/react-accordion_v9.0.0-alpha.45)
|
|
538
740
|
|
|
539
741
|
### Changes
|
|
@@ -543,7 +745,7 @@ Thu, 01 Jul 2021 07:35:05 GMT
|
|
|
543
745
|
|
|
544
746
|
## [9.0.0-alpha.44](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.44)
|
|
545
747
|
|
|
546
|
-
Wed, 30 Jun 2021 07:38:35 GMT
|
|
748
|
+
Wed, 30 Jun 2021 07:38:35 GMT
|
|
547
749
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.43..@fluentui/react-accordion_v9.0.0-alpha.44)
|
|
548
750
|
|
|
549
751
|
### Changes
|
|
@@ -552,7 +754,7 @@ Wed, 30 Jun 2021 07:38:35 GMT
|
|
|
552
754
|
|
|
553
755
|
## [9.0.0-alpha.43](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.43)
|
|
554
756
|
|
|
555
|
-
Tue, 29 Jun 2021 07:33:32 GMT
|
|
757
|
+
Tue, 29 Jun 2021 07:33:32 GMT
|
|
556
758
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.42..@fluentui/react-accordion_v9.0.0-alpha.43)
|
|
557
759
|
|
|
558
760
|
### Changes
|
|
@@ -561,7 +763,7 @@ Tue, 29 Jun 2021 07:33:32 GMT
|
|
|
561
763
|
|
|
562
764
|
## [9.0.0-alpha.42](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.42)
|
|
563
765
|
|
|
564
|
-
Tue, 22 Jun 2021 07:35:11 GMT
|
|
766
|
+
Tue, 22 Jun 2021 07:35:11 GMT
|
|
565
767
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.41..@fluentui/react-accordion_v9.0.0-alpha.42)
|
|
566
768
|
|
|
567
769
|
### Changes
|
|
@@ -570,7 +772,7 @@ Tue, 22 Jun 2021 07:35:11 GMT
|
|
|
570
772
|
|
|
571
773
|
## [9.0.0-alpha.41](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.41)
|
|
572
774
|
|
|
573
|
-
Mon, 21 Jun 2021 07:34:33 GMT
|
|
775
|
+
Mon, 21 Jun 2021 07:34:33 GMT
|
|
574
776
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.40..@fluentui/react-accordion_v9.0.0-alpha.41)
|
|
575
777
|
|
|
576
778
|
### Changes
|
|
@@ -579,7 +781,7 @@ Mon, 21 Jun 2021 07:34:33 GMT
|
|
|
579
781
|
|
|
580
782
|
## [9.0.0-alpha.40](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.40)
|
|
581
783
|
|
|
582
|
-
Wed, 16 Jun 2021 07:34:24 GMT
|
|
784
|
+
Wed, 16 Jun 2021 07:34:24 GMT
|
|
583
785
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.39..@fluentui/react-accordion_v9.0.0-alpha.40)
|
|
584
786
|
|
|
585
787
|
### Changes
|
|
@@ -588,7 +790,7 @@ Wed, 16 Jun 2021 07:34:24 GMT
|
|
|
588
790
|
|
|
589
791
|
## [9.0.0-alpha.39](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.39)
|
|
590
792
|
|
|
591
|
-
Tue, 15 Jun 2021 07:40:20 GMT
|
|
793
|
+
Tue, 15 Jun 2021 07:40:20 GMT
|
|
592
794
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.38..@fluentui/react-accordion_v9.0.0-alpha.39)
|
|
593
795
|
|
|
594
796
|
### Changes
|
|
@@ -597,7 +799,7 @@ Tue, 15 Jun 2021 07:40:20 GMT
|
|
|
597
799
|
|
|
598
800
|
## [9.0.0-alpha.38](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.38)
|
|
599
801
|
|
|
600
|
-
Wed, 09 Jun 2021 07:33:38 GMT
|
|
802
|
+
Wed, 09 Jun 2021 07:33:38 GMT
|
|
601
803
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.37..@fluentui/react-accordion_v9.0.0-alpha.38)
|
|
602
804
|
|
|
603
805
|
### Changes
|
|
@@ -606,7 +808,7 @@ Wed, 09 Jun 2021 07:33:38 GMT
|
|
|
606
808
|
|
|
607
809
|
## [9.0.0-alpha.37](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.37)
|
|
608
810
|
|
|
609
|
-
Mon, 07 Jun 2021 07:38:15 GMT
|
|
811
|
+
Mon, 07 Jun 2021 07:38:15 GMT
|
|
610
812
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.36..@fluentui/react-accordion_v9.0.0-alpha.37)
|
|
611
813
|
|
|
612
814
|
### Patches
|
|
@@ -621,7 +823,7 @@ Mon, 07 Jun 2021 07:38:15 GMT
|
|
|
621
823
|
|
|
622
824
|
## [9.0.0-alpha.36](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.36)
|
|
623
825
|
|
|
624
|
-
Fri, 04 Jun 2021 07:37:23 GMT
|
|
826
|
+
Fri, 04 Jun 2021 07:37:23 GMT
|
|
625
827
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.35..@fluentui/react-accordion_v9.0.0-alpha.36)
|
|
626
828
|
|
|
627
829
|
### Changes
|
|
@@ -630,7 +832,7 @@ Fri, 04 Jun 2021 07:37:23 GMT
|
|
|
630
832
|
|
|
631
833
|
## [9.0.0-alpha.35](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.35)
|
|
632
834
|
|
|
633
|
-
Thu, 03 Jun 2021 07:36:03 GMT
|
|
835
|
+
Thu, 03 Jun 2021 07:36:03 GMT
|
|
634
836
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.34..@fluentui/react-accordion_v9.0.0-alpha.35)
|
|
635
837
|
|
|
636
838
|
### Changes
|
|
@@ -639,7 +841,7 @@ Thu, 03 Jun 2021 07:36:03 GMT
|
|
|
639
841
|
|
|
640
842
|
## [9.0.0-alpha.34](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.34)
|
|
641
843
|
|
|
642
|
-
Wed, 02 Jun 2021 07:37:15 GMT
|
|
844
|
+
Wed, 02 Jun 2021 07:37:15 GMT
|
|
643
845
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.33..@fluentui/react-accordion_v9.0.0-alpha.34)
|
|
644
846
|
|
|
645
847
|
### Changes
|
|
@@ -648,7 +850,7 @@ Wed, 02 Jun 2021 07:37:15 GMT
|
|
|
648
850
|
|
|
649
851
|
## [9.0.0-alpha.33](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.33)
|
|
650
852
|
|
|
651
|
-
Wed, 26 May 2021 07:35:43 GMT
|
|
853
|
+
Wed, 26 May 2021 07:35:43 GMT
|
|
652
854
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.32..@fluentui/react-accordion_v9.0.0-alpha.33)
|
|
653
855
|
|
|
654
856
|
### Changes
|
|
@@ -657,7 +859,7 @@ Wed, 26 May 2021 07:35:43 GMT
|
|
|
657
859
|
|
|
658
860
|
## [9.0.0-alpha.32](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.32)
|
|
659
861
|
|
|
660
|
-
Fri, 21 May 2021 07:34:54 GMT
|
|
862
|
+
Fri, 21 May 2021 07:34:54 GMT
|
|
661
863
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.31..@fluentui/react-accordion_v9.0.0-alpha.32)
|
|
662
864
|
|
|
663
865
|
### Changes
|
|
@@ -666,7 +868,7 @@ Fri, 21 May 2021 07:34:54 GMT
|
|
|
666
868
|
|
|
667
869
|
## [9.0.0-alpha.31](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.31)
|
|
668
870
|
|
|
669
|
-
Thu, 20 May 2021 07:41:54 GMT
|
|
871
|
+
Thu, 20 May 2021 07:41:54 GMT
|
|
670
872
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.30..@fluentui/react-accordion_v9.0.0-alpha.31)
|
|
671
873
|
|
|
672
874
|
### Patches
|
|
@@ -681,7 +883,7 @@ Thu, 20 May 2021 07:41:54 GMT
|
|
|
681
883
|
|
|
682
884
|
## [9.0.0-alpha.30](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.30)
|
|
683
885
|
|
|
684
|
-
Wed, 19 May 2021 07:34:20 GMT
|
|
886
|
+
Wed, 19 May 2021 07:34:20 GMT
|
|
685
887
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.29..@fluentui/react-accordion_v9.0.0-alpha.30)
|
|
686
888
|
|
|
687
889
|
### Patches
|
|
@@ -694,7 +896,7 @@ Wed, 19 May 2021 07:34:20 GMT
|
|
|
694
896
|
|
|
695
897
|
## [9.0.0-alpha.29](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.29)
|
|
696
898
|
|
|
697
|
-
Tue, 18 May 2021 07:34:38 GMT
|
|
899
|
+
Tue, 18 May 2021 07:34:38 GMT
|
|
698
900
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.28..@fluentui/react-accordion_v9.0.0-alpha.29)
|
|
699
901
|
|
|
700
902
|
### Changes
|
|
@@ -703,7 +905,7 @@ Tue, 18 May 2021 07:34:38 GMT
|
|
|
703
905
|
|
|
704
906
|
## [9.0.0-alpha.28](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.28)
|
|
705
907
|
|
|
706
|
-
Thu, 13 May 2021 07:36:55 GMT
|
|
908
|
+
Thu, 13 May 2021 07:36:55 GMT
|
|
707
909
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.27..@fluentui/react-accordion_v9.0.0-alpha.28)
|
|
708
910
|
|
|
709
911
|
### Changes
|
|
@@ -712,7 +914,7 @@ Thu, 13 May 2021 07:36:55 GMT
|
|
|
712
914
|
|
|
713
915
|
## [9.0.0-alpha.27](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.27)
|
|
714
916
|
|
|
715
|
-
Wed, 12 May 2021 07:36:20 GMT
|
|
917
|
+
Wed, 12 May 2021 07:36:20 GMT
|
|
716
918
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.26..@fluentui/react-accordion_v9.0.0-alpha.27)
|
|
717
919
|
|
|
718
920
|
### Changes
|
|
@@ -721,7 +923,7 @@ Wed, 12 May 2021 07:36:20 GMT
|
|
|
721
923
|
|
|
722
924
|
## [9.0.0-alpha.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.26)
|
|
723
925
|
|
|
724
|
-
Mon, 10 May 2021 07:36:07 GMT
|
|
926
|
+
Mon, 10 May 2021 07:36:07 GMT
|
|
725
927
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.25..@fluentui/react-accordion_v9.0.0-alpha.26)
|
|
726
928
|
|
|
727
929
|
### Changes
|
|
@@ -730,7 +932,7 @@ Mon, 10 May 2021 07:36:07 GMT
|
|
|
730
932
|
|
|
731
933
|
## [9.0.0-alpha.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.25)
|
|
732
934
|
|
|
733
|
-
Wed, 05 May 2021 07:36:50 GMT
|
|
935
|
+
Wed, 05 May 2021 07:36:50 GMT
|
|
734
936
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.24..@fluentui/react-accordion_v9.0.0-alpha.25)
|
|
735
937
|
|
|
736
938
|
### Changes
|
|
@@ -739,7 +941,7 @@ Wed, 05 May 2021 07:36:50 GMT
|
|
|
739
941
|
|
|
740
942
|
## [9.0.0-alpha.24](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.24)
|
|
741
943
|
|
|
742
|
-
Mon, 03 May 2021 07:45:19 GMT
|
|
944
|
+
Mon, 03 May 2021 07:45:19 GMT
|
|
743
945
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.23..@fluentui/react-accordion_v9.0.0-alpha.24)
|
|
744
946
|
|
|
745
947
|
### Changes
|
|
@@ -748,7 +950,7 @@ Mon, 03 May 2021 07:45:19 GMT
|
|
|
748
950
|
|
|
749
951
|
## [9.0.0-alpha.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.23)
|
|
750
952
|
|
|
751
|
-
Fri, 30 Apr 2021 07:42:23 GMT
|
|
953
|
+
Fri, 30 Apr 2021 07:42:23 GMT
|
|
752
954
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.22..@fluentui/react-accordion_v9.0.0-alpha.23)
|
|
753
955
|
|
|
754
956
|
### Patches
|
|
@@ -764,7 +966,7 @@ Fri, 30 Apr 2021 07:42:23 GMT
|
|
|
764
966
|
|
|
765
967
|
## [9.0.0-alpha.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.22)
|
|
766
968
|
|
|
767
|
-
Wed, 28 Apr 2021 07:32:59 GMT
|
|
969
|
+
Wed, 28 Apr 2021 07:32:59 GMT
|
|
768
970
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.21..@fluentui/react-accordion_v9.0.0-alpha.22)
|
|
769
971
|
|
|
770
972
|
### Changes
|
|
@@ -773,7 +975,7 @@ Wed, 28 Apr 2021 07:32:59 GMT
|
|
|
773
975
|
|
|
774
976
|
## [9.0.0-alpha.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.21)
|
|
775
977
|
|
|
776
|
-
Tue, 27 Apr 2021 07:34:03 GMT
|
|
978
|
+
Tue, 27 Apr 2021 07:34:03 GMT
|
|
777
979
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.20..@fluentui/react-accordion_v9.0.0-alpha.21)
|
|
778
980
|
|
|
779
981
|
### Changes
|
|
@@ -782,7 +984,7 @@ Tue, 27 Apr 2021 07:34:03 GMT
|
|
|
782
984
|
|
|
783
985
|
## [9.0.0-alpha.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.20)
|
|
784
986
|
|
|
785
|
-
Mon, 26 Apr 2021 07:34:31 GMT
|
|
987
|
+
Mon, 26 Apr 2021 07:34:31 GMT
|
|
786
988
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.19..@fluentui/react-accordion_v9.0.0-alpha.20)
|
|
787
989
|
|
|
788
990
|
### Changes
|
|
@@ -791,7 +993,7 @@ Mon, 26 Apr 2021 07:34:31 GMT
|
|
|
791
993
|
|
|
792
994
|
## [9.0.0-alpha.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.19)
|
|
793
995
|
|
|
794
|
-
Fri, 23 Apr 2021 07:37:10 GMT
|
|
996
|
+
Fri, 23 Apr 2021 07:37:10 GMT
|
|
795
997
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.18..@fluentui/react-accordion_v9.0.0-alpha.19)
|
|
796
998
|
|
|
797
999
|
### Patches
|
|
@@ -806,7 +1008,7 @@ Fri, 23 Apr 2021 07:37:10 GMT
|
|
|
806
1008
|
|
|
807
1009
|
## [9.0.0-alpha.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.18)
|
|
808
1010
|
|
|
809
|
-
Thu, 22 Apr 2021 07:33:28 GMT
|
|
1011
|
+
Thu, 22 Apr 2021 07:33:28 GMT
|
|
810
1012
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.17..@fluentui/react-accordion_v9.0.0-alpha.18)
|
|
811
1013
|
|
|
812
1014
|
### Changes
|
|
@@ -815,7 +1017,7 @@ Thu, 22 Apr 2021 07:33:28 GMT
|
|
|
815
1017
|
|
|
816
1018
|
## [9.0.0-alpha.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.17)
|
|
817
1019
|
|
|
818
|
-
Wed, 21 Apr 2021 07:31:50 GMT
|
|
1020
|
+
Wed, 21 Apr 2021 07:31:50 GMT
|
|
819
1021
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.16..@fluentui/react-accordion_v9.0.0-alpha.17)
|
|
820
1022
|
|
|
821
1023
|
### Changes
|
|
@@ -824,7 +1026,7 @@ Wed, 21 Apr 2021 07:31:50 GMT
|
|
|
824
1026
|
|
|
825
1027
|
## [9.0.0-alpha.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.16)
|
|
826
1028
|
|
|
827
|
-
Tue, 20 Apr 2021 07:31:35 GMT
|
|
1029
|
+
Tue, 20 Apr 2021 07:31:35 GMT
|
|
828
1030
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.15..@fluentui/react-accordion_v9.0.0-alpha.16)
|
|
829
1031
|
|
|
830
1032
|
### Changes
|
|
@@ -833,7 +1035,7 @@ Tue, 20 Apr 2021 07:31:35 GMT
|
|
|
833
1035
|
|
|
834
1036
|
## [9.0.0-alpha.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.15)
|
|
835
1037
|
|
|
836
|
-
Fri, 16 Apr 2021 18:08:21 GMT
|
|
1038
|
+
Fri, 16 Apr 2021 18:08:21 GMT
|
|
837
1039
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.14..@fluentui/react-accordion_v9.0.0-alpha.15)
|
|
838
1040
|
|
|
839
1041
|
### Changes
|
|
@@ -842,7 +1044,7 @@ Fri, 16 Apr 2021 18:08:21 GMT
|
|
|
842
1044
|
|
|
843
1045
|
## [9.0.0-alpha.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.14)
|
|
844
1046
|
|
|
845
|
-
Wed, 14 Apr 2021 07:34:12 GMT
|
|
1047
|
+
Wed, 14 Apr 2021 07:34:12 GMT
|
|
846
1048
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.13..@fluentui/react-accordion_v9.0.0-alpha.14)
|
|
847
1049
|
|
|
848
1050
|
### Changes
|
|
@@ -851,7 +1053,7 @@ Wed, 14 Apr 2021 07:34:12 GMT
|
|
|
851
1053
|
|
|
852
1054
|
## [9.0.0-alpha.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.13)
|
|
853
1055
|
|
|
854
|
-
Fri, 09 Apr 2021 23:42:49 GMT
|
|
1056
|
+
Fri, 09 Apr 2021 23:42:49 GMT
|
|
855
1057
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.12..@fluentui/react-accordion_v9.0.0-alpha.13)
|
|
856
1058
|
|
|
857
1059
|
### Changes
|
|
@@ -861,7 +1063,7 @@ Fri, 09 Apr 2021 23:42:49 GMT
|
|
|
861
1063
|
|
|
862
1064
|
## [9.0.0-alpha.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.12)
|
|
863
1065
|
|
|
864
|
-
Fri, 09 Apr 2021 07:31:06 GMT
|
|
1066
|
+
Fri, 09 Apr 2021 07:31:06 GMT
|
|
865
1067
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.11..@fluentui/react-accordion_v9.0.0-alpha.12)
|
|
866
1068
|
|
|
867
1069
|
### Changes
|
|
@@ -870,7 +1072,7 @@ Fri, 09 Apr 2021 07:31:06 GMT
|
|
|
870
1072
|
|
|
871
1073
|
## [9.0.0-alpha.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.11)
|
|
872
1074
|
|
|
873
|
-
Thu, 08 Apr 2021 07:33:06 GMT
|
|
1075
|
+
Thu, 08 Apr 2021 07:33:06 GMT
|
|
874
1076
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.10..@fluentui/react-accordion_v9.0.0-alpha.11)
|
|
875
1077
|
|
|
876
1078
|
### Changes
|
|
@@ -879,7 +1081,7 @@ Thu, 08 Apr 2021 07:33:06 GMT
|
|
|
879
1081
|
|
|
880
1082
|
## [9.0.0-alpha.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.10)
|
|
881
1083
|
|
|
882
|
-
Thu, 01 Apr 2021 20:13:37 GMT
|
|
1084
|
+
Thu, 01 Apr 2021 20:13:37 GMT
|
|
883
1085
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.9..@fluentui/react-accordion_v9.0.0-alpha.10)
|
|
884
1086
|
|
|
885
1087
|
### Changes
|
|
@@ -888,7 +1090,7 @@ Thu, 01 Apr 2021 20:13:37 GMT
|
|
|
888
1090
|
|
|
889
1091
|
## [9.0.0-alpha.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.9)
|
|
890
1092
|
|
|
891
|
-
Thu, 01 Apr 2021 07:33:24 GMT
|
|
1093
|
+
Thu, 01 Apr 2021 07:33:24 GMT
|
|
892
1094
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.8..@fluentui/react-accordion_v9.0.0-alpha.9)
|
|
893
1095
|
|
|
894
1096
|
### Changes
|
|
@@ -898,7 +1100,7 @@ Thu, 01 Apr 2021 07:33:24 GMT
|
|
|
898
1100
|
|
|
899
1101
|
## [9.0.0-alpha.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.8)
|
|
900
1102
|
|
|
901
|
-
Wed, 31 Mar 2021 00:53:43 GMT
|
|
1103
|
+
Wed, 31 Mar 2021 00:53:43 GMT
|
|
902
1104
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.7..@fluentui/react-accordion_v9.0.0-alpha.8)
|
|
903
1105
|
|
|
904
1106
|
### Patches
|
|
@@ -914,7 +1116,7 @@ Wed, 31 Mar 2021 00:53:43 GMT
|
|
|
914
1116
|
|
|
915
1117
|
## [9.0.0-alpha.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.7)
|
|
916
1118
|
|
|
917
|
-
Tue, 30 Mar 2021 07:34:45 GMT
|
|
1119
|
+
Tue, 30 Mar 2021 07:34:45 GMT
|
|
918
1120
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.6..@fluentui/react-accordion_v9.0.0-alpha.7)
|
|
919
1121
|
|
|
920
1122
|
### Changes
|
|
@@ -924,7 +1126,7 @@ Tue, 30 Mar 2021 07:34:45 GMT
|
|
|
924
1126
|
|
|
925
1127
|
## [9.0.0-alpha.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.6)
|
|
926
1128
|
|
|
927
|
-
Fri, 26 Mar 2021 07:32:34 GMT
|
|
1129
|
+
Fri, 26 Mar 2021 07:32:34 GMT
|
|
928
1130
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.5..@fluentui/react-accordion_v9.0.0-alpha.6)
|
|
929
1131
|
|
|
930
1132
|
### Changes
|
|
@@ -933,7 +1135,7 @@ Fri, 26 Mar 2021 07:32:34 GMT
|
|
|
933
1135
|
|
|
934
1136
|
## [9.0.0-alpha.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.5)
|
|
935
1137
|
|
|
936
|
-
Thu, 25 Mar 2021 07:33:24 GMT
|
|
1138
|
+
Thu, 25 Mar 2021 07:33:24 GMT
|
|
937
1139
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.4..@fluentui/react-accordion_v9.0.0-alpha.5)
|
|
938
1140
|
|
|
939
1141
|
### Changes
|
|
@@ -943,7 +1145,7 @@ Thu, 25 Mar 2021 07:33:24 GMT
|
|
|
943
1145
|
|
|
944
1146
|
## [9.0.0-alpha.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.4)
|
|
945
1147
|
|
|
946
|
-
Tue, 23 Mar 2021 07:31:43 GMT
|
|
1148
|
+
Tue, 23 Mar 2021 07:31:43 GMT
|
|
947
1149
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.3..@fluentui/react-accordion_v9.0.0-alpha.4)
|
|
948
1150
|
|
|
949
1151
|
### Changes
|
|
@@ -952,7 +1154,7 @@ Tue, 23 Mar 2021 07:31:43 GMT
|
|
|
952
1154
|
|
|
953
1155
|
## [9.0.0-alpha.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.3)
|
|
954
1156
|
|
|
955
|
-
Thu, 18 Mar 2021 20:15:34 GMT
|
|
1157
|
+
Thu, 18 Mar 2021 20:15:34 GMT
|
|
956
1158
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.2..@fluentui/react-accordion_v9.0.0-alpha.3)
|
|
957
1159
|
|
|
958
1160
|
### Changes
|
|
@@ -961,7 +1163,7 @@ Thu, 18 Mar 2021 20:15:34 GMT
|
|
|
961
1163
|
|
|
962
1164
|
## [9.0.0-alpha.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.2)
|
|
963
1165
|
|
|
964
|
-
Tue, 16 Mar 2021 07:32:44 GMT
|
|
1166
|
+
Tue, 16 Mar 2021 07:32:44 GMT
|
|
965
1167
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.1..@fluentui/react-accordion_v9.0.0-alpha.2)
|
|
966
1168
|
|
|
967
1169
|
### Patches
|