@fluentui/react-accordion 0.0.0-nightly627ad67f1120211109.1 → 0.0.0-nightly695230dc7220220301.1

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 (181) hide show
  1. package/CHANGELOG.json +421 -22
  2. package/CHANGELOG.md +105 -14
  3. package/Spec.md +36 -4
  4. package/dist/react-accordion.d.ts +40 -58
  5. package/lib/Accordion.js.map +1 -1
  6. package/lib/AccordionHeader.js.map +1 -1
  7. package/lib/AccordionItem.js.map +1 -1
  8. package/lib/AccordionPanel.js.map +1 -1
  9. package/lib/components/Accordion/Accordion.d.ts +1 -1
  10. package/lib/components/Accordion/Accordion.js +9 -9
  11. package/lib/components/Accordion/Accordion.js.map +1 -1
  12. package/lib/components/Accordion/Accordion.types.d.ts +7 -5
  13. package/lib/components/Accordion/Accordion.types.js.map +1 -1
  14. package/lib/components/Accordion/AccordionContext.js +0 -1
  15. package/lib/components/Accordion/AccordionContext.js.map +1 -1
  16. package/lib/components/Accordion/index.js.map +1 -1
  17. package/lib/components/Accordion/renderAccordion.d.ts +1 -1
  18. package/lib/components/Accordion/renderAccordion.js +3 -2
  19. package/lib/components/Accordion/renderAccordion.js.map +1 -1
  20. package/lib/components/Accordion/useAccordion.d.ts +2 -3
  21. package/lib/components/Accordion/useAccordion.js +17 -20
  22. package/lib/components/Accordion/useAccordion.js.map +1 -1
  23. package/lib/components/Accordion/useAccordionContextValues.d.ts +1 -1
  24. package/lib/components/Accordion/useAccordionContextValues.js +3 -3
  25. package/lib/components/Accordion/useAccordionContextValues.js.map +1 -1
  26. package/lib/components/Accordion/useAccordionStyles.d.ts +1 -1
  27. package/lib/components/Accordion/useAccordionStyles.js +2 -2
  28. package/lib/components/Accordion/useAccordionStyles.js.map +1 -1
  29. package/lib/components/AccordionHeader/AccordionHeader.d.ts +2 -1
  30. package/lib/components/AccordionHeader/AccordionHeader.js +10 -9
  31. package/lib/components/AccordionHeader/AccordionHeader.js.map +1 -1
  32. package/lib/components/AccordionHeader/AccordionHeader.types.d.ts +12 -11
  33. package/lib/components/AccordionHeader/AccordionHeader.types.js.map +1 -1
  34. package/lib/components/AccordionHeader/AccordionHeaderContext.js.map +1 -1
  35. package/lib/components/AccordionHeader/index.d.ts +0 -1
  36. package/lib/components/AccordionHeader/index.js +0 -1
  37. package/lib/components/AccordionHeader/index.js.map +1 -1
  38. package/lib/components/AccordionHeader/renderAccordionHeader.d.ts +1 -1
  39. package/lib/components/AccordionHeader/renderAccordionHeader.js +8 -4
  40. package/lib/components/AccordionHeader/renderAccordionHeader.js.map +1 -1
  41. package/lib/components/AccordionHeader/useAccordionHeader.d.ts +2 -6
  42. package/lib/components/AccordionHeader/useAccordionHeader.js +28 -19
  43. package/lib/components/AccordionHeader/useAccordionHeader.js.map +1 -1
  44. package/lib/components/AccordionHeader/useAccordionHeaderContextValues.d.ts +1 -1
  45. package/lib/components/AccordionHeader/useAccordionHeaderContextValues.js +1 -1
  46. package/lib/components/AccordionHeader/useAccordionHeaderContextValues.js.map +1 -1
  47. package/lib/components/AccordionHeader/useAccordionHeaderStyles.d.ts +1 -1
  48. package/lib/components/AccordionHeader/useAccordionHeaderStyles.js +39 -49
  49. package/lib/components/AccordionHeader/useAccordionHeaderStyles.js.map +1 -1
  50. package/lib/components/AccordionItem/AccordionItem.d.ts +1 -1
  51. package/lib/components/AccordionItem/AccordionItem.js +9 -9
  52. package/lib/components/AccordionItem/AccordionItem.js.map +1 -1
  53. package/lib/components/AccordionItem/AccordionItem.types.d.ts +4 -3
  54. package/lib/components/AccordionItem/AccordionItem.types.js.map +1 -1
  55. package/lib/components/AccordionItem/AccordionItemContext.d.ts +1 -1
  56. package/lib/components/AccordionItem/AccordionItemContext.js +1 -1
  57. package/lib/components/AccordionItem/AccordionItemContext.js.map +1 -1
  58. package/lib/components/AccordionItem/index.js.map +1 -1
  59. package/lib/components/AccordionItem/renderAccordionItem.d.ts +1 -1
  60. package/lib/components/AccordionItem/renderAccordionItem.js +4 -4
  61. package/lib/components/AccordionItem/renderAccordionItem.js.map +1 -1
  62. package/lib/components/AccordionItem/useAccordionItem.d.ts +2 -6
  63. package/lib/components/AccordionItem/useAccordionItem.js +9 -13
  64. package/lib/components/AccordionItem/useAccordionItem.js.map +1 -1
  65. package/lib/components/AccordionItem/useAccordionItemContextValues.d.ts +1 -1
  66. package/lib/components/AccordionItem/useAccordionItemContextValues.js +1 -1
  67. package/lib/components/AccordionItem/useAccordionItemContextValues.js.map +1 -1
  68. package/lib/components/AccordionItem/useAccordionItemStyles.d.ts +1 -1
  69. package/lib/components/AccordionItem/useAccordionItemStyles.js +2 -2
  70. package/lib/components/AccordionItem/useAccordionItemStyles.js.map +1 -1
  71. package/lib/components/AccordionPanel/AccordionPanel.d.ts +1 -1
  72. package/lib/components/AccordionPanel/AccordionPanel.js +7 -7
  73. package/lib/components/AccordionPanel/AccordionPanel.js.map +1 -1
  74. package/lib/components/AccordionPanel/AccordionPanel.types.d.ts +2 -2
  75. package/lib/components/AccordionPanel/AccordionPanel.types.js.map +1 -1
  76. package/lib/components/AccordionPanel/index.js.map +1 -1
  77. package/lib/components/AccordionPanel/renderAccordionPanel.d.ts +1 -1
  78. package/lib/components/AccordionPanel/renderAccordionPanel.js +4 -4
  79. package/lib/components/AccordionPanel/renderAccordionPanel.js.map +1 -1
  80. package/lib/components/AccordionPanel/useAccordionPanel.d.ts +2 -6
  81. package/lib/components/AccordionPanel/useAccordionPanel.js +6 -9
  82. package/lib/components/AccordionPanel/useAccordionPanel.js.map +1 -1
  83. package/lib/components/AccordionPanel/useAccordionPanelStyles.d.ts +1 -1
  84. package/lib/components/AccordionPanel/useAccordionPanelStyles.js +2 -2
  85. package/lib/components/AccordionPanel/useAccordionPanelStyles.js.map +1 -1
  86. package/lib/index.js.map +1 -1
  87. package/lib-commonjs/Accordion.js.map +1 -1
  88. package/lib-commonjs/AccordionHeader.js.map +1 -1
  89. package/lib-commonjs/AccordionItem.js.map +1 -1
  90. package/lib-commonjs/AccordionPanel.js.map +1 -1
  91. package/lib-commonjs/components/Accordion/Accordion.d.ts +1 -1
  92. package/lib-commonjs/components/Accordion/Accordion.js +5 -5
  93. package/lib-commonjs/components/Accordion/Accordion.js.map +1 -1
  94. package/lib-commonjs/components/Accordion/Accordion.types.d.ts +7 -5
  95. package/lib-commonjs/components/Accordion/Accordion.types.js.map +1 -1
  96. package/lib-commonjs/components/Accordion/AccordionContext.js +0 -1
  97. package/lib-commonjs/components/Accordion/AccordionContext.js.map +1 -1
  98. package/lib-commonjs/components/Accordion/index.js.map +1 -1
  99. package/lib-commonjs/components/Accordion/renderAccordion.d.ts +1 -1
  100. package/lib-commonjs/components/Accordion/renderAccordion.js +5 -4
  101. package/lib-commonjs/components/Accordion/renderAccordion.js.map +1 -1
  102. package/lib-commonjs/components/Accordion/useAccordion.d.ts +2 -3
  103. package/lib-commonjs/components/Accordion/useAccordion.js +20 -22
  104. package/lib-commonjs/components/Accordion/useAccordion.js.map +1 -1
  105. package/lib-commonjs/components/Accordion/useAccordionContextValues.d.ts +1 -1
  106. package/lib-commonjs/components/Accordion/useAccordionContextValues.js +5 -5
  107. package/lib-commonjs/components/Accordion/useAccordionContextValues.js.map +1 -1
  108. package/lib-commonjs/components/Accordion/useAccordionStyles.d.ts +1 -1
  109. package/lib-commonjs/components/Accordion/useAccordionStyles.js +5 -5
  110. package/lib-commonjs/components/Accordion/useAccordionStyles.js.map +1 -1
  111. package/lib-commonjs/components/AccordionHeader/AccordionHeader.d.ts +2 -1
  112. package/lib-commonjs/components/AccordionHeader/AccordionHeader.js +6 -5
  113. package/lib-commonjs/components/AccordionHeader/AccordionHeader.js.map +1 -1
  114. package/lib-commonjs/components/AccordionHeader/AccordionHeader.types.d.ts +12 -11
  115. package/lib-commonjs/components/AccordionHeader/AccordionHeader.types.js.map +1 -1
  116. package/lib-commonjs/components/AccordionHeader/AccordionHeaderContext.js.map +1 -1
  117. package/lib-commonjs/components/AccordionHeader/index.d.ts +0 -1
  118. package/lib-commonjs/components/AccordionHeader/index.js +0 -2
  119. package/lib-commonjs/components/AccordionHeader/index.js.map +1 -1
  120. package/lib-commonjs/components/AccordionHeader/renderAccordionHeader.d.ts +1 -1
  121. package/lib-commonjs/components/AccordionHeader/renderAccordionHeader.js +10 -7
  122. package/lib-commonjs/components/AccordionHeader/renderAccordionHeader.js.map +1 -1
  123. package/lib-commonjs/components/AccordionHeader/useAccordionHeader.d.ts +2 -6
  124. package/lib-commonjs/components/AccordionHeader/useAccordionHeader.js +31 -20
  125. package/lib-commonjs/components/AccordionHeader/useAccordionHeader.js.map +1 -1
  126. package/lib-commonjs/components/AccordionHeader/useAccordionHeaderContextValues.d.ts +1 -1
  127. package/lib-commonjs/components/AccordionHeader/useAccordionHeaderContextValues.js +3 -3
  128. package/lib-commonjs/components/AccordionHeader/useAccordionHeaderContextValues.js.map +1 -1
  129. package/lib-commonjs/components/AccordionHeader/useAccordionHeaderStyles.d.ts +1 -1
  130. package/lib-commonjs/components/AccordionHeader/useAccordionHeaderStyles.js +46 -55
  131. package/lib-commonjs/components/AccordionHeader/useAccordionHeaderStyles.js.map +1 -1
  132. package/lib-commonjs/components/AccordionItem/AccordionItem.d.ts +1 -1
  133. package/lib-commonjs/components/AccordionItem/AccordionItem.js +5 -5
  134. package/lib-commonjs/components/AccordionItem/AccordionItem.js.map +1 -1
  135. package/lib-commonjs/components/AccordionItem/AccordionItem.types.d.ts +4 -3
  136. package/lib-commonjs/components/AccordionItem/AccordionItem.types.js.map +1 -1
  137. package/lib-commonjs/components/AccordionItem/AccordionItemContext.d.ts +1 -1
  138. package/lib-commonjs/components/AccordionItem/AccordionItemContext.js +3 -3
  139. package/lib-commonjs/components/AccordionItem/AccordionItemContext.js.map +1 -1
  140. package/lib-commonjs/components/AccordionItem/index.js.map +1 -1
  141. package/lib-commonjs/components/AccordionItem/renderAccordionItem.d.ts +1 -1
  142. package/lib-commonjs/components/AccordionItem/renderAccordionItem.js +6 -7
  143. package/lib-commonjs/components/AccordionItem/renderAccordionItem.js.map +1 -1
  144. package/lib-commonjs/components/AccordionItem/useAccordionItem.d.ts +2 -6
  145. package/lib-commonjs/components/AccordionItem/useAccordionItem.js +11 -15
  146. package/lib-commonjs/components/AccordionItem/useAccordionItem.js.map +1 -1
  147. package/lib-commonjs/components/AccordionItem/useAccordionItemContextValues.d.ts +1 -1
  148. package/lib-commonjs/components/AccordionItem/useAccordionItemContextValues.js +3 -3
  149. package/lib-commonjs/components/AccordionItem/useAccordionItemContextValues.js.map +1 -1
  150. package/lib-commonjs/components/AccordionItem/useAccordionItemStyles.d.ts +1 -1
  151. package/lib-commonjs/components/AccordionItem/useAccordionItemStyles.js +5 -5
  152. package/lib-commonjs/components/AccordionItem/useAccordionItemStyles.js.map +1 -1
  153. package/lib-commonjs/components/AccordionPanel/AccordionPanel.d.ts +1 -1
  154. package/lib-commonjs/components/AccordionPanel/AccordionPanel.js +4 -4
  155. package/lib-commonjs/components/AccordionPanel/AccordionPanel.js.map +1 -1
  156. package/lib-commonjs/components/AccordionPanel/AccordionPanel.types.d.ts +2 -2
  157. package/lib-commonjs/components/AccordionPanel/AccordionPanel.types.js.map +1 -1
  158. package/lib-commonjs/components/AccordionPanel/index.js.map +1 -1
  159. package/lib-commonjs/components/AccordionPanel/renderAccordionPanel.d.ts +1 -1
  160. package/lib-commonjs/components/AccordionPanel/renderAccordionPanel.js +6 -7
  161. package/lib-commonjs/components/AccordionPanel/renderAccordionPanel.js.map +1 -1
  162. package/lib-commonjs/components/AccordionPanel/useAccordionPanel.d.ts +2 -6
  163. package/lib-commonjs/components/AccordionPanel/useAccordionPanel.js +8 -11
  164. package/lib-commonjs/components/AccordionPanel/useAccordionPanel.js.map +1 -1
  165. package/lib-commonjs/components/AccordionPanel/useAccordionPanelStyles.d.ts +1 -1
  166. package/lib-commonjs/components/AccordionPanel/useAccordionPanelStyles.js +6 -6
  167. package/lib-commonjs/components/AccordionPanel/useAccordionPanelStyles.js.map +1 -1
  168. package/lib-commonjs/index.js.map +1 -1
  169. package/package.json +17 -19
  170. package/lib/common/isConformant.d.ts +0 -4
  171. package/lib/common/isConformant.js +0 -12
  172. package/lib/common/isConformant.js.map +0 -1
  173. package/lib/components/AccordionHeader/AccordionHeaderExpandIcon.d.ts +0 -3
  174. package/lib/components/AccordionHeader/AccordionHeaderExpandIcon.js +0 -41
  175. package/lib/components/AccordionHeader/AccordionHeaderExpandIcon.js.map +0 -1
  176. package/lib-commonjs/common/isConformant.d.ts +0 -4
  177. package/lib-commonjs/common/isConformant.js +0 -23
  178. package/lib-commonjs/common/isConformant.js.map +0 -1
  179. package/lib-commonjs/components/AccordionHeader/AccordionHeaderExpandIcon.d.ts +0 -3
  180. package/lib-commonjs/components/AccordionHeader/AccordionHeaderExpandIcon.js +0 -50
  181. package/lib-commonjs/components/AccordionHeader/AccordionHeaderExpandIcon.js.map +0 -1
package/CHANGELOG.json CHANGED
@@ -2,17 +2,410 @@
2
2
  "name": "@fluentui/react-accordion",
3
3
  "entries": [
4
4
  {
5
- "date": "Tue, 09 Nov 2021 04:20:28 GMT",
6
- "tag": "@fluentui/react-accordion_v0.0.0-nightly627ad67f1120211109.1",
7
- "version": "0.0.0-nightly627ad67f1120211109.1",
5
+ "date": "Tue, 01 Mar 2022 04:14:56 GMT",
6
+ "tag": "@fluentui/react-accordion_v0.0.0-nightly695230dc7220220301.1",
7
+ "version": "0.0.0-nightly695230dc7220220301.1",
8
8
  "comments": {
9
9
  "prerelease": [
10
10
  {
11
11
  "author": "email not defined",
12
12
  "package": "@fluentui/react-accordion",
13
- "commit": "5e2f04f4741a9e3b98463480f9c1926ea2006337",
13
+ "commit": "be1864c428aedd3bb265318a6cb6cf161ded2472",
14
14
  "comment": "Release nightly v9"
15
15
  },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui/react-accordion",
19
+ "comment": "Bump @fluentui/react-aria to v0.0.0-nightly695230dc7220220301.1",
20
+ "commit": "be1864c428aedd3bb265318a6cb6cf161ded2472"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@fluentui/react-accordion",
25
+ "comment": "Bump @fluentui/react-context-selector to v0.0.0-nightly695230dc7220220301.1",
26
+ "commit": "be1864c428aedd3bb265318a6cb6cf161ded2472"
27
+ },
28
+ {
29
+ "author": "beachball",
30
+ "package": "@fluentui/react-accordion",
31
+ "comment": "Bump @fluentui/react-tabster to v0.0.0-nightly695230dc7220220301.1",
32
+ "commit": "be1864c428aedd3bb265318a6cb6cf161ded2472"
33
+ },
34
+ {
35
+ "author": "beachball",
36
+ "package": "@fluentui/react-accordion",
37
+ "comment": "Bump @fluentui/react-theme to v0.0.0-nightly695230dc7220220301.1",
38
+ "commit": "be1864c428aedd3bb265318a6cb6cf161ded2472"
39
+ },
40
+ {
41
+ "author": "beachball",
42
+ "package": "@fluentui/react-accordion",
43
+ "comment": "Bump @fluentui/react-utilities to v0.0.0-nightly695230dc7220220301.1",
44
+ "commit": "be1864c428aedd3bb265318a6cb6cf161ded2472"
45
+ },
46
+ {
47
+ "author": "beachball",
48
+ "package": "@fluentui/react-accordion",
49
+ "comment": "Bump @fluentui/react-conformance-griffel to v0.0.0-nightly695230dc7220220301.1",
50
+ "commit": "be1864c428aedd3bb265318a6cb6cf161ded2472"
51
+ }
52
+ ]
53
+ }
54
+ },
55
+ {
56
+ "date": "Tue, 01 Mar 2022 02:17:40 GMT",
57
+ "tag": "@fluentui/react-accordion_v9.0.0-rc.4",
58
+ "version": "9.0.0-rc.4",
59
+ "comments": {
60
+ "prerelease": [
61
+ {
62
+ "author": "beachball",
63
+ "package": "@fluentui/react-accordion",
64
+ "comment": "Bump @fluentui/react-aria to v9.0.0-rc.4",
65
+ "commit": "0bc1e755543ed69443d5d03e1976c630583242f7"
66
+ },
67
+ {
68
+ "author": "beachball",
69
+ "package": "@fluentui/react-accordion",
70
+ "comment": "Bump @fluentui/react-context-selector to v9.0.0-rc.4",
71
+ "commit": "0bc1e755543ed69443d5d03e1976c630583242f7"
72
+ },
73
+ {
74
+ "author": "beachball",
75
+ "package": "@fluentui/react-accordion",
76
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-rc.4",
77
+ "commit": "0bc1e755543ed69443d5d03e1976c630583242f7"
78
+ },
79
+ {
80
+ "author": "beachball",
81
+ "package": "@fluentui/react-accordion",
82
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.4",
83
+ "commit": "0bc1e755543ed69443d5d03e1976c630583242f7"
84
+ }
85
+ ]
86
+ }
87
+ },
88
+ {
89
+ "date": "Fri, 18 Feb 2022 13:35:37 GMT",
90
+ "tag": "@fluentui/react-accordion_v9.0.0-rc.3",
91
+ "version": "9.0.0-rc.3",
92
+ "comments": {
93
+ "prerelease": [
94
+ {
95
+ "author": "bsunderhus@microsoft.com",
96
+ "package": "@fluentui/react-accordion",
97
+ "commit": "5a45a787f2669a9f694a274b220823dbc10b04e2",
98
+ "comment": "Updates initial open items value to be empty on every case"
99
+ },
100
+ {
101
+ "author": "lingfangao@hotmail.com",
102
+ "package": "@fluentui/react-accordion",
103
+ "commit": "1aa9e691fcccd9a64168cea7941c0f1e71fa1d14",
104
+ "comment": "fix: Source maps contain original source code"
105
+ },
106
+ {
107
+ "author": "bsunderhus@microsoft.com",
108
+ "package": "@fluentui/react-accordion",
109
+ "commit": "ea090f75ef4a477f6ea9ffa2b4d7bec826a99b5f",
110
+ "comment": "Breaking change: navigable becomes navigation"
111
+ },
112
+ {
113
+ "author": "beachball",
114
+ "package": "@fluentui/react-accordion",
115
+ "comment": "Bump @fluentui/react-aria to v9.0.0-rc.3",
116
+ "commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
117
+ },
118
+ {
119
+ "author": "beachball",
120
+ "package": "@fluentui/react-accordion",
121
+ "comment": "Bump @fluentui/react-context-selector to v9.0.0-rc.3",
122
+ "commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
123
+ },
124
+ {
125
+ "author": "beachball",
126
+ "package": "@fluentui/react-accordion",
127
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-rc.3",
128
+ "commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
129
+ },
130
+ {
131
+ "author": "beachball",
132
+ "package": "@fluentui/react-accordion",
133
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.3",
134
+ "commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
135
+ },
136
+ {
137
+ "author": "beachball",
138
+ "package": "@fluentui/react-accordion",
139
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.3",
140
+ "commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
141
+ },
142
+ {
143
+ "author": "beachball",
144
+ "package": "@fluentui/react-accordion",
145
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.3",
146
+ "commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
147
+ }
148
+ ],
149
+ "none": [
150
+ {
151
+ "author": "bsunderhus@microsoft.com",
152
+ "package": "@fluentui/react-accordion",
153
+ "commit": "3068d4518c5e599c60a216455eac40531d896162",
154
+ "comment": "Updates spec and story to add warning about heading level"
155
+ }
156
+ ]
157
+ }
158
+ },
159
+ {
160
+ "date": "Thu, 10 Feb 2022 08:52:11 GMT",
161
+ "tag": "@fluentui/react-accordion_v9.0.0-rc.1",
162
+ "version": "9.0.0-rc.1",
163
+ "comments": {
164
+ "prerelease": [
165
+ {
166
+ "author": "olfedias@microsoft.com",
167
+ "package": "@fluentui/react-accordion",
168
+ "commit": "b23239743c4f5518bcf7dcad496a36fc16bbd2e5",
169
+ "comment": "update @fluentui/react-icons package"
170
+ },
171
+ {
172
+ "author": "olfedias@microsoft.com",
173
+ "package": "@fluentui/react-accordion",
174
+ "commit": "b8537fb52cc3cc2787be5675c65300e01d882add",
175
+ "comment": "update styles to not use CSS shorthands"
176
+ },
177
+ {
178
+ "author": "mgodbolt@microsoft.com",
179
+ "package": "@fluentui/react-accordion",
180
+ "commit": "839ec14849e112b85aa321d034739ec421199141",
181
+ "comment": "remove export of commons types"
182
+ },
183
+ {
184
+ "author": "behowell@microsoft.com",
185
+ "package": "@fluentui/react-accordion",
186
+ "commit": "53b01d71e335715fda91b33e3d7bbd9d471d5ed3",
187
+ "comment": "Refactor component Slot typings"
188
+ },
189
+ {
190
+ "author": "tristan.watanabe@gmail.com",
191
+ "package": "@fluentui/react-accordion",
192
+ "commit": "13f940ea4687d769dd2faf61edc27ff75f6bb565",
193
+ "comment": "Allow React 17 in peerDependencies."
194
+ },
195
+ {
196
+ "author": "behowell@microsoft.com",
197
+ "package": "@fluentui/react-accordion",
198
+ "commit": "7cc28ed8320b00f42d91c63882f10316db2205c5",
199
+ "comment": "Remove component's shorthandProps array"
200
+ },
201
+ {
202
+ "author": "olfedias@microsoft.com",
203
+ "package": "@fluentui/react-accordion",
204
+ "commit": "a2e02b2015b1f9307c69c8ecf005c166d496e206",
205
+ "comment": "use Griffel packages"
206
+ },
207
+ {
208
+ "author": "Humberto.Morimoto@microsoft.com",
209
+ "package": "@fluentui/react-accordion",
210
+ "commit": "0bc161458eae5ae8d387172430496ce9829b1bb1",
211
+ "comment": "Using ComponentSlotProps instead of ObjectShorthandProps."
212
+ },
213
+ {
214
+ "author": "bsunderhus@microsoft.com",
215
+ "package": "@fluentui/react-accordion",
216
+ "commit": "940a86cbd6a9f711d275df3a823292b527017852",
217
+ "comment": "Removes children as a slot from AccordionHeader"
218
+ },
219
+ {
220
+ "author": "lingfangao@hotmail.com",
221
+ "package": "@fluentui/react-accordion",
222
+ "commit": "c00913d50e2dd15bbfbb0757cefe43b192ff1d7f",
223
+ "comment": "Bump Fluent UI packages to 9.0.0-rc"
224
+ },
225
+ {
226
+ "author": "sarah.higley@microsoft.com",
227
+ "package": "@fluentui/react-accordion",
228
+ "commit": "d0758018bf44c69e01451c8a6bd4f73b43e397b7",
229
+ "comment": "update semantic elements and ARIA roles in react-accordion, add heading level story"
230
+ },
231
+ {
232
+ "author": "ololubek@microsoft.com",
233
+ "package": "@fluentui/react-accordion",
234
+ "commit": "63cbefe55e5db10eedbde19392aa8b6376d6a7f7",
235
+ "comment": "Update react-icons usage to resizable icons"
236
+ },
237
+ {
238
+ "author": "behowell@microsoft.com",
239
+ "package": "@fluentui/react-accordion",
240
+ "commit": "317209bb5cd57c40f35bc42060acb7e3cce5ec95",
241
+ "comment": "BREAKING: Rename component hooks add the suffix _unstable, as their API has not been finalized yet"
242
+ },
243
+ {
244
+ "author": "Humberto.Morimoto@microsoft.com",
245
+ "package": "@fluentui/react-accordion",
246
+ "commit": "e0b8e1fa6980077e7b311fd1c72c28d3e4305db0",
247
+ "comment": "Updating based on changes to composition types."
248
+ },
249
+ {
250
+ "author": "Humberto.Morimoto@microsoft.com",
251
+ "package": "@fluentui/react-accordion",
252
+ "commit": "38c8bed2c707014688ae2ae689033fa36ef23075",
253
+ "comment": "Updating packages based on changes to focusIndicator functions to remove functions from makeStyles in @fluentui/react-tabster."
254
+ },
255
+ {
256
+ "author": "Humberto.Morimoto@microsoft.com",
257
+ "package": "@fluentui/react-accordion",
258
+ "commit": "22ef7434eddbe45d8818b16ff43c3488ac84ae45",
259
+ "comment": "Replacing use of functions in makeStyles with direct use of tokens."
260
+ },
261
+ {
262
+ "author": "behowell@microsoft.com",
263
+ "package": "@fluentui/react-accordion",
264
+ "commit": "dfb5538a2494b48cbb61702c4c2c9aaf8de37a6f",
265
+ "comment": "Remove AccordionHeaderExpandIcon, and use ChevronRightRegular from @fluentui/react-icons instead"
266
+ },
267
+ {
268
+ "author": "beachball",
269
+ "package": "@fluentui/react-accordion",
270
+ "comment": "Bump @fluentui/react-aria to v9.0.0-rc.1",
271
+ "commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
272
+ },
273
+ {
274
+ "author": "beachball",
275
+ "package": "@fluentui/react-accordion",
276
+ "comment": "Bump @fluentui/react-context-selector to v9.0.0-rc.1",
277
+ "commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
278
+ },
279
+ {
280
+ "author": "beachball",
281
+ "package": "@fluentui/react-accordion",
282
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-rc.1",
283
+ "commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
284
+ },
285
+ {
286
+ "author": "beachball",
287
+ "package": "@fluentui/react-accordion",
288
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.1",
289
+ "commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
290
+ },
291
+ {
292
+ "author": "beachball",
293
+ "package": "@fluentui/react-accordion",
294
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.1",
295
+ "commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
296
+ },
297
+ {
298
+ "author": "beachball",
299
+ "package": "@fluentui/react-accordion",
300
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.1",
301
+ "commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
302
+ }
303
+ ],
304
+ "none": [
305
+ {
306
+ "author": "martinhochel@microsoft.com",
307
+ "package": "@fluentui/react-accordion",
308
+ "commit": "28ceaaa83cd92a0389c466f0b15b283e3d9b08e4",
309
+ "comment": "chore: update all jest deps to v25 + apply single version policy"
310
+ },
311
+ {
312
+ "author": "bsunderhus@microsoft.com",
313
+ "package": "@fluentui/react-accordion",
314
+ "commit": "c0d4e63ee58e60e2c6674efbacc0783cd520984e",
315
+ "comment": "Updates components with nullRender changes"
316
+ },
317
+ {
318
+ "author": "martinhochel@microsoft.com",
319
+ "package": "@fluentui/react-accordion",
320
+ "commit": "8dfa712156b70414205b87b5b6d099367b0c297d",
321
+ "comment": "chore: use storybook runner for all vNext packages"
322
+ },
323
+ {
324
+ "author": "olfedias@microsoft.com",
325
+ "package": "@fluentui/react-accordion",
326
+ "commit": "c061e98be4b4a718c72a144a1f60bb5515824612",
327
+ "comment": "remove inline-style-expand-shorthand from tsconfigs"
328
+ }
329
+ ]
330
+ }
331
+ },
332
+ {
333
+ "date": "Thu, 25 Nov 2021 08:34:10 GMT",
334
+ "tag": "@fluentui/react-accordion_v9.0.0-beta.5",
335
+ "version": "9.0.0-beta.5",
336
+ "comments": {
337
+ "none": [
338
+ {
339
+ "author": "lingfangao@hotmail.com",
340
+ "package": "@fluentui/react-accordion",
341
+ "commit": "8a141d14f3a14de2e1c4691dad908622f310a9d1",
342
+ "comment": "Migrate package to use solution tsconfigs"
343
+ }
344
+ ],
345
+ "prerelease": [
346
+ {
347
+ "author": "beachball",
348
+ "package": "@fluentui/react-accordion",
349
+ "comment": "Bump @fluentui/react-aria to v9.0.0-beta.4",
350
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
351
+ },
352
+ {
353
+ "author": "beachball",
354
+ "package": "@fluentui/react-accordion",
355
+ "comment": "Bump @fluentui/react-context-selector to v9.0.0-beta.4",
356
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
357
+ },
358
+ {
359
+ "author": "beachball",
360
+ "package": "@fluentui/react-accordion",
361
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.4",
362
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
363
+ },
364
+ {
365
+ "author": "beachball",
366
+ "package": "@fluentui/react-accordion",
367
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-beta.5",
368
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
369
+ },
370
+ {
371
+ "author": "beachball",
372
+ "package": "@fluentui/react-accordion",
373
+ "comment": "Bump @fluentui/react-theme to v9.0.0-beta.4",
374
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
375
+ },
376
+ {
377
+ "author": "beachball",
378
+ "package": "@fluentui/react-accordion",
379
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-beta.4",
380
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
381
+ },
382
+ {
383
+ "author": "beachball",
384
+ "package": "@fluentui/react-accordion",
385
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.4",
386
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
387
+ },
388
+ {
389
+ "author": "beachball",
390
+ "package": "@fluentui/react-accordion",
391
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.4",
392
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
393
+ },
394
+ {
395
+ "author": "beachball",
396
+ "package": "@fluentui/react-accordion",
397
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.4",
398
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
399
+ }
400
+ ]
401
+ }
402
+ },
403
+ {
404
+ "date": "Fri, 12 Nov 2021 13:25:12 GMT",
405
+ "tag": "@fluentui/react-accordion_v9.0.0-beta.4",
406
+ "version": "9.0.0-beta.4",
407
+ "comments": {
408
+ "prerelease": [
16
409
  {
17
410
  "author": "olfedias@microsoft.com",
18
411
  "package": "@fluentui/react-accordion",
@@ -34,56 +427,56 @@
34
427
  {
35
428
  "author": "beachball",
36
429
  "package": "@fluentui/react-accordion",
37
- "comment": "Bump @fluentui/react-aria to v0.0.0-nightly627ad67f1120211109.1",
38
- "commit": "5e2f04f4741a9e3b98463480f9c1926ea2006337"
430
+ "comment": "Bump @fluentui/react-aria to v9.0.0-beta.3",
431
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
39
432
  },
40
433
  {
41
434
  "author": "beachball",
42
435
  "package": "@fluentui/react-accordion",
43
- "comment": "Bump @fluentui/react-context-selector to v0.0.0-nightly627ad67f1120211109.1",
44
- "commit": "5e2f04f4741a9e3b98463480f9c1926ea2006337"
436
+ "comment": "Bump @fluentui/react-context-selector to v9.0.0-beta.3",
437
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
45
438
  },
46
439
  {
47
440
  "author": "beachball",
48
441
  "package": "@fluentui/react-accordion",
49
- "comment": "Bump @fluentui/react-make-styles to v0.0.0-nightly627ad67f1120211109.1",
50
- "commit": "5e2f04f4741a9e3b98463480f9c1926ea2006337"
442
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.3",
443
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
51
444
  },
52
445
  {
53
446
  "author": "beachball",
54
447
  "package": "@fluentui/react-accordion",
55
- "comment": "Bump @fluentui/react-tabster to v0.0.0-nightly627ad67f1120211109.1",
56
- "commit": "5e2f04f4741a9e3b98463480f9c1926ea2006337"
448
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-beta.4",
449
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
57
450
  },
58
451
  {
59
452
  "author": "beachball",
60
453
  "package": "@fluentui/react-accordion",
61
- "comment": "Bump @fluentui/react-theme to v0.0.0-nightly627ad67f1120211109.1",
62
- "commit": "5e2f04f4741a9e3b98463480f9c1926ea2006337"
454
+ "comment": "Bump @fluentui/react-theme to v9.0.0-beta.3",
455
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
63
456
  },
64
457
  {
65
458
  "author": "beachball",
66
459
  "package": "@fluentui/react-accordion",
67
- "comment": "Bump @fluentui/react-utilities to v0.0.0-nightly627ad67f1120211109.1",
68
- "commit": "5e2f04f4741a9e3b98463480f9c1926ea2006337"
460
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-beta.3",
461
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
69
462
  },
70
463
  {
71
464
  "author": "beachball",
72
465
  "package": "@fluentui/react-accordion",
73
- "comment": "Bump @fluentui/babel-make-styles to v0.0.0-nightly627ad67f1120211109.1",
74
- "commit": "5e2f04f4741a9e3b98463480f9c1926ea2006337"
466
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.3",
467
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
75
468
  },
76
469
  {
77
470
  "author": "beachball",
78
471
  "package": "@fluentui/react-accordion",
79
- "comment": "Bump @fluentui/jest-serializer-make-styles to v0.0.0-nightly627ad67f1120211109.1",
80
- "commit": "5e2f04f4741a9e3b98463480f9c1926ea2006337"
472
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.3",
473
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
81
474
  },
82
475
  {
83
476
  "author": "beachball",
84
477
  "package": "@fluentui/react-accordion",
85
- "comment": "Bump @fluentui/react-conformance-make-styles to v0.0.0-nightly627ad67f1120211109.1",
86
- "commit": "5e2f04f4741a9e3b98463480f9c1926ea2006337"
478
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.3",
479
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
87
480
  }
88
481
  ],
89
482
  "none": [
@@ -93,6 +486,12 @@
93
486
  "commit": "cdbe0769d2a6ee91a98a3e62c6ac9329a714355c",
94
487
  "comment": "Docs update"
95
488
  },
489
+ {
490
+ "author": "lingfangao@hotmail.com",
491
+ "package": "@fluentui/react-accordion",
492
+ "commit": "00f70581480b536e723fb69edf0ae617beac4807",
493
+ "comment": "Remove beta release tag"
494
+ },
96
495
  {
97
496
  "author": "mgodbolt@microsoft.com",
98
497
  "package": "@fluentui/react-accordion",
package/CHANGELOG.md CHANGED
@@ -1,29 +1,120 @@
1
1
  # Change Log - @fluentui/react-accordion
2
2
 
3
- This log was last generated on Tue, 09 Nov 2021 04:20:28 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 01 Mar 2022 04:14:56 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
- ## [0.0.0-nightly627ad67f1120211109.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v0.0.0-nightly627ad67f1120211109.1)
7
+ ## [0.0.0-nightly695230dc7220220301.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v0.0.0-nightly695230dc7220220301.1)
8
8
 
9
- Tue, 09 Nov 2021 04:20:28 GMT
10
- [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-beta.3..@fluentui/react-accordion_v0.0.0-nightly627ad67f1120211109.1)
9
+ Tue, 01 Mar 2022 04:14:56 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-rc.4..@fluentui/react-accordion_v0.0.0-nightly695230dc7220220301.1)
11
+
12
+ ### Changes
13
+
14
+ - Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/be1864c428aedd3bb265318a6cb6cf161ded2472) by email not defined)
15
+ - Bump @fluentui/react-aria to v0.0.0-nightly695230dc7220220301.1 ([commit](https://github.com/microsoft/fluentui/commit/be1864c428aedd3bb265318a6cb6cf161ded2472) by beachball)
16
+ - Bump @fluentui/react-context-selector to v0.0.0-nightly695230dc7220220301.1 ([commit](https://github.com/microsoft/fluentui/commit/be1864c428aedd3bb265318a6cb6cf161ded2472) by beachball)
17
+ - Bump @fluentui/react-tabster to v0.0.0-nightly695230dc7220220301.1 ([commit](https://github.com/microsoft/fluentui/commit/be1864c428aedd3bb265318a6cb6cf161ded2472) by beachball)
18
+ - Bump @fluentui/react-theme to v0.0.0-nightly695230dc7220220301.1 ([commit](https://github.com/microsoft/fluentui/commit/be1864c428aedd3bb265318a6cb6cf161ded2472) by beachball)
19
+ - Bump @fluentui/react-utilities to v0.0.0-nightly695230dc7220220301.1 ([commit](https://github.com/microsoft/fluentui/commit/be1864c428aedd3bb265318a6cb6cf161ded2472) by beachball)
20
+ - Bump @fluentui/react-conformance-griffel to v0.0.0-nightly695230dc7220220301.1 ([commit](https://github.com/microsoft/fluentui/commit/be1864c428aedd3bb265318a6cb6cf161ded2472) by beachball)
21
+
22
+ ## [9.0.0-rc.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-rc.4)
23
+
24
+ Tue, 01 Mar 2022 02:17:40 GMT
25
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-rc.3..@fluentui/react-accordion_v9.0.0-rc.4)
26
+
27
+ ### Changes
28
+
29
+ - Bump @fluentui/react-aria to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
30
+ - Bump @fluentui/react-context-selector to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
31
+ - Bump @fluentui/react-tabster to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
32
+ - Bump @fluentui/react-utilities to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
33
+
34
+ ## [9.0.0-rc.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-rc.3)
35
+
36
+ Fri, 18 Feb 2022 13:35:37 GMT
37
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-rc.1..@fluentui/react-accordion_v9.0.0-rc.3)
38
+
39
+ ### Changes
40
+
41
+ - Updates initial open items value to be empty on every case ([PR #21728](https://github.com/microsoft/fluentui/pull/21728) by bsunderhus@microsoft.com)
42
+ - fix: Source maps contain original source code ([PR #21690](https://github.com/microsoft/fluentui/pull/21690) by lingfangao@hotmail.com)
43
+ - Breaking change: navigable becomes navigation ([PR #21729](https://github.com/microsoft/fluentui/pull/21729) by bsunderhus@microsoft.com)
44
+ - Bump @fluentui/react-aria to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
45
+ - Bump @fluentui/react-context-selector to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
46
+ - Bump @fluentui/react-tabster to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
47
+ - Bump @fluentui/react-theme to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
48
+ - Bump @fluentui/react-utilities to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
49
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
50
+
51
+ ## [9.0.0-rc.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-rc.1)
52
+
53
+ Thu, 10 Feb 2022 08:52:11 GMT
54
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-beta.5..@fluentui/react-accordion_v9.0.0-rc.1)
55
+
56
+ ### Changes
57
+
58
+ - update @fluentui/react-icons package ([PR #21498](https://github.com/microsoft/fluentui/pull/21498) by olfedias@microsoft.com)
59
+ - update styles to not use CSS shorthands ([PR #20800](https://github.com/microsoft/fluentui/pull/20800) by olfedias@microsoft.com)
60
+ - remove export of commons types ([PR #21660](https://github.com/microsoft/fluentui/pull/21660) by mgodbolt@microsoft.com)
61
+ - Refactor component Slot typings ([PR #21518](https://github.com/microsoft/fluentui/pull/21518) by behowell@microsoft.com)
62
+ - Allow React 17 in peerDependencies. ([PR #21544](https://github.com/microsoft/fluentui/pull/21544) by tristan.watanabe@gmail.com)
63
+ - Remove component's shorthandProps array ([PR #21134](https://github.com/microsoft/fluentui/pull/21134) by behowell@microsoft.com)
64
+ - use Griffel packages ([PR #21394](https://github.com/microsoft/fluentui/pull/21394) by olfedias@microsoft.com)
65
+ - Using ComponentSlotProps instead of ObjectShorthandProps. ([PR #20890](https://github.com/microsoft/fluentui/pull/20890) by Humberto.Morimoto@microsoft.com)
66
+ - Removes children as a slot from AccordionHeader ([PR #21285](https://github.com/microsoft/fluentui/pull/21285) by bsunderhus@microsoft.com)
67
+ - Bump Fluent UI packages to 9.0.0-rc ([PR #21623](https://github.com/microsoft/fluentui/pull/21623) by lingfangao@hotmail.com)
68
+ - update semantic elements and ARIA roles in react-accordion, add heading level story ([PR #21401](https://github.com/microsoft/fluentui/pull/21401) by sarah.higley@microsoft.com)
69
+ - Update react-icons usage to resizable icons ([PR #21074](https://github.com/microsoft/fluentui/pull/21074) by ololubek@microsoft.com)
70
+ - BREAKING: Rename component hooks add the suffix _unstable, as their API has not been finalized yet ([PR #21365](https://github.com/microsoft/fluentui/pull/21365) by behowell@microsoft.com)
71
+ - Updating based on changes to composition types. ([PR #20891](https://github.com/microsoft/fluentui/pull/20891) by Humberto.Morimoto@microsoft.com)
72
+ - Updating packages based on changes to focusIndicator functions to remove functions from makeStyles in @fluentui/react-tabster. ([PR #21035](https://github.com/microsoft/fluentui/pull/21035) by Humberto.Morimoto@microsoft.com)
73
+ - Replacing use of functions in makeStyles with direct use of tokens. ([PR #21036](https://github.com/microsoft/fluentui/pull/21036) by Humberto.Morimoto@microsoft.com)
74
+ - Remove AccordionHeaderExpandIcon, and use ChevronRightRegular from @fluentui/react-icons instead ([PR #21218](https://github.com/microsoft/fluentui/pull/21218) by behowell@microsoft.com)
75
+ - Bump @fluentui/react-aria to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
76
+ - Bump @fluentui/react-context-selector to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
77
+ - Bump @fluentui/react-tabster to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
78
+ - Bump @fluentui/react-theme to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
79
+ - Bump @fluentui/react-utilities to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
80
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
81
+
82
+ ## [9.0.0-beta.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-beta.5)
83
+
84
+ Thu, 25 Nov 2021 08:34:10 GMT
85
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-beta.4..@fluentui/react-accordion_v9.0.0-beta.5)
86
+
87
+ ### Changes
88
+
89
+ - Bump @fluentui/react-aria to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
90
+ - Bump @fluentui/react-context-selector to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
91
+ - Bump @fluentui/react-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
92
+ - Bump @fluentui/react-tabster to v9.0.0-beta.5 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
93
+ - Bump @fluentui/react-theme to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
94
+ - Bump @fluentui/react-utilities to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
95
+ - Bump @fluentui/babel-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
96
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
97
+ - Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
98
+
99
+ ## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-beta.4)
100
+
101
+ Fri, 12 Nov 2021 13:25:12 GMT
102
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.0-beta.3..@fluentui/react-accordion_v9.0.0-beta.4)
11
103
 
12
104
  ### Changes
13
105
 
14
- - Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/5e2f04f4741a9e3b98463480f9c1926ea2006337) by email not defined)
15
106
  - export static classes for components ([PR #20451](https://github.com/microsoft/fluentui/pull/20451) by olfedias@microsoft.com)
16
107
  - Updating AccordionHeader tests to match changes in useARIAButton. ([PR #20342](https://github.com/microsoft/fluentui/pull/20342) by Humberto.Morimoto@microsoft.com)
17
108
  - Updated beta and RC components to ES2019 ([PR #20405](https://github.com/microsoft/fluentui/pull/20405) by gcox@microsoft.com)
18
- - Bump @fluentui/react-aria to v0.0.0-nightly627ad67f1120211109.1 ([commit](https://github.com/microsoft/fluentui/commit/5e2f04f4741a9e3b98463480f9c1926ea2006337) by beachball)
19
- - Bump @fluentui/react-context-selector to v0.0.0-nightly627ad67f1120211109.1 ([commit](https://github.com/microsoft/fluentui/commit/5e2f04f4741a9e3b98463480f9c1926ea2006337) by beachball)
20
- - Bump @fluentui/react-make-styles to v0.0.0-nightly627ad67f1120211109.1 ([commit](https://github.com/microsoft/fluentui/commit/5e2f04f4741a9e3b98463480f9c1926ea2006337) by beachball)
21
- - Bump @fluentui/react-tabster to v0.0.0-nightly627ad67f1120211109.1 ([commit](https://github.com/microsoft/fluentui/commit/5e2f04f4741a9e3b98463480f9c1926ea2006337) by beachball)
22
- - Bump @fluentui/react-theme to v0.0.0-nightly627ad67f1120211109.1 ([commit](https://github.com/microsoft/fluentui/commit/5e2f04f4741a9e3b98463480f9c1926ea2006337) by beachball)
23
- - Bump @fluentui/react-utilities to v0.0.0-nightly627ad67f1120211109.1 ([commit](https://github.com/microsoft/fluentui/commit/5e2f04f4741a9e3b98463480f9c1926ea2006337) by beachball)
24
- - Bump @fluentui/babel-make-styles to v0.0.0-nightly627ad67f1120211109.1 ([commit](https://github.com/microsoft/fluentui/commit/5e2f04f4741a9e3b98463480f9c1926ea2006337) by beachball)
25
- - Bump @fluentui/jest-serializer-make-styles to v0.0.0-nightly627ad67f1120211109.1 ([commit](https://github.com/microsoft/fluentui/commit/5e2f04f4741a9e3b98463480f9c1926ea2006337) by beachball)
26
- - Bump @fluentui/react-conformance-make-styles to v0.0.0-nightly627ad67f1120211109.1 ([commit](https://github.com/microsoft/fluentui/commit/5e2f04f4741a9e3b98463480f9c1926ea2006337) by beachball)
109
+ - Bump @fluentui/react-aria to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
110
+ - Bump @fluentui/react-context-selector to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
111
+ - Bump @fluentui/react-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
112
+ - Bump @fluentui/react-tabster to v9.0.0-beta.4 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
113
+ - Bump @fluentui/react-theme to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
114
+ - Bump @fluentui/react-utilities to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
115
+ - Bump @fluentui/babel-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
116
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
117
+ - Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
27
118
 
28
119
  ## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.0-beta.3)
29
120