@fluentui/react-accordion 9.0.0-rc.7 → 9.0.0

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