@fluentui/react-accordion 9.0.0-nightly.d730088d7f.0 → 9.0.0-rc.10
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 +812 -29
- package/CHANGELOG.md +292 -105
- package/Spec.md +36 -4
- package/dist/{react-accordion.d.ts → index.d.ts} +109 -103
- 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 +4 -3
- 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 +14 -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 +55 -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 +4 -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 +14 -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 +13 -5
- package/lib/components/AccordionPanel/useAccordionPanelStyles.js.map +1 -1
- package/lib/index.js +8 -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 +4 -3
- 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 +25 -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 +60 -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 +6 -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 +25 -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 +16 -8
- package/lib-commonjs/components/AccordionPanel/useAccordionPanelStyles.js.map +1 -1
- package/lib-commonjs/index.js +192 -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,31 +1,218 @@
|
|
|
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 12:10:24 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
-
## [9.0.0-
|
|
7
|
+
## [9.0.0-rc.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-rc.10)
|
|
8
8
|
|
|
9
|
-
|
|
10
|
-
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-
|
|
9
|
+
Mon, 23 May 2022 12:10:24 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-rc.9..@fluentui/react-accordion_v9.0.0-rc.10)
|
|
11
11
|
|
|
12
12
|
### Changes
|
|
13
13
|
|
|
14
|
-
-
|
|
15
|
-
-
|
|
16
|
-
-
|
|
17
|
-
- Bump @fluentui/react-
|
|
18
|
-
- Bump @fluentui/react-
|
|
19
|
-
- Bump @fluentui/react-
|
|
20
|
-
- Bump @fluentui/react-
|
|
21
|
-
- Bump @fluentui/react-
|
|
22
|
-
- Bump @fluentui/
|
|
23
|
-
- Bump @fluentui/
|
|
24
|
-
|
|
14
|
+
- chore: Update Griffel to latest version ([PR #23029](https://github.com/microsoft/fluentui/pull/23029) by olfedias@microsoft.com)
|
|
15
|
+
- chore: Update Griffel to latest version ([PR #22894](https://github.com/microsoft/fluentui/pull/22894) by olfedias@microsoft.com)
|
|
16
|
+
- react-accordion: ship rolluped only dts. ([PR #23061](https://github.com/microsoft/fluentui/pull/23061) by tristan.watanabe@gmail.com)
|
|
17
|
+
- Bump @fluentui/react-aria to v9.0.0-rc.9 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
|
|
18
|
+
- Bump @fluentui/react-context-selector to v9.0.0-rc.9 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
|
|
19
|
+
- Bump @fluentui/react-shared-contexts to v9.0.0-rc.8 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
|
|
20
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.10 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
|
|
21
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.8 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
|
|
22
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.9 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
|
|
23
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.6 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
|
|
24
|
+
|
|
25
|
+
## [9.0.0-rc.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-rc.9)
|
|
26
|
+
|
|
27
|
+
Thu, 05 May 2022 18:26:30 GMT
|
|
28
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-rc.8..@fluentui/react-accordion_v9.0.0-rc.9)
|
|
29
|
+
|
|
30
|
+
### Changes
|
|
31
|
+
|
|
32
|
+
- Bump @fluentui/react-aria to v9.0.0-rc.8 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
|
|
33
|
+
- Bump @fluentui/react-context-selector to v9.0.0-rc.8 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
|
|
34
|
+
- Bump @fluentui/react-shared-contexts to v9.0.0-rc.7 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
|
|
35
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.9 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
|
|
36
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.7 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
|
|
37
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.8 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
|
|
38
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.5 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
|
|
39
|
+
|
|
40
|
+
## [9.0.0-rc.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-rc.8)
|
|
41
|
+
|
|
42
|
+
Wed, 04 May 2022 13:26:37 GMT
|
|
43
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-rc.7..@fluentui/react-accordion_v9.0.0-rc.8)
|
|
44
|
+
|
|
45
|
+
### Changes
|
|
46
|
+
|
|
47
|
+
- remove star exports ([PR #22682](https://github.com/microsoft/fluentui/pull/22682) by seanmonahan@microsoft.com)
|
|
48
|
+
- Bump @fluentui/react-aria to v9.0.0-rc.7 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
|
49
|
+
- Bump @fluentui/react-context-selector to v9.0.0-rc.7 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
|
50
|
+
- Bump @fluentui/react-shared-contexts to v9.0.0-rc.6 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
|
51
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.8 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
|
52
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.6 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
|
53
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.7 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
|
54
|
+
|
|
55
|
+
## [9.0.0-rc.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-rc.7)
|
|
56
|
+
|
|
57
|
+
Mon, 25 Apr 2022 09:32:16 GMT
|
|
58
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-rc.6..@fluentui/react-accordion_v9.0.0-rc.7)
|
|
59
|
+
|
|
60
|
+
### Changes
|
|
61
|
+
|
|
62
|
+
- Adjusting accordion keyboard navigation. ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by marata@microsoft.com)
|
|
63
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.7 ([PR #22601](https://github.com/microsoft/fluentui/pull/22601) by beachball)
|
|
64
|
+
|
|
65
|
+
## [9.0.0-rc.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-rc.6)
|
|
66
|
+
|
|
67
|
+
Tue, 19 Apr 2022 19:17:06 GMT
|
|
68
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-rc.5..@fluentui/react-accordion_v9.0.0-rc.6)
|
|
69
|
+
|
|
70
|
+
### Changes
|
|
71
|
+
|
|
72
|
+
- Add static classnames to Accordion ([PR #21960](https://github.com/microsoft/fluentui/pull/21960) by seanmonahan@microsoft.com)
|
|
73
|
+
- add missing dependencies ([PR #21924](https://github.com/microsoft/fluentui/pull/21924) by martinhochel@microsoft.com)
|
|
74
|
+
- 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)
|
|
75
|
+
- chore: Update Griffel to latest version ([PR #21976](https://github.com/microsoft/fluentui/pull/21976) by olfedias@microsoft.com)
|
|
76
|
+
- Bump @fluentui/react-aria to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
|
77
|
+
- Bump @fluentui/react-context-selector to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
|
78
|
+
- Bump @fluentui/react-shared-contexts to v9.0.0-rc.5 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
|
79
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
|
80
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.5 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
|
81
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
|
82
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.4 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
|
83
|
+
|
|
84
|
+
## [9.0.0-rc.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-rc.5)
|
|
85
|
+
|
|
86
|
+
Fri, 04 Mar 2022 05:17:33 GMT
|
|
87
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-rc.4..@fluentui/react-accordion_v9.0.0-rc.5)
|
|
88
|
+
|
|
89
|
+
### Changes
|
|
90
|
+
|
|
91
|
+
- 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)
|
|
92
|
+
- Bump @fluentui/react-aria to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
|
|
93
|
+
- Bump @fluentui/react-context-selector to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
|
|
94
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
|
|
95
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.4 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
|
|
96
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
|
|
97
|
+
|
|
98
|
+
## [9.0.0-rc.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-rc.4)
|
|
99
|
+
|
|
100
|
+
Tue, 01 Mar 2022 02:17:40 GMT
|
|
101
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-rc.3..@fluentui/react-accordion_v9.0.0-rc.4)
|
|
102
|
+
|
|
103
|
+
### Changes
|
|
104
|
+
|
|
105
|
+
- Bump @fluentui/react-aria to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
|
|
106
|
+
- Bump @fluentui/react-context-selector to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
|
|
107
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
|
|
108
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
|
|
109
|
+
|
|
110
|
+
## [9.0.0-rc.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-rc.3)
|
|
111
|
+
|
|
112
|
+
Fri, 18 Feb 2022 13:35:37 GMT
|
|
113
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-rc.1..@fluentui/react-accordion_v9.0.0-rc.3)
|
|
114
|
+
|
|
115
|
+
### Changes
|
|
116
|
+
|
|
117
|
+
- Updates initial open items value to be empty on every case ([PR #21728](https://github.com/microsoft/fluentui/pull/21728) by bsunderhus@microsoft.com)
|
|
118
|
+
- fix: Source maps contain original source code ([PR #21690](https://github.com/microsoft/fluentui/pull/21690) by lingfangao@hotmail.com)
|
|
119
|
+
- Breaking change: navigable becomes navigation ([PR #21729](https://github.com/microsoft/fluentui/pull/21729) by bsunderhus@microsoft.com)
|
|
120
|
+
- Bump @fluentui/react-aria to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
|
|
121
|
+
- Bump @fluentui/react-context-selector to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
|
|
122
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
|
|
123
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
|
|
124
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
|
|
125
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
|
|
126
|
+
|
|
127
|
+
## [9.0.0-rc.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-rc.1)
|
|
128
|
+
|
|
129
|
+
Thu, 10 Feb 2022 08:52:11 GMT
|
|
130
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-beta.5..@fluentui/react-accordion_v9.0.0-rc.1)
|
|
131
|
+
|
|
132
|
+
### Changes
|
|
133
|
+
|
|
134
|
+
- update @fluentui/react-icons package ([PR #21498](https://github.com/microsoft/fluentui/pull/21498) by olfedias@microsoft.com)
|
|
135
|
+
- update styles to not use CSS shorthands ([PR #20800](https://github.com/microsoft/fluentui/pull/20800) by olfedias@microsoft.com)
|
|
136
|
+
- remove export of commons types ([PR #21660](https://github.com/microsoft/fluentui/pull/21660) by mgodbolt@microsoft.com)
|
|
137
|
+
- Refactor component Slot typings ([PR #21518](https://github.com/microsoft/fluentui/pull/21518) by behowell@microsoft.com)
|
|
138
|
+
- Allow React 17 in peerDependencies. ([PR #21544](https://github.com/microsoft/fluentui/pull/21544) by tristan.watanabe@gmail.com)
|
|
139
|
+
- Remove component's shorthandProps array ([PR #21134](https://github.com/microsoft/fluentui/pull/21134) by behowell@microsoft.com)
|
|
140
|
+
- use Griffel packages ([PR #21394](https://github.com/microsoft/fluentui/pull/21394) by olfedias@microsoft.com)
|
|
141
|
+
- Using ComponentSlotProps instead of ObjectShorthandProps. ([PR #20890](https://github.com/microsoft/fluentui/pull/20890) by Humberto.Morimoto@microsoft.com)
|
|
142
|
+
- Removes children as a slot from AccordionHeader ([PR #21285](https://github.com/microsoft/fluentui/pull/21285) by bsunderhus@microsoft.com)
|
|
143
|
+
- Bump Fluent UI packages to 9.0.0-rc ([PR #21623](https://github.com/microsoft/fluentui/pull/21623) by lingfangao@hotmail.com)
|
|
144
|
+
- 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)
|
|
145
|
+
- Update react-icons usage to resizable icons ([PR #21074](https://github.com/microsoft/fluentui/pull/21074) by ololubek@microsoft.com)
|
|
146
|
+
- 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)
|
|
147
|
+
- Updating based on changes to composition types. ([PR #20891](https://github.com/microsoft/fluentui/pull/20891) by Humberto.Morimoto@microsoft.com)
|
|
148
|
+
- 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)
|
|
149
|
+
- 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)
|
|
150
|
+
- Remove AccordionHeaderExpandIcon, and use ChevronRightRegular from @fluentui/react-icons instead ([PR #21218](https://github.com/microsoft/fluentui/pull/21218) by behowell@microsoft.com)
|
|
151
|
+
- Bump @fluentui/react-aria to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
|
|
152
|
+
- Bump @fluentui/react-context-selector to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
|
|
153
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
|
|
154
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
|
|
155
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
|
|
156
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
|
|
157
|
+
|
|
158
|
+
## [9.0.0-beta.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-beta.5)
|
|
159
|
+
|
|
160
|
+
Thu, 25 Nov 2021 08:34:10 GMT
|
|
161
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-beta.4..@fluentui/react-accordion_v9.0.0-beta.5)
|
|
162
|
+
|
|
163
|
+
### Changes
|
|
164
|
+
|
|
165
|
+
- Bump @fluentui/react-aria to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
|
166
|
+
- Bump @fluentui/react-context-selector to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
|
167
|
+
- Bump @fluentui/react-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
|
168
|
+
- Bump @fluentui/react-tabster to v9.0.0-beta.5 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
|
169
|
+
- Bump @fluentui/react-theme to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
|
170
|
+
- Bump @fluentui/react-utilities to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
|
171
|
+
- Bump @fluentui/babel-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
|
172
|
+
- Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
|
173
|
+
- Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
|
174
|
+
|
|
175
|
+
## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-beta.4)
|
|
176
|
+
|
|
177
|
+
Fri, 12 Nov 2021 13:25:12 GMT
|
|
178
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-beta.3..@fluentui/react-accordion_v9.0.0-beta.4)
|
|
179
|
+
|
|
180
|
+
### Changes
|
|
181
|
+
|
|
182
|
+
- export static classes for components ([PR #20451](https://github.com/microsoft/fluentui/pull/20451) by olfedias@microsoft.com)
|
|
183
|
+
- Updating AccordionHeader tests to match changes in useARIAButton. ([PR #20342](https://github.com/microsoft/fluentui/pull/20342) by Humberto.Morimoto@microsoft.com)
|
|
184
|
+
- Updated beta and RC components to ES2019 ([PR #20405](https://github.com/microsoft/fluentui/pull/20405) by gcox@microsoft.com)
|
|
185
|
+
- Bump @fluentui/react-aria to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
|
186
|
+
- Bump @fluentui/react-context-selector to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
|
187
|
+
- Bump @fluentui/react-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
|
188
|
+
- Bump @fluentui/react-tabster to v9.0.0-beta.4 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
|
189
|
+
- Bump @fluentui/react-theme to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
|
190
|
+
- Bump @fluentui/react-utilities to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
|
191
|
+
- Bump @fluentui/babel-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
|
192
|
+
- Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
|
193
|
+
- Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
|
194
|
+
|
|
195
|
+
## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-beta.3)
|
|
196
|
+
|
|
197
|
+
Wed, 27 Oct 2021 12:14:12 GMT
|
|
198
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-beta.2..@fluentui/react-accordion_v9.0.0-beta.3)
|
|
199
|
+
|
|
200
|
+
### Changes
|
|
201
|
+
|
|
202
|
+
- added styling of documentation ([PR #20193](https://github.com/microsoft/fluentui/pull/20193) by peter@draxler.ml)
|
|
203
|
+
- Bump @fluentui/react-aria to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
|
|
204
|
+
- Bump @fluentui/react-context-selector to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
|
|
205
|
+
- Bump @fluentui/react-make-styles to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
|
|
206
|
+
- Bump @fluentui/react-tabster to v9.0.0-beta.3 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
|
|
207
|
+
- Bump @fluentui/react-theme to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
|
|
208
|
+
- Bump @fluentui/react-utilities to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
|
|
209
|
+
- Bump @fluentui/babel-make-styles to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
|
|
210
|
+
- Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
|
|
211
|
+
- Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
|
|
25
212
|
|
|
26
213
|
## [9.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-beta.2)
|
|
27
214
|
|
|
28
|
-
Tue, 12 Oct 2021 19:45:58 GMT
|
|
215
|
+
Tue, 12 Oct 2021 19:45:58 GMT
|
|
29
216
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-beta.1..@fluentui/react-accordion_v9.0.0-beta.2)
|
|
30
217
|
|
|
31
218
|
### Changes
|
|
@@ -35,7 +222,7 @@ Tue, 12 Oct 2021 19:45:58 GMT
|
|
|
35
222
|
|
|
36
223
|
## [9.0.0-beta.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-beta.1)
|
|
37
224
|
|
|
38
|
-
Wed, 06 Oct 2021 10:37:22 GMT
|
|
225
|
+
Wed, 06 Oct 2021 10:37:22 GMT
|
|
39
226
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.90..@fluentui/react-accordion_v9.0.0-beta.1)
|
|
40
227
|
|
|
41
228
|
### Changes
|
|
@@ -53,7 +240,7 @@ Wed, 06 Oct 2021 10:37:22 GMT
|
|
|
53
240
|
|
|
54
241
|
## [9.0.0-alpha.90](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.90)
|
|
55
242
|
|
|
56
|
-
Tue, 05 Oct 2021 12:47:58 GMT
|
|
243
|
+
Tue, 05 Oct 2021 12:47:58 GMT
|
|
57
244
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.89..@fluentui/react-accordion_v9.0.0-alpha.90)
|
|
58
245
|
|
|
59
246
|
### Changes
|
|
@@ -67,7 +254,7 @@ Tue, 05 Oct 2021 12:47:58 GMT
|
|
|
67
254
|
|
|
68
255
|
## [9.0.0-alpha.89](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.89)
|
|
69
256
|
|
|
70
|
-
Tue, 05 Oct 2021 09:28:07 GMT
|
|
257
|
+
Tue, 05 Oct 2021 09:28:07 GMT
|
|
71
258
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.88..@fluentui/react-accordion_v9.0.0-alpha.89)
|
|
72
259
|
|
|
73
260
|
### Changes
|
|
@@ -84,7 +271,7 @@ Tue, 05 Oct 2021 09:28:07 GMT
|
|
|
84
271
|
|
|
85
272
|
## [9.0.0-alpha.88](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.88)
|
|
86
273
|
|
|
87
|
-
Fri, 01 Oct 2021 14:13:08 GMT
|
|
274
|
+
Fri, 01 Oct 2021 14:13:08 GMT
|
|
88
275
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.86..@fluentui/react-accordion_v9.0.0-alpha.88)
|
|
89
276
|
|
|
90
277
|
### Changes
|
|
@@ -102,7 +289,7 @@ Fri, 01 Oct 2021 14:13:08 GMT
|
|
|
102
289
|
|
|
103
290
|
## [9.0.0-alpha.86](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.86)
|
|
104
291
|
|
|
105
|
-
Fri, 01 Oct 2021 12:30:46 GMT
|
|
292
|
+
Fri, 01 Oct 2021 12:30:46 GMT
|
|
106
293
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.85..@fluentui/react-accordion_v9.0.0-alpha.86)
|
|
107
294
|
|
|
108
295
|
### Changes
|
|
@@ -112,7 +299,7 @@ Fri, 01 Oct 2021 12:30:46 GMT
|
|
|
112
299
|
|
|
113
300
|
## [9.0.0-alpha.85](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.85)
|
|
114
301
|
|
|
115
|
-
Fri, 01 Oct 2021 09:44:56 GMT
|
|
302
|
+
Fri, 01 Oct 2021 09:44:56 GMT
|
|
116
303
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.84..@fluentui/react-accordion_v9.0.0-alpha.85)
|
|
117
304
|
|
|
118
305
|
### Changes
|
|
@@ -122,7 +309,7 @@ Fri, 01 Oct 2021 09:44:56 GMT
|
|
|
122
309
|
|
|
123
310
|
## [9.0.0-alpha.84](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.84)
|
|
124
311
|
|
|
125
|
-
Wed, 29 Sep 2021 08:06:11 GMT
|
|
312
|
+
Wed, 29 Sep 2021 08:06:11 GMT
|
|
126
313
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.83..@fluentui/react-accordion_v9.0.0-alpha.84)
|
|
127
314
|
|
|
128
315
|
### Changes
|
|
@@ -137,7 +324,7 @@ Wed, 29 Sep 2021 08:06:11 GMT
|
|
|
137
324
|
|
|
138
325
|
## [9.0.0-alpha.83](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.83)
|
|
139
326
|
|
|
140
|
-
Mon, 27 Sep 2021 08:06:00 GMT
|
|
327
|
+
Mon, 27 Sep 2021 08:06:00 GMT
|
|
141
328
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.82..@fluentui/react-accordion_v9.0.0-alpha.83)
|
|
142
329
|
|
|
143
330
|
### Changes
|
|
@@ -153,7 +340,7 @@ Mon, 27 Sep 2021 08:06:00 GMT
|
|
|
153
340
|
|
|
154
341
|
## [9.0.0-alpha.82](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.82)
|
|
155
342
|
|
|
156
|
-
Fri, 24 Sep 2021 09:17:17 GMT
|
|
343
|
+
Fri, 24 Sep 2021 09:17:17 GMT
|
|
157
344
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.81..@fluentui/react-accordion_v9.0.0-alpha.82)
|
|
158
345
|
|
|
159
346
|
### Changes
|
|
@@ -169,7 +356,7 @@ Fri, 24 Sep 2021 09:17:17 GMT
|
|
|
169
356
|
|
|
170
357
|
## [9.0.0-alpha.81](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.81)
|
|
171
358
|
|
|
172
|
-
Thu, 23 Sep 2021 08:21:34 GMT
|
|
359
|
+
Thu, 23 Sep 2021 08:21:34 GMT
|
|
173
360
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.80..@fluentui/react-accordion_v9.0.0-alpha.81)
|
|
174
361
|
|
|
175
362
|
### Changes
|
|
@@ -185,7 +372,7 @@ Thu, 23 Sep 2021 08:21:34 GMT
|
|
|
185
372
|
|
|
186
373
|
## [9.0.0-alpha.80](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.80)
|
|
187
374
|
|
|
188
|
-
Wed, 22 Sep 2021 10:10:07 GMT
|
|
375
|
+
Wed, 22 Sep 2021 10:10:07 GMT
|
|
189
376
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.79..@fluentui/react-accordion_v9.0.0-alpha.80)
|
|
190
377
|
|
|
191
378
|
### Changes
|
|
@@ -201,7 +388,7 @@ Wed, 22 Sep 2021 10:10:07 GMT
|
|
|
201
388
|
|
|
202
389
|
## [9.0.0-alpha.79](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.79)
|
|
203
390
|
|
|
204
|
-
Tue, 21 Sep 2021 07:42:34 GMT
|
|
391
|
+
Tue, 21 Sep 2021 07:42:34 GMT
|
|
205
392
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.78..@fluentui/react-accordion_v9.0.0-alpha.79)
|
|
206
393
|
|
|
207
394
|
### Changes
|
|
@@ -217,7 +404,7 @@ Tue, 21 Sep 2021 07:42:34 GMT
|
|
|
217
404
|
|
|
218
405
|
## [9.0.0-alpha.78](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.78)
|
|
219
406
|
|
|
220
|
-
Mon, 20 Sep 2021 07:36:26 GMT
|
|
407
|
+
Mon, 20 Sep 2021 07:36:26 GMT
|
|
221
408
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.77..@fluentui/react-accordion_v9.0.0-alpha.78)
|
|
222
409
|
|
|
223
410
|
### Changes
|
|
@@ -226,7 +413,7 @@ Mon, 20 Sep 2021 07:36:26 GMT
|
|
|
226
413
|
|
|
227
414
|
## [9.0.0-alpha.77](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.77)
|
|
228
415
|
|
|
229
|
-
Fri, 17 Sep 2021 07:35:26 GMT
|
|
416
|
+
Fri, 17 Sep 2021 07:35:26 GMT
|
|
230
417
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.76..@fluentui/react-accordion_v9.0.0-alpha.77)
|
|
231
418
|
|
|
232
419
|
### Changes
|
|
@@ -235,7 +422,7 @@ Fri, 17 Sep 2021 07:35:26 GMT
|
|
|
235
422
|
|
|
236
423
|
## [9.0.0-alpha.76](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.76)
|
|
237
424
|
|
|
238
|
-
Thu, 16 Sep 2021 07:38:39 GMT
|
|
425
|
+
Thu, 16 Sep 2021 07:38:39 GMT
|
|
239
426
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.75..@fluentui/react-accordion_v9.0.0-alpha.76)
|
|
240
427
|
|
|
241
428
|
### Changes
|
|
@@ -245,7 +432,7 @@ Thu, 16 Sep 2021 07:38:39 GMT
|
|
|
245
432
|
|
|
246
433
|
## [9.0.0-alpha.75](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.75)
|
|
247
434
|
|
|
248
|
-
Tue, 14 Sep 2021 20:09:02 GMT
|
|
435
|
+
Tue, 14 Sep 2021 20:09:02 GMT
|
|
249
436
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.74..@fluentui/react-accordion_v9.0.0-alpha.75)
|
|
250
437
|
|
|
251
438
|
### Changes
|
|
@@ -254,7 +441,7 @@ Tue, 14 Sep 2021 20:09:02 GMT
|
|
|
254
441
|
|
|
255
442
|
## [9.0.0-alpha.74](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.74)
|
|
256
443
|
|
|
257
|
-
Tue, 14 Sep 2021 07:38:18 GMT
|
|
444
|
+
Tue, 14 Sep 2021 07:38:18 GMT
|
|
258
445
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.73..@fluentui/react-accordion_v9.0.0-alpha.74)
|
|
259
446
|
|
|
260
447
|
### Changes
|
|
@@ -263,7 +450,7 @@ Tue, 14 Sep 2021 07:38:18 GMT
|
|
|
263
450
|
|
|
264
451
|
## [9.0.0-alpha.73](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.73)
|
|
265
452
|
|
|
266
|
-
Fri, 10 Sep 2021 16:31:53 GMT
|
|
453
|
+
Fri, 10 Sep 2021 16:31:53 GMT
|
|
267
454
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.72..@fluentui/react-accordion_v9.0.0-alpha.73)
|
|
268
455
|
|
|
269
456
|
### Changes
|
|
@@ -273,7 +460,7 @@ Fri, 10 Sep 2021 16:31:53 GMT
|
|
|
273
460
|
|
|
274
461
|
## [9.0.0-alpha.72](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.72)
|
|
275
462
|
|
|
276
|
-
Fri, 10 Sep 2021 07:39:51 GMT
|
|
463
|
+
Fri, 10 Sep 2021 07:39:51 GMT
|
|
277
464
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.71..@fluentui/react-accordion_v9.0.0-alpha.72)
|
|
278
465
|
|
|
279
466
|
### Changes
|
|
@@ -282,7 +469,7 @@ Fri, 10 Sep 2021 07:39:51 GMT
|
|
|
282
469
|
|
|
283
470
|
## [9.0.0-alpha.71](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.71)
|
|
284
471
|
|
|
285
|
-
Mon, 06 Sep 2021 07:34:53 GMT
|
|
472
|
+
Mon, 06 Sep 2021 07:34:53 GMT
|
|
286
473
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.70..@fluentui/react-accordion_v9.0.0-alpha.71)
|
|
287
474
|
|
|
288
475
|
### Changes
|
|
@@ -291,7 +478,7 @@ Mon, 06 Sep 2021 07:34:53 GMT
|
|
|
291
478
|
|
|
292
479
|
## [9.0.0-alpha.70](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.70)
|
|
293
480
|
|
|
294
|
-
Thu, 02 Sep 2021 07:36:46 GMT
|
|
481
|
+
Thu, 02 Sep 2021 07:36:46 GMT
|
|
295
482
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.69..@fluentui/react-accordion_v9.0.0-alpha.70)
|
|
296
483
|
|
|
297
484
|
### Patches
|
|
@@ -304,7 +491,7 @@ Thu, 02 Sep 2021 07:36:46 GMT
|
|
|
304
491
|
|
|
305
492
|
## [9.0.0-alpha.69](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.69)
|
|
306
493
|
|
|
307
|
-
Wed, 01 Sep 2021 07:39:56 GMT
|
|
494
|
+
Wed, 01 Sep 2021 07:39:56 GMT
|
|
308
495
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.68..@fluentui/react-accordion_v9.0.0-alpha.69)
|
|
309
496
|
|
|
310
497
|
### Changes
|
|
@@ -313,7 +500,7 @@ Wed, 01 Sep 2021 07:39:56 GMT
|
|
|
313
500
|
|
|
314
501
|
## [9.0.0-alpha.68](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.68)
|
|
315
502
|
|
|
316
|
-
Tue, 31 Aug 2021 07:37:47 GMT
|
|
503
|
+
Tue, 31 Aug 2021 07:37:47 GMT
|
|
317
504
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.67..@fluentui/react-accordion_v9.0.0-alpha.68)
|
|
318
505
|
|
|
319
506
|
### Changes
|
|
@@ -322,7 +509,7 @@ Tue, 31 Aug 2021 07:37:47 GMT
|
|
|
322
509
|
|
|
323
510
|
## [9.0.0-alpha.67](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.67)
|
|
324
511
|
|
|
325
|
-
Mon, 30 Aug 2021 07:35:05 GMT
|
|
512
|
+
Mon, 30 Aug 2021 07:35:05 GMT
|
|
326
513
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.66..@fluentui/react-accordion_v9.0.0-alpha.67)
|
|
327
514
|
|
|
328
515
|
### Changes
|
|
@@ -331,7 +518,7 @@ Mon, 30 Aug 2021 07:35:05 GMT
|
|
|
331
518
|
|
|
332
519
|
## [9.0.0-alpha.66](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.66)
|
|
333
520
|
|
|
334
|
-
Fri, 27 Aug 2021 07:33:32 GMT
|
|
521
|
+
Fri, 27 Aug 2021 07:33:32 GMT
|
|
335
522
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.65..@fluentui/react-accordion_v9.0.0-alpha.66)
|
|
336
523
|
|
|
337
524
|
### Changes
|
|
@@ -340,7 +527,7 @@ Fri, 27 Aug 2021 07:33:32 GMT
|
|
|
340
527
|
|
|
341
528
|
## [9.0.0-alpha.65](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.65)
|
|
342
529
|
|
|
343
|
-
Thu, 26 Aug 2021 07:35:43 GMT
|
|
530
|
+
Thu, 26 Aug 2021 07:35:43 GMT
|
|
344
531
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.64..@fluentui/react-accordion_v9.0.0-alpha.65)
|
|
345
532
|
|
|
346
533
|
### Changes
|
|
@@ -349,7 +536,7 @@ Thu, 26 Aug 2021 07:35:43 GMT
|
|
|
349
536
|
|
|
350
537
|
## [9.0.0-alpha.64](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.64)
|
|
351
538
|
|
|
352
|
-
Fri, 20 Aug 2021 07:37:28 GMT
|
|
539
|
+
Fri, 20 Aug 2021 07:37:28 GMT
|
|
353
540
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.63..@fluentui/react-accordion_v9.0.0-alpha.64)
|
|
354
541
|
|
|
355
542
|
### Changes
|
|
@@ -358,7 +545,7 @@ Fri, 20 Aug 2021 07:37:28 GMT
|
|
|
358
545
|
|
|
359
546
|
## [9.0.0-alpha.63](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.63)
|
|
360
547
|
|
|
361
|
-
Thu, 19 Aug 2021 07:41:35 GMT
|
|
548
|
+
Thu, 19 Aug 2021 07:41:35 GMT
|
|
362
549
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.62..@fluentui/react-accordion_v9.0.0-alpha.63)
|
|
363
550
|
|
|
364
551
|
### Changes
|
|
@@ -367,7 +554,7 @@ Thu, 19 Aug 2021 07:41:35 GMT
|
|
|
367
554
|
|
|
368
555
|
## [9.0.0-alpha.62](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.62)
|
|
369
556
|
|
|
370
|
-
Fri, 13 Aug 2021 07:36:34 GMT
|
|
557
|
+
Fri, 13 Aug 2021 07:36:34 GMT
|
|
371
558
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.61..@fluentui/react-accordion_v9.0.0-alpha.62)
|
|
372
559
|
|
|
373
560
|
### Changes
|
|
@@ -376,7 +563,7 @@ Fri, 13 Aug 2021 07:36:34 GMT
|
|
|
376
563
|
|
|
377
564
|
## [9.0.0-alpha.61](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.61)
|
|
378
565
|
|
|
379
|
-
Wed, 11 Aug 2021 07:34:54 GMT
|
|
566
|
+
Wed, 11 Aug 2021 07:34:54 GMT
|
|
380
567
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.60..@fluentui/react-accordion_v9.0.0-alpha.61)
|
|
381
568
|
|
|
382
569
|
### Changes
|
|
@@ -385,7 +572,7 @@ Wed, 11 Aug 2021 07:34:54 GMT
|
|
|
385
572
|
|
|
386
573
|
## [9.0.0-alpha.60](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.60)
|
|
387
574
|
|
|
388
|
-
Fri, 06 Aug 2021 07:35:14 GMT
|
|
575
|
+
Fri, 06 Aug 2021 07:35:14 GMT
|
|
389
576
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.59..@fluentui/react-accordion_v9.0.0-alpha.60)
|
|
390
577
|
|
|
391
578
|
### Changes
|
|
@@ -394,7 +581,7 @@ Fri, 06 Aug 2021 07:35:14 GMT
|
|
|
394
581
|
|
|
395
582
|
## [9.0.0-alpha.59](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.59)
|
|
396
583
|
|
|
397
|
-
Tue, 03 Aug 2021 07:39:30 GMT
|
|
584
|
+
Tue, 03 Aug 2021 07:39:30 GMT
|
|
398
585
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.58..@fluentui/react-accordion_v9.0.0-alpha.59)
|
|
399
586
|
|
|
400
587
|
### Patches
|
|
@@ -409,7 +596,7 @@ Tue, 03 Aug 2021 07:39:30 GMT
|
|
|
409
596
|
|
|
410
597
|
## [9.0.0-alpha.58](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.58)
|
|
411
598
|
|
|
412
|
-
Mon, 02 Aug 2021 07:36:20 GMT
|
|
599
|
+
Mon, 02 Aug 2021 07:36:20 GMT
|
|
413
600
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.57..@fluentui/react-accordion_v9.0.0-alpha.58)
|
|
414
601
|
|
|
415
602
|
### Changes
|
|
@@ -418,7 +605,7 @@ Mon, 02 Aug 2021 07:36:20 GMT
|
|
|
418
605
|
|
|
419
606
|
## [9.0.0-alpha.57](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.57)
|
|
420
607
|
|
|
421
|
-
Mon, 26 Jul 2021 07:37:30 GMT
|
|
608
|
+
Mon, 26 Jul 2021 07:37:30 GMT
|
|
422
609
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.56..@fluentui/react-accordion_v9.0.0-alpha.57)
|
|
423
610
|
|
|
424
611
|
### Changes
|
|
@@ -427,7 +614,7 @@ Mon, 26 Jul 2021 07:37:30 GMT
|
|
|
427
614
|
|
|
428
615
|
## [9.0.0-alpha.56](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.56)
|
|
429
616
|
|
|
430
|
-
Fri, 23 Jul 2021 07:38:19 GMT
|
|
617
|
+
Fri, 23 Jul 2021 07:38:19 GMT
|
|
431
618
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.55..@fluentui/react-accordion_v9.0.0-alpha.56)
|
|
432
619
|
|
|
433
620
|
### Changes
|
|
@@ -436,7 +623,7 @@ Fri, 23 Jul 2021 07:38:19 GMT
|
|
|
436
623
|
|
|
437
624
|
## [9.0.0-alpha.55](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.55)
|
|
438
625
|
|
|
439
|
-
Thu, 22 Jul 2021 07:36:55 GMT
|
|
626
|
+
Thu, 22 Jul 2021 07:36:55 GMT
|
|
440
627
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.54..@fluentui/react-accordion_v9.0.0-alpha.55)
|
|
441
628
|
|
|
442
629
|
### Changes
|
|
@@ -445,7 +632,7 @@ Thu, 22 Jul 2021 07:36:55 GMT
|
|
|
445
632
|
|
|
446
633
|
## [9.0.0-alpha.54](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.54)
|
|
447
634
|
|
|
448
|
-
Tue, 20 Jul 2021 22:23:17 GMT
|
|
635
|
+
Tue, 20 Jul 2021 22:23:17 GMT
|
|
449
636
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.53..@fluentui/react-accordion_v9.0.0-alpha.54)
|
|
450
637
|
|
|
451
638
|
### Changes
|
|
@@ -454,7 +641,7 @@ Tue, 20 Jul 2021 22:23:17 GMT
|
|
|
454
641
|
|
|
455
642
|
## [9.0.0-alpha.53](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.53)
|
|
456
643
|
|
|
457
|
-
Fri, 16 Jul 2021 22:53:17 GMT
|
|
644
|
+
Fri, 16 Jul 2021 22:53:17 GMT
|
|
458
645
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.52..@fluentui/react-accordion_v9.0.0-alpha.53)
|
|
459
646
|
|
|
460
647
|
### Changes
|
|
@@ -463,7 +650,7 @@ Fri, 16 Jul 2021 22:53:17 GMT
|
|
|
463
650
|
|
|
464
651
|
## [9.0.0-alpha.52](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.52)
|
|
465
652
|
|
|
466
|
-
Thu, 15 Jul 2021 07:36:18 GMT
|
|
653
|
+
Thu, 15 Jul 2021 07:36:18 GMT
|
|
467
654
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.51..@fluentui/react-accordion_v9.0.0-alpha.52)
|
|
468
655
|
|
|
469
656
|
### Changes
|
|
@@ -472,7 +659,7 @@ Thu, 15 Jul 2021 07:36:18 GMT
|
|
|
472
659
|
|
|
473
660
|
## [9.0.0-alpha.51](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.51)
|
|
474
661
|
|
|
475
|
-
Tue, 13 Jul 2021 22:32:58 GMT
|
|
662
|
+
Tue, 13 Jul 2021 22:32:58 GMT
|
|
476
663
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.50..@fluentui/react-accordion_v9.0.0-alpha.51)
|
|
477
664
|
|
|
478
665
|
### Patches
|
|
@@ -481,7 +668,7 @@ Tue, 13 Jul 2021 22:32:58 GMT
|
|
|
481
668
|
|
|
482
669
|
## [9.0.0-alpha.50](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.50)
|
|
483
670
|
|
|
484
|
-
Tue, 13 Jul 2021 07:35:36 GMT
|
|
671
|
+
Tue, 13 Jul 2021 07:35:36 GMT
|
|
485
672
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.49..@fluentui/react-accordion_v9.0.0-alpha.50)
|
|
486
673
|
|
|
487
674
|
### Changes
|
|
@@ -490,7 +677,7 @@ Tue, 13 Jul 2021 07:35:36 GMT
|
|
|
490
677
|
|
|
491
678
|
## [9.0.0-alpha.49](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.49)
|
|
492
679
|
|
|
493
|
-
Mon, 12 Jul 2021 07:33:23 GMT
|
|
680
|
+
Mon, 12 Jul 2021 07:33:23 GMT
|
|
494
681
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.48..@fluentui/react-accordion_v9.0.0-alpha.49)
|
|
495
682
|
|
|
496
683
|
### Changes
|
|
@@ -501,7 +688,7 @@ Mon, 12 Jul 2021 07:33:23 GMT
|
|
|
501
688
|
|
|
502
689
|
## [9.0.0-alpha.48](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.48)
|
|
503
690
|
|
|
504
|
-
Fri, 09 Jul 2021 07:39:31 GMT
|
|
691
|
+
Fri, 09 Jul 2021 07:39:31 GMT
|
|
505
692
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.47..@fluentui/react-accordion_v9.0.0-alpha.48)
|
|
506
693
|
|
|
507
694
|
### Patches
|
|
@@ -516,7 +703,7 @@ Fri, 09 Jul 2021 07:39:31 GMT
|
|
|
516
703
|
|
|
517
704
|
## [9.0.0-alpha.47](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.47)
|
|
518
705
|
|
|
519
|
-
Fri, 02 Jul 2021 23:15:55 GMT
|
|
706
|
+
Fri, 02 Jul 2021 23:15:55 GMT
|
|
520
707
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.46..@fluentui/react-accordion_v9.0.0-alpha.47)
|
|
521
708
|
|
|
522
709
|
### Changes
|
|
@@ -525,7 +712,7 @@ Fri, 02 Jul 2021 23:15:55 GMT
|
|
|
525
712
|
|
|
526
713
|
## [9.0.0-alpha.46](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.46)
|
|
527
714
|
|
|
528
|
-
Fri, 02 Jul 2021 07:37:06 GMT
|
|
715
|
+
Fri, 02 Jul 2021 07:37:06 GMT
|
|
529
716
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.45..@fluentui/react-accordion_v9.0.0-alpha.46)
|
|
530
717
|
|
|
531
718
|
### Changes
|
|
@@ -534,7 +721,7 @@ Fri, 02 Jul 2021 07:37:06 GMT
|
|
|
534
721
|
|
|
535
722
|
## [9.0.0-alpha.45](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.45)
|
|
536
723
|
|
|
537
|
-
Thu, 01 Jul 2021 07:35:05 GMT
|
|
724
|
+
Thu, 01 Jul 2021 07:35:05 GMT
|
|
538
725
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.44..@fluentui/react-accordion_v9.0.0-alpha.45)
|
|
539
726
|
|
|
540
727
|
### Changes
|
|
@@ -544,7 +731,7 @@ Thu, 01 Jul 2021 07:35:05 GMT
|
|
|
544
731
|
|
|
545
732
|
## [9.0.0-alpha.44](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.44)
|
|
546
733
|
|
|
547
|
-
Wed, 30 Jun 2021 07:38:35 GMT
|
|
734
|
+
Wed, 30 Jun 2021 07:38:35 GMT
|
|
548
735
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.43..@fluentui/react-accordion_v9.0.0-alpha.44)
|
|
549
736
|
|
|
550
737
|
### Changes
|
|
@@ -553,7 +740,7 @@ Wed, 30 Jun 2021 07:38:35 GMT
|
|
|
553
740
|
|
|
554
741
|
## [9.0.0-alpha.43](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.43)
|
|
555
742
|
|
|
556
|
-
Tue, 29 Jun 2021 07:33:32 GMT
|
|
743
|
+
Tue, 29 Jun 2021 07:33:32 GMT
|
|
557
744
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.42..@fluentui/react-accordion_v9.0.0-alpha.43)
|
|
558
745
|
|
|
559
746
|
### Changes
|
|
@@ -562,7 +749,7 @@ Tue, 29 Jun 2021 07:33:32 GMT
|
|
|
562
749
|
|
|
563
750
|
## [9.0.0-alpha.42](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.42)
|
|
564
751
|
|
|
565
|
-
Tue, 22 Jun 2021 07:35:11 GMT
|
|
752
|
+
Tue, 22 Jun 2021 07:35:11 GMT
|
|
566
753
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.41..@fluentui/react-accordion_v9.0.0-alpha.42)
|
|
567
754
|
|
|
568
755
|
### Changes
|
|
@@ -571,7 +758,7 @@ Tue, 22 Jun 2021 07:35:11 GMT
|
|
|
571
758
|
|
|
572
759
|
## [9.0.0-alpha.41](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.41)
|
|
573
760
|
|
|
574
|
-
Mon, 21 Jun 2021 07:34:33 GMT
|
|
761
|
+
Mon, 21 Jun 2021 07:34:33 GMT
|
|
575
762
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.40..@fluentui/react-accordion_v9.0.0-alpha.41)
|
|
576
763
|
|
|
577
764
|
### Changes
|
|
@@ -580,7 +767,7 @@ Mon, 21 Jun 2021 07:34:33 GMT
|
|
|
580
767
|
|
|
581
768
|
## [9.0.0-alpha.40](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.40)
|
|
582
769
|
|
|
583
|
-
Wed, 16 Jun 2021 07:34:24 GMT
|
|
770
|
+
Wed, 16 Jun 2021 07:34:24 GMT
|
|
584
771
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.39..@fluentui/react-accordion_v9.0.0-alpha.40)
|
|
585
772
|
|
|
586
773
|
### Changes
|
|
@@ -589,7 +776,7 @@ Wed, 16 Jun 2021 07:34:24 GMT
|
|
|
589
776
|
|
|
590
777
|
## [9.0.0-alpha.39](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.39)
|
|
591
778
|
|
|
592
|
-
Tue, 15 Jun 2021 07:40:20 GMT
|
|
779
|
+
Tue, 15 Jun 2021 07:40:20 GMT
|
|
593
780
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.38..@fluentui/react-accordion_v9.0.0-alpha.39)
|
|
594
781
|
|
|
595
782
|
### Changes
|
|
@@ -598,7 +785,7 @@ Tue, 15 Jun 2021 07:40:20 GMT
|
|
|
598
785
|
|
|
599
786
|
## [9.0.0-alpha.38](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.38)
|
|
600
787
|
|
|
601
|
-
Wed, 09 Jun 2021 07:33:38 GMT
|
|
788
|
+
Wed, 09 Jun 2021 07:33:38 GMT
|
|
602
789
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.37..@fluentui/react-accordion_v9.0.0-alpha.38)
|
|
603
790
|
|
|
604
791
|
### Changes
|
|
@@ -607,7 +794,7 @@ Wed, 09 Jun 2021 07:33:38 GMT
|
|
|
607
794
|
|
|
608
795
|
## [9.0.0-alpha.37](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.37)
|
|
609
796
|
|
|
610
|
-
Mon, 07 Jun 2021 07:38:15 GMT
|
|
797
|
+
Mon, 07 Jun 2021 07:38:15 GMT
|
|
611
798
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.36..@fluentui/react-accordion_v9.0.0-alpha.37)
|
|
612
799
|
|
|
613
800
|
### Patches
|
|
@@ -622,7 +809,7 @@ Mon, 07 Jun 2021 07:38:15 GMT
|
|
|
622
809
|
|
|
623
810
|
## [9.0.0-alpha.36](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.36)
|
|
624
811
|
|
|
625
|
-
Fri, 04 Jun 2021 07:37:23 GMT
|
|
812
|
+
Fri, 04 Jun 2021 07:37:23 GMT
|
|
626
813
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.35..@fluentui/react-accordion_v9.0.0-alpha.36)
|
|
627
814
|
|
|
628
815
|
### Changes
|
|
@@ -631,7 +818,7 @@ Fri, 04 Jun 2021 07:37:23 GMT
|
|
|
631
818
|
|
|
632
819
|
## [9.0.0-alpha.35](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.35)
|
|
633
820
|
|
|
634
|
-
Thu, 03 Jun 2021 07:36:03 GMT
|
|
821
|
+
Thu, 03 Jun 2021 07:36:03 GMT
|
|
635
822
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.34..@fluentui/react-accordion_v9.0.0-alpha.35)
|
|
636
823
|
|
|
637
824
|
### Changes
|
|
@@ -640,7 +827,7 @@ Thu, 03 Jun 2021 07:36:03 GMT
|
|
|
640
827
|
|
|
641
828
|
## [9.0.0-alpha.34](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.34)
|
|
642
829
|
|
|
643
|
-
Wed, 02 Jun 2021 07:37:15 GMT
|
|
830
|
+
Wed, 02 Jun 2021 07:37:15 GMT
|
|
644
831
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.33..@fluentui/react-accordion_v9.0.0-alpha.34)
|
|
645
832
|
|
|
646
833
|
### Changes
|
|
@@ -649,7 +836,7 @@ Wed, 02 Jun 2021 07:37:15 GMT
|
|
|
649
836
|
|
|
650
837
|
## [9.0.0-alpha.33](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.33)
|
|
651
838
|
|
|
652
|
-
Wed, 26 May 2021 07:35:43 GMT
|
|
839
|
+
Wed, 26 May 2021 07:35:43 GMT
|
|
653
840
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.32..@fluentui/react-accordion_v9.0.0-alpha.33)
|
|
654
841
|
|
|
655
842
|
### Changes
|
|
@@ -658,7 +845,7 @@ Wed, 26 May 2021 07:35:43 GMT
|
|
|
658
845
|
|
|
659
846
|
## [9.0.0-alpha.32](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.32)
|
|
660
847
|
|
|
661
|
-
Fri, 21 May 2021 07:34:54 GMT
|
|
848
|
+
Fri, 21 May 2021 07:34:54 GMT
|
|
662
849
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.31..@fluentui/react-accordion_v9.0.0-alpha.32)
|
|
663
850
|
|
|
664
851
|
### Changes
|
|
@@ -667,7 +854,7 @@ Fri, 21 May 2021 07:34:54 GMT
|
|
|
667
854
|
|
|
668
855
|
## [9.0.0-alpha.31](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.31)
|
|
669
856
|
|
|
670
|
-
Thu, 20 May 2021 07:41:54 GMT
|
|
857
|
+
Thu, 20 May 2021 07:41:54 GMT
|
|
671
858
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.30..@fluentui/react-accordion_v9.0.0-alpha.31)
|
|
672
859
|
|
|
673
860
|
### Patches
|
|
@@ -682,7 +869,7 @@ Thu, 20 May 2021 07:41:54 GMT
|
|
|
682
869
|
|
|
683
870
|
## [9.0.0-alpha.30](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.30)
|
|
684
871
|
|
|
685
|
-
Wed, 19 May 2021 07:34:20 GMT
|
|
872
|
+
Wed, 19 May 2021 07:34:20 GMT
|
|
686
873
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.29..@fluentui/react-accordion_v9.0.0-alpha.30)
|
|
687
874
|
|
|
688
875
|
### Patches
|
|
@@ -695,7 +882,7 @@ Wed, 19 May 2021 07:34:20 GMT
|
|
|
695
882
|
|
|
696
883
|
## [9.0.0-alpha.29](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.29)
|
|
697
884
|
|
|
698
|
-
Tue, 18 May 2021 07:34:38 GMT
|
|
885
|
+
Tue, 18 May 2021 07:34:38 GMT
|
|
699
886
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.28..@fluentui/react-accordion_v9.0.0-alpha.29)
|
|
700
887
|
|
|
701
888
|
### Changes
|
|
@@ -704,7 +891,7 @@ Tue, 18 May 2021 07:34:38 GMT
|
|
|
704
891
|
|
|
705
892
|
## [9.0.0-alpha.28](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.28)
|
|
706
893
|
|
|
707
|
-
Thu, 13 May 2021 07:36:55 GMT
|
|
894
|
+
Thu, 13 May 2021 07:36:55 GMT
|
|
708
895
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.27..@fluentui/react-accordion_v9.0.0-alpha.28)
|
|
709
896
|
|
|
710
897
|
### Changes
|
|
@@ -713,7 +900,7 @@ Thu, 13 May 2021 07:36:55 GMT
|
|
|
713
900
|
|
|
714
901
|
## [9.0.0-alpha.27](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.27)
|
|
715
902
|
|
|
716
|
-
Wed, 12 May 2021 07:36:20 GMT
|
|
903
|
+
Wed, 12 May 2021 07:36:20 GMT
|
|
717
904
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.26..@fluentui/react-accordion_v9.0.0-alpha.27)
|
|
718
905
|
|
|
719
906
|
### Changes
|
|
@@ -722,7 +909,7 @@ Wed, 12 May 2021 07:36:20 GMT
|
|
|
722
909
|
|
|
723
910
|
## [9.0.0-alpha.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.26)
|
|
724
911
|
|
|
725
|
-
Mon, 10 May 2021 07:36:07 GMT
|
|
912
|
+
Mon, 10 May 2021 07:36:07 GMT
|
|
726
913
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.25..@fluentui/react-accordion_v9.0.0-alpha.26)
|
|
727
914
|
|
|
728
915
|
### Changes
|
|
@@ -731,7 +918,7 @@ Mon, 10 May 2021 07:36:07 GMT
|
|
|
731
918
|
|
|
732
919
|
## [9.0.0-alpha.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.25)
|
|
733
920
|
|
|
734
|
-
Wed, 05 May 2021 07:36:50 GMT
|
|
921
|
+
Wed, 05 May 2021 07:36:50 GMT
|
|
735
922
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.24..@fluentui/react-accordion_v9.0.0-alpha.25)
|
|
736
923
|
|
|
737
924
|
### Changes
|
|
@@ -740,7 +927,7 @@ Wed, 05 May 2021 07:36:50 GMT
|
|
|
740
927
|
|
|
741
928
|
## [9.0.0-alpha.24](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.24)
|
|
742
929
|
|
|
743
|
-
Mon, 03 May 2021 07:45:19 GMT
|
|
930
|
+
Mon, 03 May 2021 07:45:19 GMT
|
|
744
931
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.23..@fluentui/react-accordion_v9.0.0-alpha.24)
|
|
745
932
|
|
|
746
933
|
### Changes
|
|
@@ -749,7 +936,7 @@ Mon, 03 May 2021 07:45:19 GMT
|
|
|
749
936
|
|
|
750
937
|
## [9.0.0-alpha.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.23)
|
|
751
938
|
|
|
752
|
-
Fri, 30 Apr 2021 07:42:23 GMT
|
|
939
|
+
Fri, 30 Apr 2021 07:42:23 GMT
|
|
753
940
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.22..@fluentui/react-accordion_v9.0.0-alpha.23)
|
|
754
941
|
|
|
755
942
|
### Patches
|
|
@@ -765,7 +952,7 @@ Fri, 30 Apr 2021 07:42:23 GMT
|
|
|
765
952
|
|
|
766
953
|
## [9.0.0-alpha.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.22)
|
|
767
954
|
|
|
768
|
-
Wed, 28 Apr 2021 07:32:59 GMT
|
|
955
|
+
Wed, 28 Apr 2021 07:32:59 GMT
|
|
769
956
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.21..@fluentui/react-accordion_v9.0.0-alpha.22)
|
|
770
957
|
|
|
771
958
|
### Changes
|
|
@@ -774,7 +961,7 @@ Wed, 28 Apr 2021 07:32:59 GMT
|
|
|
774
961
|
|
|
775
962
|
## [9.0.0-alpha.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.21)
|
|
776
963
|
|
|
777
|
-
Tue, 27 Apr 2021 07:34:03 GMT
|
|
964
|
+
Tue, 27 Apr 2021 07:34:03 GMT
|
|
778
965
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.20..@fluentui/react-accordion_v9.0.0-alpha.21)
|
|
779
966
|
|
|
780
967
|
### Changes
|
|
@@ -783,7 +970,7 @@ Tue, 27 Apr 2021 07:34:03 GMT
|
|
|
783
970
|
|
|
784
971
|
## [9.0.0-alpha.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.20)
|
|
785
972
|
|
|
786
|
-
Mon, 26 Apr 2021 07:34:31 GMT
|
|
973
|
+
Mon, 26 Apr 2021 07:34:31 GMT
|
|
787
974
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.19..@fluentui/react-accordion_v9.0.0-alpha.20)
|
|
788
975
|
|
|
789
976
|
### Changes
|
|
@@ -792,7 +979,7 @@ Mon, 26 Apr 2021 07:34:31 GMT
|
|
|
792
979
|
|
|
793
980
|
## [9.0.0-alpha.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.19)
|
|
794
981
|
|
|
795
|
-
Fri, 23 Apr 2021 07:37:10 GMT
|
|
982
|
+
Fri, 23 Apr 2021 07:37:10 GMT
|
|
796
983
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.18..@fluentui/react-accordion_v9.0.0-alpha.19)
|
|
797
984
|
|
|
798
985
|
### Patches
|
|
@@ -807,7 +994,7 @@ Fri, 23 Apr 2021 07:37:10 GMT
|
|
|
807
994
|
|
|
808
995
|
## [9.0.0-alpha.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.18)
|
|
809
996
|
|
|
810
|
-
Thu, 22 Apr 2021 07:33:28 GMT
|
|
997
|
+
Thu, 22 Apr 2021 07:33:28 GMT
|
|
811
998
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.17..@fluentui/react-accordion_v9.0.0-alpha.18)
|
|
812
999
|
|
|
813
1000
|
### Changes
|
|
@@ -816,7 +1003,7 @@ Thu, 22 Apr 2021 07:33:28 GMT
|
|
|
816
1003
|
|
|
817
1004
|
## [9.0.0-alpha.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.17)
|
|
818
1005
|
|
|
819
|
-
Wed, 21 Apr 2021 07:31:50 GMT
|
|
1006
|
+
Wed, 21 Apr 2021 07:31:50 GMT
|
|
820
1007
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.16..@fluentui/react-accordion_v9.0.0-alpha.17)
|
|
821
1008
|
|
|
822
1009
|
### Changes
|
|
@@ -825,7 +1012,7 @@ Wed, 21 Apr 2021 07:31:50 GMT
|
|
|
825
1012
|
|
|
826
1013
|
## [9.0.0-alpha.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.16)
|
|
827
1014
|
|
|
828
|
-
Tue, 20 Apr 2021 07:31:35 GMT
|
|
1015
|
+
Tue, 20 Apr 2021 07:31:35 GMT
|
|
829
1016
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.15..@fluentui/react-accordion_v9.0.0-alpha.16)
|
|
830
1017
|
|
|
831
1018
|
### Changes
|
|
@@ -834,7 +1021,7 @@ Tue, 20 Apr 2021 07:31:35 GMT
|
|
|
834
1021
|
|
|
835
1022
|
## [9.0.0-alpha.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.15)
|
|
836
1023
|
|
|
837
|
-
Fri, 16 Apr 2021 18:08:21 GMT
|
|
1024
|
+
Fri, 16 Apr 2021 18:08:21 GMT
|
|
838
1025
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.14..@fluentui/react-accordion_v9.0.0-alpha.15)
|
|
839
1026
|
|
|
840
1027
|
### Changes
|
|
@@ -843,7 +1030,7 @@ Fri, 16 Apr 2021 18:08:21 GMT
|
|
|
843
1030
|
|
|
844
1031
|
## [9.0.0-alpha.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.14)
|
|
845
1032
|
|
|
846
|
-
Wed, 14 Apr 2021 07:34:12 GMT
|
|
1033
|
+
Wed, 14 Apr 2021 07:34:12 GMT
|
|
847
1034
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.13..@fluentui/react-accordion_v9.0.0-alpha.14)
|
|
848
1035
|
|
|
849
1036
|
### Changes
|
|
@@ -852,7 +1039,7 @@ Wed, 14 Apr 2021 07:34:12 GMT
|
|
|
852
1039
|
|
|
853
1040
|
## [9.0.0-alpha.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.13)
|
|
854
1041
|
|
|
855
|
-
Fri, 09 Apr 2021 23:42:49 GMT
|
|
1042
|
+
Fri, 09 Apr 2021 23:42:49 GMT
|
|
856
1043
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.12..@fluentui/react-accordion_v9.0.0-alpha.13)
|
|
857
1044
|
|
|
858
1045
|
### Changes
|
|
@@ -862,7 +1049,7 @@ Fri, 09 Apr 2021 23:42:49 GMT
|
|
|
862
1049
|
|
|
863
1050
|
## [9.0.0-alpha.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.12)
|
|
864
1051
|
|
|
865
|
-
Fri, 09 Apr 2021 07:31:06 GMT
|
|
1052
|
+
Fri, 09 Apr 2021 07:31:06 GMT
|
|
866
1053
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.11..@fluentui/react-accordion_v9.0.0-alpha.12)
|
|
867
1054
|
|
|
868
1055
|
### Changes
|
|
@@ -871,7 +1058,7 @@ Fri, 09 Apr 2021 07:31:06 GMT
|
|
|
871
1058
|
|
|
872
1059
|
## [9.0.0-alpha.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.11)
|
|
873
1060
|
|
|
874
|
-
Thu, 08 Apr 2021 07:33:06 GMT
|
|
1061
|
+
Thu, 08 Apr 2021 07:33:06 GMT
|
|
875
1062
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.10..@fluentui/react-accordion_v9.0.0-alpha.11)
|
|
876
1063
|
|
|
877
1064
|
### Changes
|
|
@@ -880,7 +1067,7 @@ Thu, 08 Apr 2021 07:33:06 GMT
|
|
|
880
1067
|
|
|
881
1068
|
## [9.0.0-alpha.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.10)
|
|
882
1069
|
|
|
883
|
-
Thu, 01 Apr 2021 20:13:37 GMT
|
|
1070
|
+
Thu, 01 Apr 2021 20:13:37 GMT
|
|
884
1071
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.9..@fluentui/react-accordion_v9.0.0-alpha.10)
|
|
885
1072
|
|
|
886
1073
|
### Changes
|
|
@@ -889,7 +1076,7 @@ Thu, 01 Apr 2021 20:13:37 GMT
|
|
|
889
1076
|
|
|
890
1077
|
## [9.0.0-alpha.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.9)
|
|
891
1078
|
|
|
892
|
-
Thu, 01 Apr 2021 07:33:24 GMT
|
|
1079
|
+
Thu, 01 Apr 2021 07:33:24 GMT
|
|
893
1080
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.8..@fluentui/react-accordion_v9.0.0-alpha.9)
|
|
894
1081
|
|
|
895
1082
|
### Changes
|
|
@@ -899,7 +1086,7 @@ Thu, 01 Apr 2021 07:33:24 GMT
|
|
|
899
1086
|
|
|
900
1087
|
## [9.0.0-alpha.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.8)
|
|
901
1088
|
|
|
902
|
-
Wed, 31 Mar 2021 00:53:43 GMT
|
|
1089
|
+
Wed, 31 Mar 2021 00:53:43 GMT
|
|
903
1090
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.7..@fluentui/react-accordion_v9.0.0-alpha.8)
|
|
904
1091
|
|
|
905
1092
|
### Patches
|
|
@@ -915,7 +1102,7 @@ Wed, 31 Mar 2021 00:53:43 GMT
|
|
|
915
1102
|
|
|
916
1103
|
## [9.0.0-alpha.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.7)
|
|
917
1104
|
|
|
918
|
-
Tue, 30 Mar 2021 07:34:45 GMT
|
|
1105
|
+
Tue, 30 Mar 2021 07:34:45 GMT
|
|
919
1106
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.6..@fluentui/react-accordion_v9.0.0-alpha.7)
|
|
920
1107
|
|
|
921
1108
|
### Changes
|
|
@@ -925,7 +1112,7 @@ Tue, 30 Mar 2021 07:34:45 GMT
|
|
|
925
1112
|
|
|
926
1113
|
## [9.0.0-alpha.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.6)
|
|
927
1114
|
|
|
928
|
-
Fri, 26 Mar 2021 07:32:34 GMT
|
|
1115
|
+
Fri, 26 Mar 2021 07:32:34 GMT
|
|
929
1116
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.5..@fluentui/react-accordion_v9.0.0-alpha.6)
|
|
930
1117
|
|
|
931
1118
|
### Changes
|
|
@@ -934,7 +1121,7 @@ Fri, 26 Mar 2021 07:32:34 GMT
|
|
|
934
1121
|
|
|
935
1122
|
## [9.0.0-alpha.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.5)
|
|
936
1123
|
|
|
937
|
-
Thu, 25 Mar 2021 07:33:24 GMT
|
|
1124
|
+
Thu, 25 Mar 2021 07:33:24 GMT
|
|
938
1125
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.4..@fluentui/react-accordion_v9.0.0-alpha.5)
|
|
939
1126
|
|
|
940
1127
|
### Changes
|
|
@@ -944,7 +1131,7 @@ Thu, 25 Mar 2021 07:33:24 GMT
|
|
|
944
1131
|
|
|
945
1132
|
## [9.0.0-alpha.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.4)
|
|
946
1133
|
|
|
947
|
-
Tue, 23 Mar 2021 07:31:43 GMT
|
|
1134
|
+
Tue, 23 Mar 2021 07:31:43 GMT
|
|
948
1135
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.3..@fluentui/react-accordion_v9.0.0-alpha.4)
|
|
949
1136
|
|
|
950
1137
|
### Changes
|
|
@@ -953,7 +1140,7 @@ Tue, 23 Mar 2021 07:31:43 GMT
|
|
|
953
1140
|
|
|
954
1141
|
## [9.0.0-alpha.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.3)
|
|
955
1142
|
|
|
956
|
-
Thu, 18 Mar 2021 20:15:34 GMT
|
|
1143
|
+
Thu, 18 Mar 2021 20:15:34 GMT
|
|
957
1144
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.2..@fluentui/react-accordion_v9.0.0-alpha.3)
|
|
958
1145
|
|
|
959
1146
|
### Changes
|
|
@@ -962,7 +1149,7 @@ Thu, 18 Mar 2021 20:15:34 GMT
|
|
|
962
1149
|
|
|
963
1150
|
## [9.0.0-alpha.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.2)
|
|
964
1151
|
|
|
965
|
-
Tue, 16 Mar 2021 07:32:44 GMT
|
|
1152
|
+
Tue, 16 Mar 2021 07:32:44 GMT
|
|
966
1153
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.1..@fluentui/react-accordion_v9.0.0-alpha.2)
|
|
967
1154
|
|
|
968
1155
|
### Patches
|