@fluentui/react-accordion 0.0.0-nightlyff78d1e27a20220217.1 → 0.0.0
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 +646 -18
- package/CHANGELOG.md +283 -105
- package/dist/{react-accordion.d.ts → index.d.ts} +71 -70
- package/{lib → dist}/tsdoc-metadata.json +0 -0
- 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 +3 -1
- package/lib/components/Accordion/AccordionContext.js.map +1 -1
- package/lib/components/Accordion/renderAccordion.js.map +1 -1
- package/lib/components/Accordion/useAccordion.js +6 -11
- package/lib/components/Accordion/useAccordion.js.map +1 -1
- package/lib/components/Accordion/useAccordionContextValues.js.map +1 -1
- package/lib/components/Accordion/useAccordionStyles.js +4 -2
- package/lib/components/Accordion/useAccordionStyles.js.map +1 -1
- 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.map +1 -1
- package/lib/components/AccordionHeader/renderAccordionHeader.js.map +1 -1
- package/lib/components/AccordionHeader/useAccordionHeader.js +1 -1
- package/lib/components/AccordionHeader/useAccordionHeader.js.map +1 -1
- package/lib/components/AccordionHeader/useAccordionHeaderContextValues.js.map +1 -1
- package/lib/components/AccordionHeader/useAccordionHeaderStyles.js +77 -42
- package/lib/components/AccordionHeader/useAccordionHeaderStyles.js.map +1 -1
- 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 +1 -0
- package/lib/components/AccordionItem/AccordionItemContext.js.map +1 -1
- package/lib/components/AccordionItem/renderAccordionItem.js.map +1 -1
- package/lib/components/AccordionItem/useAccordionItem.js +1 -6
- package/lib/components/AccordionItem/useAccordionItem.js.map +1 -1
- package/lib/components/AccordionItem/useAccordionItemContextValues.js.map +1 -1
- package/lib/components/AccordionItem/useAccordionItemStyles.js +4 -2
- package/lib/components/AccordionItem/useAccordionItemStyles.js.map +1 -1
- package/lib/components/AccordionPanel/AccordionPanel.js.map +1 -1
- package/lib/components/AccordionPanel/AccordionPanel.types.js.map +1 -1
- package/lib/components/AccordionPanel/renderAccordionPanel.js.map +1 -1
- package/lib/components/AccordionPanel/useAccordionPanel.js +11 -1
- package/lib/components/AccordionPanel/useAccordionPanel.js.map +1 -1
- package/lib/components/AccordionPanel/useAccordionPanelStyles.js +11 -6
- 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/components/Accordion/Accordion.js.map +1 -1
- package/lib-commonjs/components/Accordion/AccordionContext.js +6 -1
- package/lib-commonjs/components/Accordion/AccordionContext.js.map +1 -1
- package/lib-commonjs/components/Accordion/renderAccordion.js.map +1 -1
- package/lib-commonjs/components/Accordion/useAccordion.js +6 -11
- package/lib-commonjs/components/Accordion/useAccordion.js.map +1 -1
- package/lib-commonjs/components/Accordion/useAccordionContextValues.js.map +1 -1
- package/lib-commonjs/components/Accordion/useAccordionStyles.js +5 -3
- package/lib-commonjs/components/Accordion/useAccordionStyles.js.map +1 -1
- package/lib-commonjs/components/AccordionHeader/AccordionHeader.js.map +1 -1
- package/lib-commonjs/components/AccordionHeader/AccordionHeaderContext.js.map +1 -1
- package/lib-commonjs/components/AccordionHeader/renderAccordionHeader.js.map +1 -1
- package/lib-commonjs/components/AccordionHeader/useAccordionHeader.js +1 -1
- package/lib-commonjs/components/AccordionHeader/useAccordionHeader.js.map +1 -1
- package/lib-commonjs/components/AccordionHeader/useAccordionHeaderContextValues.js.map +1 -1
- package/lib-commonjs/components/AccordionHeader/useAccordionHeaderStyles.js +77 -42
- package/lib-commonjs/components/AccordionHeader/useAccordionHeaderStyles.js.map +1 -1
- package/lib-commonjs/components/AccordionItem/AccordionItem.js.map +1 -1
- package/lib-commonjs/components/AccordionItem/AccordionItemContext.js +2 -1
- package/lib-commonjs/components/AccordionItem/AccordionItemContext.js.map +1 -1
- package/lib-commonjs/components/AccordionItem/renderAccordionItem.js.map +1 -1
- package/lib-commonjs/components/AccordionItem/useAccordionItem.js +1 -7
- package/lib-commonjs/components/AccordionItem/useAccordionItem.js.map +1 -1
- package/lib-commonjs/components/AccordionItem/useAccordionItemContextValues.js.map +1 -1
- package/lib-commonjs/components/AccordionItem/useAccordionItemStyles.js +5 -3
- package/lib-commonjs/components/AccordionItem/useAccordionItemStyles.js.map +1 -1
- package/lib-commonjs/components/AccordionPanel/AccordionPanel.js.map +1 -1
- package/lib-commonjs/components/AccordionPanel/renderAccordionPanel.js.map +1 -1
- package/lib-commonjs/components/AccordionPanel/useAccordionPanel.js +14 -1
- package/lib-commonjs/components/AccordionPanel/useAccordionPanel.js.map +1 -1
- package/lib-commonjs/components/AccordionPanel/useAccordionPanelStyles.js +12 -6
- 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 +24 -27
- 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/components/Accordion/Accordion.d.ts +0 -6
- package/lib/components/Accordion/Accordion.types.d.ts +0 -54
- package/lib/components/Accordion/AccordionContext.d.ts +0 -3
- package/lib/components/Accordion/index.d.ts +0 -7
- package/lib/components/Accordion/renderAccordion.d.ts +0 -5
- package/lib/components/Accordion/useAccordion.d.ts +0 -8
- package/lib/components/Accordion/useAccordionContextValues.d.ts +0 -2
- package/lib/components/Accordion/useAccordionStyles.d.ts +0 -3
- package/lib/components/AccordionHeader/AccordionHeader.d.ts +0 -7
- package/lib/components/AccordionHeader/AccordionHeader.types.d.ts +0 -48
- package/lib/components/AccordionHeader/AccordionHeaderContext.d.ts +0 -4
- package/lib/components/AccordionHeader/index.d.ts +0 -6
- package/lib/components/AccordionHeader/renderAccordionHeader.d.ts +0 -5
- package/lib/components/AccordionHeader/useAccordionHeader.d.ts +0 -8
- package/lib/components/AccordionHeader/useAccordionHeaderContextValues.d.ts +0 -2
- package/lib/components/AccordionHeader/useAccordionHeaderStyles.d.ts +0 -4
- package/lib/components/AccordionItem/AccordionItem.d.ts +0 -6
- package/lib/components/AccordionItem/AccordionItem.types.d.ts +0 -26
- package/lib/components/AccordionItem/AccordionItemContext.d.ts +0 -4
- package/lib/components/AccordionItem/index.d.ts +0 -7
- package/lib/components/AccordionItem/renderAccordionItem.d.ts +0 -5
- package/lib/components/AccordionItem/useAccordionItem.d.ts +0 -8
- package/lib/components/AccordionItem/useAccordionItemContextValues.d.ts +0 -2
- package/lib/components/AccordionItem/useAccordionItemStyles.d.ts +0 -3
- 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 -8
- package/lib/components/AccordionPanel/useAccordionPanelStyles.d.ts +0 -4
- 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/components/Accordion/Accordion.d.ts +0 -6
- package/lib-commonjs/components/Accordion/Accordion.types.d.ts +0 -54
- package/lib-commonjs/components/Accordion/AccordionContext.d.ts +0 -3
- package/lib-commonjs/components/Accordion/index.d.ts +0 -7
- package/lib-commonjs/components/Accordion/renderAccordion.d.ts +0 -5
- package/lib-commonjs/components/Accordion/useAccordion.d.ts +0 -8
- package/lib-commonjs/components/Accordion/useAccordionContextValues.d.ts +0 -2
- package/lib-commonjs/components/Accordion/useAccordionStyles.d.ts +0 -3
- package/lib-commonjs/components/AccordionHeader/AccordionHeader.d.ts +0 -7
- package/lib-commonjs/components/AccordionHeader/AccordionHeader.types.d.ts +0 -48
- package/lib-commonjs/components/AccordionHeader/AccordionHeaderContext.d.ts +0 -4
- package/lib-commonjs/components/AccordionHeader/index.d.ts +0 -6
- package/lib-commonjs/components/AccordionHeader/renderAccordionHeader.d.ts +0 -5
- package/lib-commonjs/components/AccordionHeader/useAccordionHeader.d.ts +0 -8
- package/lib-commonjs/components/AccordionHeader/useAccordionHeaderContextValues.d.ts +0 -2
- package/lib-commonjs/components/AccordionHeader/useAccordionHeaderStyles.d.ts +0 -4
- package/lib-commonjs/components/AccordionItem/AccordionItem.d.ts +0 -6
- package/lib-commonjs/components/AccordionItem/AccordionItem.types.d.ts +0 -26
- package/lib-commonjs/components/AccordionItem/AccordionItemContext.d.ts +0 -4
- package/lib-commonjs/components/AccordionItem/index.d.ts +0 -7
- package/lib-commonjs/components/AccordionItem/renderAccordionItem.d.ts +0 -5
- package/lib-commonjs/components/AccordionItem/useAccordionItem.d.ts +0 -8
- package/lib-commonjs/components/AccordionItem/useAccordionItemContextValues.d.ts +0 -2
- package/lib-commonjs/components/AccordionItem/useAccordionItemStyles.d.ts +0 -3
- 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 -8
- package/lib-commonjs/components/AccordionPanel/useAccordionPanelStyles.d.ts +0 -4
- package/lib-commonjs/index.d.ts +0 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,29 +1,207 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-accordion
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Tue, 28 Jun 2022 04:31:25 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
-
## [0.0.0
|
|
7
|
+
## [0.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v0.0.0)
|
|
8
8
|
|
|
9
|
-
|
|
10
|
-
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-rc.
|
|
9
|
+
Tue, 28 Jun 2022 04:31:25 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-rc.14..@fluentui/react-accordion_v0.0.0)
|
|
11
|
+
|
|
12
|
+
### Patches
|
|
13
|
+
|
|
14
|
+
- feat: Initial 9.0.0 release ([PR #23733](https://github.com/microsoft/fluentui/pull/23733) by lingfangao@hotmail.com)
|
|
15
|
+
- Bump @fluentui/react-aria to v0.0.0 ([commit](https://github.com/microsoft/fluentui/commit/3dd54b72d321c3345a21b4175ffe89e7c457c094) by beachball)
|
|
16
|
+
- Bump @fluentui/react-context-selector to v0.0.0 ([commit](https://github.com/microsoft/fluentui/commit/3dd54b72d321c3345a21b4175ffe89e7c457c094) by beachball)
|
|
17
|
+
- Bump @fluentui/react-shared-contexts to v0.0.0 ([commit](https://github.com/microsoft/fluentui/commit/3dd54b72d321c3345a21b4175ffe89e7c457c094) by beachball)
|
|
18
|
+
- Bump @fluentui/react-tabster to v0.0.0 ([commit](https://github.com/microsoft/fluentui/commit/3dd54b72d321c3345a21b4175ffe89e7c457c094) by beachball)
|
|
19
|
+
- Bump @fluentui/react-theme to v0.0.0 ([commit](https://github.com/microsoft/fluentui/commit/3dd54b72d321c3345a21b4175ffe89e7c457c094) by beachball)
|
|
20
|
+
- Bump @fluentui/react-utilities to v0.0.0 ([commit](https://github.com/microsoft/fluentui/commit/3dd54b72d321c3345a21b4175ffe89e7c457c094) by beachball)
|
|
21
|
+
- Bump @fluentui/react-conformance-griffel to v0.0.0-nightly-20220628-0417.1 ([commit](https://github.com/microsoft/fluentui/commit/3dd54b72d321c3345a21b4175ffe89e7c457c094) by beachball)
|
|
22
|
+
|
|
23
|
+
### Changes
|
|
24
|
+
|
|
25
|
+
- Bump Griffel dependencies ([PR #23688](https://github.com/microsoft/fluentui/pull/23688) by lingfangao@hotmail.com)
|
|
26
|
+
- chore: Adding scheduler as a peer dependency since this package has a dependency on @fluentui/react-context-selector. ([PR #23681](https://github.com/microsoft/fluentui/pull/23681) by Humberto.Morimoto@microsoft.com)
|
|
27
|
+
- chore: Update @fluentui/react-icons to latest version ([PR #23459](https://github.com/microsoft/fluentui/pull/23459) by olfedias@microsoft.com)
|
|
28
|
+
- Update 9.0.0-rc dependencies to use caret range ([PR #23732](https://github.com/microsoft/fluentui/pull/23732) by lingfangao@hotmail.com)
|
|
29
|
+
- fix: Removing user-select: 'none' from AccordionHeader styles. ([PR #23713](https://github.com/microsoft/fluentui/pull/23713) by Humberto.Morimoto@microsoft.com)
|
|
30
|
+
- chore: updates AccordionHeader to follow design spec tokens ([PR #23295](https://github.com/microsoft/fluentui/pull/23295) by bernardo.sunderhus@gmail.com)
|
|
31
|
+
|
|
32
|
+
## [9.0.0-rc.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-rc.14)
|
|
33
|
+
|
|
34
|
+
Thu, 23 Jun 2022 14:25:31 GMT
|
|
35
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-rc.13..@fluentui/react-accordion_v9.0.0-rc.14)
|
|
36
|
+
|
|
37
|
+
### Changes
|
|
38
|
+
|
|
39
|
+
- Bump @fluentui/react-shared-contexts to v9.0.0-rc.11 ([PR #23608](https://github.com/microsoft/fluentui/pull/23608) by beachball)
|
|
40
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.14 ([PR #23608](https://github.com/microsoft/fluentui/pull/23608) by beachball)
|
|
41
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.10 ([PR #23608](https://github.com/microsoft/fluentui/pull/23608) by beachball)
|
|
42
|
+
|
|
43
|
+
## [9.0.0-rc.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-rc.13)
|
|
44
|
+
|
|
45
|
+
Tue, 31 May 2022 21:28:34 GMT
|
|
46
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-rc.12..@fluentui/react-accordion_v9.0.0-rc.13)
|
|
47
|
+
|
|
48
|
+
### Changes
|
|
49
|
+
|
|
50
|
+
- chore: Update Griffel to latest version ([PR #23275](https://github.com/microsoft/fluentui/pull/23275) by olfedias@microsoft.com)
|
|
51
|
+
- updates import to react-shared-components ([PR #23325](https://github.com/microsoft/fluentui/pull/23325) by bernardo.sunderhus@gmail.com)
|
|
52
|
+
- Bump @fluentui/react-aria to v9.0.0-rc.10 ([PR #23325](https://github.com/microsoft/fluentui/pull/23325) by beachball)
|
|
53
|
+
- Bump @fluentui/react-context-selector to v9.0.0-rc.10 ([PR #23325](https://github.com/microsoft/fluentui/pull/23325) by beachball)
|
|
54
|
+
- Bump @fluentui/react-shared-contexts to v9.0.0-rc.10 ([PR #23325](https://github.com/microsoft/fluentui/pull/23325) by beachball)
|
|
55
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.13 ([PR #23325](https://github.com/microsoft/fluentui/pull/23325) by beachball)
|
|
56
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.10 ([PR #23325](https://github.com/microsoft/fluentui/pull/23325) by beachball)
|
|
57
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.8 ([PR #23325](https://github.com/microsoft/fluentui/pull/23325) by beachball)
|
|
58
|
+
|
|
59
|
+
## [9.0.0-rc.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-rc.12)
|
|
60
|
+
|
|
61
|
+
Thu, 26 May 2022 21:01:22 GMT
|
|
62
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-rc.11..@fluentui/react-accordion_v9.0.0-rc.12)
|
|
63
|
+
|
|
64
|
+
### Changes
|
|
65
|
+
|
|
66
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.12 ([PR #23267](https://github.com/microsoft/fluentui/pull/23267) by beachball)
|
|
67
|
+
|
|
68
|
+
## [9.0.0-rc.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-rc.11)
|
|
69
|
+
|
|
70
|
+
Mon, 23 May 2022 18:56:40 GMT
|
|
71
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-rc.10..@fluentui/react-accordion_v9.0.0-rc.11)
|
|
72
|
+
|
|
73
|
+
### Changes
|
|
74
|
+
|
|
75
|
+
- BREAKING: stop exporting AccordionContext and AccordionItemContext ([PR #23092](https://github.com/microsoft/fluentui/pull/23092) by lingfangao@hotmail.com)
|
|
76
|
+
- Removing <componentName>ClassName exports. ([PR #23092](https://github.com/microsoft/fluentui/pull/23092) by esteban.230@hotmail.com)
|
|
77
|
+
- Bump @fluentui/react-shared-contexts to v9.0.0-rc.9 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
|
|
78
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.11 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
|
|
79
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.9 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
|
|
80
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.7 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
|
|
81
|
+
|
|
82
|
+
## [9.0.0-rc.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-rc.10)
|
|
83
|
+
|
|
84
|
+
Mon, 23 May 2022 12:13:58 GMT
|
|
85
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-rc.9..@fluentui/react-accordion_v9.0.0-rc.10)
|
|
86
|
+
|
|
87
|
+
### Changes
|
|
88
|
+
|
|
89
|
+
- chore: Update Griffel to latest version ([PR #23029](https://github.com/microsoft/fluentui/pull/23029) by olfedias@microsoft.com)
|
|
90
|
+
- chore: Update Griffel to latest version ([PR #22894](https://github.com/microsoft/fluentui/pull/22894) by olfedias@microsoft.com)
|
|
91
|
+
- react-accordion: ship rolluped only dts. ([PR #23061](https://github.com/microsoft/fluentui/pull/23061) by tristan.watanabe@gmail.com)
|
|
92
|
+
- Bump @fluentui/react-aria to v9.0.0-rc.9 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
|
|
93
|
+
- Bump @fluentui/react-context-selector to v9.0.0-rc.9 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
|
|
94
|
+
- Bump @fluentui/react-shared-contexts to v9.0.0-rc.8 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
|
|
95
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.10 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
|
|
96
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.8 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
|
|
97
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.9 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
|
|
98
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.6 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
|
|
99
|
+
|
|
100
|
+
## [9.0.0-rc.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-rc.9)
|
|
101
|
+
|
|
102
|
+
Thu, 05 May 2022 18:26:30 GMT
|
|
103
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-rc.8..@fluentui/react-accordion_v9.0.0-rc.9)
|
|
104
|
+
|
|
105
|
+
### Changes
|
|
106
|
+
|
|
107
|
+
- Bump @fluentui/react-aria to v9.0.0-rc.8 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
|
|
108
|
+
- Bump @fluentui/react-context-selector to v9.0.0-rc.8 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
|
|
109
|
+
- Bump @fluentui/react-shared-contexts to v9.0.0-rc.7 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
|
|
110
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.9 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
|
|
111
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.7 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
|
|
112
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.8 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
|
|
113
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.5 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
|
|
114
|
+
|
|
115
|
+
## [9.0.0-rc.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-rc.8)
|
|
116
|
+
|
|
117
|
+
Wed, 04 May 2022 13:26:37 GMT
|
|
118
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-rc.7..@fluentui/react-accordion_v9.0.0-rc.8)
|
|
119
|
+
|
|
120
|
+
### Changes
|
|
121
|
+
|
|
122
|
+
- remove star exports ([PR #22682](https://github.com/microsoft/fluentui/pull/22682) by seanmonahan@microsoft.com)
|
|
123
|
+
- Bump @fluentui/react-aria to v9.0.0-rc.7 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
|
124
|
+
- Bump @fluentui/react-context-selector to v9.0.0-rc.7 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
|
125
|
+
- Bump @fluentui/react-shared-contexts to v9.0.0-rc.6 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
|
126
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.8 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
|
127
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.6 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
|
128
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.7 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
|
129
|
+
|
|
130
|
+
## [9.0.0-rc.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-rc.7)
|
|
131
|
+
|
|
132
|
+
Mon, 25 Apr 2022 09:32:16 GMT
|
|
133
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-rc.6..@fluentui/react-accordion_v9.0.0-rc.7)
|
|
134
|
+
|
|
135
|
+
### Changes
|
|
136
|
+
|
|
137
|
+
- Adjusting accordion keyboard navigation. ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by marata@microsoft.com)
|
|
138
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.7 ([PR #22601](https://github.com/microsoft/fluentui/pull/22601) by beachball)
|
|
139
|
+
|
|
140
|
+
## [9.0.0-rc.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-rc.6)
|
|
141
|
+
|
|
142
|
+
Tue, 19 Apr 2022 19:17:06 GMT
|
|
143
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-rc.5..@fluentui/react-accordion_v9.0.0-rc.6)
|
|
144
|
+
|
|
145
|
+
### Changes
|
|
146
|
+
|
|
147
|
+
- Add static classnames to Accordion ([PR #21960](https://github.com/microsoft/fluentui/pull/21960) by seanmonahan@microsoft.com)
|
|
148
|
+
- add missing dependencies ([PR #21924](https://github.com/microsoft/fluentui/pull/21924) by martinhochel@microsoft.com)
|
|
149
|
+
- 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)
|
|
150
|
+
- chore: Update Griffel to latest version ([PR #21976](https://github.com/microsoft/fluentui/pull/21976) by olfedias@microsoft.com)
|
|
151
|
+
- Bump @fluentui/react-aria to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
|
152
|
+
- Bump @fluentui/react-context-selector to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
|
153
|
+
- Bump @fluentui/react-shared-contexts to v9.0.0-rc.5 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
|
154
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
|
155
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.5 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
|
156
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
|
157
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.4 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
|
158
|
+
|
|
159
|
+
## [9.0.0-rc.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-rc.5)
|
|
160
|
+
|
|
161
|
+
Fri, 04 Mar 2022 05:17:33 GMT
|
|
162
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-rc.4..@fluentui/react-accordion_v9.0.0-rc.5)
|
|
163
|
+
|
|
164
|
+
### Changes
|
|
165
|
+
|
|
166
|
+
- 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)
|
|
167
|
+
- Bump @fluentui/react-aria to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
|
|
168
|
+
- Bump @fluentui/react-context-selector to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
|
|
169
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
|
|
170
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.4 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
|
|
171
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
|
|
172
|
+
|
|
173
|
+
## [9.0.0-rc.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-rc.4)
|
|
174
|
+
|
|
175
|
+
Tue, 01 Mar 2022 02:17:40 GMT
|
|
176
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-rc.3..@fluentui/react-accordion_v9.0.0-rc.4)
|
|
177
|
+
|
|
178
|
+
### Changes
|
|
179
|
+
|
|
180
|
+
- Bump @fluentui/react-aria to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
|
|
181
|
+
- Bump @fluentui/react-context-selector to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
|
|
182
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
|
|
183
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
|
|
184
|
+
|
|
185
|
+
## [9.0.0-rc.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-rc.3)
|
|
186
|
+
|
|
187
|
+
Fri, 18 Feb 2022 13:35:37 GMT
|
|
188
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-rc.1..@fluentui/react-accordion_v9.0.0-rc.3)
|
|
11
189
|
|
|
12
190
|
### Changes
|
|
13
191
|
|
|
14
|
-
- Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/966e16625ca79f990ad8ca408ba47857adc522b3) by email not defined)
|
|
15
192
|
- Updates initial open items value to be empty on every case ([PR #21728](https://github.com/microsoft/fluentui/pull/21728) by bsunderhus@microsoft.com)
|
|
193
|
+
- fix: Source maps contain original source code ([PR #21690](https://github.com/microsoft/fluentui/pull/21690) by lingfangao@hotmail.com)
|
|
16
194
|
- Breaking change: navigable becomes navigation ([PR #21729](https://github.com/microsoft/fluentui/pull/21729) by bsunderhus@microsoft.com)
|
|
17
|
-
- Bump @fluentui/react-aria to
|
|
18
|
-
- Bump @fluentui/react-context-selector to
|
|
19
|
-
- Bump @fluentui/react-tabster to
|
|
20
|
-
- Bump @fluentui/react-theme to
|
|
21
|
-
- Bump @fluentui/react-utilities to
|
|
22
|
-
- Bump @fluentui/react-conformance-griffel to
|
|
195
|
+
- Bump @fluentui/react-aria to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
|
|
196
|
+
- Bump @fluentui/react-context-selector to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
|
|
197
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
|
|
198
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
|
|
199
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
|
|
200
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
|
|
23
201
|
|
|
24
202
|
## [9.0.0-rc.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-rc.1)
|
|
25
203
|
|
|
26
|
-
Thu, 10 Feb 2022 08:52:11 GMT
|
|
204
|
+
Thu, 10 Feb 2022 08:52:11 GMT
|
|
27
205
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-beta.5..@fluentui/react-accordion_v9.0.0-rc.1)
|
|
28
206
|
|
|
29
207
|
### Changes
|
|
@@ -54,7 +232,7 @@ Thu, 10 Feb 2022 08:52:11 GMT
|
|
|
54
232
|
|
|
55
233
|
## [9.0.0-beta.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-beta.5)
|
|
56
234
|
|
|
57
|
-
Thu, 25 Nov 2021 08:34:10 GMT
|
|
235
|
+
Thu, 25 Nov 2021 08:34:10 GMT
|
|
58
236
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-beta.4..@fluentui/react-accordion_v9.0.0-beta.5)
|
|
59
237
|
|
|
60
238
|
### Changes
|
|
@@ -71,7 +249,7 @@ Thu, 25 Nov 2021 08:34:10 GMT
|
|
|
71
249
|
|
|
72
250
|
## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-beta.4)
|
|
73
251
|
|
|
74
|
-
Fri, 12 Nov 2021 13:25:12 GMT
|
|
252
|
+
Fri, 12 Nov 2021 13:25:12 GMT
|
|
75
253
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-beta.3..@fluentui/react-accordion_v9.0.0-beta.4)
|
|
76
254
|
|
|
77
255
|
### Changes
|
|
@@ -91,7 +269,7 @@ Fri, 12 Nov 2021 13:25:12 GMT
|
|
|
91
269
|
|
|
92
270
|
## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-beta.3)
|
|
93
271
|
|
|
94
|
-
Wed, 27 Oct 2021 12:14:12 GMT
|
|
272
|
+
Wed, 27 Oct 2021 12:14:12 GMT
|
|
95
273
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-beta.2..@fluentui/react-accordion_v9.0.0-beta.3)
|
|
96
274
|
|
|
97
275
|
### Changes
|
|
@@ -109,7 +287,7 @@ Wed, 27 Oct 2021 12:14:12 GMT
|
|
|
109
287
|
|
|
110
288
|
## [9.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-beta.2)
|
|
111
289
|
|
|
112
|
-
Tue, 12 Oct 2021 19:45:58 GMT
|
|
290
|
+
Tue, 12 Oct 2021 19:45:58 GMT
|
|
113
291
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-beta.1..@fluentui/react-accordion_v9.0.0-beta.2)
|
|
114
292
|
|
|
115
293
|
### Changes
|
|
@@ -119,7 +297,7 @@ Tue, 12 Oct 2021 19:45:58 GMT
|
|
|
119
297
|
|
|
120
298
|
## [9.0.0-beta.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-beta.1)
|
|
121
299
|
|
|
122
|
-
Wed, 06 Oct 2021 10:37:22 GMT
|
|
300
|
+
Wed, 06 Oct 2021 10:37:22 GMT
|
|
123
301
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.90..@fluentui/react-accordion_v9.0.0-beta.1)
|
|
124
302
|
|
|
125
303
|
### Changes
|
|
@@ -137,7 +315,7 @@ Wed, 06 Oct 2021 10:37:22 GMT
|
|
|
137
315
|
|
|
138
316
|
## [9.0.0-alpha.90](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.90)
|
|
139
317
|
|
|
140
|
-
Tue, 05 Oct 2021 12:47:58 GMT
|
|
318
|
+
Tue, 05 Oct 2021 12:47:58 GMT
|
|
141
319
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.89..@fluentui/react-accordion_v9.0.0-alpha.90)
|
|
142
320
|
|
|
143
321
|
### Changes
|
|
@@ -151,7 +329,7 @@ Tue, 05 Oct 2021 12:47:58 GMT
|
|
|
151
329
|
|
|
152
330
|
## [9.0.0-alpha.89](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.89)
|
|
153
331
|
|
|
154
|
-
Tue, 05 Oct 2021 09:28:07 GMT
|
|
332
|
+
Tue, 05 Oct 2021 09:28:07 GMT
|
|
155
333
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.88..@fluentui/react-accordion_v9.0.0-alpha.89)
|
|
156
334
|
|
|
157
335
|
### Changes
|
|
@@ -168,7 +346,7 @@ Tue, 05 Oct 2021 09:28:07 GMT
|
|
|
168
346
|
|
|
169
347
|
## [9.0.0-alpha.88](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.88)
|
|
170
348
|
|
|
171
|
-
Fri, 01 Oct 2021 14:13:08 GMT
|
|
349
|
+
Fri, 01 Oct 2021 14:13:08 GMT
|
|
172
350
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.86..@fluentui/react-accordion_v9.0.0-alpha.88)
|
|
173
351
|
|
|
174
352
|
### Changes
|
|
@@ -186,7 +364,7 @@ Fri, 01 Oct 2021 14:13:08 GMT
|
|
|
186
364
|
|
|
187
365
|
## [9.0.0-alpha.86](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.86)
|
|
188
366
|
|
|
189
|
-
Fri, 01 Oct 2021 12:30:46 GMT
|
|
367
|
+
Fri, 01 Oct 2021 12:30:46 GMT
|
|
190
368
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.85..@fluentui/react-accordion_v9.0.0-alpha.86)
|
|
191
369
|
|
|
192
370
|
### Changes
|
|
@@ -196,7 +374,7 @@ Fri, 01 Oct 2021 12:30:46 GMT
|
|
|
196
374
|
|
|
197
375
|
## [9.0.0-alpha.85](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.85)
|
|
198
376
|
|
|
199
|
-
Fri, 01 Oct 2021 09:44:56 GMT
|
|
377
|
+
Fri, 01 Oct 2021 09:44:56 GMT
|
|
200
378
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.84..@fluentui/react-accordion_v9.0.0-alpha.85)
|
|
201
379
|
|
|
202
380
|
### Changes
|
|
@@ -206,7 +384,7 @@ Fri, 01 Oct 2021 09:44:56 GMT
|
|
|
206
384
|
|
|
207
385
|
## [9.0.0-alpha.84](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.84)
|
|
208
386
|
|
|
209
|
-
Wed, 29 Sep 2021 08:06:11 GMT
|
|
387
|
+
Wed, 29 Sep 2021 08:06:11 GMT
|
|
210
388
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.83..@fluentui/react-accordion_v9.0.0-alpha.84)
|
|
211
389
|
|
|
212
390
|
### Changes
|
|
@@ -221,7 +399,7 @@ Wed, 29 Sep 2021 08:06:11 GMT
|
|
|
221
399
|
|
|
222
400
|
## [9.0.0-alpha.83](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.83)
|
|
223
401
|
|
|
224
|
-
Mon, 27 Sep 2021 08:06:00 GMT
|
|
402
|
+
Mon, 27 Sep 2021 08:06:00 GMT
|
|
225
403
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.82..@fluentui/react-accordion_v9.0.0-alpha.83)
|
|
226
404
|
|
|
227
405
|
### Changes
|
|
@@ -237,7 +415,7 @@ Mon, 27 Sep 2021 08:06:00 GMT
|
|
|
237
415
|
|
|
238
416
|
## [9.0.0-alpha.82](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.82)
|
|
239
417
|
|
|
240
|
-
Fri, 24 Sep 2021 09:17:17 GMT
|
|
418
|
+
Fri, 24 Sep 2021 09:17:17 GMT
|
|
241
419
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.81..@fluentui/react-accordion_v9.0.0-alpha.82)
|
|
242
420
|
|
|
243
421
|
### Changes
|
|
@@ -253,7 +431,7 @@ Fri, 24 Sep 2021 09:17:17 GMT
|
|
|
253
431
|
|
|
254
432
|
## [9.0.0-alpha.81](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.81)
|
|
255
433
|
|
|
256
|
-
Thu, 23 Sep 2021 08:21:34 GMT
|
|
434
|
+
Thu, 23 Sep 2021 08:21:34 GMT
|
|
257
435
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.80..@fluentui/react-accordion_v9.0.0-alpha.81)
|
|
258
436
|
|
|
259
437
|
### Changes
|
|
@@ -269,7 +447,7 @@ Thu, 23 Sep 2021 08:21:34 GMT
|
|
|
269
447
|
|
|
270
448
|
## [9.0.0-alpha.80](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.80)
|
|
271
449
|
|
|
272
|
-
Wed, 22 Sep 2021 10:10:07 GMT
|
|
450
|
+
Wed, 22 Sep 2021 10:10:07 GMT
|
|
273
451
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.79..@fluentui/react-accordion_v9.0.0-alpha.80)
|
|
274
452
|
|
|
275
453
|
### Changes
|
|
@@ -285,7 +463,7 @@ Wed, 22 Sep 2021 10:10:07 GMT
|
|
|
285
463
|
|
|
286
464
|
## [9.0.0-alpha.79](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.79)
|
|
287
465
|
|
|
288
|
-
Tue, 21 Sep 2021 07:42:34 GMT
|
|
466
|
+
Tue, 21 Sep 2021 07:42:34 GMT
|
|
289
467
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.78..@fluentui/react-accordion_v9.0.0-alpha.79)
|
|
290
468
|
|
|
291
469
|
### Changes
|
|
@@ -301,7 +479,7 @@ Tue, 21 Sep 2021 07:42:34 GMT
|
|
|
301
479
|
|
|
302
480
|
## [9.0.0-alpha.78](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.78)
|
|
303
481
|
|
|
304
|
-
Mon, 20 Sep 2021 07:36:26 GMT
|
|
482
|
+
Mon, 20 Sep 2021 07:36:26 GMT
|
|
305
483
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.77..@fluentui/react-accordion_v9.0.0-alpha.78)
|
|
306
484
|
|
|
307
485
|
### Changes
|
|
@@ -310,7 +488,7 @@ Mon, 20 Sep 2021 07:36:26 GMT
|
|
|
310
488
|
|
|
311
489
|
## [9.0.0-alpha.77](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.77)
|
|
312
490
|
|
|
313
|
-
Fri, 17 Sep 2021 07:35:26 GMT
|
|
491
|
+
Fri, 17 Sep 2021 07:35:26 GMT
|
|
314
492
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.76..@fluentui/react-accordion_v9.0.0-alpha.77)
|
|
315
493
|
|
|
316
494
|
### Changes
|
|
@@ -319,7 +497,7 @@ Fri, 17 Sep 2021 07:35:26 GMT
|
|
|
319
497
|
|
|
320
498
|
## [9.0.0-alpha.76](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.76)
|
|
321
499
|
|
|
322
|
-
Thu, 16 Sep 2021 07:38:39 GMT
|
|
500
|
+
Thu, 16 Sep 2021 07:38:39 GMT
|
|
323
501
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.75..@fluentui/react-accordion_v9.0.0-alpha.76)
|
|
324
502
|
|
|
325
503
|
### Changes
|
|
@@ -329,7 +507,7 @@ Thu, 16 Sep 2021 07:38:39 GMT
|
|
|
329
507
|
|
|
330
508
|
## [9.0.0-alpha.75](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.75)
|
|
331
509
|
|
|
332
|
-
Tue, 14 Sep 2021 20:09:02 GMT
|
|
510
|
+
Tue, 14 Sep 2021 20:09:02 GMT
|
|
333
511
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.74..@fluentui/react-accordion_v9.0.0-alpha.75)
|
|
334
512
|
|
|
335
513
|
### Changes
|
|
@@ -338,7 +516,7 @@ Tue, 14 Sep 2021 20:09:02 GMT
|
|
|
338
516
|
|
|
339
517
|
## [9.0.0-alpha.74](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.74)
|
|
340
518
|
|
|
341
|
-
Tue, 14 Sep 2021 07:38:18 GMT
|
|
519
|
+
Tue, 14 Sep 2021 07:38:18 GMT
|
|
342
520
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.73..@fluentui/react-accordion_v9.0.0-alpha.74)
|
|
343
521
|
|
|
344
522
|
### Changes
|
|
@@ -347,7 +525,7 @@ Tue, 14 Sep 2021 07:38:18 GMT
|
|
|
347
525
|
|
|
348
526
|
## [9.0.0-alpha.73](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.73)
|
|
349
527
|
|
|
350
|
-
Fri, 10 Sep 2021 16:31:53 GMT
|
|
528
|
+
Fri, 10 Sep 2021 16:31:53 GMT
|
|
351
529
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.72..@fluentui/react-accordion_v9.0.0-alpha.73)
|
|
352
530
|
|
|
353
531
|
### Changes
|
|
@@ -357,7 +535,7 @@ Fri, 10 Sep 2021 16:31:53 GMT
|
|
|
357
535
|
|
|
358
536
|
## [9.0.0-alpha.72](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.72)
|
|
359
537
|
|
|
360
|
-
Fri, 10 Sep 2021 07:39:51 GMT
|
|
538
|
+
Fri, 10 Sep 2021 07:39:51 GMT
|
|
361
539
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.71..@fluentui/react-accordion_v9.0.0-alpha.72)
|
|
362
540
|
|
|
363
541
|
### Changes
|
|
@@ -366,7 +544,7 @@ Fri, 10 Sep 2021 07:39:51 GMT
|
|
|
366
544
|
|
|
367
545
|
## [9.0.0-alpha.71](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.71)
|
|
368
546
|
|
|
369
|
-
Mon, 06 Sep 2021 07:34:53 GMT
|
|
547
|
+
Mon, 06 Sep 2021 07:34:53 GMT
|
|
370
548
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.70..@fluentui/react-accordion_v9.0.0-alpha.71)
|
|
371
549
|
|
|
372
550
|
### Changes
|
|
@@ -375,7 +553,7 @@ Mon, 06 Sep 2021 07:34:53 GMT
|
|
|
375
553
|
|
|
376
554
|
## [9.0.0-alpha.70](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.70)
|
|
377
555
|
|
|
378
|
-
Thu, 02 Sep 2021 07:36:46 GMT
|
|
556
|
+
Thu, 02 Sep 2021 07:36:46 GMT
|
|
379
557
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.69..@fluentui/react-accordion_v9.0.0-alpha.70)
|
|
380
558
|
|
|
381
559
|
### Patches
|
|
@@ -388,7 +566,7 @@ Thu, 02 Sep 2021 07:36:46 GMT
|
|
|
388
566
|
|
|
389
567
|
## [9.0.0-alpha.69](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.69)
|
|
390
568
|
|
|
391
|
-
Wed, 01 Sep 2021 07:39:56 GMT
|
|
569
|
+
Wed, 01 Sep 2021 07:39:56 GMT
|
|
392
570
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.68..@fluentui/react-accordion_v9.0.0-alpha.69)
|
|
393
571
|
|
|
394
572
|
### Changes
|
|
@@ -397,7 +575,7 @@ Wed, 01 Sep 2021 07:39:56 GMT
|
|
|
397
575
|
|
|
398
576
|
## [9.0.0-alpha.68](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.68)
|
|
399
577
|
|
|
400
|
-
Tue, 31 Aug 2021 07:37:47 GMT
|
|
578
|
+
Tue, 31 Aug 2021 07:37:47 GMT
|
|
401
579
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.67..@fluentui/react-accordion_v9.0.0-alpha.68)
|
|
402
580
|
|
|
403
581
|
### Changes
|
|
@@ -406,7 +584,7 @@ Tue, 31 Aug 2021 07:37:47 GMT
|
|
|
406
584
|
|
|
407
585
|
## [9.0.0-alpha.67](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.67)
|
|
408
586
|
|
|
409
|
-
Mon, 30 Aug 2021 07:35:05 GMT
|
|
587
|
+
Mon, 30 Aug 2021 07:35:05 GMT
|
|
410
588
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.66..@fluentui/react-accordion_v9.0.0-alpha.67)
|
|
411
589
|
|
|
412
590
|
### Changes
|
|
@@ -415,7 +593,7 @@ Mon, 30 Aug 2021 07:35:05 GMT
|
|
|
415
593
|
|
|
416
594
|
## [9.0.0-alpha.66](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.66)
|
|
417
595
|
|
|
418
|
-
Fri, 27 Aug 2021 07:33:32 GMT
|
|
596
|
+
Fri, 27 Aug 2021 07:33:32 GMT
|
|
419
597
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.65..@fluentui/react-accordion_v9.0.0-alpha.66)
|
|
420
598
|
|
|
421
599
|
### Changes
|
|
@@ -424,7 +602,7 @@ Fri, 27 Aug 2021 07:33:32 GMT
|
|
|
424
602
|
|
|
425
603
|
## [9.0.0-alpha.65](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.65)
|
|
426
604
|
|
|
427
|
-
Thu, 26 Aug 2021 07:35:43 GMT
|
|
605
|
+
Thu, 26 Aug 2021 07:35:43 GMT
|
|
428
606
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.64..@fluentui/react-accordion_v9.0.0-alpha.65)
|
|
429
607
|
|
|
430
608
|
### Changes
|
|
@@ -433,7 +611,7 @@ Thu, 26 Aug 2021 07:35:43 GMT
|
|
|
433
611
|
|
|
434
612
|
## [9.0.0-alpha.64](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.64)
|
|
435
613
|
|
|
436
|
-
Fri, 20 Aug 2021 07:37:28 GMT
|
|
614
|
+
Fri, 20 Aug 2021 07:37:28 GMT
|
|
437
615
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.63..@fluentui/react-accordion_v9.0.0-alpha.64)
|
|
438
616
|
|
|
439
617
|
### Changes
|
|
@@ -442,7 +620,7 @@ Fri, 20 Aug 2021 07:37:28 GMT
|
|
|
442
620
|
|
|
443
621
|
## [9.0.0-alpha.63](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.63)
|
|
444
622
|
|
|
445
|
-
Thu, 19 Aug 2021 07:41:35 GMT
|
|
623
|
+
Thu, 19 Aug 2021 07:41:35 GMT
|
|
446
624
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.62..@fluentui/react-accordion_v9.0.0-alpha.63)
|
|
447
625
|
|
|
448
626
|
### Changes
|
|
@@ -451,7 +629,7 @@ Thu, 19 Aug 2021 07:41:35 GMT
|
|
|
451
629
|
|
|
452
630
|
## [9.0.0-alpha.62](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.62)
|
|
453
631
|
|
|
454
|
-
Fri, 13 Aug 2021 07:36:34 GMT
|
|
632
|
+
Fri, 13 Aug 2021 07:36:34 GMT
|
|
455
633
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.61..@fluentui/react-accordion_v9.0.0-alpha.62)
|
|
456
634
|
|
|
457
635
|
### Changes
|
|
@@ -460,7 +638,7 @@ Fri, 13 Aug 2021 07:36:34 GMT
|
|
|
460
638
|
|
|
461
639
|
## [9.0.0-alpha.61](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.61)
|
|
462
640
|
|
|
463
|
-
Wed, 11 Aug 2021 07:34:54 GMT
|
|
641
|
+
Wed, 11 Aug 2021 07:34:54 GMT
|
|
464
642
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.60..@fluentui/react-accordion_v9.0.0-alpha.61)
|
|
465
643
|
|
|
466
644
|
### Changes
|
|
@@ -469,7 +647,7 @@ Wed, 11 Aug 2021 07:34:54 GMT
|
|
|
469
647
|
|
|
470
648
|
## [9.0.0-alpha.60](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.60)
|
|
471
649
|
|
|
472
|
-
Fri, 06 Aug 2021 07:35:14 GMT
|
|
650
|
+
Fri, 06 Aug 2021 07:35:14 GMT
|
|
473
651
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.59..@fluentui/react-accordion_v9.0.0-alpha.60)
|
|
474
652
|
|
|
475
653
|
### Changes
|
|
@@ -478,7 +656,7 @@ Fri, 06 Aug 2021 07:35:14 GMT
|
|
|
478
656
|
|
|
479
657
|
## [9.0.0-alpha.59](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.59)
|
|
480
658
|
|
|
481
|
-
Tue, 03 Aug 2021 07:39:30 GMT
|
|
659
|
+
Tue, 03 Aug 2021 07:39:30 GMT
|
|
482
660
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.58..@fluentui/react-accordion_v9.0.0-alpha.59)
|
|
483
661
|
|
|
484
662
|
### Patches
|
|
@@ -493,7 +671,7 @@ Tue, 03 Aug 2021 07:39:30 GMT
|
|
|
493
671
|
|
|
494
672
|
## [9.0.0-alpha.58](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.58)
|
|
495
673
|
|
|
496
|
-
Mon, 02 Aug 2021 07:36:20 GMT
|
|
674
|
+
Mon, 02 Aug 2021 07:36:20 GMT
|
|
497
675
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.57..@fluentui/react-accordion_v9.0.0-alpha.58)
|
|
498
676
|
|
|
499
677
|
### Changes
|
|
@@ -502,7 +680,7 @@ Mon, 02 Aug 2021 07:36:20 GMT
|
|
|
502
680
|
|
|
503
681
|
## [9.0.0-alpha.57](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.57)
|
|
504
682
|
|
|
505
|
-
Mon, 26 Jul 2021 07:37:30 GMT
|
|
683
|
+
Mon, 26 Jul 2021 07:37:30 GMT
|
|
506
684
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.56..@fluentui/react-accordion_v9.0.0-alpha.57)
|
|
507
685
|
|
|
508
686
|
### Changes
|
|
@@ -511,7 +689,7 @@ Mon, 26 Jul 2021 07:37:30 GMT
|
|
|
511
689
|
|
|
512
690
|
## [9.0.0-alpha.56](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.56)
|
|
513
691
|
|
|
514
|
-
Fri, 23 Jul 2021 07:38:19 GMT
|
|
692
|
+
Fri, 23 Jul 2021 07:38:19 GMT
|
|
515
693
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.55..@fluentui/react-accordion_v9.0.0-alpha.56)
|
|
516
694
|
|
|
517
695
|
### Changes
|
|
@@ -520,7 +698,7 @@ Fri, 23 Jul 2021 07:38:19 GMT
|
|
|
520
698
|
|
|
521
699
|
## [9.0.0-alpha.55](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.55)
|
|
522
700
|
|
|
523
|
-
Thu, 22 Jul 2021 07:36:55 GMT
|
|
701
|
+
Thu, 22 Jul 2021 07:36:55 GMT
|
|
524
702
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.54..@fluentui/react-accordion_v9.0.0-alpha.55)
|
|
525
703
|
|
|
526
704
|
### Changes
|
|
@@ -529,7 +707,7 @@ Thu, 22 Jul 2021 07:36:55 GMT
|
|
|
529
707
|
|
|
530
708
|
## [9.0.0-alpha.54](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.54)
|
|
531
709
|
|
|
532
|
-
Tue, 20 Jul 2021 22:23:17 GMT
|
|
710
|
+
Tue, 20 Jul 2021 22:23:17 GMT
|
|
533
711
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.53..@fluentui/react-accordion_v9.0.0-alpha.54)
|
|
534
712
|
|
|
535
713
|
### Changes
|
|
@@ -538,7 +716,7 @@ Tue, 20 Jul 2021 22:23:17 GMT
|
|
|
538
716
|
|
|
539
717
|
## [9.0.0-alpha.53](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.53)
|
|
540
718
|
|
|
541
|
-
Fri, 16 Jul 2021 22:53:17 GMT
|
|
719
|
+
Fri, 16 Jul 2021 22:53:17 GMT
|
|
542
720
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.52..@fluentui/react-accordion_v9.0.0-alpha.53)
|
|
543
721
|
|
|
544
722
|
### Changes
|
|
@@ -547,7 +725,7 @@ Fri, 16 Jul 2021 22:53:17 GMT
|
|
|
547
725
|
|
|
548
726
|
## [9.0.0-alpha.52](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.52)
|
|
549
727
|
|
|
550
|
-
Thu, 15 Jul 2021 07:36:18 GMT
|
|
728
|
+
Thu, 15 Jul 2021 07:36:18 GMT
|
|
551
729
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.51..@fluentui/react-accordion_v9.0.0-alpha.52)
|
|
552
730
|
|
|
553
731
|
### Changes
|
|
@@ -556,7 +734,7 @@ Thu, 15 Jul 2021 07:36:18 GMT
|
|
|
556
734
|
|
|
557
735
|
## [9.0.0-alpha.51](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.51)
|
|
558
736
|
|
|
559
|
-
Tue, 13 Jul 2021 22:32:58 GMT
|
|
737
|
+
Tue, 13 Jul 2021 22:32:58 GMT
|
|
560
738
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.50..@fluentui/react-accordion_v9.0.0-alpha.51)
|
|
561
739
|
|
|
562
740
|
### Patches
|
|
@@ -565,7 +743,7 @@ Tue, 13 Jul 2021 22:32:58 GMT
|
|
|
565
743
|
|
|
566
744
|
## [9.0.0-alpha.50](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.50)
|
|
567
745
|
|
|
568
|
-
Tue, 13 Jul 2021 07:35:36 GMT
|
|
746
|
+
Tue, 13 Jul 2021 07:35:36 GMT
|
|
569
747
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.49..@fluentui/react-accordion_v9.0.0-alpha.50)
|
|
570
748
|
|
|
571
749
|
### Changes
|
|
@@ -574,7 +752,7 @@ Tue, 13 Jul 2021 07:35:36 GMT
|
|
|
574
752
|
|
|
575
753
|
## [9.0.0-alpha.49](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.49)
|
|
576
754
|
|
|
577
|
-
Mon, 12 Jul 2021 07:33:23 GMT
|
|
755
|
+
Mon, 12 Jul 2021 07:33:23 GMT
|
|
578
756
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.48..@fluentui/react-accordion_v9.0.0-alpha.49)
|
|
579
757
|
|
|
580
758
|
### Changes
|
|
@@ -585,7 +763,7 @@ Mon, 12 Jul 2021 07:33:23 GMT
|
|
|
585
763
|
|
|
586
764
|
## [9.0.0-alpha.48](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.48)
|
|
587
765
|
|
|
588
|
-
Fri, 09 Jul 2021 07:39:31 GMT
|
|
766
|
+
Fri, 09 Jul 2021 07:39:31 GMT
|
|
589
767
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.47..@fluentui/react-accordion_v9.0.0-alpha.48)
|
|
590
768
|
|
|
591
769
|
### Patches
|
|
@@ -600,7 +778,7 @@ Fri, 09 Jul 2021 07:39:31 GMT
|
|
|
600
778
|
|
|
601
779
|
## [9.0.0-alpha.47](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.47)
|
|
602
780
|
|
|
603
|
-
Fri, 02 Jul 2021 23:15:55 GMT
|
|
781
|
+
Fri, 02 Jul 2021 23:15:55 GMT
|
|
604
782
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.46..@fluentui/react-accordion_v9.0.0-alpha.47)
|
|
605
783
|
|
|
606
784
|
### Changes
|
|
@@ -609,7 +787,7 @@ Fri, 02 Jul 2021 23:15:55 GMT
|
|
|
609
787
|
|
|
610
788
|
## [9.0.0-alpha.46](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.46)
|
|
611
789
|
|
|
612
|
-
Fri, 02 Jul 2021 07:37:06 GMT
|
|
790
|
+
Fri, 02 Jul 2021 07:37:06 GMT
|
|
613
791
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.45..@fluentui/react-accordion_v9.0.0-alpha.46)
|
|
614
792
|
|
|
615
793
|
### Changes
|
|
@@ -618,7 +796,7 @@ Fri, 02 Jul 2021 07:37:06 GMT
|
|
|
618
796
|
|
|
619
797
|
## [9.0.0-alpha.45](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.45)
|
|
620
798
|
|
|
621
|
-
Thu, 01 Jul 2021 07:35:05 GMT
|
|
799
|
+
Thu, 01 Jul 2021 07:35:05 GMT
|
|
622
800
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.44..@fluentui/react-accordion_v9.0.0-alpha.45)
|
|
623
801
|
|
|
624
802
|
### Changes
|
|
@@ -628,7 +806,7 @@ Thu, 01 Jul 2021 07:35:05 GMT
|
|
|
628
806
|
|
|
629
807
|
## [9.0.0-alpha.44](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.44)
|
|
630
808
|
|
|
631
|
-
Wed, 30 Jun 2021 07:38:35 GMT
|
|
809
|
+
Wed, 30 Jun 2021 07:38:35 GMT
|
|
632
810
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.43..@fluentui/react-accordion_v9.0.0-alpha.44)
|
|
633
811
|
|
|
634
812
|
### Changes
|
|
@@ -637,7 +815,7 @@ Wed, 30 Jun 2021 07:38:35 GMT
|
|
|
637
815
|
|
|
638
816
|
## [9.0.0-alpha.43](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.43)
|
|
639
817
|
|
|
640
|
-
Tue, 29 Jun 2021 07:33:32 GMT
|
|
818
|
+
Tue, 29 Jun 2021 07:33:32 GMT
|
|
641
819
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.42..@fluentui/react-accordion_v9.0.0-alpha.43)
|
|
642
820
|
|
|
643
821
|
### Changes
|
|
@@ -646,7 +824,7 @@ Tue, 29 Jun 2021 07:33:32 GMT
|
|
|
646
824
|
|
|
647
825
|
## [9.0.0-alpha.42](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.42)
|
|
648
826
|
|
|
649
|
-
Tue, 22 Jun 2021 07:35:11 GMT
|
|
827
|
+
Tue, 22 Jun 2021 07:35:11 GMT
|
|
650
828
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.41..@fluentui/react-accordion_v9.0.0-alpha.42)
|
|
651
829
|
|
|
652
830
|
### Changes
|
|
@@ -655,7 +833,7 @@ Tue, 22 Jun 2021 07:35:11 GMT
|
|
|
655
833
|
|
|
656
834
|
## [9.0.0-alpha.41](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.41)
|
|
657
835
|
|
|
658
|
-
Mon, 21 Jun 2021 07:34:33 GMT
|
|
836
|
+
Mon, 21 Jun 2021 07:34:33 GMT
|
|
659
837
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.40..@fluentui/react-accordion_v9.0.0-alpha.41)
|
|
660
838
|
|
|
661
839
|
### Changes
|
|
@@ -664,7 +842,7 @@ Mon, 21 Jun 2021 07:34:33 GMT
|
|
|
664
842
|
|
|
665
843
|
## [9.0.0-alpha.40](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.40)
|
|
666
844
|
|
|
667
|
-
Wed, 16 Jun 2021 07:34:24 GMT
|
|
845
|
+
Wed, 16 Jun 2021 07:34:24 GMT
|
|
668
846
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.39..@fluentui/react-accordion_v9.0.0-alpha.40)
|
|
669
847
|
|
|
670
848
|
### Changes
|
|
@@ -673,7 +851,7 @@ Wed, 16 Jun 2021 07:34:24 GMT
|
|
|
673
851
|
|
|
674
852
|
## [9.0.0-alpha.39](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.39)
|
|
675
853
|
|
|
676
|
-
Tue, 15 Jun 2021 07:40:20 GMT
|
|
854
|
+
Tue, 15 Jun 2021 07:40:20 GMT
|
|
677
855
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.38..@fluentui/react-accordion_v9.0.0-alpha.39)
|
|
678
856
|
|
|
679
857
|
### Changes
|
|
@@ -682,7 +860,7 @@ Tue, 15 Jun 2021 07:40:20 GMT
|
|
|
682
860
|
|
|
683
861
|
## [9.0.0-alpha.38](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.38)
|
|
684
862
|
|
|
685
|
-
Wed, 09 Jun 2021 07:33:38 GMT
|
|
863
|
+
Wed, 09 Jun 2021 07:33:38 GMT
|
|
686
864
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.37..@fluentui/react-accordion_v9.0.0-alpha.38)
|
|
687
865
|
|
|
688
866
|
### Changes
|
|
@@ -691,7 +869,7 @@ Wed, 09 Jun 2021 07:33:38 GMT
|
|
|
691
869
|
|
|
692
870
|
## [9.0.0-alpha.37](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.37)
|
|
693
871
|
|
|
694
|
-
Mon, 07 Jun 2021 07:38:15 GMT
|
|
872
|
+
Mon, 07 Jun 2021 07:38:15 GMT
|
|
695
873
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.36..@fluentui/react-accordion_v9.0.0-alpha.37)
|
|
696
874
|
|
|
697
875
|
### Patches
|
|
@@ -706,7 +884,7 @@ Mon, 07 Jun 2021 07:38:15 GMT
|
|
|
706
884
|
|
|
707
885
|
## [9.0.0-alpha.36](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.36)
|
|
708
886
|
|
|
709
|
-
Fri, 04 Jun 2021 07:37:23 GMT
|
|
887
|
+
Fri, 04 Jun 2021 07:37:23 GMT
|
|
710
888
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.35..@fluentui/react-accordion_v9.0.0-alpha.36)
|
|
711
889
|
|
|
712
890
|
### Changes
|
|
@@ -715,7 +893,7 @@ Fri, 04 Jun 2021 07:37:23 GMT
|
|
|
715
893
|
|
|
716
894
|
## [9.0.0-alpha.35](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.35)
|
|
717
895
|
|
|
718
|
-
Thu, 03 Jun 2021 07:36:03 GMT
|
|
896
|
+
Thu, 03 Jun 2021 07:36:03 GMT
|
|
719
897
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.34..@fluentui/react-accordion_v9.0.0-alpha.35)
|
|
720
898
|
|
|
721
899
|
### Changes
|
|
@@ -724,7 +902,7 @@ Thu, 03 Jun 2021 07:36:03 GMT
|
|
|
724
902
|
|
|
725
903
|
## [9.0.0-alpha.34](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.34)
|
|
726
904
|
|
|
727
|
-
Wed, 02 Jun 2021 07:37:15 GMT
|
|
905
|
+
Wed, 02 Jun 2021 07:37:15 GMT
|
|
728
906
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.33..@fluentui/react-accordion_v9.0.0-alpha.34)
|
|
729
907
|
|
|
730
908
|
### Changes
|
|
@@ -733,7 +911,7 @@ Wed, 02 Jun 2021 07:37:15 GMT
|
|
|
733
911
|
|
|
734
912
|
## [9.0.0-alpha.33](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.33)
|
|
735
913
|
|
|
736
|
-
Wed, 26 May 2021 07:35:43 GMT
|
|
914
|
+
Wed, 26 May 2021 07:35:43 GMT
|
|
737
915
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.32..@fluentui/react-accordion_v9.0.0-alpha.33)
|
|
738
916
|
|
|
739
917
|
### Changes
|
|
@@ -742,7 +920,7 @@ Wed, 26 May 2021 07:35:43 GMT
|
|
|
742
920
|
|
|
743
921
|
## [9.0.0-alpha.32](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.32)
|
|
744
922
|
|
|
745
|
-
Fri, 21 May 2021 07:34:54 GMT
|
|
923
|
+
Fri, 21 May 2021 07:34:54 GMT
|
|
746
924
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.31..@fluentui/react-accordion_v9.0.0-alpha.32)
|
|
747
925
|
|
|
748
926
|
### Changes
|
|
@@ -751,7 +929,7 @@ Fri, 21 May 2021 07:34:54 GMT
|
|
|
751
929
|
|
|
752
930
|
## [9.0.0-alpha.31](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.31)
|
|
753
931
|
|
|
754
|
-
Thu, 20 May 2021 07:41:54 GMT
|
|
932
|
+
Thu, 20 May 2021 07:41:54 GMT
|
|
755
933
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.30..@fluentui/react-accordion_v9.0.0-alpha.31)
|
|
756
934
|
|
|
757
935
|
### Patches
|
|
@@ -766,7 +944,7 @@ Thu, 20 May 2021 07:41:54 GMT
|
|
|
766
944
|
|
|
767
945
|
## [9.0.0-alpha.30](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.30)
|
|
768
946
|
|
|
769
|
-
Wed, 19 May 2021 07:34:20 GMT
|
|
947
|
+
Wed, 19 May 2021 07:34:20 GMT
|
|
770
948
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.29..@fluentui/react-accordion_v9.0.0-alpha.30)
|
|
771
949
|
|
|
772
950
|
### Patches
|
|
@@ -779,7 +957,7 @@ Wed, 19 May 2021 07:34:20 GMT
|
|
|
779
957
|
|
|
780
958
|
## [9.0.0-alpha.29](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.29)
|
|
781
959
|
|
|
782
|
-
Tue, 18 May 2021 07:34:38 GMT
|
|
960
|
+
Tue, 18 May 2021 07:34:38 GMT
|
|
783
961
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.28..@fluentui/react-accordion_v9.0.0-alpha.29)
|
|
784
962
|
|
|
785
963
|
### Changes
|
|
@@ -788,7 +966,7 @@ Tue, 18 May 2021 07:34:38 GMT
|
|
|
788
966
|
|
|
789
967
|
## [9.0.0-alpha.28](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.28)
|
|
790
968
|
|
|
791
|
-
Thu, 13 May 2021 07:36:55 GMT
|
|
969
|
+
Thu, 13 May 2021 07:36:55 GMT
|
|
792
970
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.27..@fluentui/react-accordion_v9.0.0-alpha.28)
|
|
793
971
|
|
|
794
972
|
### Changes
|
|
@@ -797,7 +975,7 @@ Thu, 13 May 2021 07:36:55 GMT
|
|
|
797
975
|
|
|
798
976
|
## [9.0.0-alpha.27](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.27)
|
|
799
977
|
|
|
800
|
-
Wed, 12 May 2021 07:36:20 GMT
|
|
978
|
+
Wed, 12 May 2021 07:36:20 GMT
|
|
801
979
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.26..@fluentui/react-accordion_v9.0.0-alpha.27)
|
|
802
980
|
|
|
803
981
|
### Changes
|
|
@@ -806,7 +984,7 @@ Wed, 12 May 2021 07:36:20 GMT
|
|
|
806
984
|
|
|
807
985
|
## [9.0.0-alpha.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.26)
|
|
808
986
|
|
|
809
|
-
Mon, 10 May 2021 07:36:07 GMT
|
|
987
|
+
Mon, 10 May 2021 07:36:07 GMT
|
|
810
988
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.25..@fluentui/react-accordion_v9.0.0-alpha.26)
|
|
811
989
|
|
|
812
990
|
### Changes
|
|
@@ -815,7 +993,7 @@ Mon, 10 May 2021 07:36:07 GMT
|
|
|
815
993
|
|
|
816
994
|
## [9.0.0-alpha.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.25)
|
|
817
995
|
|
|
818
|
-
Wed, 05 May 2021 07:36:50 GMT
|
|
996
|
+
Wed, 05 May 2021 07:36:50 GMT
|
|
819
997
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.24..@fluentui/react-accordion_v9.0.0-alpha.25)
|
|
820
998
|
|
|
821
999
|
### Changes
|
|
@@ -824,7 +1002,7 @@ Wed, 05 May 2021 07:36:50 GMT
|
|
|
824
1002
|
|
|
825
1003
|
## [9.0.0-alpha.24](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.24)
|
|
826
1004
|
|
|
827
|
-
Mon, 03 May 2021 07:45:19 GMT
|
|
1005
|
+
Mon, 03 May 2021 07:45:19 GMT
|
|
828
1006
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.23..@fluentui/react-accordion_v9.0.0-alpha.24)
|
|
829
1007
|
|
|
830
1008
|
### Changes
|
|
@@ -833,7 +1011,7 @@ Mon, 03 May 2021 07:45:19 GMT
|
|
|
833
1011
|
|
|
834
1012
|
## [9.0.0-alpha.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.23)
|
|
835
1013
|
|
|
836
|
-
Fri, 30 Apr 2021 07:42:23 GMT
|
|
1014
|
+
Fri, 30 Apr 2021 07:42:23 GMT
|
|
837
1015
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.22..@fluentui/react-accordion_v9.0.0-alpha.23)
|
|
838
1016
|
|
|
839
1017
|
### Patches
|
|
@@ -849,7 +1027,7 @@ Fri, 30 Apr 2021 07:42:23 GMT
|
|
|
849
1027
|
|
|
850
1028
|
## [9.0.0-alpha.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.22)
|
|
851
1029
|
|
|
852
|
-
Wed, 28 Apr 2021 07:32:59 GMT
|
|
1030
|
+
Wed, 28 Apr 2021 07:32:59 GMT
|
|
853
1031
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.21..@fluentui/react-accordion_v9.0.0-alpha.22)
|
|
854
1032
|
|
|
855
1033
|
### Changes
|
|
@@ -858,7 +1036,7 @@ Wed, 28 Apr 2021 07:32:59 GMT
|
|
|
858
1036
|
|
|
859
1037
|
## [9.0.0-alpha.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.21)
|
|
860
1038
|
|
|
861
|
-
Tue, 27 Apr 2021 07:34:03 GMT
|
|
1039
|
+
Tue, 27 Apr 2021 07:34:03 GMT
|
|
862
1040
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.20..@fluentui/react-accordion_v9.0.0-alpha.21)
|
|
863
1041
|
|
|
864
1042
|
### Changes
|
|
@@ -867,7 +1045,7 @@ Tue, 27 Apr 2021 07:34:03 GMT
|
|
|
867
1045
|
|
|
868
1046
|
## [9.0.0-alpha.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.20)
|
|
869
1047
|
|
|
870
|
-
Mon, 26 Apr 2021 07:34:31 GMT
|
|
1048
|
+
Mon, 26 Apr 2021 07:34:31 GMT
|
|
871
1049
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.19..@fluentui/react-accordion_v9.0.0-alpha.20)
|
|
872
1050
|
|
|
873
1051
|
### Changes
|
|
@@ -876,7 +1054,7 @@ Mon, 26 Apr 2021 07:34:31 GMT
|
|
|
876
1054
|
|
|
877
1055
|
## [9.0.0-alpha.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.19)
|
|
878
1056
|
|
|
879
|
-
Fri, 23 Apr 2021 07:37:10 GMT
|
|
1057
|
+
Fri, 23 Apr 2021 07:37:10 GMT
|
|
880
1058
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.18..@fluentui/react-accordion_v9.0.0-alpha.19)
|
|
881
1059
|
|
|
882
1060
|
### Patches
|
|
@@ -891,7 +1069,7 @@ Fri, 23 Apr 2021 07:37:10 GMT
|
|
|
891
1069
|
|
|
892
1070
|
## [9.0.0-alpha.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.18)
|
|
893
1071
|
|
|
894
|
-
Thu, 22 Apr 2021 07:33:28 GMT
|
|
1072
|
+
Thu, 22 Apr 2021 07:33:28 GMT
|
|
895
1073
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.17..@fluentui/react-accordion_v9.0.0-alpha.18)
|
|
896
1074
|
|
|
897
1075
|
### Changes
|
|
@@ -900,7 +1078,7 @@ Thu, 22 Apr 2021 07:33:28 GMT
|
|
|
900
1078
|
|
|
901
1079
|
## [9.0.0-alpha.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.17)
|
|
902
1080
|
|
|
903
|
-
Wed, 21 Apr 2021 07:31:50 GMT
|
|
1081
|
+
Wed, 21 Apr 2021 07:31:50 GMT
|
|
904
1082
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.16..@fluentui/react-accordion_v9.0.0-alpha.17)
|
|
905
1083
|
|
|
906
1084
|
### Changes
|
|
@@ -909,7 +1087,7 @@ Wed, 21 Apr 2021 07:31:50 GMT
|
|
|
909
1087
|
|
|
910
1088
|
## [9.0.0-alpha.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.16)
|
|
911
1089
|
|
|
912
|
-
Tue, 20 Apr 2021 07:31:35 GMT
|
|
1090
|
+
Tue, 20 Apr 2021 07:31:35 GMT
|
|
913
1091
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.15..@fluentui/react-accordion_v9.0.0-alpha.16)
|
|
914
1092
|
|
|
915
1093
|
### Changes
|
|
@@ -918,7 +1096,7 @@ Tue, 20 Apr 2021 07:31:35 GMT
|
|
|
918
1096
|
|
|
919
1097
|
## [9.0.0-alpha.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.15)
|
|
920
1098
|
|
|
921
|
-
Fri, 16 Apr 2021 18:08:21 GMT
|
|
1099
|
+
Fri, 16 Apr 2021 18:08:21 GMT
|
|
922
1100
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.14..@fluentui/react-accordion_v9.0.0-alpha.15)
|
|
923
1101
|
|
|
924
1102
|
### Changes
|
|
@@ -927,7 +1105,7 @@ Fri, 16 Apr 2021 18:08:21 GMT
|
|
|
927
1105
|
|
|
928
1106
|
## [9.0.0-alpha.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.14)
|
|
929
1107
|
|
|
930
|
-
Wed, 14 Apr 2021 07:34:12 GMT
|
|
1108
|
+
Wed, 14 Apr 2021 07:34:12 GMT
|
|
931
1109
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.13..@fluentui/react-accordion_v9.0.0-alpha.14)
|
|
932
1110
|
|
|
933
1111
|
### Changes
|
|
@@ -936,7 +1114,7 @@ Wed, 14 Apr 2021 07:34:12 GMT
|
|
|
936
1114
|
|
|
937
1115
|
## [9.0.0-alpha.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.13)
|
|
938
1116
|
|
|
939
|
-
Fri, 09 Apr 2021 23:42:49 GMT
|
|
1117
|
+
Fri, 09 Apr 2021 23:42:49 GMT
|
|
940
1118
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.12..@fluentui/react-accordion_v9.0.0-alpha.13)
|
|
941
1119
|
|
|
942
1120
|
### Changes
|
|
@@ -946,7 +1124,7 @@ Fri, 09 Apr 2021 23:42:49 GMT
|
|
|
946
1124
|
|
|
947
1125
|
## [9.0.0-alpha.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.12)
|
|
948
1126
|
|
|
949
|
-
Fri, 09 Apr 2021 07:31:06 GMT
|
|
1127
|
+
Fri, 09 Apr 2021 07:31:06 GMT
|
|
950
1128
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.11..@fluentui/react-accordion_v9.0.0-alpha.12)
|
|
951
1129
|
|
|
952
1130
|
### Changes
|
|
@@ -955,7 +1133,7 @@ Fri, 09 Apr 2021 07:31:06 GMT
|
|
|
955
1133
|
|
|
956
1134
|
## [9.0.0-alpha.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.11)
|
|
957
1135
|
|
|
958
|
-
Thu, 08 Apr 2021 07:33:06 GMT
|
|
1136
|
+
Thu, 08 Apr 2021 07:33:06 GMT
|
|
959
1137
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.10..@fluentui/react-accordion_v9.0.0-alpha.11)
|
|
960
1138
|
|
|
961
1139
|
### Changes
|
|
@@ -964,7 +1142,7 @@ Thu, 08 Apr 2021 07:33:06 GMT
|
|
|
964
1142
|
|
|
965
1143
|
## [9.0.0-alpha.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.10)
|
|
966
1144
|
|
|
967
|
-
Thu, 01 Apr 2021 20:13:37 GMT
|
|
1145
|
+
Thu, 01 Apr 2021 20:13:37 GMT
|
|
968
1146
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.9..@fluentui/react-accordion_v9.0.0-alpha.10)
|
|
969
1147
|
|
|
970
1148
|
### Changes
|
|
@@ -973,7 +1151,7 @@ Thu, 01 Apr 2021 20:13:37 GMT
|
|
|
973
1151
|
|
|
974
1152
|
## [9.0.0-alpha.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.9)
|
|
975
1153
|
|
|
976
|
-
Thu, 01 Apr 2021 07:33:24 GMT
|
|
1154
|
+
Thu, 01 Apr 2021 07:33:24 GMT
|
|
977
1155
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.8..@fluentui/react-accordion_v9.0.0-alpha.9)
|
|
978
1156
|
|
|
979
1157
|
### Changes
|
|
@@ -983,7 +1161,7 @@ Thu, 01 Apr 2021 07:33:24 GMT
|
|
|
983
1161
|
|
|
984
1162
|
## [9.0.0-alpha.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.8)
|
|
985
1163
|
|
|
986
|
-
Wed, 31 Mar 2021 00:53:43 GMT
|
|
1164
|
+
Wed, 31 Mar 2021 00:53:43 GMT
|
|
987
1165
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.7..@fluentui/react-accordion_v9.0.0-alpha.8)
|
|
988
1166
|
|
|
989
1167
|
### Patches
|
|
@@ -999,7 +1177,7 @@ Wed, 31 Mar 2021 00:53:43 GMT
|
|
|
999
1177
|
|
|
1000
1178
|
## [9.0.0-alpha.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.7)
|
|
1001
1179
|
|
|
1002
|
-
Tue, 30 Mar 2021 07:34:45 GMT
|
|
1180
|
+
Tue, 30 Mar 2021 07:34:45 GMT
|
|
1003
1181
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.6..@fluentui/react-accordion_v9.0.0-alpha.7)
|
|
1004
1182
|
|
|
1005
1183
|
### Changes
|
|
@@ -1009,7 +1187,7 @@ Tue, 30 Mar 2021 07:34:45 GMT
|
|
|
1009
1187
|
|
|
1010
1188
|
## [9.0.0-alpha.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.6)
|
|
1011
1189
|
|
|
1012
|
-
Fri, 26 Mar 2021 07:32:34 GMT
|
|
1190
|
+
Fri, 26 Mar 2021 07:32:34 GMT
|
|
1013
1191
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.5..@fluentui/react-accordion_v9.0.0-alpha.6)
|
|
1014
1192
|
|
|
1015
1193
|
### Changes
|
|
@@ -1018,7 +1196,7 @@ Fri, 26 Mar 2021 07:32:34 GMT
|
|
|
1018
1196
|
|
|
1019
1197
|
## [9.0.0-alpha.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.5)
|
|
1020
1198
|
|
|
1021
|
-
Thu, 25 Mar 2021 07:33:24 GMT
|
|
1199
|
+
Thu, 25 Mar 2021 07:33:24 GMT
|
|
1022
1200
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.4..@fluentui/react-accordion_v9.0.0-alpha.5)
|
|
1023
1201
|
|
|
1024
1202
|
### Changes
|
|
@@ -1028,7 +1206,7 @@ Thu, 25 Mar 2021 07:33:24 GMT
|
|
|
1028
1206
|
|
|
1029
1207
|
## [9.0.0-alpha.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.4)
|
|
1030
1208
|
|
|
1031
|
-
Tue, 23 Mar 2021 07:31:43 GMT
|
|
1209
|
+
Tue, 23 Mar 2021 07:31:43 GMT
|
|
1032
1210
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.3..@fluentui/react-accordion_v9.0.0-alpha.4)
|
|
1033
1211
|
|
|
1034
1212
|
### Changes
|
|
@@ -1037,7 +1215,7 @@ Tue, 23 Mar 2021 07:31:43 GMT
|
|
|
1037
1215
|
|
|
1038
1216
|
## [9.0.0-alpha.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.3)
|
|
1039
1217
|
|
|
1040
|
-
Thu, 18 Mar 2021 20:15:34 GMT
|
|
1218
|
+
Thu, 18 Mar 2021 20:15:34 GMT
|
|
1041
1219
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.2..@fluentui/react-accordion_v9.0.0-alpha.3)
|
|
1042
1220
|
|
|
1043
1221
|
### Changes
|
|
@@ -1046,7 +1224,7 @@ Thu, 18 Mar 2021 20:15:34 GMT
|
|
|
1046
1224
|
|
|
1047
1225
|
## [9.0.0-alpha.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.2)
|
|
1048
1226
|
|
|
1049
|
-
Tue, 16 Mar 2021 07:32:44 GMT
|
|
1227
|
+
Tue, 16 Mar 2021 07:32:44 GMT
|
|
1050
1228
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.1..@fluentui/react-accordion_v9.0.0-alpha.2)
|
|
1051
1229
|
|
|
1052
1230
|
### Patches
|