@fluentui/react-accordion 9.0.0-rc.1 → 9.0.0-rc.12

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.
Files changed (168) hide show
  1. package/CHANGELOG.json +513 -1
  2. package/CHANGELOG.md +238 -95
  3. package/Spec.md +36 -4
  4. package/dist/{react-accordion.d.ts → index.d.ts} +69 -69
  5. package/{lib → dist}/tsdoc-metadata.json +0 -0
  6. package/lib/Accordion.js.map +1 -1
  7. package/lib/AccordionHeader.js.map +1 -1
  8. package/lib/AccordionItem.js.map +1 -1
  9. package/lib/AccordionPanel.js.map +1 -1
  10. package/lib/components/Accordion/Accordion.js.map +1 -1
  11. package/lib/components/Accordion/Accordion.types.js.map +1 -1
  12. package/lib/components/Accordion/AccordionContext.js +3 -2
  13. package/lib/components/Accordion/AccordionContext.js.map +1 -1
  14. package/lib/components/Accordion/index.js.map +1 -1
  15. package/lib/components/Accordion/renderAccordion.js.map +1 -1
  16. package/lib/components/Accordion/useAccordion.js +14 -24
  17. package/lib/components/Accordion/useAccordion.js.map +1 -1
  18. package/lib/components/Accordion/useAccordionContextValues.js +2 -2
  19. package/lib/components/Accordion/useAccordionContextValues.js.map +1 -1
  20. package/lib/components/Accordion/useAccordionStyles.js +4 -2
  21. package/lib/components/Accordion/useAccordionStyles.js.map +1 -1
  22. package/lib/components/AccordionHeader/AccordionHeader.js.map +1 -1
  23. package/lib/components/AccordionHeader/AccordionHeader.types.js.map +1 -1
  24. package/lib/components/AccordionHeader/AccordionHeaderContext.js.map +1 -1
  25. package/lib/components/AccordionHeader/index.js.map +1 -1
  26. package/lib/components/AccordionHeader/renderAccordionHeader.js.map +1 -1
  27. package/lib/components/AccordionHeader/useAccordionHeader.js.map +1 -1
  28. package/lib/components/AccordionHeader/useAccordionHeaderContextValues.js.map +1 -1
  29. package/lib/components/AccordionHeader/useAccordionHeaderStyles.js +33 -14
  30. package/lib/components/AccordionHeader/useAccordionHeaderStyles.js.map +1 -1
  31. package/lib/components/AccordionItem/AccordionItem.js.map +1 -1
  32. package/lib/components/AccordionItem/AccordionItem.types.js.map +1 -1
  33. package/lib/components/AccordionItem/AccordionItemContext.js +1 -0
  34. package/lib/components/AccordionItem/AccordionItemContext.js.map +1 -1
  35. package/lib/components/AccordionItem/index.js.map +1 -1
  36. package/lib/components/AccordionItem/renderAccordionItem.js.map +1 -1
  37. package/lib/components/AccordionItem/useAccordionItem.js +0 -7
  38. package/lib/components/AccordionItem/useAccordionItem.js.map +1 -1
  39. package/lib/components/AccordionItem/useAccordionItemContextValues.js.map +1 -1
  40. package/lib/components/AccordionItem/useAccordionItemStyles.js +4 -2
  41. package/lib/components/AccordionItem/useAccordionItemStyles.js.map +1 -1
  42. package/lib/components/AccordionPanel/AccordionPanel.js.map +1 -1
  43. package/lib/components/AccordionPanel/AccordionPanel.types.js.map +1 -1
  44. package/lib/components/AccordionPanel/index.js.map +1 -1
  45. package/lib/components/AccordionPanel/renderAccordionPanel.js.map +1 -1
  46. package/lib/components/AccordionPanel/useAccordionPanel.js +11 -1
  47. package/lib/components/AccordionPanel/useAccordionPanel.js.map +1 -1
  48. package/lib/components/AccordionPanel/useAccordionPanelStyles.js +4 -2
  49. package/lib/components/AccordionPanel/useAccordionPanelStyles.js.map +1 -1
  50. package/lib/index.js +4 -4
  51. package/lib/index.js.map +1 -1
  52. package/lib-commonjs/Accordion.js.map +1 -1
  53. package/lib-commonjs/AccordionHeader.js.map +1 -1
  54. package/lib-commonjs/AccordionItem.js.map +1 -1
  55. package/lib-commonjs/AccordionPanel.js.map +1 -1
  56. package/lib-commonjs/components/Accordion/Accordion.js.map +1 -1
  57. package/lib-commonjs/components/Accordion/Accordion.types.js.map +1 -1
  58. package/lib-commonjs/components/Accordion/AccordionContext.js +6 -2
  59. package/lib-commonjs/components/Accordion/AccordionContext.js.map +1 -1
  60. package/lib-commonjs/components/Accordion/index.js.map +1 -1
  61. package/lib-commonjs/components/Accordion/renderAccordion.js.map +1 -1
  62. package/lib-commonjs/components/Accordion/useAccordion.js +15 -24
  63. package/lib-commonjs/components/Accordion/useAccordion.js.map +1 -1
  64. package/lib-commonjs/components/Accordion/useAccordionContextValues.js +2 -2
  65. package/lib-commonjs/components/Accordion/useAccordionContextValues.js.map +1 -1
  66. package/lib-commonjs/components/Accordion/useAccordionStyles.js +5 -3
  67. package/lib-commonjs/components/Accordion/useAccordionStyles.js.map +1 -1
  68. package/lib-commonjs/components/AccordionHeader/AccordionHeader.js.map +1 -1
  69. package/lib-commonjs/components/AccordionHeader/AccordionHeader.types.js.map +1 -1
  70. package/lib-commonjs/components/AccordionHeader/AccordionHeaderContext.js.map +1 -1
  71. package/lib-commonjs/components/AccordionHeader/index.js.map +1 -1
  72. package/lib-commonjs/components/AccordionHeader/renderAccordionHeader.js.map +1 -1
  73. package/lib-commonjs/components/AccordionHeader/useAccordionHeader.js.map +1 -1
  74. package/lib-commonjs/components/AccordionHeader/useAccordionHeaderContextValues.js.map +1 -1
  75. package/lib-commonjs/components/AccordionHeader/useAccordionHeaderStyles.js +34 -15
  76. package/lib-commonjs/components/AccordionHeader/useAccordionHeaderStyles.js.map +1 -1
  77. package/lib-commonjs/components/AccordionItem/AccordionItem.js.map +1 -1
  78. package/lib-commonjs/components/AccordionItem/AccordionItem.types.js.map +1 -1
  79. package/lib-commonjs/components/AccordionItem/AccordionItemContext.js +2 -1
  80. package/lib-commonjs/components/AccordionItem/AccordionItemContext.js.map +1 -1
  81. package/lib-commonjs/components/AccordionItem/index.js.map +1 -1
  82. package/lib-commonjs/components/AccordionItem/renderAccordionItem.js.map +1 -1
  83. package/lib-commonjs/components/AccordionItem/useAccordionItem.js +0 -8
  84. package/lib-commonjs/components/AccordionItem/useAccordionItem.js.map +1 -1
  85. package/lib-commonjs/components/AccordionItem/useAccordionItemContextValues.js.map +1 -1
  86. package/lib-commonjs/components/AccordionItem/useAccordionItemStyles.js +5 -3
  87. package/lib-commonjs/components/AccordionItem/useAccordionItemStyles.js.map +1 -1
  88. package/lib-commonjs/components/AccordionPanel/AccordionPanel.js.map +1 -1
  89. package/lib-commonjs/components/AccordionPanel/AccordionPanel.types.js.map +1 -1
  90. package/lib-commonjs/components/AccordionPanel/index.js.map +1 -1
  91. package/lib-commonjs/components/AccordionPanel/renderAccordionPanel.js.map +1 -1
  92. package/lib-commonjs/components/AccordionPanel/useAccordionPanel.js +14 -1
  93. package/lib-commonjs/components/AccordionPanel/useAccordionPanel.js.map +1 -1
  94. package/lib-commonjs/components/AccordionPanel/useAccordionPanelStyles.js +5 -3
  95. package/lib-commonjs/components/AccordionPanel/useAccordionPanelStyles.js.map +1 -1
  96. package/lib-commonjs/index.js +170 -5
  97. package/lib-commonjs/index.js.map +1 -1
  98. package/package.json +21 -23
  99. package/lib/Accordion.d.ts +0 -1
  100. package/lib/AccordionHeader.d.ts +0 -1
  101. package/lib/AccordionItem.d.ts +0 -1
  102. package/lib/AccordionPanel.d.ts +0 -1
  103. package/lib/components/Accordion/Accordion.d.ts +0 -6
  104. package/lib/components/Accordion/Accordion.types.d.ts +0 -53
  105. package/lib/components/Accordion/AccordionContext.d.ts +0 -3
  106. package/lib/components/Accordion/index.d.ts +0 -7
  107. package/lib/components/Accordion/renderAccordion.d.ts +0 -5
  108. package/lib/components/Accordion/useAccordion.d.ts +0 -8
  109. package/lib/components/Accordion/useAccordionContextValues.d.ts +0 -2
  110. package/lib/components/Accordion/useAccordionStyles.d.ts +0 -3
  111. package/lib/components/AccordionHeader/AccordionHeader.d.ts +0 -7
  112. package/lib/components/AccordionHeader/AccordionHeader.types.d.ts +0 -48
  113. package/lib/components/AccordionHeader/AccordionHeaderContext.d.ts +0 -4
  114. package/lib/components/AccordionHeader/index.d.ts +0 -6
  115. package/lib/components/AccordionHeader/renderAccordionHeader.d.ts +0 -5
  116. package/lib/components/AccordionHeader/useAccordionHeader.d.ts +0 -8
  117. package/lib/components/AccordionHeader/useAccordionHeaderContextValues.d.ts +0 -2
  118. package/lib/components/AccordionHeader/useAccordionHeaderStyles.d.ts +0 -4
  119. package/lib/components/AccordionItem/AccordionItem.d.ts +0 -6
  120. package/lib/components/AccordionItem/AccordionItem.types.d.ts +0 -26
  121. package/lib/components/AccordionItem/AccordionItemContext.d.ts +0 -4
  122. package/lib/components/AccordionItem/index.d.ts +0 -7
  123. package/lib/components/AccordionItem/renderAccordionItem.d.ts +0 -5
  124. package/lib/components/AccordionItem/useAccordionItem.d.ts +0 -8
  125. package/lib/components/AccordionItem/useAccordionItemContextValues.d.ts +0 -2
  126. package/lib/components/AccordionItem/useAccordionItemStyles.d.ts +0 -3
  127. package/lib/components/AccordionPanel/AccordionPanel.d.ts +0 -6
  128. package/lib/components/AccordionPanel/AccordionPanel.types.d.ts +0 -11
  129. package/lib/components/AccordionPanel/index.d.ts +0 -5
  130. package/lib/components/AccordionPanel/renderAccordionPanel.d.ts +0 -5
  131. package/lib/components/AccordionPanel/useAccordionPanel.d.ts +0 -8
  132. package/lib/components/AccordionPanel/useAccordionPanelStyles.d.ts +0 -4
  133. package/lib/index.d.ts +0 -4
  134. package/lib-commonjs/Accordion.d.ts +0 -1
  135. package/lib-commonjs/AccordionHeader.d.ts +0 -1
  136. package/lib-commonjs/AccordionItem.d.ts +0 -1
  137. package/lib-commonjs/AccordionPanel.d.ts +0 -1
  138. package/lib-commonjs/components/Accordion/Accordion.d.ts +0 -6
  139. package/lib-commonjs/components/Accordion/Accordion.types.d.ts +0 -53
  140. package/lib-commonjs/components/Accordion/AccordionContext.d.ts +0 -3
  141. package/lib-commonjs/components/Accordion/index.d.ts +0 -7
  142. package/lib-commonjs/components/Accordion/renderAccordion.d.ts +0 -5
  143. package/lib-commonjs/components/Accordion/useAccordion.d.ts +0 -8
  144. package/lib-commonjs/components/Accordion/useAccordionContextValues.d.ts +0 -2
  145. package/lib-commonjs/components/Accordion/useAccordionStyles.d.ts +0 -3
  146. package/lib-commonjs/components/AccordionHeader/AccordionHeader.d.ts +0 -7
  147. package/lib-commonjs/components/AccordionHeader/AccordionHeader.types.d.ts +0 -48
  148. package/lib-commonjs/components/AccordionHeader/AccordionHeaderContext.d.ts +0 -4
  149. package/lib-commonjs/components/AccordionHeader/index.d.ts +0 -6
  150. package/lib-commonjs/components/AccordionHeader/renderAccordionHeader.d.ts +0 -5
  151. package/lib-commonjs/components/AccordionHeader/useAccordionHeader.d.ts +0 -8
  152. package/lib-commonjs/components/AccordionHeader/useAccordionHeaderContextValues.d.ts +0 -2
  153. package/lib-commonjs/components/AccordionHeader/useAccordionHeaderStyles.d.ts +0 -4
  154. package/lib-commonjs/components/AccordionItem/AccordionItem.d.ts +0 -6
  155. package/lib-commonjs/components/AccordionItem/AccordionItem.types.d.ts +0 -26
  156. package/lib-commonjs/components/AccordionItem/AccordionItemContext.d.ts +0 -4
  157. package/lib-commonjs/components/AccordionItem/index.d.ts +0 -7
  158. package/lib-commonjs/components/AccordionItem/renderAccordionItem.d.ts +0 -5
  159. package/lib-commonjs/components/AccordionItem/useAccordionItem.d.ts +0 -8
  160. package/lib-commonjs/components/AccordionItem/useAccordionItemContextValues.d.ts +0 -2
  161. package/lib-commonjs/components/AccordionItem/useAccordionItemStyles.d.ts +0 -3
  162. package/lib-commonjs/components/AccordionPanel/AccordionPanel.d.ts +0 -6
  163. package/lib-commonjs/components/AccordionPanel/AccordionPanel.types.d.ts +0 -11
  164. package/lib-commonjs/components/AccordionPanel/index.d.ts +0 -5
  165. package/lib-commonjs/components/AccordionPanel/renderAccordionPanel.d.ts +0 -5
  166. package/lib-commonjs/components/AccordionPanel/useAccordionPanel.d.ts +0 -8
  167. package/lib-commonjs/components/AccordionPanel/useAccordionPanelStyles.d.ts +0 -4
  168. package/lib-commonjs/index.d.ts +0 -4
package/CHANGELOG.md CHANGED
@@ -1,12 +1,155 @@
1
1
  # Change Log - @fluentui/react-accordion
2
2
 
3
- This log was last generated on Thu, 10 Feb 2022 08:45:25 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 26 May 2022 20:59:58 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.0-rc.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-rc.12)
8
+
9
+ Thu, 26 May 2022 20:59:58 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-rc.11..@fluentui/react-accordion_v9.0.0-rc.12)
11
+
12
+ ### Changes
13
+
14
+ - Bump @fluentui/react-tabster to v9.0.0-rc.12 ([PR #23267](https://github.com/microsoft/fluentui/pull/23267) by beachball)
15
+
16
+ ## [9.0.0-rc.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-rc.11)
17
+
18
+ Mon, 23 May 2022 18:56:40 GMT
19
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-rc.10..@fluentui/react-accordion_v9.0.0-rc.11)
20
+
21
+ ### Changes
22
+
23
+ - BREAKING: stop exporting AccordionContext and AccordionItemContext ([PR #23092](https://github.com/microsoft/fluentui/pull/23092) by lingfangao@hotmail.com)
24
+ - Removing <componentName>ClassName exports. ([PR #23092](https://github.com/microsoft/fluentui/pull/23092) by esteban.230@hotmail.com)
25
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.9 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
26
+ - Bump @fluentui/react-tabster to v9.0.0-rc.11 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
27
+ - Bump @fluentui/react-theme to v9.0.0-rc.9 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
28
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.7 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
29
+
30
+ ## [9.0.0-rc.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-rc.10)
31
+
32
+ Mon, 23 May 2022 12:13:58 GMT
33
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-rc.9..@fluentui/react-accordion_v9.0.0-rc.10)
34
+
35
+ ### Changes
36
+
37
+ - chore: Update Griffel to latest version ([PR #23029](https://github.com/microsoft/fluentui/pull/23029) by olfedias@microsoft.com)
38
+ - chore: Update Griffel to latest version ([PR #22894](https://github.com/microsoft/fluentui/pull/22894) by olfedias@microsoft.com)
39
+ - react-accordion: ship rolluped only dts. ([PR #23061](https://github.com/microsoft/fluentui/pull/23061) by tristan.watanabe@gmail.com)
40
+ - Bump @fluentui/react-aria to v9.0.0-rc.9 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
41
+ - Bump @fluentui/react-context-selector to v9.0.0-rc.9 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
42
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.8 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
43
+ - Bump @fluentui/react-tabster to v9.0.0-rc.10 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
44
+ - Bump @fluentui/react-theme to v9.0.0-rc.8 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
45
+ - Bump @fluentui/react-utilities to v9.0.0-rc.9 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
46
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.6 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
47
+
48
+ ## [9.0.0-rc.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-rc.9)
49
+
50
+ Thu, 05 May 2022 18:26:30 GMT
51
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-rc.8..@fluentui/react-accordion_v9.0.0-rc.9)
52
+
53
+ ### Changes
54
+
55
+ - Bump @fluentui/react-aria to v9.0.0-rc.8 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
56
+ - Bump @fluentui/react-context-selector to v9.0.0-rc.8 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
57
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.7 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
58
+ - Bump @fluentui/react-tabster to v9.0.0-rc.9 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
59
+ - Bump @fluentui/react-theme to v9.0.0-rc.7 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
60
+ - Bump @fluentui/react-utilities to v9.0.0-rc.8 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
61
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.5 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
62
+
63
+ ## [9.0.0-rc.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-rc.8)
64
+
65
+ Wed, 04 May 2022 13:26:37 GMT
66
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-rc.7..@fluentui/react-accordion_v9.0.0-rc.8)
67
+
68
+ ### Changes
69
+
70
+ - remove star exports ([PR #22682](https://github.com/microsoft/fluentui/pull/22682) by seanmonahan@microsoft.com)
71
+ - Bump @fluentui/react-aria to v9.0.0-rc.7 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
72
+ - Bump @fluentui/react-context-selector to v9.0.0-rc.7 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
73
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.6 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
74
+ - Bump @fluentui/react-tabster to v9.0.0-rc.8 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
75
+ - Bump @fluentui/react-theme to v9.0.0-rc.6 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
76
+ - Bump @fluentui/react-utilities to v9.0.0-rc.7 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
77
+
78
+ ## [9.0.0-rc.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-rc.7)
79
+
80
+ Mon, 25 Apr 2022 09:32:16 GMT
81
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-rc.6..@fluentui/react-accordion_v9.0.0-rc.7)
82
+
83
+ ### Changes
84
+
85
+ - Adjusting accordion keyboard navigation. ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by marata@microsoft.com)
86
+ - Bump @fluentui/react-tabster to v9.0.0-rc.7 ([PR #22601](https://github.com/microsoft/fluentui/pull/22601) by beachball)
87
+
88
+ ## [9.0.0-rc.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-rc.6)
89
+
90
+ Tue, 19 Apr 2022 19:17:06 GMT
91
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-rc.5..@fluentui/react-accordion_v9.0.0-rc.6)
92
+
93
+ ### Changes
94
+
95
+ - Add static classnames to Accordion ([PR #21960](https://github.com/microsoft/fluentui/pull/21960) by seanmonahan@microsoft.com)
96
+ - add missing dependencies ([PR #21924](https://github.com/microsoft/fluentui/pull/21924) by martinhochel@microsoft.com)
97
+ - 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)
98
+ - chore: Update Griffel to latest version ([PR #21976](https://github.com/microsoft/fluentui/pull/21976) by olfedias@microsoft.com)
99
+ - Bump @fluentui/react-aria to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
100
+ - Bump @fluentui/react-context-selector to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
101
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.5 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
102
+ - Bump @fluentui/react-tabster to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
103
+ - Bump @fluentui/react-theme to v9.0.0-rc.5 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
104
+ - Bump @fluentui/react-utilities to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
105
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.4 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
106
+
107
+ ## [9.0.0-rc.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-rc.5)
108
+
109
+ Fri, 04 Mar 2022 05:17:33 GMT
110
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-rc.4..@fluentui/react-accordion_v9.0.0-rc.5)
111
+
112
+ ### Changes
113
+
114
+ - 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)
115
+ - Bump @fluentui/react-aria to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
116
+ - Bump @fluentui/react-context-selector to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
117
+ - Bump @fluentui/react-tabster to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
118
+ - Bump @fluentui/react-theme to v9.0.0-rc.4 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
119
+ - Bump @fluentui/react-utilities to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
120
+
121
+ ## [9.0.0-rc.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-rc.4)
122
+
123
+ Tue, 01 Mar 2022 02:17:40 GMT
124
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-rc.3..@fluentui/react-accordion_v9.0.0-rc.4)
125
+
126
+ ### Changes
127
+
128
+ - Bump @fluentui/react-aria to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
129
+ - Bump @fluentui/react-context-selector to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
130
+ - Bump @fluentui/react-tabster to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
131
+ - Bump @fluentui/react-utilities to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
132
+
133
+ ## [9.0.0-rc.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-rc.3)
134
+
135
+ Fri, 18 Feb 2022 13:35:37 GMT
136
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-rc.1..@fluentui/react-accordion_v9.0.0-rc.3)
137
+
138
+ ### Changes
139
+
140
+ - Updates initial open items value to be empty on every case ([PR #21728](https://github.com/microsoft/fluentui/pull/21728) by bsunderhus@microsoft.com)
141
+ - fix: Source maps contain original source code ([PR #21690](https://github.com/microsoft/fluentui/pull/21690) by lingfangao@hotmail.com)
142
+ - Breaking change: navigable becomes navigation ([PR #21729](https://github.com/microsoft/fluentui/pull/21729) by bsunderhus@microsoft.com)
143
+ - Bump @fluentui/react-aria to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
144
+ - Bump @fluentui/react-context-selector to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
145
+ - Bump @fluentui/react-tabster to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
146
+ - Bump @fluentui/react-theme to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
147
+ - Bump @fluentui/react-utilities to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
148
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
149
+
7
150
  ## [9.0.0-rc.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-rc.1)
8
151
 
9
- Thu, 10 Feb 2022 08:45:25 GMT
152
+ Thu, 10 Feb 2022 08:52:11 GMT
10
153
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-beta.5..@fluentui/react-accordion_v9.0.0-rc.1)
11
154
 
12
155
  ### Changes
@@ -37,7 +180,7 @@ Thu, 10 Feb 2022 08:45:25 GMT
37
180
 
38
181
  ## [9.0.0-beta.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-beta.5)
39
182
 
40
- Thu, 25 Nov 2021 08:34:10 GMT
183
+ Thu, 25 Nov 2021 08:34:10 GMT
41
184
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-beta.4..@fluentui/react-accordion_v9.0.0-beta.5)
42
185
 
43
186
  ### Changes
@@ -54,7 +197,7 @@ Thu, 25 Nov 2021 08:34:10 GMT
54
197
 
55
198
  ## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-beta.4)
56
199
 
57
- Fri, 12 Nov 2021 13:25:12 GMT
200
+ Fri, 12 Nov 2021 13:25:12 GMT
58
201
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-beta.3..@fluentui/react-accordion_v9.0.0-beta.4)
59
202
 
60
203
  ### Changes
@@ -74,7 +217,7 @@ Fri, 12 Nov 2021 13:25:12 GMT
74
217
 
75
218
  ## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-beta.3)
76
219
 
77
- Wed, 27 Oct 2021 12:14:12 GMT
220
+ Wed, 27 Oct 2021 12:14:12 GMT
78
221
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-beta.2..@fluentui/react-accordion_v9.0.0-beta.3)
79
222
 
80
223
  ### Changes
@@ -92,7 +235,7 @@ Wed, 27 Oct 2021 12:14:12 GMT
92
235
 
93
236
  ## [9.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-beta.2)
94
237
 
95
- Tue, 12 Oct 2021 19:45:58 GMT
238
+ Tue, 12 Oct 2021 19:45:58 GMT
96
239
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-beta.1..@fluentui/react-accordion_v9.0.0-beta.2)
97
240
 
98
241
  ### Changes
@@ -102,7 +245,7 @@ Tue, 12 Oct 2021 19:45:58 GMT
102
245
 
103
246
  ## [9.0.0-beta.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-beta.1)
104
247
 
105
- Wed, 06 Oct 2021 10:37:22 GMT
248
+ Wed, 06 Oct 2021 10:37:22 GMT
106
249
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.90..@fluentui/react-accordion_v9.0.0-beta.1)
107
250
 
108
251
  ### Changes
@@ -120,7 +263,7 @@ Wed, 06 Oct 2021 10:37:22 GMT
120
263
 
121
264
  ## [9.0.0-alpha.90](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.90)
122
265
 
123
- Tue, 05 Oct 2021 12:47:58 GMT
266
+ Tue, 05 Oct 2021 12:47:58 GMT
124
267
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.89..@fluentui/react-accordion_v9.0.0-alpha.90)
125
268
 
126
269
  ### Changes
@@ -134,7 +277,7 @@ Tue, 05 Oct 2021 12:47:58 GMT
134
277
 
135
278
  ## [9.0.0-alpha.89](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.89)
136
279
 
137
- Tue, 05 Oct 2021 09:28:07 GMT
280
+ Tue, 05 Oct 2021 09:28:07 GMT
138
281
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.88..@fluentui/react-accordion_v9.0.0-alpha.89)
139
282
 
140
283
  ### Changes
@@ -151,7 +294,7 @@ Tue, 05 Oct 2021 09:28:07 GMT
151
294
 
152
295
  ## [9.0.0-alpha.88](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.88)
153
296
 
154
- Fri, 01 Oct 2021 14:13:08 GMT
297
+ Fri, 01 Oct 2021 14:13:08 GMT
155
298
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.86..@fluentui/react-accordion_v9.0.0-alpha.88)
156
299
 
157
300
  ### Changes
@@ -169,7 +312,7 @@ Fri, 01 Oct 2021 14:13:08 GMT
169
312
 
170
313
  ## [9.0.0-alpha.86](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.86)
171
314
 
172
- Fri, 01 Oct 2021 12:30:46 GMT
315
+ Fri, 01 Oct 2021 12:30:46 GMT
173
316
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.85..@fluentui/react-accordion_v9.0.0-alpha.86)
174
317
 
175
318
  ### Changes
@@ -179,7 +322,7 @@ Fri, 01 Oct 2021 12:30:46 GMT
179
322
 
180
323
  ## [9.0.0-alpha.85](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.85)
181
324
 
182
- Fri, 01 Oct 2021 09:44:56 GMT
325
+ Fri, 01 Oct 2021 09:44:56 GMT
183
326
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.84..@fluentui/react-accordion_v9.0.0-alpha.85)
184
327
 
185
328
  ### Changes
@@ -189,7 +332,7 @@ Fri, 01 Oct 2021 09:44:56 GMT
189
332
 
190
333
  ## [9.0.0-alpha.84](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.84)
191
334
 
192
- Wed, 29 Sep 2021 08:06:11 GMT
335
+ Wed, 29 Sep 2021 08:06:11 GMT
193
336
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.83..@fluentui/react-accordion_v9.0.0-alpha.84)
194
337
 
195
338
  ### Changes
@@ -204,7 +347,7 @@ Wed, 29 Sep 2021 08:06:11 GMT
204
347
 
205
348
  ## [9.0.0-alpha.83](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.83)
206
349
 
207
- Mon, 27 Sep 2021 08:06:00 GMT
350
+ Mon, 27 Sep 2021 08:06:00 GMT
208
351
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.82..@fluentui/react-accordion_v9.0.0-alpha.83)
209
352
 
210
353
  ### Changes
@@ -220,7 +363,7 @@ Mon, 27 Sep 2021 08:06:00 GMT
220
363
 
221
364
  ## [9.0.0-alpha.82](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.82)
222
365
 
223
- Fri, 24 Sep 2021 09:17:17 GMT
366
+ Fri, 24 Sep 2021 09:17:17 GMT
224
367
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.81..@fluentui/react-accordion_v9.0.0-alpha.82)
225
368
 
226
369
  ### Changes
@@ -236,7 +379,7 @@ Fri, 24 Sep 2021 09:17:17 GMT
236
379
 
237
380
  ## [9.0.0-alpha.81](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.81)
238
381
 
239
- Thu, 23 Sep 2021 08:21:34 GMT
382
+ Thu, 23 Sep 2021 08:21:34 GMT
240
383
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.80..@fluentui/react-accordion_v9.0.0-alpha.81)
241
384
 
242
385
  ### Changes
@@ -252,7 +395,7 @@ Thu, 23 Sep 2021 08:21:34 GMT
252
395
 
253
396
  ## [9.0.0-alpha.80](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.80)
254
397
 
255
- Wed, 22 Sep 2021 10:10:07 GMT
398
+ Wed, 22 Sep 2021 10:10:07 GMT
256
399
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.79..@fluentui/react-accordion_v9.0.0-alpha.80)
257
400
 
258
401
  ### Changes
@@ -268,7 +411,7 @@ Wed, 22 Sep 2021 10:10:07 GMT
268
411
 
269
412
  ## [9.0.0-alpha.79](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.79)
270
413
 
271
- Tue, 21 Sep 2021 07:42:34 GMT
414
+ Tue, 21 Sep 2021 07:42:34 GMT
272
415
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.78..@fluentui/react-accordion_v9.0.0-alpha.79)
273
416
 
274
417
  ### Changes
@@ -284,7 +427,7 @@ Tue, 21 Sep 2021 07:42:34 GMT
284
427
 
285
428
  ## [9.0.0-alpha.78](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.78)
286
429
 
287
- Mon, 20 Sep 2021 07:36:26 GMT
430
+ Mon, 20 Sep 2021 07:36:26 GMT
288
431
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.77..@fluentui/react-accordion_v9.0.0-alpha.78)
289
432
 
290
433
  ### Changes
@@ -293,7 +436,7 @@ Mon, 20 Sep 2021 07:36:26 GMT
293
436
 
294
437
  ## [9.0.0-alpha.77](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.77)
295
438
 
296
- Fri, 17 Sep 2021 07:35:26 GMT
439
+ Fri, 17 Sep 2021 07:35:26 GMT
297
440
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.76..@fluentui/react-accordion_v9.0.0-alpha.77)
298
441
 
299
442
  ### Changes
@@ -302,7 +445,7 @@ Fri, 17 Sep 2021 07:35:26 GMT
302
445
 
303
446
  ## [9.0.0-alpha.76](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.76)
304
447
 
305
- Thu, 16 Sep 2021 07:38:39 GMT
448
+ Thu, 16 Sep 2021 07:38:39 GMT
306
449
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.75..@fluentui/react-accordion_v9.0.0-alpha.76)
307
450
 
308
451
  ### Changes
@@ -312,7 +455,7 @@ Thu, 16 Sep 2021 07:38:39 GMT
312
455
 
313
456
  ## [9.0.0-alpha.75](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.75)
314
457
 
315
- Tue, 14 Sep 2021 20:09:02 GMT
458
+ Tue, 14 Sep 2021 20:09:02 GMT
316
459
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.74..@fluentui/react-accordion_v9.0.0-alpha.75)
317
460
 
318
461
  ### Changes
@@ -321,7 +464,7 @@ Tue, 14 Sep 2021 20:09:02 GMT
321
464
 
322
465
  ## [9.0.0-alpha.74](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.74)
323
466
 
324
- Tue, 14 Sep 2021 07:38:18 GMT
467
+ Tue, 14 Sep 2021 07:38:18 GMT
325
468
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.73..@fluentui/react-accordion_v9.0.0-alpha.74)
326
469
 
327
470
  ### Changes
@@ -330,7 +473,7 @@ Tue, 14 Sep 2021 07:38:18 GMT
330
473
 
331
474
  ## [9.0.0-alpha.73](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.73)
332
475
 
333
- Fri, 10 Sep 2021 16:31:53 GMT
476
+ Fri, 10 Sep 2021 16:31:53 GMT
334
477
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.72..@fluentui/react-accordion_v9.0.0-alpha.73)
335
478
 
336
479
  ### Changes
@@ -340,7 +483,7 @@ Fri, 10 Sep 2021 16:31:53 GMT
340
483
 
341
484
  ## [9.0.0-alpha.72](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.72)
342
485
 
343
- Fri, 10 Sep 2021 07:39:51 GMT
486
+ Fri, 10 Sep 2021 07:39:51 GMT
344
487
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.71..@fluentui/react-accordion_v9.0.0-alpha.72)
345
488
 
346
489
  ### Changes
@@ -349,7 +492,7 @@ Fri, 10 Sep 2021 07:39:51 GMT
349
492
 
350
493
  ## [9.0.0-alpha.71](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.71)
351
494
 
352
- Mon, 06 Sep 2021 07:34:53 GMT
495
+ Mon, 06 Sep 2021 07:34:53 GMT
353
496
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.70..@fluentui/react-accordion_v9.0.0-alpha.71)
354
497
 
355
498
  ### Changes
@@ -358,7 +501,7 @@ Mon, 06 Sep 2021 07:34:53 GMT
358
501
 
359
502
  ## [9.0.0-alpha.70](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.70)
360
503
 
361
- Thu, 02 Sep 2021 07:36:46 GMT
504
+ Thu, 02 Sep 2021 07:36:46 GMT
362
505
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.69..@fluentui/react-accordion_v9.0.0-alpha.70)
363
506
 
364
507
  ### Patches
@@ -371,7 +514,7 @@ Thu, 02 Sep 2021 07:36:46 GMT
371
514
 
372
515
  ## [9.0.0-alpha.69](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.69)
373
516
 
374
- Wed, 01 Sep 2021 07:39:56 GMT
517
+ Wed, 01 Sep 2021 07:39:56 GMT
375
518
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.68..@fluentui/react-accordion_v9.0.0-alpha.69)
376
519
 
377
520
  ### Changes
@@ -380,7 +523,7 @@ Wed, 01 Sep 2021 07:39:56 GMT
380
523
 
381
524
  ## [9.0.0-alpha.68](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.68)
382
525
 
383
- Tue, 31 Aug 2021 07:37:47 GMT
526
+ Tue, 31 Aug 2021 07:37:47 GMT
384
527
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.67..@fluentui/react-accordion_v9.0.0-alpha.68)
385
528
 
386
529
  ### Changes
@@ -389,7 +532,7 @@ Tue, 31 Aug 2021 07:37:47 GMT
389
532
 
390
533
  ## [9.0.0-alpha.67](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.67)
391
534
 
392
- Mon, 30 Aug 2021 07:35:05 GMT
535
+ Mon, 30 Aug 2021 07:35:05 GMT
393
536
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.66..@fluentui/react-accordion_v9.0.0-alpha.67)
394
537
 
395
538
  ### Changes
@@ -398,7 +541,7 @@ Mon, 30 Aug 2021 07:35:05 GMT
398
541
 
399
542
  ## [9.0.0-alpha.66](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.66)
400
543
 
401
- Fri, 27 Aug 2021 07:33:32 GMT
544
+ Fri, 27 Aug 2021 07:33:32 GMT
402
545
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.65..@fluentui/react-accordion_v9.0.0-alpha.66)
403
546
 
404
547
  ### Changes
@@ -407,7 +550,7 @@ Fri, 27 Aug 2021 07:33:32 GMT
407
550
 
408
551
  ## [9.0.0-alpha.65](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.65)
409
552
 
410
- Thu, 26 Aug 2021 07:35:43 GMT
553
+ Thu, 26 Aug 2021 07:35:43 GMT
411
554
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.64..@fluentui/react-accordion_v9.0.0-alpha.65)
412
555
 
413
556
  ### Changes
@@ -416,7 +559,7 @@ Thu, 26 Aug 2021 07:35:43 GMT
416
559
 
417
560
  ## [9.0.0-alpha.64](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.64)
418
561
 
419
- Fri, 20 Aug 2021 07:37:28 GMT
562
+ Fri, 20 Aug 2021 07:37:28 GMT
420
563
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.63..@fluentui/react-accordion_v9.0.0-alpha.64)
421
564
 
422
565
  ### Changes
@@ -425,7 +568,7 @@ Fri, 20 Aug 2021 07:37:28 GMT
425
568
 
426
569
  ## [9.0.0-alpha.63](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.63)
427
570
 
428
- Thu, 19 Aug 2021 07:41:35 GMT
571
+ Thu, 19 Aug 2021 07:41:35 GMT
429
572
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.62..@fluentui/react-accordion_v9.0.0-alpha.63)
430
573
 
431
574
  ### Changes
@@ -434,7 +577,7 @@ Thu, 19 Aug 2021 07:41:35 GMT
434
577
 
435
578
  ## [9.0.0-alpha.62](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.62)
436
579
 
437
- Fri, 13 Aug 2021 07:36:34 GMT
580
+ Fri, 13 Aug 2021 07:36:34 GMT
438
581
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.61..@fluentui/react-accordion_v9.0.0-alpha.62)
439
582
 
440
583
  ### Changes
@@ -443,7 +586,7 @@ Fri, 13 Aug 2021 07:36:34 GMT
443
586
 
444
587
  ## [9.0.0-alpha.61](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.61)
445
588
 
446
- Wed, 11 Aug 2021 07:34:54 GMT
589
+ Wed, 11 Aug 2021 07:34:54 GMT
447
590
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.60..@fluentui/react-accordion_v9.0.0-alpha.61)
448
591
 
449
592
  ### Changes
@@ -452,7 +595,7 @@ Wed, 11 Aug 2021 07:34:54 GMT
452
595
 
453
596
  ## [9.0.0-alpha.60](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.60)
454
597
 
455
- Fri, 06 Aug 2021 07:35:14 GMT
598
+ Fri, 06 Aug 2021 07:35:14 GMT
456
599
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.59..@fluentui/react-accordion_v9.0.0-alpha.60)
457
600
 
458
601
  ### Changes
@@ -461,7 +604,7 @@ Fri, 06 Aug 2021 07:35:14 GMT
461
604
 
462
605
  ## [9.0.0-alpha.59](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.59)
463
606
 
464
- Tue, 03 Aug 2021 07:39:30 GMT
607
+ Tue, 03 Aug 2021 07:39:30 GMT
465
608
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.58..@fluentui/react-accordion_v9.0.0-alpha.59)
466
609
 
467
610
  ### Patches
@@ -476,7 +619,7 @@ Tue, 03 Aug 2021 07:39:30 GMT
476
619
 
477
620
  ## [9.0.0-alpha.58](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.58)
478
621
 
479
- Mon, 02 Aug 2021 07:36:20 GMT
622
+ Mon, 02 Aug 2021 07:36:20 GMT
480
623
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.57..@fluentui/react-accordion_v9.0.0-alpha.58)
481
624
 
482
625
  ### Changes
@@ -485,7 +628,7 @@ Mon, 02 Aug 2021 07:36:20 GMT
485
628
 
486
629
  ## [9.0.0-alpha.57](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.57)
487
630
 
488
- Mon, 26 Jul 2021 07:37:30 GMT
631
+ Mon, 26 Jul 2021 07:37:30 GMT
489
632
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.56..@fluentui/react-accordion_v9.0.0-alpha.57)
490
633
 
491
634
  ### Changes
@@ -494,7 +637,7 @@ Mon, 26 Jul 2021 07:37:30 GMT
494
637
 
495
638
  ## [9.0.0-alpha.56](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.56)
496
639
 
497
- Fri, 23 Jul 2021 07:38:19 GMT
640
+ Fri, 23 Jul 2021 07:38:19 GMT
498
641
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.55..@fluentui/react-accordion_v9.0.0-alpha.56)
499
642
 
500
643
  ### Changes
@@ -503,7 +646,7 @@ Fri, 23 Jul 2021 07:38:19 GMT
503
646
 
504
647
  ## [9.0.0-alpha.55](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.55)
505
648
 
506
- Thu, 22 Jul 2021 07:36:55 GMT
649
+ Thu, 22 Jul 2021 07:36:55 GMT
507
650
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.54..@fluentui/react-accordion_v9.0.0-alpha.55)
508
651
 
509
652
  ### Changes
@@ -512,7 +655,7 @@ Thu, 22 Jul 2021 07:36:55 GMT
512
655
 
513
656
  ## [9.0.0-alpha.54](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.54)
514
657
 
515
- Tue, 20 Jul 2021 22:23:17 GMT
658
+ Tue, 20 Jul 2021 22:23:17 GMT
516
659
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.53..@fluentui/react-accordion_v9.0.0-alpha.54)
517
660
 
518
661
  ### Changes
@@ -521,7 +664,7 @@ Tue, 20 Jul 2021 22:23:17 GMT
521
664
 
522
665
  ## [9.0.0-alpha.53](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.53)
523
666
 
524
- Fri, 16 Jul 2021 22:53:17 GMT
667
+ Fri, 16 Jul 2021 22:53:17 GMT
525
668
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.52..@fluentui/react-accordion_v9.0.0-alpha.53)
526
669
 
527
670
  ### Changes
@@ -530,7 +673,7 @@ Fri, 16 Jul 2021 22:53:17 GMT
530
673
 
531
674
  ## [9.0.0-alpha.52](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.52)
532
675
 
533
- Thu, 15 Jul 2021 07:36:18 GMT
676
+ Thu, 15 Jul 2021 07:36:18 GMT
534
677
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.51..@fluentui/react-accordion_v9.0.0-alpha.52)
535
678
 
536
679
  ### Changes
@@ -539,7 +682,7 @@ Thu, 15 Jul 2021 07:36:18 GMT
539
682
 
540
683
  ## [9.0.0-alpha.51](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.51)
541
684
 
542
- Tue, 13 Jul 2021 22:32:58 GMT
685
+ Tue, 13 Jul 2021 22:32:58 GMT
543
686
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.50..@fluentui/react-accordion_v9.0.0-alpha.51)
544
687
 
545
688
  ### Patches
@@ -548,7 +691,7 @@ Tue, 13 Jul 2021 22:32:58 GMT
548
691
 
549
692
  ## [9.0.0-alpha.50](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.50)
550
693
 
551
- Tue, 13 Jul 2021 07:35:36 GMT
694
+ Tue, 13 Jul 2021 07:35:36 GMT
552
695
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.49..@fluentui/react-accordion_v9.0.0-alpha.50)
553
696
 
554
697
  ### Changes
@@ -557,7 +700,7 @@ Tue, 13 Jul 2021 07:35:36 GMT
557
700
 
558
701
  ## [9.0.0-alpha.49](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.49)
559
702
 
560
- Mon, 12 Jul 2021 07:33:23 GMT
703
+ Mon, 12 Jul 2021 07:33:23 GMT
561
704
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.48..@fluentui/react-accordion_v9.0.0-alpha.49)
562
705
 
563
706
  ### Changes
@@ -568,7 +711,7 @@ Mon, 12 Jul 2021 07:33:23 GMT
568
711
 
569
712
  ## [9.0.0-alpha.48](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.48)
570
713
 
571
- Fri, 09 Jul 2021 07:39:31 GMT
714
+ Fri, 09 Jul 2021 07:39:31 GMT
572
715
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.47..@fluentui/react-accordion_v9.0.0-alpha.48)
573
716
 
574
717
  ### Patches
@@ -583,7 +726,7 @@ Fri, 09 Jul 2021 07:39:31 GMT
583
726
 
584
727
  ## [9.0.0-alpha.47](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.47)
585
728
 
586
- Fri, 02 Jul 2021 23:15:55 GMT
729
+ Fri, 02 Jul 2021 23:15:55 GMT
587
730
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.46..@fluentui/react-accordion_v9.0.0-alpha.47)
588
731
 
589
732
  ### Changes
@@ -592,7 +735,7 @@ Fri, 02 Jul 2021 23:15:55 GMT
592
735
 
593
736
  ## [9.0.0-alpha.46](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.46)
594
737
 
595
- Fri, 02 Jul 2021 07:37:06 GMT
738
+ Fri, 02 Jul 2021 07:37:06 GMT
596
739
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.45..@fluentui/react-accordion_v9.0.0-alpha.46)
597
740
 
598
741
  ### Changes
@@ -601,7 +744,7 @@ Fri, 02 Jul 2021 07:37:06 GMT
601
744
 
602
745
  ## [9.0.0-alpha.45](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.45)
603
746
 
604
- Thu, 01 Jul 2021 07:35:05 GMT
747
+ Thu, 01 Jul 2021 07:35:05 GMT
605
748
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.44..@fluentui/react-accordion_v9.0.0-alpha.45)
606
749
 
607
750
  ### Changes
@@ -611,7 +754,7 @@ Thu, 01 Jul 2021 07:35:05 GMT
611
754
 
612
755
  ## [9.0.0-alpha.44](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.44)
613
756
 
614
- Wed, 30 Jun 2021 07:38:35 GMT
757
+ Wed, 30 Jun 2021 07:38:35 GMT
615
758
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.43..@fluentui/react-accordion_v9.0.0-alpha.44)
616
759
 
617
760
  ### Changes
@@ -620,7 +763,7 @@ Wed, 30 Jun 2021 07:38:35 GMT
620
763
 
621
764
  ## [9.0.0-alpha.43](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.43)
622
765
 
623
- Tue, 29 Jun 2021 07:33:32 GMT
766
+ Tue, 29 Jun 2021 07:33:32 GMT
624
767
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.42..@fluentui/react-accordion_v9.0.0-alpha.43)
625
768
 
626
769
  ### Changes
@@ -629,7 +772,7 @@ Tue, 29 Jun 2021 07:33:32 GMT
629
772
 
630
773
  ## [9.0.0-alpha.42](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.42)
631
774
 
632
- Tue, 22 Jun 2021 07:35:11 GMT
775
+ Tue, 22 Jun 2021 07:35:11 GMT
633
776
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.41..@fluentui/react-accordion_v9.0.0-alpha.42)
634
777
 
635
778
  ### Changes
@@ -638,7 +781,7 @@ Tue, 22 Jun 2021 07:35:11 GMT
638
781
 
639
782
  ## [9.0.0-alpha.41](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.41)
640
783
 
641
- Mon, 21 Jun 2021 07:34:33 GMT
784
+ Mon, 21 Jun 2021 07:34:33 GMT
642
785
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.40..@fluentui/react-accordion_v9.0.0-alpha.41)
643
786
 
644
787
  ### Changes
@@ -647,7 +790,7 @@ Mon, 21 Jun 2021 07:34:33 GMT
647
790
 
648
791
  ## [9.0.0-alpha.40](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.40)
649
792
 
650
- Wed, 16 Jun 2021 07:34:24 GMT
793
+ Wed, 16 Jun 2021 07:34:24 GMT
651
794
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.39..@fluentui/react-accordion_v9.0.0-alpha.40)
652
795
 
653
796
  ### Changes
@@ -656,7 +799,7 @@ Wed, 16 Jun 2021 07:34:24 GMT
656
799
 
657
800
  ## [9.0.0-alpha.39](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.39)
658
801
 
659
- Tue, 15 Jun 2021 07:40:20 GMT
802
+ Tue, 15 Jun 2021 07:40:20 GMT
660
803
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.38..@fluentui/react-accordion_v9.0.0-alpha.39)
661
804
 
662
805
  ### Changes
@@ -665,7 +808,7 @@ Tue, 15 Jun 2021 07:40:20 GMT
665
808
 
666
809
  ## [9.0.0-alpha.38](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.38)
667
810
 
668
- Wed, 09 Jun 2021 07:33:38 GMT
811
+ Wed, 09 Jun 2021 07:33:38 GMT
669
812
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.37..@fluentui/react-accordion_v9.0.0-alpha.38)
670
813
 
671
814
  ### Changes
@@ -674,7 +817,7 @@ Wed, 09 Jun 2021 07:33:38 GMT
674
817
 
675
818
  ## [9.0.0-alpha.37](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.37)
676
819
 
677
- Mon, 07 Jun 2021 07:38:15 GMT
820
+ Mon, 07 Jun 2021 07:38:15 GMT
678
821
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.36..@fluentui/react-accordion_v9.0.0-alpha.37)
679
822
 
680
823
  ### Patches
@@ -689,7 +832,7 @@ Mon, 07 Jun 2021 07:38:15 GMT
689
832
 
690
833
  ## [9.0.0-alpha.36](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.36)
691
834
 
692
- Fri, 04 Jun 2021 07:37:23 GMT
835
+ Fri, 04 Jun 2021 07:37:23 GMT
693
836
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.35..@fluentui/react-accordion_v9.0.0-alpha.36)
694
837
 
695
838
  ### Changes
@@ -698,7 +841,7 @@ Fri, 04 Jun 2021 07:37:23 GMT
698
841
 
699
842
  ## [9.0.0-alpha.35](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.35)
700
843
 
701
- Thu, 03 Jun 2021 07:36:03 GMT
844
+ Thu, 03 Jun 2021 07:36:03 GMT
702
845
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.34..@fluentui/react-accordion_v9.0.0-alpha.35)
703
846
 
704
847
  ### Changes
@@ -707,7 +850,7 @@ Thu, 03 Jun 2021 07:36:03 GMT
707
850
 
708
851
  ## [9.0.0-alpha.34](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.34)
709
852
 
710
- Wed, 02 Jun 2021 07:37:15 GMT
853
+ Wed, 02 Jun 2021 07:37:15 GMT
711
854
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.33..@fluentui/react-accordion_v9.0.0-alpha.34)
712
855
 
713
856
  ### Changes
@@ -716,7 +859,7 @@ Wed, 02 Jun 2021 07:37:15 GMT
716
859
 
717
860
  ## [9.0.0-alpha.33](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.33)
718
861
 
719
- Wed, 26 May 2021 07:35:43 GMT
862
+ Wed, 26 May 2021 07:35:43 GMT
720
863
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.32..@fluentui/react-accordion_v9.0.0-alpha.33)
721
864
 
722
865
  ### Changes
@@ -725,7 +868,7 @@ Wed, 26 May 2021 07:35:43 GMT
725
868
 
726
869
  ## [9.0.0-alpha.32](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.32)
727
870
 
728
- Fri, 21 May 2021 07:34:54 GMT
871
+ Fri, 21 May 2021 07:34:54 GMT
729
872
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.31..@fluentui/react-accordion_v9.0.0-alpha.32)
730
873
 
731
874
  ### Changes
@@ -734,7 +877,7 @@ Fri, 21 May 2021 07:34:54 GMT
734
877
 
735
878
  ## [9.0.0-alpha.31](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.31)
736
879
 
737
- Thu, 20 May 2021 07:41:54 GMT
880
+ Thu, 20 May 2021 07:41:54 GMT
738
881
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.30..@fluentui/react-accordion_v9.0.0-alpha.31)
739
882
 
740
883
  ### Patches
@@ -749,7 +892,7 @@ Thu, 20 May 2021 07:41:54 GMT
749
892
 
750
893
  ## [9.0.0-alpha.30](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.30)
751
894
 
752
- Wed, 19 May 2021 07:34:20 GMT
895
+ Wed, 19 May 2021 07:34:20 GMT
753
896
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.29..@fluentui/react-accordion_v9.0.0-alpha.30)
754
897
 
755
898
  ### Patches
@@ -762,7 +905,7 @@ Wed, 19 May 2021 07:34:20 GMT
762
905
 
763
906
  ## [9.0.0-alpha.29](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.29)
764
907
 
765
- Tue, 18 May 2021 07:34:38 GMT
908
+ Tue, 18 May 2021 07:34:38 GMT
766
909
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.28..@fluentui/react-accordion_v9.0.0-alpha.29)
767
910
 
768
911
  ### Changes
@@ -771,7 +914,7 @@ Tue, 18 May 2021 07:34:38 GMT
771
914
 
772
915
  ## [9.0.0-alpha.28](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.28)
773
916
 
774
- Thu, 13 May 2021 07:36:55 GMT
917
+ Thu, 13 May 2021 07:36:55 GMT
775
918
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.27..@fluentui/react-accordion_v9.0.0-alpha.28)
776
919
 
777
920
  ### Changes
@@ -780,7 +923,7 @@ Thu, 13 May 2021 07:36:55 GMT
780
923
 
781
924
  ## [9.0.0-alpha.27](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.27)
782
925
 
783
- Wed, 12 May 2021 07:36:20 GMT
926
+ Wed, 12 May 2021 07:36:20 GMT
784
927
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.26..@fluentui/react-accordion_v9.0.0-alpha.27)
785
928
 
786
929
  ### Changes
@@ -789,7 +932,7 @@ Wed, 12 May 2021 07:36:20 GMT
789
932
 
790
933
  ## [9.0.0-alpha.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.26)
791
934
 
792
- Mon, 10 May 2021 07:36:07 GMT
935
+ Mon, 10 May 2021 07:36:07 GMT
793
936
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.25..@fluentui/react-accordion_v9.0.0-alpha.26)
794
937
 
795
938
  ### Changes
@@ -798,7 +941,7 @@ Mon, 10 May 2021 07:36:07 GMT
798
941
 
799
942
  ## [9.0.0-alpha.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.25)
800
943
 
801
- Wed, 05 May 2021 07:36:50 GMT
944
+ Wed, 05 May 2021 07:36:50 GMT
802
945
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.24..@fluentui/react-accordion_v9.0.0-alpha.25)
803
946
 
804
947
  ### Changes
@@ -807,7 +950,7 @@ Wed, 05 May 2021 07:36:50 GMT
807
950
 
808
951
  ## [9.0.0-alpha.24](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.24)
809
952
 
810
- Mon, 03 May 2021 07:45:19 GMT
953
+ Mon, 03 May 2021 07:45:19 GMT
811
954
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.23..@fluentui/react-accordion_v9.0.0-alpha.24)
812
955
 
813
956
  ### Changes
@@ -816,7 +959,7 @@ Mon, 03 May 2021 07:45:19 GMT
816
959
 
817
960
  ## [9.0.0-alpha.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.23)
818
961
 
819
- Fri, 30 Apr 2021 07:42:23 GMT
962
+ Fri, 30 Apr 2021 07:42:23 GMT
820
963
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.22..@fluentui/react-accordion_v9.0.0-alpha.23)
821
964
 
822
965
  ### Patches
@@ -832,7 +975,7 @@ Fri, 30 Apr 2021 07:42:23 GMT
832
975
 
833
976
  ## [9.0.0-alpha.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.22)
834
977
 
835
- Wed, 28 Apr 2021 07:32:59 GMT
978
+ Wed, 28 Apr 2021 07:32:59 GMT
836
979
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.21..@fluentui/react-accordion_v9.0.0-alpha.22)
837
980
 
838
981
  ### Changes
@@ -841,7 +984,7 @@ Wed, 28 Apr 2021 07:32:59 GMT
841
984
 
842
985
  ## [9.0.0-alpha.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.21)
843
986
 
844
- Tue, 27 Apr 2021 07:34:03 GMT
987
+ Tue, 27 Apr 2021 07:34:03 GMT
845
988
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.20..@fluentui/react-accordion_v9.0.0-alpha.21)
846
989
 
847
990
  ### Changes
@@ -850,7 +993,7 @@ Tue, 27 Apr 2021 07:34:03 GMT
850
993
 
851
994
  ## [9.0.0-alpha.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.20)
852
995
 
853
- Mon, 26 Apr 2021 07:34:31 GMT
996
+ Mon, 26 Apr 2021 07:34:31 GMT
854
997
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.19..@fluentui/react-accordion_v9.0.0-alpha.20)
855
998
 
856
999
  ### Changes
@@ -859,7 +1002,7 @@ Mon, 26 Apr 2021 07:34:31 GMT
859
1002
 
860
1003
  ## [9.0.0-alpha.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.19)
861
1004
 
862
- Fri, 23 Apr 2021 07:37:10 GMT
1005
+ Fri, 23 Apr 2021 07:37:10 GMT
863
1006
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.18..@fluentui/react-accordion_v9.0.0-alpha.19)
864
1007
 
865
1008
  ### Patches
@@ -874,7 +1017,7 @@ Fri, 23 Apr 2021 07:37:10 GMT
874
1017
 
875
1018
  ## [9.0.0-alpha.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.18)
876
1019
 
877
- Thu, 22 Apr 2021 07:33:28 GMT
1020
+ Thu, 22 Apr 2021 07:33:28 GMT
878
1021
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.17..@fluentui/react-accordion_v9.0.0-alpha.18)
879
1022
 
880
1023
  ### Changes
@@ -883,7 +1026,7 @@ Thu, 22 Apr 2021 07:33:28 GMT
883
1026
 
884
1027
  ## [9.0.0-alpha.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.17)
885
1028
 
886
- Wed, 21 Apr 2021 07:31:50 GMT
1029
+ Wed, 21 Apr 2021 07:31:50 GMT
887
1030
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.16..@fluentui/react-accordion_v9.0.0-alpha.17)
888
1031
 
889
1032
  ### Changes
@@ -892,7 +1035,7 @@ Wed, 21 Apr 2021 07:31:50 GMT
892
1035
 
893
1036
  ## [9.0.0-alpha.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.16)
894
1037
 
895
- Tue, 20 Apr 2021 07:31:35 GMT
1038
+ Tue, 20 Apr 2021 07:31:35 GMT
896
1039
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.15..@fluentui/react-accordion_v9.0.0-alpha.16)
897
1040
 
898
1041
  ### Changes
@@ -901,7 +1044,7 @@ Tue, 20 Apr 2021 07:31:35 GMT
901
1044
 
902
1045
  ## [9.0.0-alpha.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.15)
903
1046
 
904
- Fri, 16 Apr 2021 18:08:21 GMT
1047
+ Fri, 16 Apr 2021 18:08:21 GMT
905
1048
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.14..@fluentui/react-accordion_v9.0.0-alpha.15)
906
1049
 
907
1050
  ### Changes
@@ -910,7 +1053,7 @@ Fri, 16 Apr 2021 18:08:21 GMT
910
1053
 
911
1054
  ## [9.0.0-alpha.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.14)
912
1055
 
913
- Wed, 14 Apr 2021 07:34:12 GMT
1056
+ Wed, 14 Apr 2021 07:34:12 GMT
914
1057
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.13..@fluentui/react-accordion_v9.0.0-alpha.14)
915
1058
 
916
1059
  ### Changes
@@ -919,7 +1062,7 @@ Wed, 14 Apr 2021 07:34:12 GMT
919
1062
 
920
1063
  ## [9.0.0-alpha.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.13)
921
1064
 
922
- Fri, 09 Apr 2021 23:42:49 GMT
1065
+ Fri, 09 Apr 2021 23:42:49 GMT
923
1066
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.12..@fluentui/react-accordion_v9.0.0-alpha.13)
924
1067
 
925
1068
  ### Changes
@@ -929,7 +1072,7 @@ Fri, 09 Apr 2021 23:42:49 GMT
929
1072
 
930
1073
  ## [9.0.0-alpha.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.12)
931
1074
 
932
- Fri, 09 Apr 2021 07:31:06 GMT
1075
+ Fri, 09 Apr 2021 07:31:06 GMT
933
1076
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.11..@fluentui/react-accordion_v9.0.0-alpha.12)
934
1077
 
935
1078
  ### Changes
@@ -938,7 +1081,7 @@ Fri, 09 Apr 2021 07:31:06 GMT
938
1081
 
939
1082
  ## [9.0.0-alpha.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.11)
940
1083
 
941
- Thu, 08 Apr 2021 07:33:06 GMT
1084
+ Thu, 08 Apr 2021 07:33:06 GMT
942
1085
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.10..@fluentui/react-accordion_v9.0.0-alpha.11)
943
1086
 
944
1087
  ### Changes
@@ -947,7 +1090,7 @@ Thu, 08 Apr 2021 07:33:06 GMT
947
1090
 
948
1091
  ## [9.0.0-alpha.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.10)
949
1092
 
950
- Thu, 01 Apr 2021 20:13:37 GMT
1093
+ Thu, 01 Apr 2021 20:13:37 GMT
951
1094
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.9..@fluentui/react-accordion_v9.0.0-alpha.10)
952
1095
 
953
1096
  ### Changes
@@ -956,7 +1099,7 @@ Thu, 01 Apr 2021 20:13:37 GMT
956
1099
 
957
1100
  ## [9.0.0-alpha.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.9)
958
1101
 
959
- Thu, 01 Apr 2021 07:33:24 GMT
1102
+ Thu, 01 Apr 2021 07:33:24 GMT
960
1103
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.8..@fluentui/react-accordion_v9.0.0-alpha.9)
961
1104
 
962
1105
  ### Changes
@@ -966,7 +1109,7 @@ Thu, 01 Apr 2021 07:33:24 GMT
966
1109
 
967
1110
  ## [9.0.0-alpha.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.8)
968
1111
 
969
- Wed, 31 Mar 2021 00:53:43 GMT
1112
+ Wed, 31 Mar 2021 00:53:43 GMT
970
1113
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.7..@fluentui/react-accordion_v9.0.0-alpha.8)
971
1114
 
972
1115
  ### Patches
@@ -982,7 +1125,7 @@ Wed, 31 Mar 2021 00:53:43 GMT
982
1125
 
983
1126
  ## [9.0.0-alpha.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.7)
984
1127
 
985
- Tue, 30 Mar 2021 07:34:45 GMT
1128
+ Tue, 30 Mar 2021 07:34:45 GMT
986
1129
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.6..@fluentui/react-accordion_v9.0.0-alpha.7)
987
1130
 
988
1131
  ### Changes
@@ -992,7 +1135,7 @@ Tue, 30 Mar 2021 07:34:45 GMT
992
1135
 
993
1136
  ## [9.0.0-alpha.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.6)
994
1137
 
995
- Fri, 26 Mar 2021 07:32:34 GMT
1138
+ Fri, 26 Mar 2021 07:32:34 GMT
996
1139
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.5..@fluentui/react-accordion_v9.0.0-alpha.6)
997
1140
 
998
1141
  ### Changes
@@ -1001,7 +1144,7 @@ Fri, 26 Mar 2021 07:32:34 GMT
1001
1144
 
1002
1145
  ## [9.0.0-alpha.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.5)
1003
1146
 
1004
- Thu, 25 Mar 2021 07:33:24 GMT
1147
+ Thu, 25 Mar 2021 07:33:24 GMT
1005
1148
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.4..@fluentui/react-accordion_v9.0.0-alpha.5)
1006
1149
 
1007
1150
  ### Changes
@@ -1011,7 +1154,7 @@ Thu, 25 Mar 2021 07:33:24 GMT
1011
1154
 
1012
1155
  ## [9.0.0-alpha.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.4)
1013
1156
 
1014
- Tue, 23 Mar 2021 07:31:43 GMT
1157
+ Tue, 23 Mar 2021 07:31:43 GMT
1015
1158
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.3..@fluentui/react-accordion_v9.0.0-alpha.4)
1016
1159
 
1017
1160
  ### Changes
@@ -1020,7 +1163,7 @@ Tue, 23 Mar 2021 07:31:43 GMT
1020
1163
 
1021
1164
  ## [9.0.0-alpha.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.3)
1022
1165
 
1023
- Thu, 18 Mar 2021 20:15:34 GMT
1166
+ Thu, 18 Mar 2021 20:15:34 GMT
1024
1167
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.2..@fluentui/react-accordion_v9.0.0-alpha.3)
1025
1168
 
1026
1169
  ### Changes
@@ -1029,7 +1172,7 @@ Thu, 18 Mar 2021 20:15:34 GMT
1029
1172
 
1030
1173
  ## [9.0.0-alpha.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.2)
1031
1174
 
1032
- Tue, 16 Mar 2021 07:32:44 GMT
1175
+ Tue, 16 Mar 2021 07:32:44 GMT
1033
1176
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-alpha.1..@fluentui/react-accordion_v9.0.0-alpha.2)
1034
1177
 
1035
1178
  ### Patches