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

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