@fluentui/react-accordion 9.0.0-nightly.f81b28ceb3.1 → 9.0.0-rc.11

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 (211) hide show
  1. package/CHANGELOG.json +866 -24
  2. package/CHANGELOG.md +306 -104
  3. package/Spec.md +36 -4
  4. package/dist/{react-accordion.d.ts → index.d.ts} +98 -107
  5. package/{lib → dist}/tsdoc-metadata.json +0 -0
  6. package/lib/Accordion.js.map +1 -1
  7. package/lib/AccordionHeader.js.map +1 -1
  8. package/lib/AccordionItem.js.map +1 -1
  9. package/lib/AccordionPanel.js.map +1 -1
  10. package/lib/components/Accordion/Accordion.js +10 -8
  11. package/lib/components/Accordion/Accordion.js.map +1 -1
  12. package/lib/components/Accordion/Accordion.types.js.map +1 -1
  13. package/lib/components/Accordion/AccordionContext.js +7 -4
  14. package/lib/components/Accordion/AccordionContext.js.map +1 -1
  15. package/lib/components/Accordion/index.js +1 -0
  16. package/lib/components/Accordion/index.js.map +1 -1
  17. package/lib/components/Accordion/renderAccordion.js +7 -7
  18. package/lib/components/Accordion/renderAccordion.js.map +1 -1
  19. package/lib/components/Accordion/useAccordion.js +44 -64
  20. package/lib/components/Accordion/useAccordion.js.map +1 -1
  21. package/lib/components/Accordion/useAccordionContextValues.js +13 -11
  22. package/lib/components/Accordion/useAccordionContextValues.js.map +1 -1
  23. package/lib/components/Accordion/useAccordionStyles.js +9 -0
  24. package/lib/components/Accordion/useAccordionStyles.js.map +1 -0
  25. package/lib/components/AccordionHeader/AccordionHeader.js +11 -10
  26. package/lib/components/AccordionHeader/AccordionHeader.js.map +1 -1
  27. package/lib/components/AccordionHeader/AccordionHeader.types.js.map +1 -1
  28. package/lib/components/AccordionHeader/AccordionHeaderContext.js +2 -4
  29. package/lib/components/AccordionHeader/AccordionHeaderContext.js.map +1 -1
  30. package/lib/components/AccordionHeader/index.js +0 -1
  31. package/lib/components/AccordionHeader/index.js.map +1 -1
  32. package/lib/components/AccordionHeader/renderAccordionHeader.js +11 -8
  33. package/lib/components/AccordionHeader/renderAccordionHeader.js.map +1 -1
  34. package/lib/components/AccordionHeader/useAccordionHeader.js +53 -48
  35. package/lib/components/AccordionHeader/useAccordionHeader.js.map +1 -1
  36. package/lib/components/AccordionHeader/useAccordionHeaderContextValues.js +14 -14
  37. package/lib/components/AccordionHeader/useAccordionHeaderContextValues.js.map +1 -1
  38. package/lib/components/AccordionHeader/useAccordionHeaderStyles.js +50 -40
  39. package/lib/components/AccordionHeader/useAccordionHeaderStyles.js.map +1 -1
  40. package/lib/components/AccordionItem/AccordionItem.js +10 -8
  41. package/lib/components/AccordionItem/AccordionItem.js.map +1 -1
  42. package/lib/components/AccordionItem/AccordionItem.types.js.map +1 -1
  43. package/lib/components/AccordionItem/AccordionItemContext.js +5 -5
  44. package/lib/components/AccordionItem/AccordionItemContext.js.map +1 -1
  45. package/lib/components/AccordionItem/index.js +1 -0
  46. package/lib/components/AccordionItem/index.js.map +1 -1
  47. package/lib/components/AccordionItem/renderAccordionItem.js +7 -8
  48. package/lib/components/AccordionItem/renderAccordionItem.js.map +1 -1
  49. package/lib/components/AccordionItem/useAccordionItem.js +19 -34
  50. package/lib/components/AccordionItem/useAccordionItem.js.map +1 -1
  51. package/lib/components/AccordionItem/useAccordionItemContextValues.js +12 -12
  52. package/lib/components/AccordionItem/useAccordionItemContextValues.js.map +1 -1
  53. package/lib/components/AccordionItem/useAccordionItemStyles.js +9 -0
  54. package/lib/components/AccordionItem/useAccordionItemStyles.js.map +1 -0
  55. package/lib/components/AccordionPanel/AccordionPanel.js +8 -8
  56. package/lib/components/AccordionPanel/AccordionPanel.js.map +1 -1
  57. package/lib/components/AccordionPanel/AccordionPanel.types.js.map +1 -1
  58. package/lib/components/AccordionPanel/index.js.map +1 -1
  59. package/lib/components/AccordionPanel/renderAccordionPanel.js +7 -8
  60. package/lib/components/AccordionPanel/renderAccordionPanel.js.map +1 -1
  61. package/lib/components/AccordionPanel/useAccordionPanel.js +23 -14
  62. package/lib/components/AccordionPanel/useAccordionPanel.js.map +1 -1
  63. package/lib/components/AccordionPanel/useAccordionPanelStyles.js +8 -5
  64. package/lib/components/AccordionPanel/useAccordionPanelStyles.js.map +1 -1
  65. package/lib/index.js +4 -4
  66. package/lib/index.js.map +1 -1
  67. package/lib-commonjs/Accordion.js +1 -1
  68. package/lib-commonjs/Accordion.js.map +1 -1
  69. package/lib-commonjs/AccordionHeader.js +1 -1
  70. package/lib-commonjs/AccordionHeader.js.map +1 -1
  71. package/lib-commonjs/AccordionItem.js +1 -1
  72. package/lib-commonjs/AccordionItem.js.map +1 -1
  73. package/lib-commonjs/AccordionPanel.js +1 -1
  74. package/lib-commonjs/AccordionPanel.js.map +1 -1
  75. package/lib-commonjs/components/Accordion/Accordion.js +12 -9
  76. package/lib-commonjs/components/Accordion/Accordion.js.map +1 -1
  77. package/lib-commonjs/components/Accordion/Accordion.types.js.map +1 -1
  78. package/lib-commonjs/components/Accordion/AccordionContext.js +10 -4
  79. package/lib-commonjs/components/Accordion/AccordionContext.js.map +1 -1
  80. package/lib-commonjs/components/Accordion/index.js +3 -1
  81. package/lib-commonjs/components/Accordion/index.js.map +1 -1
  82. package/lib-commonjs/components/Accordion/renderAccordion.js +12 -13
  83. package/lib-commonjs/components/Accordion/renderAccordion.js.map +1 -1
  84. package/lib-commonjs/components/Accordion/useAccordion.js +49 -69
  85. package/lib-commonjs/components/Accordion/useAccordion.js.map +1 -1
  86. package/lib-commonjs/components/Accordion/useAccordionContextValues.js +15 -13
  87. package/lib-commonjs/components/Accordion/useAccordionContextValues.js.map +1 -1
  88. package/lib-commonjs/components/Accordion/useAccordionStyles.js +20 -0
  89. package/lib-commonjs/components/Accordion/useAccordionStyles.js.map +1 -0
  90. package/lib-commonjs/components/AccordionHeader/AccordionHeader.js +12 -11
  91. package/lib-commonjs/components/AccordionHeader/AccordionHeader.js.map +1 -1
  92. package/lib-commonjs/components/AccordionHeader/AccordionHeader.types.js.map +1 -1
  93. package/lib-commonjs/components/AccordionHeader/AccordionHeaderContext.js +2 -4
  94. package/lib-commonjs/components/AccordionHeader/AccordionHeaderContext.js.map +1 -1
  95. package/lib-commonjs/components/AccordionHeader/index.js +1 -3
  96. package/lib-commonjs/components/AccordionHeader/index.js.map +1 -1
  97. package/lib-commonjs/components/AccordionHeader/renderAccordionHeader.js +16 -15
  98. package/lib-commonjs/components/AccordionHeader/renderAccordionHeader.js.map +1 -1
  99. package/lib-commonjs/components/AccordionHeader/useAccordionHeader.js +60 -54
  100. package/lib-commonjs/components/AccordionHeader/useAccordionHeader.js.map +1 -1
  101. package/lib-commonjs/components/AccordionHeader/useAccordionHeaderContextValues.js +17 -17
  102. package/lib-commonjs/components/AccordionHeader/useAccordionHeaderContextValues.js.map +1 -1
  103. package/lib-commonjs/components/AccordionHeader/useAccordionHeaderStyles.js +55 -43
  104. package/lib-commonjs/components/AccordionHeader/useAccordionHeaderStyles.js.map +1 -1
  105. package/lib-commonjs/components/AccordionItem/AccordionItem.js +12 -9
  106. package/lib-commonjs/components/AccordionItem/AccordionItem.js.map +1 -1
  107. package/lib-commonjs/components/AccordionItem/AccordionItem.types.js.map +1 -1
  108. package/lib-commonjs/components/AccordionItem/AccordionItemContext.js +7 -7
  109. package/lib-commonjs/components/AccordionItem/AccordionItemContext.js.map +1 -1
  110. package/lib-commonjs/components/AccordionItem/index.js +3 -1
  111. package/lib-commonjs/components/AccordionItem/index.js.map +1 -1
  112. package/lib-commonjs/components/AccordionItem/renderAccordionItem.js +12 -15
  113. package/lib-commonjs/components/AccordionItem/renderAccordionItem.js.map +1 -1
  114. package/lib-commonjs/components/AccordionItem/useAccordionItem.js +26 -43
  115. package/lib-commonjs/components/AccordionItem/useAccordionItem.js.map +1 -1
  116. package/lib-commonjs/components/AccordionItem/useAccordionItemContextValues.js +15 -15
  117. package/lib-commonjs/components/AccordionItem/useAccordionItemContextValues.js.map +1 -1
  118. package/lib-commonjs/components/AccordionItem/useAccordionItemStyles.js +20 -0
  119. package/lib-commonjs/components/AccordionItem/useAccordionItemStyles.js.map +1 -0
  120. package/lib-commonjs/components/AccordionPanel/AccordionPanel.js +9 -9
  121. package/lib-commonjs/components/AccordionPanel/AccordionPanel.js.map +1 -1
  122. package/lib-commonjs/components/AccordionPanel/AccordionPanel.types.js.map +1 -1
  123. package/lib-commonjs/components/AccordionPanel/index.js +1 -1
  124. package/lib-commonjs/components/AccordionPanel/index.js.map +1 -1
  125. package/lib-commonjs/components/AccordionPanel/renderAccordionPanel.js +11 -14
  126. package/lib-commonjs/components/AccordionPanel/renderAccordionPanel.js.map +1 -1
  127. package/lib-commonjs/components/AccordionPanel/useAccordionPanel.js +27 -16
  128. package/lib-commonjs/components/AccordionPanel/useAccordionPanel.js.map +1 -1
  129. package/lib-commonjs/components/AccordionPanel/useAccordionPanelStyles.js +11 -8
  130. package/lib-commonjs/components/AccordionPanel/useAccordionPanelStyles.js.map +1 -1
  131. package/lib-commonjs/index.js +170 -5
  132. package/lib-commonjs/index.js.map +1 -1
  133. package/package.json +27 -31
  134. package/lib/Accordion.d.ts +0 -1
  135. package/lib/AccordionHeader.d.ts +0 -1
  136. package/lib/AccordionItem.d.ts +0 -1
  137. package/lib/AccordionPanel.d.ts +0 -1
  138. package/lib/common/isConformant.d.ts +0 -4
  139. package/lib/common/isConformant.js +0 -12
  140. package/lib/common/isConformant.js.map +0 -1
  141. package/lib/components/Accordion/Accordion.d.ts +0 -6
  142. package/lib/components/Accordion/Accordion.types.d.ts +0 -52
  143. package/lib/components/Accordion/AccordionContext.d.ts +0 -3
  144. package/lib/components/Accordion/index.d.ts +0 -6
  145. package/lib/components/Accordion/renderAccordion.d.ts +0 -5
  146. package/lib/components/Accordion/useAccordion.d.ts +0 -9
  147. package/lib/components/Accordion/useAccordionContextValues.d.ts +0 -2
  148. package/lib/components/AccordionHeader/AccordionHeader.d.ts +0 -6
  149. package/lib/components/AccordionHeader/AccordionHeader.types.d.ts +0 -47
  150. package/lib/components/AccordionHeader/AccordionHeaderContext.d.ts +0 -4
  151. package/lib/components/AccordionHeader/AccordionHeaderExpandIcon.d.ts +0 -3
  152. package/lib/components/AccordionHeader/AccordionHeaderExpandIcon.js +0 -42
  153. package/lib/components/AccordionHeader/AccordionHeaderExpandIcon.js.map +0 -1
  154. package/lib/components/AccordionHeader/index.d.ts +0 -7
  155. package/lib/components/AccordionHeader/renderAccordionHeader.d.ts +0 -5
  156. package/lib/components/AccordionHeader/useAccordionHeader.d.ts +0 -12
  157. package/lib/components/AccordionHeader/useAccordionHeaderContextValues.d.ts +0 -2
  158. package/lib/components/AccordionHeader/useAccordionHeaderStyles.d.ts +0 -3
  159. package/lib/components/AccordionItem/AccordionItem.d.ts +0 -6
  160. package/lib/components/AccordionItem/AccordionItem.types.d.ts +0 -25
  161. package/lib/components/AccordionItem/AccordionItemContext.d.ts +0 -4
  162. package/lib/components/AccordionItem/index.d.ts +0 -6
  163. package/lib/components/AccordionItem/renderAccordionItem.d.ts +0 -5
  164. package/lib/components/AccordionItem/useAccordionItem.d.ts +0 -12
  165. package/lib/components/AccordionItem/useAccordionItemContextValues.d.ts +0 -2
  166. package/lib/components/AccordionPanel/AccordionPanel.d.ts +0 -6
  167. package/lib/components/AccordionPanel/AccordionPanel.types.d.ts +0 -11
  168. package/lib/components/AccordionPanel/index.d.ts +0 -5
  169. package/lib/components/AccordionPanel/renderAccordionPanel.d.ts +0 -5
  170. package/lib/components/AccordionPanel/useAccordionPanel.d.ts +0 -12
  171. package/lib/components/AccordionPanel/useAccordionPanelStyles.d.ts +0 -3
  172. package/lib/index.d.ts +0 -4
  173. package/lib-commonjs/Accordion.d.ts +0 -1
  174. package/lib-commonjs/AccordionHeader.d.ts +0 -1
  175. package/lib-commonjs/AccordionItem.d.ts +0 -1
  176. package/lib-commonjs/AccordionPanel.d.ts +0 -1
  177. package/lib-commonjs/common/isConformant.d.ts +0 -4
  178. package/lib-commonjs/common/isConformant.js +0 -23
  179. package/lib-commonjs/common/isConformant.js.map +0 -1
  180. package/lib-commonjs/components/Accordion/Accordion.d.ts +0 -6
  181. package/lib-commonjs/components/Accordion/Accordion.types.d.ts +0 -52
  182. package/lib-commonjs/components/Accordion/AccordionContext.d.ts +0 -3
  183. package/lib-commonjs/components/Accordion/index.d.ts +0 -6
  184. package/lib-commonjs/components/Accordion/renderAccordion.d.ts +0 -5
  185. package/lib-commonjs/components/Accordion/useAccordion.d.ts +0 -9
  186. package/lib-commonjs/components/Accordion/useAccordionContextValues.d.ts +0 -2
  187. package/lib-commonjs/components/AccordionHeader/AccordionHeader.d.ts +0 -6
  188. package/lib-commonjs/components/AccordionHeader/AccordionHeader.types.d.ts +0 -47
  189. package/lib-commonjs/components/AccordionHeader/AccordionHeaderContext.d.ts +0 -4
  190. package/lib-commonjs/components/AccordionHeader/AccordionHeaderExpandIcon.d.ts +0 -3
  191. package/lib-commonjs/components/AccordionHeader/AccordionHeaderExpandIcon.js +0 -52
  192. package/lib-commonjs/components/AccordionHeader/AccordionHeaderExpandIcon.js.map +0 -1
  193. package/lib-commonjs/components/AccordionHeader/index.d.ts +0 -7
  194. package/lib-commonjs/components/AccordionHeader/renderAccordionHeader.d.ts +0 -5
  195. package/lib-commonjs/components/AccordionHeader/useAccordionHeader.d.ts +0 -12
  196. package/lib-commonjs/components/AccordionHeader/useAccordionHeaderContextValues.d.ts +0 -2
  197. package/lib-commonjs/components/AccordionHeader/useAccordionHeaderStyles.d.ts +0 -3
  198. package/lib-commonjs/components/AccordionItem/AccordionItem.d.ts +0 -6
  199. package/lib-commonjs/components/AccordionItem/AccordionItem.types.d.ts +0 -25
  200. package/lib-commonjs/components/AccordionItem/AccordionItemContext.d.ts +0 -4
  201. package/lib-commonjs/components/AccordionItem/index.d.ts +0 -6
  202. package/lib-commonjs/components/AccordionItem/renderAccordionItem.d.ts +0 -5
  203. package/lib-commonjs/components/AccordionItem/useAccordionItem.d.ts +0 -12
  204. package/lib-commonjs/components/AccordionItem/useAccordionItemContextValues.d.ts +0 -2
  205. package/lib-commonjs/components/AccordionPanel/AccordionPanel.d.ts +0 -6
  206. package/lib-commonjs/components/AccordionPanel/AccordionPanel.types.d.ts +0 -11
  207. package/lib-commonjs/components/AccordionPanel/index.d.ts +0 -5
  208. package/lib-commonjs/components/AccordionPanel/renderAccordionPanel.d.ts +0 -5
  209. package/lib-commonjs/components/AccordionPanel/useAccordionPanel.d.ts +0 -12
  210. package/lib-commonjs/components/AccordionPanel/useAccordionPanelStyles.d.ts +0 -3
  211. package/lib-commonjs/index.d.ts +0 -4
package/CHANGELOG.json CHANGED
@@ -2,70 +2,912 @@
2
2
  "name": "@fluentui/react-accordion",
3
3
  "entries": [
4
4
  {
5
- "date": "Tue, 19 Oct 2021 12:39:14 GMT",
6
- "tag": "@fluentui/react-accordion_v9.0.0-nightly.f81b28ceb3.1",
7
- "version": "9.0.0-nightly.f81b28ceb3.1",
5
+ "date": "Mon, 23 May 2022 18:54:45 GMT",
6
+ "tag": "@fluentui/react-accordion_v9.0.0-rc.11",
7
+ "version": "9.0.0-rc.11",
8
8
  "comments": {
9
9
  "prerelease": [
10
10
  {
11
- "author": "email not defined",
11
+ "author": "lingfangao@hotmail.com",
12
+ "package": "@fluentui/react-accordion",
13
+ "commit": "5ed22515a7542b432ed694f22606ac3718d501cb",
14
+ "comment": "BREAKING: stop exporting AccordionContext and AccordionItemContext"
15
+ },
16
+ {
17
+ "author": "esteban.230@hotmail.com",
18
+ "package": "@fluentui/react-accordion",
19
+ "commit": "5ed22515a7542b432ed694f22606ac3718d501cb",
20
+ "comment": "Removing <componentName>ClassName exports."
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@fluentui/react-accordion",
25
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.9",
26
+ "commit": "d4f80b17690e962d6a24e68959608d1ffe84aef6"
27
+ },
28
+ {
29
+ "author": "beachball",
30
+ "package": "@fluentui/react-accordion",
31
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-rc.11",
32
+ "commit": "d4f80b17690e962d6a24e68959608d1ffe84aef6"
33
+ },
34
+ {
35
+ "author": "beachball",
36
+ "package": "@fluentui/react-accordion",
37
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.9",
38
+ "commit": "d4f80b17690e962d6a24e68959608d1ffe84aef6"
39
+ },
40
+ {
41
+ "author": "beachball",
42
+ "package": "@fluentui/react-accordion",
43
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.7",
44
+ "commit": "d4f80b17690e962d6a24e68959608d1ffe84aef6"
45
+ }
46
+ ]
47
+ }
48
+ },
49
+ {
50
+ "date": "Mon, 23 May 2022 12:13:58 GMT",
51
+ "tag": "@fluentui/react-accordion_v9.0.0-rc.10",
52
+ "version": "9.0.0-rc.10",
53
+ "comments": {
54
+ "prerelease": [
55
+ {
56
+ "author": "olfedias@microsoft.com",
57
+ "package": "@fluentui/react-accordion",
58
+ "commit": "60804cec07a495b8a5d1fc66338bf0443b212144",
59
+ "comment": "chore: Update Griffel to latest version"
60
+ },
61
+ {
62
+ "author": "olfedias@microsoft.com",
63
+ "package": "@fluentui/react-accordion",
64
+ "commit": "f120fe9160ad7311a87af0cfacd8d2fb26275e34",
65
+ "comment": "chore: Update Griffel to latest version"
66
+ },
67
+ {
68
+ "author": "tristan.watanabe@gmail.com",
69
+ "package": "@fluentui/react-accordion",
70
+ "commit": "a324d75aea71ad60c3f750743a315e3320f8a2fe",
71
+ "comment": "react-accordion: ship rolluped only dts."
72
+ },
73
+ {
74
+ "author": "beachball",
75
+ "package": "@fluentui/react-accordion",
76
+ "comment": "Bump @fluentui/react-aria to v9.0.0-rc.9",
77
+ "commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
78
+ },
79
+ {
80
+ "author": "beachball",
81
+ "package": "@fluentui/react-accordion",
82
+ "comment": "Bump @fluentui/react-context-selector to v9.0.0-rc.9",
83
+ "commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
84
+ },
85
+ {
86
+ "author": "beachball",
87
+ "package": "@fluentui/react-accordion",
88
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.8",
89
+ "commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
90
+ },
91
+ {
92
+ "author": "beachball",
93
+ "package": "@fluentui/react-accordion",
94
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-rc.10",
95
+ "commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
96
+ },
97
+ {
98
+ "author": "beachball",
99
+ "package": "@fluentui/react-accordion",
100
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.8",
101
+ "commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
102
+ },
103
+ {
104
+ "author": "beachball",
105
+ "package": "@fluentui/react-accordion",
106
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.9",
107
+ "commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
108
+ },
109
+ {
110
+ "author": "beachball",
111
+ "package": "@fluentui/react-accordion",
112
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.6",
113
+ "commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
114
+ }
115
+ ],
116
+ "none": [
117
+ {
118
+ "author": "tristan.watanabe@gmail.com",
119
+ "package": "@fluentui/react-accordion",
120
+ "commit": "db1814209909b23fbbbff03dbd9b59ac333754a5",
121
+ "comment": "react-accordion: Move to new common folder."
122
+ },
123
+ {
124
+ "author": "sarah.higley@microsoft.com",
125
+ "package": "@fluentui/react-accordion",
126
+ "commit": "49a9c0d36d09f92f64e2167aff2276d525150816",
127
+ "comment": "remove commons types from accordion, remove unused state props"
128
+ }
129
+ ]
130
+ }
131
+ },
132
+ {
133
+ "date": "Thu, 05 May 2022 18:26:30 GMT",
134
+ "tag": "@fluentui/react-accordion_v9.0.0-rc.9",
135
+ "version": "9.0.0-rc.9",
136
+ "comments": {
137
+ "prerelease": [
138
+ {
139
+ "author": "beachball",
140
+ "package": "@fluentui/react-accordion",
141
+ "comment": "Bump @fluentui/react-aria to v9.0.0-rc.8",
142
+ "commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
143
+ },
144
+ {
145
+ "author": "beachball",
146
+ "package": "@fluentui/react-accordion",
147
+ "comment": "Bump @fluentui/react-context-selector to v9.0.0-rc.8",
148
+ "commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
149
+ },
150
+ {
151
+ "author": "beachball",
152
+ "package": "@fluentui/react-accordion",
153
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.7",
154
+ "commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
155
+ },
156
+ {
157
+ "author": "beachball",
158
+ "package": "@fluentui/react-accordion",
159
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-rc.9",
160
+ "commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
161
+ },
162
+ {
163
+ "author": "beachball",
164
+ "package": "@fluentui/react-accordion",
165
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.7",
166
+ "commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
167
+ },
168
+ {
169
+ "author": "beachball",
170
+ "package": "@fluentui/react-accordion",
171
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.8",
172
+ "commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
173
+ },
174
+ {
175
+ "author": "beachball",
176
+ "package": "@fluentui/react-accordion",
177
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.5",
178
+ "commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
179
+ }
180
+ ]
181
+ }
182
+ },
183
+ {
184
+ "date": "Wed, 04 May 2022 13:26:37 GMT",
185
+ "tag": "@fluentui/react-accordion_v9.0.0-rc.8",
186
+ "version": "9.0.0-rc.8",
187
+ "comments": {
188
+ "prerelease": [
189
+ {
190
+ "author": "seanmonahan@microsoft.com",
191
+ "package": "@fluentui/react-accordion",
192
+ "commit": "84cf59cd3465e75b1507083b2c270e0146f85d41",
193
+ "comment": "remove star exports"
194
+ },
195
+ {
196
+ "author": "beachball",
197
+ "package": "@fluentui/react-accordion",
198
+ "comment": "Bump @fluentui/react-aria to v9.0.0-rc.7",
199
+ "commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
200
+ },
201
+ {
202
+ "author": "beachball",
203
+ "package": "@fluentui/react-accordion",
204
+ "comment": "Bump @fluentui/react-context-selector to v9.0.0-rc.7",
205
+ "commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
206
+ },
207
+ {
208
+ "author": "beachball",
209
+ "package": "@fluentui/react-accordion",
210
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.6",
211
+ "commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
212
+ },
213
+ {
214
+ "author": "beachball",
215
+ "package": "@fluentui/react-accordion",
216
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-rc.8",
217
+ "commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
218
+ },
219
+ {
220
+ "author": "beachball",
221
+ "package": "@fluentui/react-accordion",
222
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.6",
223
+ "commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
224
+ },
225
+ {
226
+ "author": "beachball",
227
+ "package": "@fluentui/react-accordion",
228
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.7",
229
+ "commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
230
+ }
231
+ ]
232
+ }
233
+ },
234
+ {
235
+ "date": "Mon, 25 Apr 2022 09:32:16 GMT",
236
+ "tag": "@fluentui/react-accordion_v9.0.0-rc.7",
237
+ "version": "9.0.0-rc.7",
238
+ "comments": {
239
+ "prerelease": [
240
+ {
241
+ "author": "marata@microsoft.com",
242
+ "package": "@fluentui/react-accordion",
243
+ "commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d",
244
+ "comment": "Adjusting accordion keyboard navigation."
245
+ },
246
+ {
247
+ "author": "beachball",
248
+ "package": "@fluentui/react-accordion",
249
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-rc.7",
250
+ "commit": "02ca1d3c198452c1693067f5f18bd01b2ed5d6e6"
251
+ }
252
+ ]
253
+ }
254
+ },
255
+ {
256
+ "date": "Tue, 19 Apr 2022 19:17:06 GMT",
257
+ "tag": "@fluentui/react-accordion_v9.0.0-rc.6",
258
+ "version": "9.0.0-rc.6",
259
+ "comments": {
260
+ "none": [
261
+ {
262
+ "author": "elcraig@microsoft.com",
263
+ "package": "@fluentui/react-accordion",
264
+ "commit": "b7f17e976f9e058f39c9fce4f0f9bb6eb4dfa577",
265
+ "comment": "Update React dev deps and hoist them to the repo root"
266
+ },
267
+ {
268
+ "author": "mgodbolt@microsoft.com",
269
+ "package": "@fluentui/react-accordion",
270
+ "commit": "905e46db07ada986fd7885531f72a71b7bbaabdc",
271
+ "comment": "create v9 api extractor config and set all v9 packags to use it, suppress forgotten export"
272
+ }
273
+ ],
274
+ "prerelease": [
275
+ {
276
+ "author": "seanmonahan@microsoft.com",
277
+ "package": "@fluentui/react-accordion",
278
+ "commit": "086a675fd0c648944ff4048450190a0a13467de3",
279
+ "comment": "Add static classnames to Accordion"
280
+ },
281
+ {
282
+ "author": "martinhochel@microsoft.com",
283
+ "package": "@fluentui/react-accordion",
284
+ "commit": "8722596e561b57decfe9aa79121db844737102ff",
285
+ "comment": "add missing dependencies"
286
+ },
287
+ {
288
+ "author": "seanmonahan@microsoft.com",
289
+ "package": "@fluentui/react-accordion",
290
+ "commit": "bea6aecfed8612f7b0664ab8bac77c5fccee1efb",
291
+ "comment": "update react-icons version to ^2.0.166-rc.3 from ^2.0.159-beta.10"
292
+ },
293
+ {
294
+ "author": "olfedias@microsoft.com",
295
+ "package": "@fluentui/react-accordion",
296
+ "commit": "e569d6e04d83cbcc6225e61db52ff81d2addd363",
297
+ "comment": "chore: Update Griffel to latest version"
298
+ },
299
+ {
300
+ "author": "beachball",
301
+ "package": "@fluentui/react-accordion",
302
+ "comment": "Bump @fluentui/react-aria to v9.0.0-rc.6",
303
+ "commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
304
+ },
305
+ {
306
+ "author": "beachball",
307
+ "package": "@fluentui/react-accordion",
308
+ "comment": "Bump @fluentui/react-context-selector to v9.0.0-rc.6",
309
+ "commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
310
+ },
311
+ {
312
+ "author": "beachball",
313
+ "package": "@fluentui/react-accordion",
314
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.5",
315
+ "commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
316
+ },
317
+ {
318
+ "author": "beachball",
319
+ "package": "@fluentui/react-accordion",
320
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-rc.6",
321
+ "commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
322
+ },
323
+ {
324
+ "author": "beachball",
325
+ "package": "@fluentui/react-accordion",
326
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.5",
327
+ "commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
328
+ },
329
+ {
330
+ "author": "beachball",
331
+ "package": "@fluentui/react-accordion",
332
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.6",
333
+ "commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
334
+ },
335
+ {
336
+ "author": "beachball",
337
+ "package": "@fluentui/react-accordion",
338
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.4",
339
+ "commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
340
+ }
341
+ ]
342
+ }
343
+ },
344
+ {
345
+ "date": "Fri, 04 Mar 2022 05:17:33 GMT",
346
+ "tag": "@fluentui/react-accordion_v9.0.0-rc.5",
347
+ "version": "9.0.0-rc.5",
348
+ "comments": {
349
+ "prerelease": [
350
+ {
351
+ "author": "dzearing@microsoft.com",
352
+ "package": "@fluentui/react-accordion",
353
+ "commit": "f2f1c0ea948cc3517eeb442c05433eb0918def29",
354
+ "comment": "Adding explicit export maps on all consumer packages for FUIR 8 and 9."
355
+ },
356
+ {
357
+ "author": "beachball",
358
+ "package": "@fluentui/react-accordion",
359
+ "comment": "Bump @fluentui/react-aria to v9.0.0-rc.5",
360
+ "commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
361
+ },
362
+ {
363
+ "author": "beachball",
364
+ "package": "@fluentui/react-accordion",
365
+ "comment": "Bump @fluentui/react-context-selector to v9.0.0-rc.5",
366
+ "commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
367
+ },
368
+ {
369
+ "author": "beachball",
370
+ "package": "@fluentui/react-accordion",
371
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-rc.5",
372
+ "commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
373
+ },
374
+ {
375
+ "author": "beachball",
376
+ "package": "@fluentui/react-accordion",
377
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.4",
378
+ "commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
379
+ },
380
+ {
381
+ "author": "beachball",
382
+ "package": "@fluentui/react-accordion",
383
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.5",
384
+ "commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
385
+ }
386
+ ]
387
+ }
388
+ },
389
+ {
390
+ "date": "Tue, 01 Mar 2022 02:17:40 GMT",
391
+ "tag": "@fluentui/react-accordion_v9.0.0-rc.4",
392
+ "version": "9.0.0-rc.4",
393
+ "comments": {
394
+ "prerelease": [
395
+ {
396
+ "author": "beachball",
397
+ "package": "@fluentui/react-accordion",
398
+ "comment": "Bump @fluentui/react-aria to v9.0.0-rc.4",
399
+ "commit": "0bc1e755543ed69443d5d03e1976c630583242f7"
400
+ },
401
+ {
402
+ "author": "beachball",
403
+ "package": "@fluentui/react-accordion",
404
+ "comment": "Bump @fluentui/react-context-selector to v9.0.0-rc.4",
405
+ "commit": "0bc1e755543ed69443d5d03e1976c630583242f7"
406
+ },
407
+ {
408
+ "author": "beachball",
409
+ "package": "@fluentui/react-accordion",
410
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-rc.4",
411
+ "commit": "0bc1e755543ed69443d5d03e1976c630583242f7"
412
+ },
413
+ {
414
+ "author": "beachball",
415
+ "package": "@fluentui/react-accordion",
416
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.4",
417
+ "commit": "0bc1e755543ed69443d5d03e1976c630583242f7"
418
+ }
419
+ ]
420
+ }
421
+ },
422
+ {
423
+ "date": "Fri, 18 Feb 2022 13:35:37 GMT",
424
+ "tag": "@fluentui/react-accordion_v9.0.0-rc.3",
425
+ "version": "9.0.0-rc.3",
426
+ "comments": {
427
+ "prerelease": [
428
+ {
429
+ "author": "bsunderhus@microsoft.com",
430
+ "package": "@fluentui/react-accordion",
431
+ "commit": "5a45a787f2669a9f694a274b220823dbc10b04e2",
432
+ "comment": "Updates initial open items value to be empty on every case"
433
+ },
434
+ {
435
+ "author": "lingfangao@hotmail.com",
436
+ "package": "@fluentui/react-accordion",
437
+ "commit": "1aa9e691fcccd9a64168cea7941c0f1e71fa1d14",
438
+ "comment": "fix: Source maps contain original source code"
439
+ },
440
+ {
441
+ "author": "bsunderhus@microsoft.com",
442
+ "package": "@fluentui/react-accordion",
443
+ "commit": "ea090f75ef4a477f6ea9ffa2b4d7bec826a99b5f",
444
+ "comment": "Breaking change: navigable becomes navigation"
445
+ },
446
+ {
447
+ "author": "beachball",
448
+ "package": "@fluentui/react-accordion",
449
+ "comment": "Bump @fluentui/react-aria to v9.0.0-rc.3",
450
+ "commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
451
+ },
452
+ {
453
+ "author": "beachball",
454
+ "package": "@fluentui/react-accordion",
455
+ "comment": "Bump @fluentui/react-context-selector to v9.0.0-rc.3",
456
+ "commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
457
+ },
458
+ {
459
+ "author": "beachball",
460
+ "package": "@fluentui/react-accordion",
461
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-rc.3",
462
+ "commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
463
+ },
464
+ {
465
+ "author": "beachball",
466
+ "package": "@fluentui/react-accordion",
467
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.3",
468
+ "commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
469
+ },
470
+ {
471
+ "author": "beachball",
472
+ "package": "@fluentui/react-accordion",
473
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.3",
474
+ "commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
475
+ },
476
+ {
477
+ "author": "beachball",
478
+ "package": "@fluentui/react-accordion",
479
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.3",
480
+ "commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
481
+ }
482
+ ],
483
+ "none": [
484
+ {
485
+ "author": "bsunderhus@microsoft.com",
486
+ "package": "@fluentui/react-accordion",
487
+ "commit": "3068d4518c5e599c60a216455eac40531d896162",
488
+ "comment": "Updates spec and story to add warning about heading level"
489
+ }
490
+ ]
491
+ }
492
+ },
493
+ {
494
+ "date": "Thu, 10 Feb 2022 08:52:11 GMT",
495
+ "tag": "@fluentui/react-accordion_v9.0.0-rc.1",
496
+ "version": "9.0.0-rc.1",
497
+ "comments": {
498
+ "prerelease": [
499
+ {
500
+ "author": "olfedias@microsoft.com",
501
+ "package": "@fluentui/react-accordion",
502
+ "commit": "b23239743c4f5518bcf7dcad496a36fc16bbd2e5",
503
+ "comment": "update @fluentui/react-icons package"
504
+ },
505
+ {
506
+ "author": "olfedias@microsoft.com",
507
+ "package": "@fluentui/react-accordion",
508
+ "commit": "b8537fb52cc3cc2787be5675c65300e01d882add",
509
+ "comment": "update styles to not use CSS shorthands"
510
+ },
511
+ {
512
+ "author": "mgodbolt@microsoft.com",
513
+ "package": "@fluentui/react-accordion",
514
+ "commit": "839ec14849e112b85aa321d034739ec421199141",
515
+ "comment": "remove export of commons types"
516
+ },
517
+ {
518
+ "author": "behowell@microsoft.com",
519
+ "package": "@fluentui/react-accordion",
520
+ "commit": "53b01d71e335715fda91b33e3d7bbd9d471d5ed3",
521
+ "comment": "Refactor component Slot typings"
522
+ },
523
+ {
524
+ "author": "tristan.watanabe@gmail.com",
525
+ "package": "@fluentui/react-accordion",
526
+ "commit": "13f940ea4687d769dd2faf61edc27ff75f6bb565",
527
+ "comment": "Allow React 17 in peerDependencies."
528
+ },
529
+ {
530
+ "author": "behowell@microsoft.com",
531
+ "package": "@fluentui/react-accordion",
532
+ "commit": "7cc28ed8320b00f42d91c63882f10316db2205c5",
533
+ "comment": "Remove component's shorthandProps array"
534
+ },
535
+ {
536
+ "author": "olfedias@microsoft.com",
537
+ "package": "@fluentui/react-accordion",
538
+ "commit": "a2e02b2015b1f9307c69c8ecf005c166d496e206",
539
+ "comment": "use Griffel packages"
540
+ },
541
+ {
542
+ "author": "Humberto.Morimoto@microsoft.com",
543
+ "package": "@fluentui/react-accordion",
544
+ "commit": "0bc161458eae5ae8d387172430496ce9829b1bb1",
545
+ "comment": "Using ComponentSlotProps instead of ObjectShorthandProps."
546
+ },
547
+ {
548
+ "author": "bsunderhus@microsoft.com",
549
+ "package": "@fluentui/react-accordion",
550
+ "commit": "940a86cbd6a9f711d275df3a823292b527017852",
551
+ "comment": "Removes children as a slot from AccordionHeader"
552
+ },
553
+ {
554
+ "author": "lingfangao@hotmail.com",
555
+ "package": "@fluentui/react-accordion",
556
+ "commit": "c00913d50e2dd15bbfbb0757cefe43b192ff1d7f",
557
+ "comment": "Bump Fluent UI packages to 9.0.0-rc"
558
+ },
559
+ {
560
+ "author": "sarah.higley@microsoft.com",
561
+ "package": "@fluentui/react-accordion",
562
+ "commit": "d0758018bf44c69e01451c8a6bd4f73b43e397b7",
563
+ "comment": "update semantic elements and ARIA roles in react-accordion, add heading level story"
564
+ },
565
+ {
566
+ "author": "ololubek@microsoft.com",
567
+ "package": "@fluentui/react-accordion",
568
+ "commit": "63cbefe55e5db10eedbde19392aa8b6376d6a7f7",
569
+ "comment": "Update react-icons usage to resizable icons"
570
+ },
571
+ {
572
+ "author": "behowell@microsoft.com",
573
+ "package": "@fluentui/react-accordion",
574
+ "commit": "317209bb5cd57c40f35bc42060acb7e3cce5ec95",
575
+ "comment": "BREAKING: Rename component hooks add the suffix _unstable, as their API has not been finalized yet"
576
+ },
577
+ {
578
+ "author": "Humberto.Morimoto@microsoft.com",
579
+ "package": "@fluentui/react-accordion",
580
+ "commit": "e0b8e1fa6980077e7b311fd1c72c28d3e4305db0",
581
+ "comment": "Updating based on changes to composition types."
582
+ },
583
+ {
584
+ "author": "Humberto.Morimoto@microsoft.com",
585
+ "package": "@fluentui/react-accordion",
586
+ "commit": "38c8bed2c707014688ae2ae689033fa36ef23075",
587
+ "comment": "Updating packages based on changes to focusIndicator functions to remove functions from makeStyles in @fluentui/react-tabster."
588
+ },
589
+ {
590
+ "author": "Humberto.Morimoto@microsoft.com",
591
+ "package": "@fluentui/react-accordion",
592
+ "commit": "22ef7434eddbe45d8818b16ff43c3488ac84ae45",
593
+ "comment": "Replacing use of functions in makeStyles with direct use of tokens."
594
+ },
595
+ {
596
+ "author": "behowell@microsoft.com",
597
+ "package": "@fluentui/react-accordion",
598
+ "commit": "dfb5538a2494b48cbb61702c4c2c9aaf8de37a6f",
599
+ "comment": "Remove AccordionHeaderExpandIcon, and use ChevronRightRegular from @fluentui/react-icons instead"
600
+ },
601
+ {
602
+ "author": "beachball",
603
+ "package": "@fluentui/react-accordion",
604
+ "comment": "Bump @fluentui/react-aria to v9.0.0-rc.1",
605
+ "commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
606
+ },
607
+ {
608
+ "author": "beachball",
609
+ "package": "@fluentui/react-accordion",
610
+ "comment": "Bump @fluentui/react-context-selector to v9.0.0-rc.1",
611
+ "commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
612
+ },
613
+ {
614
+ "author": "beachball",
615
+ "package": "@fluentui/react-accordion",
616
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-rc.1",
617
+ "commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
618
+ },
619
+ {
620
+ "author": "beachball",
621
+ "package": "@fluentui/react-accordion",
622
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.1",
623
+ "commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
624
+ },
625
+ {
626
+ "author": "beachball",
627
+ "package": "@fluentui/react-accordion",
628
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.1",
629
+ "commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
630
+ },
631
+ {
632
+ "author": "beachball",
633
+ "package": "@fluentui/react-accordion",
634
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.1",
635
+ "commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
636
+ }
637
+ ],
638
+ "none": [
639
+ {
640
+ "author": "martinhochel@microsoft.com",
641
+ "package": "@fluentui/react-accordion",
642
+ "commit": "28ceaaa83cd92a0389c466f0b15b283e3d9b08e4",
643
+ "comment": "chore: update all jest deps to v25 + apply single version policy"
644
+ },
645
+ {
646
+ "author": "bsunderhus@microsoft.com",
647
+ "package": "@fluentui/react-accordion",
648
+ "commit": "c0d4e63ee58e60e2c6674efbacc0783cd520984e",
649
+ "comment": "Updates components with nullRender changes"
650
+ },
651
+ {
652
+ "author": "martinhochel@microsoft.com",
653
+ "package": "@fluentui/react-accordion",
654
+ "commit": "8dfa712156b70414205b87b5b6d099367b0c297d",
655
+ "comment": "chore: use storybook runner for all vNext packages"
656
+ },
657
+ {
658
+ "author": "olfedias@microsoft.com",
659
+ "package": "@fluentui/react-accordion",
660
+ "commit": "c061e98be4b4a718c72a144a1f60bb5515824612",
661
+ "comment": "remove inline-style-expand-shorthand from tsconfigs"
662
+ }
663
+ ]
664
+ }
665
+ },
666
+ {
667
+ "date": "Thu, 25 Nov 2021 08:34:10 GMT",
668
+ "tag": "@fluentui/react-accordion_v9.0.0-beta.5",
669
+ "version": "9.0.0-beta.5",
670
+ "comments": {
671
+ "none": [
672
+ {
673
+ "author": "lingfangao@hotmail.com",
674
+ "package": "@fluentui/react-accordion",
675
+ "commit": "8a141d14f3a14de2e1c4691dad908622f310a9d1",
676
+ "comment": "Migrate package to use solution tsconfigs"
677
+ }
678
+ ],
679
+ "prerelease": [
680
+ {
681
+ "author": "beachball",
682
+ "package": "@fluentui/react-accordion",
683
+ "comment": "Bump @fluentui/react-aria to v9.0.0-beta.4",
684
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
685
+ },
686
+ {
687
+ "author": "beachball",
688
+ "package": "@fluentui/react-accordion",
689
+ "comment": "Bump @fluentui/react-context-selector to v9.0.0-beta.4",
690
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
691
+ },
692
+ {
693
+ "author": "beachball",
694
+ "package": "@fluentui/react-accordion",
695
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.4",
696
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
697
+ },
698
+ {
699
+ "author": "beachball",
700
+ "package": "@fluentui/react-accordion",
701
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-beta.5",
702
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
703
+ },
704
+ {
705
+ "author": "beachball",
706
+ "package": "@fluentui/react-accordion",
707
+ "comment": "Bump @fluentui/react-theme to v9.0.0-beta.4",
708
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
709
+ },
710
+ {
711
+ "author": "beachball",
712
+ "package": "@fluentui/react-accordion",
713
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-beta.4",
714
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
715
+ },
716
+ {
717
+ "author": "beachball",
718
+ "package": "@fluentui/react-accordion",
719
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.4",
720
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
721
+ },
722
+ {
723
+ "author": "beachball",
724
+ "package": "@fluentui/react-accordion",
725
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.4",
726
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
727
+ },
728
+ {
729
+ "author": "beachball",
730
+ "package": "@fluentui/react-accordion",
731
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.4",
732
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
733
+ }
734
+ ]
735
+ }
736
+ },
737
+ {
738
+ "date": "Fri, 12 Nov 2021 13:25:12 GMT",
739
+ "tag": "@fluentui/react-accordion_v9.0.0-beta.4",
740
+ "version": "9.0.0-beta.4",
741
+ "comments": {
742
+ "prerelease": [
743
+ {
744
+ "author": "olfedias@microsoft.com",
745
+ "package": "@fluentui/react-accordion",
746
+ "commit": "825ea92aae027295a94048368157c180358260f2",
747
+ "comment": "export static classes for components"
748
+ },
749
+ {
750
+ "author": "Humberto.Morimoto@microsoft.com",
751
+ "package": "@fluentui/react-accordion",
752
+ "commit": "a4ea9b6227d2f634f85b40fe4cec10e4c391244b",
753
+ "comment": "Updating AccordionHeader tests to match changes in useARIAButton."
754
+ },
755
+ {
756
+ "author": "gcox@microsoft.com",
757
+ "package": "@fluentui/react-accordion",
758
+ "commit": "c9bd5b5a02ae94a8239ce1b56cac2f0d0dbd3586",
759
+ "comment": "Updated beta and RC components to ES2019"
760
+ },
761
+ {
762
+ "author": "beachball",
763
+ "package": "@fluentui/react-accordion",
764
+ "comment": "Bump @fluentui/react-aria to v9.0.0-beta.3",
765
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
766
+ },
767
+ {
768
+ "author": "beachball",
769
+ "package": "@fluentui/react-accordion",
770
+ "comment": "Bump @fluentui/react-context-selector to v9.0.0-beta.3",
771
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
772
+ },
773
+ {
774
+ "author": "beachball",
775
+ "package": "@fluentui/react-accordion",
776
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.3",
777
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
778
+ },
779
+ {
780
+ "author": "beachball",
781
+ "package": "@fluentui/react-accordion",
782
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-beta.4",
783
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
784
+ },
785
+ {
786
+ "author": "beachball",
787
+ "package": "@fluentui/react-accordion",
788
+ "comment": "Bump @fluentui/react-theme to v9.0.0-beta.3",
789
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
790
+ },
791
+ {
792
+ "author": "beachball",
793
+ "package": "@fluentui/react-accordion",
794
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-beta.3",
795
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
796
+ },
797
+ {
798
+ "author": "beachball",
799
+ "package": "@fluentui/react-accordion",
800
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.3",
801
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
802
+ },
803
+ {
804
+ "author": "beachball",
805
+ "package": "@fluentui/react-accordion",
806
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.3",
807
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
808
+ },
809
+ {
810
+ "author": "beachball",
811
+ "package": "@fluentui/react-accordion",
812
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.3",
813
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
814
+ }
815
+ ],
816
+ "none": [
817
+ {
818
+ "author": "me@levithomason.com",
819
+ "package": "@fluentui/react-accordion",
820
+ "commit": "cdbe0769d2a6ee91a98a3e62c6ac9329a714355c",
821
+ "comment": "Docs update"
822
+ },
823
+ {
824
+ "author": "lingfangao@hotmail.com",
825
+ "package": "@fluentui/react-accordion",
826
+ "commit": "00f70581480b536e723fb69edf0ae617beac4807",
827
+ "comment": "Remove beta release tag"
828
+ },
829
+ {
830
+ "author": "mgodbolt@microsoft.com",
831
+ "package": "@fluentui/react-accordion",
832
+ "commit": "7fafe76eb2c09f9d17a03c11ba73729d91ef411e",
833
+ "comment": "update docs descriptions"
834
+ }
835
+ ]
836
+ }
837
+ },
838
+ {
839
+ "date": "Wed, 27 Oct 2021 12:14:12 GMT",
840
+ "tag": "@fluentui/react-accordion_v9.0.0-beta.3",
841
+ "version": "9.0.0-beta.3",
842
+ "comments": {
843
+ "none": [
844
+ {
845
+ "author": "olfedias@microsoft.com",
846
+ "package": "@fluentui/react-accordion",
847
+ "commit": "193af6527f202f11efdd71da7581cc6e76ca2925",
848
+ "comment": "replace temporary icons in stories"
849
+ }
850
+ ],
851
+ "prerelease": [
852
+ {
853
+ "author": "peter@draxler.ml",
12
854
  "package": "@fluentui/react-accordion",
13
- "comment": "Release nightly v9",
14
- "commit": "0ae8560ad3e7b4cb03f3f47152dfce2f81523cca"
855
+ "commit": "f6db7c8d6b7db0902775e7857b62b745be35b59a",
856
+ "comment": "added styling of documentation"
15
857
  },
16
858
  {
17
859
  "author": "beachball",
18
860
  "package": "@fluentui/react-accordion",
19
- "comment": "Bump @fluentui/react-aria to v9.0.0-nightly.f81b28ceb3.1",
20
- "commit": "0ae8560ad3e7b4cb03f3f47152dfce2f81523cca"
861
+ "comment": "Bump @fluentui/react-aria to v9.0.0-beta.2",
862
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
21
863
  },
22
864
  {
23
865
  "author": "beachball",
24
866
  "package": "@fluentui/react-accordion",
25
- "comment": "Bump @fluentui/react-context-selector to v9.0.0-nightly.f81b28ceb3.1",
26
- "commit": "0ae8560ad3e7b4cb03f3f47152dfce2f81523cca"
867
+ "comment": "Bump @fluentui/react-context-selector to v9.0.0-beta.2",
868
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
27
869
  },
28
870
  {
29
871
  "author": "beachball",
30
872
  "package": "@fluentui/react-accordion",
31
- "comment": "Bump @fluentui/react-make-styles to v9.0.0-nightly.f81b28ceb3.1",
32
- "commit": "0ae8560ad3e7b4cb03f3f47152dfce2f81523cca"
873
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.2",
874
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
33
875
  },
34
876
  {
35
877
  "author": "beachball",
36
878
  "package": "@fluentui/react-accordion",
37
- "comment": "Bump @fluentui/react-tabster to v9.0.0-nightly.f81b28ceb3.1",
38
- "commit": "0ae8560ad3e7b4cb03f3f47152dfce2f81523cca"
879
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-beta.3",
880
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
39
881
  },
40
882
  {
41
883
  "author": "beachball",
42
884
  "package": "@fluentui/react-accordion",
43
- "comment": "Bump @fluentui/react-theme to v9.0.0-nightly.f81b28ceb3.1",
44
- "commit": "0ae8560ad3e7b4cb03f3f47152dfce2f81523cca"
885
+ "comment": "Bump @fluentui/react-theme to v9.0.0-beta.2",
886
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
45
887
  },
46
888
  {
47
889
  "author": "beachball",
48
890
  "package": "@fluentui/react-accordion",
49
- "comment": "Bump @fluentui/react-utilities to v9.0.0-nightly.f81b28ceb3.1",
50
- "commit": "0ae8560ad3e7b4cb03f3f47152dfce2f81523cca"
891
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-beta.2",
892
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
51
893
  },
52
894
  {
53
895
  "author": "beachball",
54
896
  "package": "@fluentui/react-accordion",
55
- "comment": "Bump @fluentui/babel-make-styles to v9.0.0-nightly.f81b28ceb3.1",
56
- "commit": "0ae8560ad3e7b4cb03f3f47152dfce2f81523cca"
897
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.2",
898
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
57
899
  },
58
900
  {
59
901
  "author": "beachball",
60
902
  "package": "@fluentui/react-accordion",
61
- "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-nightly.f81b28ceb3.1",
62
- "commit": "0ae8560ad3e7b4cb03f3f47152dfce2f81523cca"
903
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.2",
904
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
63
905
  },
64
906
  {
65
907
  "author": "beachball",
66
908
  "package": "@fluentui/react-accordion",
67
- "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-nightly.f81b28ceb3.1",
68
- "commit": "0ae8560ad3e7b4cb03f3f47152dfce2f81523cca"
909
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.2",
910
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
69
911
  }
70
912
  ]
71
913
  }