@fluentui/react-accordion 9.0.0-rc.9 → 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 +339 -1
  2. package/CHANGELOG.md +195 -102
  3. package/dist/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 -8
  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 +11 -33
  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 -8
  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 -8
package/CHANGELOG.md CHANGED
@@ -1,12 +1,105 @@
1
1
  # Change Log - @fluentui/react-accordion
2
2
 
3
- This log was last generated on Thu, 05 May 2022 18:24:37 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
+
7
100
  ## [9.0.0-rc.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-rc.9)
8
101
 
9
- Thu, 05 May 2022 18:24:37 GMT
102
+ Thu, 05 May 2022 18:26:30 GMT
10
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)
11
104
 
12
105
  ### Changes
@@ -21,7 +114,7 @@ Thu, 05 May 2022 18:24:37 GMT
21
114
 
22
115
  ## [9.0.0-rc.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-rc.8)
23
116
 
24
- Wed, 04 May 2022 13:26:37 GMT
117
+ Wed, 04 May 2022 13:26:37 GMT
25
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)
26
119
 
27
120
  ### Changes
@@ -36,7 +129,7 @@ Wed, 04 May 2022 13:26:37 GMT
36
129
 
37
130
  ## [9.0.0-rc.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-rc.7)
38
131
 
39
- Mon, 25 Apr 2022 09:32:16 GMT
132
+ Mon, 25 Apr 2022 09:32:16 GMT
40
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)
41
134
 
42
135
  ### Changes
@@ -46,7 +139,7 @@ Mon, 25 Apr 2022 09:32:16 GMT
46
139
 
47
140
  ## [9.0.0-rc.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-rc.6)
48
141
 
49
- Tue, 19 Apr 2022 19:17:06 GMT
142
+ Tue, 19 Apr 2022 19:17:06 GMT
50
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)
51
144
 
52
145
  ### Changes
@@ -65,7 +158,7 @@ Tue, 19 Apr 2022 19:17:06 GMT
65
158
 
66
159
  ## [9.0.0-rc.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-rc.5)
67
160
 
68
- Fri, 04 Mar 2022 05:17:33 GMT
161
+ Fri, 04 Mar 2022 05:17:33 GMT
69
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)
70
163
 
71
164
  ### Changes
@@ -79,7 +172,7 @@ Fri, 04 Mar 2022 05:17:33 GMT
79
172
 
80
173
  ## [9.0.0-rc.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-rc.4)
81
174
 
82
- Tue, 01 Mar 2022 02:17:40 GMT
175
+ Tue, 01 Mar 2022 02:17:40 GMT
83
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)
84
177
 
85
178
  ### Changes
@@ -91,7 +184,7 @@ Tue, 01 Mar 2022 02:17:40 GMT
91
184
 
92
185
  ## [9.0.0-rc.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-rc.3)
93
186
 
94
- Fri, 18 Feb 2022 13:35:37 GMT
187
+ Fri, 18 Feb 2022 13:35:37 GMT
95
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)
96
189
 
97
190
  ### Changes
@@ -108,7 +201,7 @@ Fri, 18 Feb 2022 13:35:37 GMT
108
201
 
109
202
  ## [9.0.0-rc.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-rc.1)
110
203
 
111
- Thu, 10 Feb 2022 08:52:11 GMT
204
+ Thu, 10 Feb 2022 08:52:11 GMT
112
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)
113
206
 
114
207
  ### Changes
@@ -139,7 +232,7 @@ Thu, 10 Feb 2022 08:52:11 GMT
139
232
 
140
233
  ## [9.0.0-beta.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-beta.5)
141
234
 
142
- Thu, 25 Nov 2021 08:34:10 GMT
235
+ Thu, 25 Nov 2021 08:34:10 GMT
143
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)
144
237
 
145
238
  ### Changes
@@ -156,7 +249,7 @@ Thu, 25 Nov 2021 08:34:10 GMT
156
249
 
157
250
  ## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-beta.4)
158
251
 
159
- Fri, 12 Nov 2021 13:25:12 GMT
252
+ Fri, 12 Nov 2021 13:25:12 GMT
160
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)
161
254
 
162
255
  ### Changes
@@ -176,7 +269,7 @@ Fri, 12 Nov 2021 13:25:12 GMT
176
269
 
177
270
  ## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-beta.3)
178
271
 
179
- Wed, 27 Oct 2021 12:14:12 GMT
272
+ Wed, 27 Oct 2021 12:14:12 GMT
180
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)
181
274
 
182
275
  ### Changes
@@ -194,7 +287,7 @@ Wed, 27 Oct 2021 12:14:12 GMT
194
287
 
195
288
  ## [9.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-beta.2)
196
289
 
197
- Tue, 12 Oct 2021 19:45:58 GMT
290
+ Tue, 12 Oct 2021 19:45:58 GMT
198
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)
199
292
 
200
293
  ### Changes
@@ -204,7 +297,7 @@ Tue, 12 Oct 2021 19:45:58 GMT
204
297
 
205
298
  ## [9.0.0-beta.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-beta.1)
206
299
 
207
- Wed, 06 Oct 2021 10:37:22 GMT
300
+ Wed, 06 Oct 2021 10:37:22 GMT
208
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)
209
302
 
210
303
  ### Changes
@@ -222,7 +315,7 @@ Wed, 06 Oct 2021 10:37:22 GMT
222
315
 
223
316
  ## [9.0.0-alpha.90](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.90)
224
317
 
225
- Tue, 05 Oct 2021 12:47:58 GMT
318
+ Tue, 05 Oct 2021 12:47:58 GMT
226
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)
227
320
 
228
321
  ### Changes
@@ -236,7 +329,7 @@ Tue, 05 Oct 2021 12:47:58 GMT
236
329
 
237
330
  ## [9.0.0-alpha.89](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.89)
238
331
 
239
- Tue, 05 Oct 2021 09:28:07 GMT
332
+ Tue, 05 Oct 2021 09:28:07 GMT
240
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)
241
334
 
242
335
  ### Changes
@@ -253,7 +346,7 @@ Tue, 05 Oct 2021 09:28:07 GMT
253
346
 
254
347
  ## [9.0.0-alpha.88](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.88)
255
348
 
256
- Fri, 01 Oct 2021 14:13:08 GMT
349
+ Fri, 01 Oct 2021 14:13:08 GMT
257
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)
258
351
 
259
352
  ### Changes
@@ -271,7 +364,7 @@ Fri, 01 Oct 2021 14:13:08 GMT
271
364
 
272
365
  ## [9.0.0-alpha.86](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.86)
273
366
 
274
- Fri, 01 Oct 2021 12:30:46 GMT
367
+ Fri, 01 Oct 2021 12:30:46 GMT
275
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)
276
369
 
277
370
  ### Changes
@@ -281,7 +374,7 @@ Fri, 01 Oct 2021 12:30:46 GMT
281
374
 
282
375
  ## [9.0.0-alpha.85](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.85)
283
376
 
284
- Fri, 01 Oct 2021 09:44:56 GMT
377
+ Fri, 01 Oct 2021 09:44:56 GMT
285
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)
286
379
 
287
380
  ### Changes
@@ -291,7 +384,7 @@ Fri, 01 Oct 2021 09:44:56 GMT
291
384
 
292
385
  ## [9.0.0-alpha.84](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.84)
293
386
 
294
- Wed, 29 Sep 2021 08:06:11 GMT
387
+ Wed, 29 Sep 2021 08:06:11 GMT
295
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)
296
389
 
297
390
  ### Changes
@@ -306,7 +399,7 @@ Wed, 29 Sep 2021 08:06:11 GMT
306
399
 
307
400
  ## [9.0.0-alpha.83](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.83)
308
401
 
309
- Mon, 27 Sep 2021 08:06:00 GMT
402
+ Mon, 27 Sep 2021 08:06:00 GMT
310
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)
311
404
 
312
405
  ### Changes
@@ -322,7 +415,7 @@ Mon, 27 Sep 2021 08:06:00 GMT
322
415
 
323
416
  ## [9.0.0-alpha.82](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.82)
324
417
 
325
- Fri, 24 Sep 2021 09:17:17 GMT
418
+ Fri, 24 Sep 2021 09:17:17 GMT
326
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)
327
420
 
328
421
  ### Changes
@@ -338,7 +431,7 @@ Fri, 24 Sep 2021 09:17:17 GMT
338
431
 
339
432
  ## [9.0.0-alpha.81](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.81)
340
433
 
341
- Thu, 23 Sep 2021 08:21:34 GMT
434
+ Thu, 23 Sep 2021 08:21:34 GMT
342
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)
343
436
 
344
437
  ### Changes
@@ -354,7 +447,7 @@ Thu, 23 Sep 2021 08:21:34 GMT
354
447
 
355
448
  ## [9.0.0-alpha.80](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.80)
356
449
 
357
- Wed, 22 Sep 2021 10:10:07 GMT
450
+ Wed, 22 Sep 2021 10:10:07 GMT
358
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)
359
452
 
360
453
  ### Changes
@@ -370,7 +463,7 @@ Wed, 22 Sep 2021 10:10:07 GMT
370
463
 
371
464
  ## [9.0.0-alpha.79](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.79)
372
465
 
373
- Tue, 21 Sep 2021 07:42:34 GMT
466
+ Tue, 21 Sep 2021 07:42:34 GMT
374
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)
375
468
 
376
469
  ### Changes
@@ -386,7 +479,7 @@ Tue, 21 Sep 2021 07:42:34 GMT
386
479
 
387
480
  ## [9.0.0-alpha.78](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.78)
388
481
 
389
- Mon, 20 Sep 2021 07:36:26 GMT
482
+ Mon, 20 Sep 2021 07:36:26 GMT
390
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)
391
484
 
392
485
  ### Changes
@@ -395,7 +488,7 @@ Mon, 20 Sep 2021 07:36:26 GMT
395
488
 
396
489
  ## [9.0.0-alpha.77](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.77)
397
490
 
398
- Fri, 17 Sep 2021 07:35:26 GMT
491
+ Fri, 17 Sep 2021 07:35:26 GMT
399
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)
400
493
 
401
494
  ### Changes
@@ -404,7 +497,7 @@ Fri, 17 Sep 2021 07:35:26 GMT
404
497
 
405
498
  ## [9.0.0-alpha.76](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.76)
406
499
 
407
- Thu, 16 Sep 2021 07:38:39 GMT
500
+ Thu, 16 Sep 2021 07:38:39 GMT
408
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)
409
502
 
410
503
  ### Changes
@@ -414,7 +507,7 @@ Thu, 16 Sep 2021 07:38:39 GMT
414
507
 
415
508
  ## [9.0.0-alpha.75](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.75)
416
509
 
417
- Tue, 14 Sep 2021 20:09:02 GMT
510
+ Tue, 14 Sep 2021 20:09:02 GMT
418
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)
419
512
 
420
513
  ### Changes
@@ -423,7 +516,7 @@ Tue, 14 Sep 2021 20:09:02 GMT
423
516
 
424
517
  ## [9.0.0-alpha.74](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.74)
425
518
 
426
- Tue, 14 Sep 2021 07:38:18 GMT
519
+ Tue, 14 Sep 2021 07:38:18 GMT
427
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)
428
521
 
429
522
  ### Changes
@@ -432,7 +525,7 @@ Tue, 14 Sep 2021 07:38:18 GMT
432
525
 
433
526
  ## [9.0.0-alpha.73](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.73)
434
527
 
435
- Fri, 10 Sep 2021 16:31:53 GMT
528
+ Fri, 10 Sep 2021 16:31:53 GMT
436
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)
437
530
 
438
531
  ### Changes
@@ -442,7 +535,7 @@ Fri, 10 Sep 2021 16:31:53 GMT
442
535
 
443
536
  ## [9.0.0-alpha.72](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.72)
444
537
 
445
- Fri, 10 Sep 2021 07:39:51 GMT
538
+ Fri, 10 Sep 2021 07:39:51 GMT
446
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)
447
540
 
448
541
  ### Changes
@@ -451,7 +544,7 @@ Fri, 10 Sep 2021 07:39:51 GMT
451
544
 
452
545
  ## [9.0.0-alpha.71](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.71)
453
546
 
454
- Mon, 06 Sep 2021 07:34:53 GMT
547
+ Mon, 06 Sep 2021 07:34:53 GMT
455
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)
456
549
 
457
550
  ### Changes
@@ -460,7 +553,7 @@ Mon, 06 Sep 2021 07:34:53 GMT
460
553
 
461
554
  ## [9.0.0-alpha.70](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.70)
462
555
 
463
- Thu, 02 Sep 2021 07:36:46 GMT
556
+ Thu, 02 Sep 2021 07:36:46 GMT
464
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)
465
558
 
466
559
  ### Patches
@@ -473,7 +566,7 @@ Thu, 02 Sep 2021 07:36:46 GMT
473
566
 
474
567
  ## [9.0.0-alpha.69](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.69)
475
568
 
476
- Wed, 01 Sep 2021 07:39:56 GMT
569
+ Wed, 01 Sep 2021 07:39:56 GMT
477
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)
478
571
 
479
572
  ### Changes
@@ -482,7 +575,7 @@ Wed, 01 Sep 2021 07:39:56 GMT
482
575
 
483
576
  ## [9.0.0-alpha.68](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.68)
484
577
 
485
- Tue, 31 Aug 2021 07:37:47 GMT
578
+ Tue, 31 Aug 2021 07:37:47 GMT
486
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)
487
580
 
488
581
  ### Changes
@@ -491,7 +584,7 @@ Tue, 31 Aug 2021 07:37:47 GMT
491
584
 
492
585
  ## [9.0.0-alpha.67](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.67)
493
586
 
494
- Mon, 30 Aug 2021 07:35:05 GMT
587
+ Mon, 30 Aug 2021 07:35:05 GMT
495
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)
496
589
 
497
590
  ### Changes
@@ -500,7 +593,7 @@ Mon, 30 Aug 2021 07:35:05 GMT
500
593
 
501
594
  ## [9.0.0-alpha.66](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.66)
502
595
 
503
- Fri, 27 Aug 2021 07:33:32 GMT
596
+ Fri, 27 Aug 2021 07:33:32 GMT
504
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)
505
598
 
506
599
  ### Changes
@@ -509,7 +602,7 @@ Fri, 27 Aug 2021 07:33:32 GMT
509
602
 
510
603
  ## [9.0.0-alpha.65](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.65)
511
604
 
512
- Thu, 26 Aug 2021 07:35:43 GMT
605
+ Thu, 26 Aug 2021 07:35:43 GMT
513
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)
514
607
 
515
608
  ### Changes
@@ -518,7 +611,7 @@ Thu, 26 Aug 2021 07:35:43 GMT
518
611
 
519
612
  ## [9.0.0-alpha.64](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.64)
520
613
 
521
- Fri, 20 Aug 2021 07:37:28 GMT
614
+ Fri, 20 Aug 2021 07:37:28 GMT
522
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)
523
616
 
524
617
  ### Changes
@@ -527,7 +620,7 @@ Fri, 20 Aug 2021 07:37:28 GMT
527
620
 
528
621
  ## [9.0.0-alpha.63](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.63)
529
622
 
530
- Thu, 19 Aug 2021 07:41:35 GMT
623
+ Thu, 19 Aug 2021 07:41:35 GMT
531
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)
532
625
 
533
626
  ### Changes
@@ -536,7 +629,7 @@ Thu, 19 Aug 2021 07:41:35 GMT
536
629
 
537
630
  ## [9.0.0-alpha.62](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.62)
538
631
 
539
- Fri, 13 Aug 2021 07:36:34 GMT
632
+ Fri, 13 Aug 2021 07:36:34 GMT
540
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)
541
634
 
542
635
  ### Changes
@@ -545,7 +638,7 @@ Fri, 13 Aug 2021 07:36:34 GMT
545
638
 
546
639
  ## [9.0.0-alpha.61](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.61)
547
640
 
548
- Wed, 11 Aug 2021 07:34:54 GMT
641
+ Wed, 11 Aug 2021 07:34:54 GMT
549
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)
550
643
 
551
644
  ### Changes
@@ -554,7 +647,7 @@ Wed, 11 Aug 2021 07:34:54 GMT
554
647
 
555
648
  ## [9.0.0-alpha.60](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.60)
556
649
 
557
- Fri, 06 Aug 2021 07:35:14 GMT
650
+ Fri, 06 Aug 2021 07:35:14 GMT
558
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)
559
652
 
560
653
  ### Changes
@@ -563,7 +656,7 @@ Fri, 06 Aug 2021 07:35:14 GMT
563
656
 
564
657
  ## [9.0.0-alpha.59](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.59)
565
658
 
566
- Tue, 03 Aug 2021 07:39:30 GMT
659
+ Tue, 03 Aug 2021 07:39:30 GMT
567
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)
568
661
 
569
662
  ### Patches
@@ -578,7 +671,7 @@ Tue, 03 Aug 2021 07:39:30 GMT
578
671
 
579
672
  ## [9.0.0-alpha.58](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.58)
580
673
 
581
- Mon, 02 Aug 2021 07:36:20 GMT
674
+ Mon, 02 Aug 2021 07:36:20 GMT
582
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)
583
676
 
584
677
  ### Changes
@@ -587,7 +680,7 @@ Mon, 02 Aug 2021 07:36:20 GMT
587
680
 
588
681
  ## [9.0.0-alpha.57](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.57)
589
682
 
590
- Mon, 26 Jul 2021 07:37:30 GMT
683
+ Mon, 26 Jul 2021 07:37:30 GMT
591
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)
592
685
 
593
686
  ### Changes
@@ -596,7 +689,7 @@ Mon, 26 Jul 2021 07:37:30 GMT
596
689
 
597
690
  ## [9.0.0-alpha.56](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.56)
598
691
 
599
- Fri, 23 Jul 2021 07:38:19 GMT
692
+ Fri, 23 Jul 2021 07:38:19 GMT
600
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)
601
694
 
602
695
  ### Changes
@@ -605,7 +698,7 @@ Fri, 23 Jul 2021 07:38:19 GMT
605
698
 
606
699
  ## [9.0.0-alpha.55](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.55)
607
700
 
608
- Thu, 22 Jul 2021 07:36:55 GMT
701
+ Thu, 22 Jul 2021 07:36:55 GMT
609
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)
610
703
 
611
704
  ### Changes
@@ -614,7 +707,7 @@ Thu, 22 Jul 2021 07:36:55 GMT
614
707
 
615
708
  ## [9.0.0-alpha.54](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.54)
616
709
 
617
- Tue, 20 Jul 2021 22:23:17 GMT
710
+ Tue, 20 Jul 2021 22:23:17 GMT
618
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)
619
712
 
620
713
  ### Changes
@@ -623,7 +716,7 @@ Tue, 20 Jul 2021 22:23:17 GMT
623
716
 
624
717
  ## [9.0.0-alpha.53](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.53)
625
718
 
626
- Fri, 16 Jul 2021 22:53:17 GMT
719
+ Fri, 16 Jul 2021 22:53:17 GMT
627
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)
628
721
 
629
722
  ### Changes
@@ -632,7 +725,7 @@ Fri, 16 Jul 2021 22:53:17 GMT
632
725
 
633
726
  ## [9.0.0-alpha.52](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.52)
634
727
 
635
- Thu, 15 Jul 2021 07:36:18 GMT
728
+ Thu, 15 Jul 2021 07:36:18 GMT
636
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)
637
730
 
638
731
  ### Changes
@@ -641,7 +734,7 @@ Thu, 15 Jul 2021 07:36:18 GMT
641
734
 
642
735
  ## [9.0.0-alpha.51](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.51)
643
736
 
644
- Tue, 13 Jul 2021 22:32:58 GMT
737
+ Tue, 13 Jul 2021 22:32:58 GMT
645
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)
646
739
 
647
740
  ### Patches
@@ -650,7 +743,7 @@ Tue, 13 Jul 2021 22:32:58 GMT
650
743
 
651
744
  ## [9.0.0-alpha.50](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.50)
652
745
 
653
- Tue, 13 Jul 2021 07:35:36 GMT
746
+ Tue, 13 Jul 2021 07:35:36 GMT
654
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)
655
748
 
656
749
  ### Changes
@@ -659,7 +752,7 @@ Tue, 13 Jul 2021 07:35:36 GMT
659
752
 
660
753
  ## [9.0.0-alpha.49](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.49)
661
754
 
662
- Mon, 12 Jul 2021 07:33:23 GMT
755
+ Mon, 12 Jul 2021 07:33:23 GMT
663
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)
664
757
 
665
758
  ### Changes
@@ -670,7 +763,7 @@ Mon, 12 Jul 2021 07:33:23 GMT
670
763
 
671
764
  ## [9.0.0-alpha.48](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.48)
672
765
 
673
- Fri, 09 Jul 2021 07:39:31 GMT
766
+ Fri, 09 Jul 2021 07:39:31 GMT
674
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)
675
768
 
676
769
  ### Patches
@@ -685,7 +778,7 @@ Fri, 09 Jul 2021 07:39:31 GMT
685
778
 
686
779
  ## [9.0.0-alpha.47](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.47)
687
780
 
688
- Fri, 02 Jul 2021 23:15:55 GMT
781
+ Fri, 02 Jul 2021 23:15:55 GMT
689
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)
690
783
 
691
784
  ### Changes
@@ -694,7 +787,7 @@ Fri, 02 Jul 2021 23:15:55 GMT
694
787
 
695
788
  ## [9.0.0-alpha.46](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.46)
696
789
 
697
- Fri, 02 Jul 2021 07:37:06 GMT
790
+ Fri, 02 Jul 2021 07:37:06 GMT
698
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)
699
792
 
700
793
  ### Changes
@@ -703,7 +796,7 @@ Fri, 02 Jul 2021 07:37:06 GMT
703
796
 
704
797
  ## [9.0.0-alpha.45](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.45)
705
798
 
706
- Thu, 01 Jul 2021 07:35:05 GMT
799
+ Thu, 01 Jul 2021 07:35:05 GMT
707
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)
708
801
 
709
802
  ### Changes
@@ -713,7 +806,7 @@ Thu, 01 Jul 2021 07:35:05 GMT
713
806
 
714
807
  ## [9.0.0-alpha.44](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.44)
715
808
 
716
- Wed, 30 Jun 2021 07:38:35 GMT
809
+ Wed, 30 Jun 2021 07:38:35 GMT
717
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)
718
811
 
719
812
  ### Changes
@@ -722,7 +815,7 @@ Wed, 30 Jun 2021 07:38:35 GMT
722
815
 
723
816
  ## [9.0.0-alpha.43](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.43)
724
817
 
725
- Tue, 29 Jun 2021 07:33:32 GMT
818
+ Tue, 29 Jun 2021 07:33:32 GMT
726
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)
727
820
 
728
821
  ### Changes
@@ -731,7 +824,7 @@ Tue, 29 Jun 2021 07:33:32 GMT
731
824
 
732
825
  ## [9.0.0-alpha.42](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.42)
733
826
 
734
- Tue, 22 Jun 2021 07:35:11 GMT
827
+ Tue, 22 Jun 2021 07:35:11 GMT
735
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)
736
829
 
737
830
  ### Changes
@@ -740,7 +833,7 @@ Tue, 22 Jun 2021 07:35:11 GMT
740
833
 
741
834
  ## [9.0.0-alpha.41](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.41)
742
835
 
743
- Mon, 21 Jun 2021 07:34:33 GMT
836
+ Mon, 21 Jun 2021 07:34:33 GMT
744
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)
745
838
 
746
839
  ### Changes
@@ -749,7 +842,7 @@ Mon, 21 Jun 2021 07:34:33 GMT
749
842
 
750
843
  ## [9.0.0-alpha.40](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.40)
751
844
 
752
- Wed, 16 Jun 2021 07:34:24 GMT
845
+ Wed, 16 Jun 2021 07:34:24 GMT
753
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)
754
847
 
755
848
  ### Changes
@@ -758,7 +851,7 @@ Wed, 16 Jun 2021 07:34:24 GMT
758
851
 
759
852
  ## [9.0.0-alpha.39](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.39)
760
853
 
761
- Tue, 15 Jun 2021 07:40:20 GMT
854
+ Tue, 15 Jun 2021 07:40:20 GMT
762
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)
763
856
 
764
857
  ### Changes
@@ -767,7 +860,7 @@ Tue, 15 Jun 2021 07:40:20 GMT
767
860
 
768
861
  ## [9.0.0-alpha.38](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.38)
769
862
 
770
- Wed, 09 Jun 2021 07:33:38 GMT
863
+ Wed, 09 Jun 2021 07:33:38 GMT
771
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)
772
865
 
773
866
  ### Changes
@@ -776,7 +869,7 @@ Wed, 09 Jun 2021 07:33:38 GMT
776
869
 
777
870
  ## [9.0.0-alpha.37](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.37)
778
871
 
779
- Mon, 07 Jun 2021 07:38:15 GMT
872
+ Mon, 07 Jun 2021 07:38:15 GMT
780
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)
781
874
 
782
875
  ### Patches
@@ -791,7 +884,7 @@ Mon, 07 Jun 2021 07:38:15 GMT
791
884
 
792
885
  ## [9.0.0-alpha.36](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.36)
793
886
 
794
- Fri, 04 Jun 2021 07:37:23 GMT
887
+ Fri, 04 Jun 2021 07:37:23 GMT
795
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)
796
889
 
797
890
  ### Changes
@@ -800,7 +893,7 @@ Fri, 04 Jun 2021 07:37:23 GMT
800
893
 
801
894
  ## [9.0.0-alpha.35](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.35)
802
895
 
803
- Thu, 03 Jun 2021 07:36:03 GMT
896
+ Thu, 03 Jun 2021 07:36:03 GMT
804
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)
805
898
 
806
899
  ### Changes
@@ -809,7 +902,7 @@ Thu, 03 Jun 2021 07:36:03 GMT
809
902
 
810
903
  ## [9.0.0-alpha.34](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.34)
811
904
 
812
- Wed, 02 Jun 2021 07:37:15 GMT
905
+ Wed, 02 Jun 2021 07:37:15 GMT
813
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)
814
907
 
815
908
  ### Changes
@@ -818,7 +911,7 @@ Wed, 02 Jun 2021 07:37:15 GMT
818
911
 
819
912
  ## [9.0.0-alpha.33](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.33)
820
913
 
821
- Wed, 26 May 2021 07:35:43 GMT
914
+ Wed, 26 May 2021 07:35:43 GMT
822
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)
823
916
 
824
917
  ### Changes
@@ -827,7 +920,7 @@ Wed, 26 May 2021 07:35:43 GMT
827
920
 
828
921
  ## [9.0.0-alpha.32](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.32)
829
922
 
830
- Fri, 21 May 2021 07:34:54 GMT
923
+ Fri, 21 May 2021 07:34:54 GMT
831
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)
832
925
 
833
926
  ### Changes
@@ -836,7 +929,7 @@ Fri, 21 May 2021 07:34:54 GMT
836
929
 
837
930
  ## [9.0.0-alpha.31](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.31)
838
931
 
839
- Thu, 20 May 2021 07:41:54 GMT
932
+ Thu, 20 May 2021 07:41:54 GMT
840
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)
841
934
 
842
935
  ### Patches
@@ -851,7 +944,7 @@ Thu, 20 May 2021 07:41:54 GMT
851
944
 
852
945
  ## [9.0.0-alpha.30](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.30)
853
946
 
854
- Wed, 19 May 2021 07:34:20 GMT
947
+ Wed, 19 May 2021 07:34:20 GMT
855
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)
856
949
 
857
950
  ### Patches
@@ -864,7 +957,7 @@ Wed, 19 May 2021 07:34:20 GMT
864
957
 
865
958
  ## [9.0.0-alpha.29](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.29)
866
959
 
867
- Tue, 18 May 2021 07:34:38 GMT
960
+ Tue, 18 May 2021 07:34:38 GMT
868
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)
869
962
 
870
963
  ### Changes
@@ -873,7 +966,7 @@ Tue, 18 May 2021 07:34:38 GMT
873
966
 
874
967
  ## [9.0.0-alpha.28](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.28)
875
968
 
876
- Thu, 13 May 2021 07:36:55 GMT
969
+ Thu, 13 May 2021 07:36:55 GMT
877
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)
878
971
 
879
972
  ### Changes
@@ -882,7 +975,7 @@ Thu, 13 May 2021 07:36:55 GMT
882
975
 
883
976
  ## [9.0.0-alpha.27](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.27)
884
977
 
885
- Wed, 12 May 2021 07:36:20 GMT
978
+ Wed, 12 May 2021 07:36:20 GMT
886
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)
887
980
 
888
981
  ### Changes
@@ -891,7 +984,7 @@ Wed, 12 May 2021 07:36:20 GMT
891
984
 
892
985
  ## [9.0.0-alpha.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.26)
893
986
 
894
- Mon, 10 May 2021 07:36:07 GMT
987
+ Mon, 10 May 2021 07:36:07 GMT
895
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)
896
989
 
897
990
  ### Changes
@@ -900,7 +993,7 @@ Mon, 10 May 2021 07:36:07 GMT
900
993
 
901
994
  ## [9.0.0-alpha.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.25)
902
995
 
903
- Wed, 05 May 2021 07:36:50 GMT
996
+ Wed, 05 May 2021 07:36:50 GMT
904
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)
905
998
 
906
999
  ### Changes
@@ -909,7 +1002,7 @@ Wed, 05 May 2021 07:36:50 GMT
909
1002
 
910
1003
  ## [9.0.0-alpha.24](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.24)
911
1004
 
912
- Mon, 03 May 2021 07:45:19 GMT
1005
+ Mon, 03 May 2021 07:45:19 GMT
913
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)
914
1007
 
915
1008
  ### Changes
@@ -918,7 +1011,7 @@ Mon, 03 May 2021 07:45:19 GMT
918
1011
 
919
1012
  ## [9.0.0-alpha.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.23)
920
1013
 
921
- Fri, 30 Apr 2021 07:42:23 GMT
1014
+ Fri, 30 Apr 2021 07:42:23 GMT
922
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)
923
1016
 
924
1017
  ### Patches
@@ -934,7 +1027,7 @@ Fri, 30 Apr 2021 07:42:23 GMT
934
1027
 
935
1028
  ## [9.0.0-alpha.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.22)
936
1029
 
937
- Wed, 28 Apr 2021 07:32:59 GMT
1030
+ Wed, 28 Apr 2021 07:32:59 GMT
938
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)
939
1032
 
940
1033
  ### Changes
@@ -943,7 +1036,7 @@ Wed, 28 Apr 2021 07:32:59 GMT
943
1036
 
944
1037
  ## [9.0.0-alpha.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.21)
945
1038
 
946
- Tue, 27 Apr 2021 07:34:03 GMT
1039
+ Tue, 27 Apr 2021 07:34:03 GMT
947
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)
948
1041
 
949
1042
  ### Changes
@@ -952,7 +1045,7 @@ Tue, 27 Apr 2021 07:34:03 GMT
952
1045
 
953
1046
  ## [9.0.0-alpha.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.20)
954
1047
 
955
- Mon, 26 Apr 2021 07:34:31 GMT
1048
+ Mon, 26 Apr 2021 07:34:31 GMT
956
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)
957
1050
 
958
1051
  ### Changes
@@ -961,7 +1054,7 @@ Mon, 26 Apr 2021 07:34:31 GMT
961
1054
 
962
1055
  ## [9.0.0-alpha.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.19)
963
1056
 
964
- Fri, 23 Apr 2021 07:37:10 GMT
1057
+ Fri, 23 Apr 2021 07:37:10 GMT
965
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)
966
1059
 
967
1060
  ### Patches
@@ -976,7 +1069,7 @@ Fri, 23 Apr 2021 07:37:10 GMT
976
1069
 
977
1070
  ## [9.0.0-alpha.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.18)
978
1071
 
979
- Thu, 22 Apr 2021 07:33:28 GMT
1072
+ Thu, 22 Apr 2021 07:33:28 GMT
980
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)
981
1074
 
982
1075
  ### Changes
@@ -985,7 +1078,7 @@ Thu, 22 Apr 2021 07:33:28 GMT
985
1078
 
986
1079
  ## [9.0.0-alpha.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.17)
987
1080
 
988
- Wed, 21 Apr 2021 07:31:50 GMT
1081
+ Wed, 21 Apr 2021 07:31:50 GMT
989
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)
990
1083
 
991
1084
  ### Changes
@@ -994,7 +1087,7 @@ Wed, 21 Apr 2021 07:31:50 GMT
994
1087
 
995
1088
  ## [9.0.0-alpha.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.16)
996
1089
 
997
- Tue, 20 Apr 2021 07:31:35 GMT
1090
+ Tue, 20 Apr 2021 07:31:35 GMT
998
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)
999
1092
 
1000
1093
  ### Changes
@@ -1003,7 +1096,7 @@ Tue, 20 Apr 2021 07:31:35 GMT
1003
1096
 
1004
1097
  ## [9.0.0-alpha.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.15)
1005
1098
 
1006
- Fri, 16 Apr 2021 18:08:21 GMT
1099
+ Fri, 16 Apr 2021 18:08:21 GMT
1007
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)
1008
1101
 
1009
1102
  ### Changes
@@ -1012,7 +1105,7 @@ Fri, 16 Apr 2021 18:08:21 GMT
1012
1105
 
1013
1106
  ## [9.0.0-alpha.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.14)
1014
1107
 
1015
- Wed, 14 Apr 2021 07:34:12 GMT
1108
+ Wed, 14 Apr 2021 07:34:12 GMT
1016
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)
1017
1110
 
1018
1111
  ### Changes
@@ -1021,7 +1114,7 @@ Wed, 14 Apr 2021 07:34:12 GMT
1021
1114
 
1022
1115
  ## [9.0.0-alpha.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.13)
1023
1116
 
1024
- Fri, 09 Apr 2021 23:42:49 GMT
1117
+ Fri, 09 Apr 2021 23:42:49 GMT
1025
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)
1026
1119
 
1027
1120
  ### Changes
@@ -1031,7 +1124,7 @@ Fri, 09 Apr 2021 23:42:49 GMT
1031
1124
 
1032
1125
  ## [9.0.0-alpha.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.12)
1033
1126
 
1034
- Fri, 09 Apr 2021 07:31:06 GMT
1127
+ Fri, 09 Apr 2021 07:31:06 GMT
1035
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)
1036
1129
 
1037
1130
  ### Changes
@@ -1040,7 +1133,7 @@ Fri, 09 Apr 2021 07:31:06 GMT
1040
1133
 
1041
1134
  ## [9.0.0-alpha.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.11)
1042
1135
 
1043
- Thu, 08 Apr 2021 07:33:06 GMT
1136
+ Thu, 08 Apr 2021 07:33:06 GMT
1044
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)
1045
1138
 
1046
1139
  ### Changes
@@ -1049,7 +1142,7 @@ Thu, 08 Apr 2021 07:33:06 GMT
1049
1142
 
1050
1143
  ## [9.0.0-alpha.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.10)
1051
1144
 
1052
- Thu, 01 Apr 2021 20:13:37 GMT
1145
+ Thu, 01 Apr 2021 20:13:37 GMT
1053
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)
1054
1147
 
1055
1148
  ### Changes
@@ -1058,7 +1151,7 @@ Thu, 01 Apr 2021 20:13:37 GMT
1058
1151
 
1059
1152
  ## [9.0.0-alpha.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.9)
1060
1153
 
1061
- Thu, 01 Apr 2021 07:33:24 GMT
1154
+ Thu, 01 Apr 2021 07:33:24 GMT
1062
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)
1063
1156
 
1064
1157
  ### Changes
@@ -1068,7 +1161,7 @@ Thu, 01 Apr 2021 07:33:24 GMT
1068
1161
 
1069
1162
  ## [9.0.0-alpha.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.8)
1070
1163
 
1071
- Wed, 31 Mar 2021 00:53:43 GMT
1164
+ Wed, 31 Mar 2021 00:53:43 GMT
1072
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)
1073
1166
 
1074
1167
  ### Patches
@@ -1084,7 +1177,7 @@ Wed, 31 Mar 2021 00:53:43 GMT
1084
1177
 
1085
1178
  ## [9.0.0-alpha.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.7)
1086
1179
 
1087
- Tue, 30 Mar 2021 07:34:45 GMT
1180
+ Tue, 30 Mar 2021 07:34:45 GMT
1088
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)
1089
1182
 
1090
1183
  ### Changes
@@ -1094,7 +1187,7 @@ Tue, 30 Mar 2021 07:34:45 GMT
1094
1187
 
1095
1188
  ## [9.0.0-alpha.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.6)
1096
1189
 
1097
- Fri, 26 Mar 2021 07:32:34 GMT
1190
+ Fri, 26 Mar 2021 07:32:34 GMT
1098
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)
1099
1192
 
1100
1193
  ### Changes
@@ -1103,7 +1196,7 @@ Fri, 26 Mar 2021 07:32:34 GMT
1103
1196
 
1104
1197
  ## [9.0.0-alpha.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.5)
1105
1198
 
1106
- Thu, 25 Mar 2021 07:33:24 GMT
1199
+ Thu, 25 Mar 2021 07:33:24 GMT
1107
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)
1108
1201
 
1109
1202
  ### Changes
@@ -1113,7 +1206,7 @@ Thu, 25 Mar 2021 07:33:24 GMT
1113
1206
 
1114
1207
  ## [9.0.0-alpha.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.4)
1115
1208
 
1116
- Tue, 23 Mar 2021 07:31:43 GMT
1209
+ Tue, 23 Mar 2021 07:31:43 GMT
1117
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)
1118
1211
 
1119
1212
  ### Changes
@@ -1122,7 +1215,7 @@ Tue, 23 Mar 2021 07:31:43 GMT
1122
1215
 
1123
1216
  ## [9.0.0-alpha.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.3)
1124
1217
 
1125
- Thu, 18 Mar 2021 20:15:34 GMT
1218
+ Thu, 18 Mar 2021 20:15:34 GMT
1126
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)
1127
1220
 
1128
1221
  ### Changes
@@ -1131,7 +1224,7 @@ Thu, 18 Mar 2021 20:15:34 GMT
1131
1224
 
1132
1225
  ## [9.0.0-alpha.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-alpha.2)
1133
1226
 
1134
- Tue, 16 Mar 2021 07:32:44 GMT
1227
+ Tue, 16 Mar 2021 07:32:44 GMT
1135
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)
1136
1229
 
1137
1230
  ### Patches