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

Sign up to get free protection for your applications and to get access to all the features.
Files changed (224) hide show
  1. package/CHANGELOG.json +914 -24
  2. package/CHANGELOG.md +388 -180
  3. package/README.md +80 -18
  4. package/dist/{react-button.d.ts → index.d.ts} +72 -59
  5. package/{lib → dist}/tsdoc-metadata.json +0 -0
  6. package/lib/Button.js.map +1 -1
  7. package/lib/CompoundButton.js.map +1 -1
  8. package/lib/MenuButton.js.map +1 -1
  9. package/lib/SplitButton.js.map +1 -1
  10. package/lib/ToggleButton.js.map +1 -1
  11. package/lib/components/Button/Button.js +7 -7
  12. package/lib/components/Button/Button.js.map +1 -1
  13. package/lib/components/Button/Button.types.js.map +1 -1
  14. package/lib/components/Button/index.js +1 -2
  15. package/lib/components/Button/index.js.map +1 -1
  16. package/lib/components/Button/renderButton.js +13 -9
  17. package/lib/components/Button/renderButton.js.map +1 -1
  18. package/lib/components/Button/useButton.js +20 -25
  19. package/lib/components/Button/useButton.js.map +1 -1
  20. package/lib/components/Button/useButtonStyles.js +240 -165
  21. package/lib/components/Button/useButtonStyles.js.map +1 -1
  22. package/lib/components/CompoundButton/CompoundButton.js +7 -7
  23. package/lib/components/CompoundButton/CompoundButton.js.map +1 -1
  24. package/lib/components/CompoundButton/CompoundButton.types.js.map +1 -1
  25. package/lib/components/CompoundButton/index.js +1 -1
  26. package/lib/components/CompoundButton/index.js.map +1 -1
  27. package/lib/components/CompoundButton/renderCompoundButton.js +15 -9
  28. package/lib/components/CompoundButton/renderCompoundButton.js.map +1 -1
  29. package/lib/components/CompoundButton/useCompoundButton.js +13 -8
  30. package/lib/components/CompoundButton/useCompoundButton.js.map +1 -1
  31. package/lib/components/CompoundButton/useCompoundButtonStyles.js +96 -75
  32. package/lib/components/CompoundButton/useCompoundButtonStyles.js.map +1 -1
  33. package/lib/components/MenuButton/MenuButton.js +9 -8
  34. package/lib/components/MenuButton/MenuButton.js.map +1 -1
  35. package/lib/components/MenuButton/MenuButton.types.js.map +1 -1
  36. package/lib/components/MenuButton/index.js +1 -1
  37. package/lib/components/MenuButton/index.js.map +1 -1
  38. package/lib/components/MenuButton/renderMenuButton.js +13 -9
  39. package/lib/components/MenuButton/renderMenuButton.js.map +1 -1
  40. package/lib/components/MenuButton/useMenuButton.js +11 -11
  41. package/lib/components/MenuButton/useMenuButton.js.map +1 -1
  42. package/lib/components/MenuButton/useMenuButtonStyles.js +39 -17
  43. package/lib/components/MenuButton/useMenuButtonStyles.js.map +1 -1
  44. package/lib/components/SplitButton/SplitButton.js +8 -8
  45. package/lib/components/SplitButton/SplitButton.js.map +1 -1
  46. package/lib/components/SplitButton/SplitButton.types.js.map +1 -1
  47. package/lib/components/SplitButton/index.js +1 -1
  48. package/lib/components/SplitButton/index.js.map +1 -1
  49. package/lib/components/SplitButton/renderSplitButton.js +9 -7
  50. package/lib/components/SplitButton/renderSplitButton.js.map +1 -1
  51. package/lib/components/SplitButton/useSplitButton.js +54 -49
  52. package/lib/components/SplitButton/useSplitButton.js.map +1 -1
  53. package/lib/components/SplitButton/useSplitButtonStyles.js +46 -39
  54. package/lib/components/SplitButton/useSplitButtonStyles.js.map +1 -1
  55. package/lib/components/ToggleButton/ToggleButton.js +7 -7
  56. package/lib/components/ToggleButton/ToggleButton.js.map +1 -1
  57. package/lib/components/ToggleButton/ToggleButton.types.js.map +1 -1
  58. package/lib/components/ToggleButton/index.js +1 -1
  59. package/lib/components/ToggleButton/index.js.map +1 -1
  60. package/lib/components/ToggleButton/renderToggleButton.js +1 -1
  61. package/lib/components/ToggleButton/renderToggleButton.js.map +1 -1
  62. package/lib/components/ToggleButton/useToggleButton.js +5 -41
  63. package/lib/components/ToggleButton/useToggleButton.js.map +1 -1
  64. package/lib/components/ToggleButton/useToggleButtonStyles.js +110 -86
  65. package/lib/components/ToggleButton/useToggleButtonStyles.js.map +1 -1
  66. package/lib/index.js +6 -5
  67. package/lib/index.js.map +1 -1
  68. package/lib/utils/index.js +2 -0
  69. package/lib/utils/index.js.map +1 -0
  70. package/lib/utils/useToggleState.js +37 -0
  71. package/lib/utils/useToggleState.js.map +1 -0
  72. package/lib-commonjs/Button.js +1 -1
  73. package/lib-commonjs/Button.js.map +1 -1
  74. package/lib-commonjs/CompoundButton.js +1 -1
  75. package/lib-commonjs/CompoundButton.js.map +1 -1
  76. package/lib-commonjs/MenuButton.js +1 -1
  77. package/lib-commonjs/MenuButton.js.map +1 -1
  78. package/lib-commonjs/SplitButton.js +1 -1
  79. package/lib-commonjs/SplitButton.js.map +1 -1
  80. package/lib-commonjs/ToggleButton.js +1 -1
  81. package/lib-commonjs/ToggleButton.js.map +1 -1
  82. package/lib-commonjs/components/Button/Button.js +8 -8
  83. package/lib-commonjs/components/Button/Button.js.map +1 -1
  84. package/lib-commonjs/components/Button/Button.types.js.map +1 -1
  85. package/lib-commonjs/components/Button/index.js +10 -6
  86. package/lib-commonjs/components/Button/index.js.map +1 -1
  87. package/lib-commonjs/components/Button/renderButton.js +17 -14
  88. package/lib-commonjs/components/Button/renderButton.js.map +1 -1
  89. package/lib-commonjs/components/Button/useButton.js +24 -29
  90. package/lib-commonjs/components/Button/useButton.js.map +1 -1
  91. package/lib-commonjs/components/Button/useButtonStyles.js +243 -166
  92. package/lib-commonjs/components/Button/useButtonStyles.js.map +1 -1
  93. package/lib-commonjs/components/CompoundButton/CompoundButton.js +8 -8
  94. package/lib-commonjs/components/CompoundButton/CompoundButton.js.map +1 -1
  95. package/lib-commonjs/components/CompoundButton/CompoundButton.types.js.map +1 -1
  96. package/lib-commonjs/components/CompoundButton/index.js +10 -4
  97. package/lib-commonjs/components/CompoundButton/index.js.map +1 -1
  98. package/lib-commonjs/components/CompoundButton/renderCompoundButton.js +19 -14
  99. package/lib-commonjs/components/CompoundButton/renderCompoundButton.js.map +1 -1
  100. package/lib-commonjs/components/CompoundButton/useCompoundButton.js +16 -12
  101. package/lib-commonjs/components/CompoundButton/useCompoundButton.js.map +1 -1
  102. package/lib-commonjs/components/CompoundButton/useCompoundButtonStyles.js +99 -77
  103. package/lib-commonjs/components/CompoundButton/useCompoundButtonStyles.js.map +1 -1
  104. package/lib-commonjs/components/MenuButton/MenuButton.js +10 -9
  105. package/lib-commonjs/components/MenuButton/MenuButton.js.map +1 -1
  106. package/lib-commonjs/components/MenuButton/MenuButton.types.js.map +1 -1
  107. package/lib-commonjs/components/MenuButton/index.js +10 -4
  108. package/lib-commonjs/components/MenuButton/index.js.map +1 -1
  109. package/lib-commonjs/components/MenuButton/renderMenuButton.js +17 -14
  110. package/lib-commonjs/components/MenuButton/renderMenuButton.js.map +1 -1
  111. package/lib-commonjs/components/MenuButton/useMenuButton.js +15 -16
  112. package/lib-commonjs/components/MenuButton/useMenuButton.js.map +1 -1
  113. package/lib-commonjs/components/MenuButton/useMenuButtonStyles.js +43 -19
  114. package/lib-commonjs/components/MenuButton/useMenuButtonStyles.js.map +1 -1
  115. package/lib-commonjs/components/SplitButton/SplitButton.js +9 -9
  116. package/lib-commonjs/components/SplitButton/SplitButton.js.map +1 -1
  117. package/lib-commonjs/components/SplitButton/SplitButton.types.js.map +1 -1
  118. package/lib-commonjs/components/SplitButton/index.js +10 -4
  119. package/lib-commonjs/components/SplitButton/index.js.map +1 -1
  120. package/lib-commonjs/components/SplitButton/renderSplitButton.js +13 -12
  121. package/lib-commonjs/components/SplitButton/renderSplitButton.js.map +1 -1
  122. package/lib-commonjs/components/SplitButton/useSplitButton.js +58 -54
  123. package/lib-commonjs/components/SplitButton/useSplitButton.js.map +1 -1
  124. package/lib-commonjs/components/SplitButton/useSplitButtonStyles.js +50 -42
  125. package/lib-commonjs/components/SplitButton/useSplitButtonStyles.js.map +1 -1
  126. package/lib-commonjs/components/ToggleButton/ToggleButton.js +8 -8
  127. package/lib-commonjs/components/ToggleButton/ToggleButton.js.map +1 -1
  128. package/lib-commonjs/components/ToggleButton/ToggleButton.types.js.map +1 -1
  129. package/lib-commonjs/components/ToggleButton/index.js +10 -4
  130. package/lib-commonjs/components/ToggleButton/index.js.map +1 -1
  131. package/lib-commonjs/components/ToggleButton/renderToggleButton.js +3 -3
  132. package/lib-commonjs/components/ToggleButton/renderToggleButton.js.map +1 -1
  133. package/lib-commonjs/components/ToggleButton/useToggleButton.js +7 -45
  134. package/lib-commonjs/components/ToggleButton/useToggleButton.js.map +1 -1
  135. package/lib-commonjs/components/ToggleButton/useToggleButtonStyles.js +114 -86
  136. package/lib-commonjs/components/ToggleButton/useToggleButtonStyles.js.map +1 -1
  137. package/lib-commonjs/index.js +169 -6
  138. package/lib-commonjs/index.js.map +1 -1
  139. package/lib-commonjs/utils/index.js +10 -0
  140. package/lib-commonjs/utils/index.js.map +1 -0
  141. package/lib-commonjs/utils/useToggleState.js +48 -0
  142. package/lib-commonjs/utils/useToggleState.js.map +1 -0
  143. package/package.json +22 -27
  144. package/dist/demo/index.html +0 -71
  145. package/dist/demo/react-dom.development.js +0 -21413
  146. package/dist/demo/react.development.js +0 -3155
  147. package/lib/Button.d.ts +0 -1
  148. package/lib/CompoundButton.d.ts +0 -1
  149. package/lib/MenuButton.d.ts +0 -1
  150. package/lib/SplitButton.d.ts +0 -1
  151. package/lib/ToggleButton.d.ts +0 -1
  152. package/lib/common/isConformant.d.ts +0 -4
  153. package/lib/common/isConformant.js +0 -13
  154. package/lib/common/isConformant.js.map +0 -1
  155. package/lib/components/Button/Button.d.ts +0 -6
  156. package/lib/components/Button/Button.types.d.ts +0 -62
  157. package/lib/components/Button/index.d.ts +0 -5
  158. package/lib/components/Button/renderButton.d.ts +0 -5
  159. package/lib/components/Button/useButton.d.ts +0 -8
  160. package/lib/components/Button/useButtonStyles.d.ts +0 -10
  161. package/lib/components/CompoundButton/CompoundButton.d.ts +0 -6
  162. package/lib/components/CompoundButton/CompoundButton.types.d.ts +0 -14
  163. package/lib/components/CompoundButton/index.d.ts +0 -5
  164. package/lib/components/CompoundButton/renderCompoundButton.d.ts +0 -5
  165. package/lib/components/CompoundButton/useCompoundButton.d.ts +0 -8
  166. package/lib/components/CompoundButton/useCompoundButtonStyles.d.ts +0 -2
  167. package/lib/components/MenuButton/MenuButton.d.ts +0 -6
  168. package/lib/components/MenuButton/MenuButton.types.d.ts +0 -11
  169. package/lib/components/MenuButton/index.d.ts +0 -5
  170. package/lib/components/MenuButton/renderMenuButton.d.ts +0 -5
  171. package/lib/components/MenuButton/useMenuButton.d.ts +0 -6
  172. package/lib/components/MenuButton/useMenuButtonStyles.d.ts +0 -2
  173. package/lib/components/SplitButton/SplitButton.d.ts +0 -7
  174. package/lib/components/SplitButton/SplitButton.types.d.ts +0 -19
  175. package/lib/components/SplitButton/index.d.ts +0 -5
  176. package/lib/components/SplitButton/renderSplitButton.d.ts +0 -5
  177. package/lib/components/SplitButton/useSplitButton.d.ts +0 -8
  178. package/lib/components/SplitButton/useSplitButtonStyles.d.ts +0 -2
  179. package/lib/components/ToggleButton/ToggleButton.d.ts +0 -6
  180. package/lib/components/ToggleButton/ToggleButton.types.d.ts +0 -19
  181. package/lib/components/ToggleButton/index.d.ts +0 -5
  182. package/lib/components/ToggleButton/renderToggleButton.d.ts +0 -1
  183. package/lib/components/ToggleButton/useToggleButton.d.ts +0 -9
  184. package/lib/components/ToggleButton/useToggleButtonStyles.d.ts +0 -2
  185. package/lib/index.d.ts +0 -5
  186. package/lib-commonjs/Button.d.ts +0 -1
  187. package/lib-commonjs/CompoundButton.d.ts +0 -1
  188. package/lib-commonjs/MenuButton.d.ts +0 -1
  189. package/lib-commonjs/SplitButton.d.ts +0 -1
  190. package/lib-commonjs/ToggleButton.d.ts +0 -1
  191. package/lib-commonjs/common/isConformant.d.ts +0 -4
  192. package/lib-commonjs/common/isConformant.js +0 -24
  193. package/lib-commonjs/common/isConformant.js.map +0 -1
  194. package/lib-commonjs/components/Button/Button.d.ts +0 -6
  195. package/lib-commonjs/components/Button/Button.types.d.ts +0 -62
  196. package/lib-commonjs/components/Button/index.d.ts +0 -5
  197. package/lib-commonjs/components/Button/renderButton.d.ts +0 -5
  198. package/lib-commonjs/components/Button/useButton.d.ts +0 -8
  199. package/lib-commonjs/components/Button/useButtonStyles.d.ts +0 -10
  200. package/lib-commonjs/components/CompoundButton/CompoundButton.d.ts +0 -6
  201. package/lib-commonjs/components/CompoundButton/CompoundButton.types.d.ts +0 -14
  202. package/lib-commonjs/components/CompoundButton/index.d.ts +0 -5
  203. package/lib-commonjs/components/CompoundButton/renderCompoundButton.d.ts +0 -5
  204. package/lib-commonjs/components/CompoundButton/useCompoundButton.d.ts +0 -8
  205. package/lib-commonjs/components/CompoundButton/useCompoundButtonStyles.d.ts +0 -2
  206. package/lib-commonjs/components/MenuButton/MenuButton.d.ts +0 -6
  207. package/lib-commonjs/components/MenuButton/MenuButton.types.d.ts +0 -11
  208. package/lib-commonjs/components/MenuButton/index.d.ts +0 -5
  209. package/lib-commonjs/components/MenuButton/renderMenuButton.d.ts +0 -5
  210. package/lib-commonjs/components/MenuButton/useMenuButton.d.ts +0 -6
  211. package/lib-commonjs/components/MenuButton/useMenuButtonStyles.d.ts +0 -2
  212. package/lib-commonjs/components/SplitButton/SplitButton.d.ts +0 -7
  213. package/lib-commonjs/components/SplitButton/SplitButton.types.d.ts +0 -19
  214. package/lib-commonjs/components/SplitButton/index.d.ts +0 -5
  215. package/lib-commonjs/components/SplitButton/renderSplitButton.d.ts +0 -5
  216. package/lib-commonjs/components/SplitButton/useSplitButton.d.ts +0 -8
  217. package/lib-commonjs/components/SplitButton/useSplitButtonStyles.d.ts +0 -2
  218. package/lib-commonjs/components/ToggleButton/ToggleButton.d.ts +0 -6
  219. package/lib-commonjs/components/ToggleButton/ToggleButton.types.d.ts +0 -19
  220. package/lib-commonjs/components/ToggleButton/index.d.ts +0 -5
  221. package/lib-commonjs/components/ToggleButton/renderToggleButton.d.ts +0 -1
  222. package/lib-commonjs/components/ToggleButton/useToggleButton.d.ts +0 -9
  223. package/lib-commonjs/components/ToggleButton/useToggleButtonStyles.d.ts +0 -2
  224. package/lib-commonjs/index.d.ts +0 -5
package/CHANGELOG.md CHANGED
@@ -1,30 +1,238 @@
1
1
  # Change Log - @fluentui/react-button
2
2
 
3
- This log was last generated on Tue, 19 Oct 2021 12:39:14 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 23 May 2022 18:54:46 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
- ## [9.0.0-nightly.f81b28ceb3.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-nightly.f81b28ceb3.1)
7
+ ## [9.0.0-rc.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-rc.11)
8
8
 
9
- Tue, 19 Oct 2021 12:39:14 GMT
10
- [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-beta.2..@fluentui/react-button_v9.0.0-nightly.f81b28ceb3.1)
9
+ Mon, 23 May 2022 18:54:46 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-rc.10..@fluentui/react-button_v9.0.0-rc.11)
11
11
 
12
12
  ### Changes
13
13
 
14
- - Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/0ae8560ad3e7b4cb03f3f47152dfce2f81523cca) by email not defined)
15
- - Bump @fluentui/keyboard-keys to v9.0.0-nightly.f81b28ceb3.1 ([commit](https://github.com/microsoft/fluentui/commit/0ae8560ad3e7b4cb03f3f47152dfce2f81523cca) by beachball)
16
- - Bump @fluentui/react-aria to v9.0.0-nightly.f81b28ceb3.1 ([commit](https://github.com/microsoft/fluentui/commit/0ae8560ad3e7b4cb03f3f47152dfce2f81523cca) by beachball)
17
- - Bump @fluentui/react-make-styles to v9.0.0-nightly.f81b28ceb3.1 ([commit](https://github.com/microsoft/fluentui/commit/0ae8560ad3e7b4cb03f3f47152dfce2f81523cca) by beachball)
18
- - Bump @fluentui/react-tabster to v9.0.0-nightly.f81b28ceb3.1 ([commit](https://github.com/microsoft/fluentui/commit/0ae8560ad3e7b4cb03f3f47152dfce2f81523cca) by beachball)
19
- - Bump @fluentui/react-utilities to v9.0.0-nightly.f81b28ceb3.1 ([commit](https://github.com/microsoft/fluentui/commit/0ae8560ad3e7b4cb03f3f47152dfce2f81523cca) by beachball)
20
- - Bump @fluentui/babel-make-styles to v9.0.0-nightly.f81b28ceb3.1 ([commit](https://github.com/microsoft/fluentui/commit/0ae8560ad3e7b4cb03f3f47152dfce2f81523cca) by beachball)
21
- - Bump @fluentui/jest-serializer-make-styles to v9.0.0-nightly.f81b28ceb3.1 ([commit](https://github.com/microsoft/fluentui/commit/0ae8560ad3e7b4cb03f3f47152dfce2f81523cca) by beachball)
22
- - Bump @fluentui/react-conformance-make-styles to v9.0.0-nightly.f81b28ceb3.1 ([commit](https://github.com/microsoft/fluentui/commit/0ae8560ad3e7b4cb03f3f47152dfce2f81523cca) by beachball)
23
- - Bump @fluentui/react-menu to v9.0.0-nightly.f81b28ceb3.1 ([commit](https://github.com/microsoft/fluentui/commit/0ae8560ad3e7b4cb03f3f47152dfce2f81523cca) by beachball)
14
+ - Removing <componentName>ClassName exports. ([PR #23092](https://github.com/microsoft/fluentui/pull/23092) by esteban.230@hotmail.com)
15
+ - Removing deprecated block prop from all button components. ([PR #23092](https://github.com/microsoft/fluentui/pull/23092) by Humberto.Morimoto@microsoft.com)
16
+ - Bump @fluentui/react-tabster to v9.0.0-rc.11 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
17
+ - Bump @fluentui/react-theme to v9.0.0-rc.9 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
18
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.7 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
19
+
20
+ ## [9.0.0-rc.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-rc.10)
21
+
22
+ Mon, 23 May 2022 12:14:03 GMT
23
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-rc.9..@fluentui/react-button_v9.0.0-rc.10)
24
+
25
+ ### Changes
26
+
27
+ - Using spacing tokens for button components. ([PR #23076](https://github.com/microsoft/fluentui/pull/23076) by Humberto.Morimoto@microsoft.com)
28
+ - Removing flex gap from button components and fixing spacing to better align with design spec. ([PR #23091](https://github.com/microsoft/fluentui/pull/23091) by Humberto.Morimoto@microsoft.com)
29
+ - chore: Update Griffel to latest version ([PR #22894](https://github.com/microsoft/fluentui/pull/22894) by olfedias@microsoft.com)
30
+ - chore: Update Griffel to latest version ([PR #23029](https://github.com/microsoft/fluentui/pull/23029) by olfedias@microsoft.com)
31
+ - Removing Common types from all button components. ([PR #22904](https://github.com/microsoft/fluentui/pull/22904) by humberto_makoto@hotmail.com)
32
+ - Removing ToggleButtonCommons type in @fluentui/react-button. ([PR #23067](https://github.com/microsoft/fluentui/pull/23067) by Humberto.Morimoto@microsoft.com)
33
+ - Bump @fluentui/react-aria to v9.0.0-rc.9 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
34
+ - Bump @fluentui/react-tabster to v9.0.0-rc.10 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
35
+ - Bump @fluentui/react-theme to v9.0.0-rc.8 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
36
+ - Bump @fluentui/react-utilities to v9.0.0-rc.9 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
37
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.6 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
38
+
39
+ ## [9.0.0-rc.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-rc.9)
40
+
41
+ Thu, 05 May 2022 18:26:29 GMT
42
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-rc.8..@fluentui/react-button_v9.0.0-rc.9)
43
+
44
+ ### Changes
45
+
46
+ - feat: ship rolluped only dts ([PR #22823](https://github.com/microsoft/fluentui/pull/22823) by martinhochel@microsoft.com)
47
+ - Bump @fluentui/keyboard-keys to v9.0.0-rc.6 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
48
+ - Bump @fluentui/react-aria to v9.0.0-rc.8 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
49
+ - Bump @fluentui/react-tabster to v9.0.0-rc.9 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
50
+ - Bump @fluentui/react-theme to v9.0.0-rc.7 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
51
+ - Bump @fluentui/react-utilities to v9.0.0-rc.8 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
52
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.5 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
53
+
54
+ ## [9.0.0-rc.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-rc.8)
55
+
56
+ Wed, 04 May 2022 13:26:38 GMT
57
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-rc.7..@fluentui/react-button_v9.0.0-rc.8)
58
+
59
+ ### Changes
60
+
61
+ - Bump @fluentui/keyboard-keys to v9.0.0-rc.5 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
62
+ - Bump @fluentui/react-aria to v9.0.0-rc.7 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
63
+ - Bump @fluentui/react-tabster to v9.0.0-rc.8 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
64
+ - Bump @fluentui/react-theme to v9.0.0-rc.6 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
65
+ - Bump @fluentui/react-utilities to v9.0.0-rc.7 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
66
+
67
+ ## [9.0.0-rc.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-rc.7)
68
+
69
+ Mon, 25 Apr 2022 09:32:16 GMT
70
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-rc.6..@fluentui/react-button_v9.0.0-rc.7)
71
+
72
+ ### Changes
73
+
74
+ - Adding useToggleState hook to scaffold toggleable behavior for individual consumption. ([PR #22279](https://github.com/microsoft/fluentui/pull/22279) by Humberto.Morimoto@microsoft.com)
75
+ - fix(Button): Text color in HC mode for hover, active and checked states. ([PR #22566](https://github.com/microsoft/fluentui/pull/22566) by jukapsia@microsoft.com)
76
+ - Button: Stop applying active styles when mouse moves away while it is being held and improving styles in High Contrast mode. ([PR #22574](https://github.com/microsoft/fluentui/pull/22574) by Humberto.Morimoto@microsoft.com)
77
+ - Bump @fluentui/react-tabster to v9.0.0-rc.7 ([PR #22601](https://github.com/microsoft/fluentui/pull/22601) by beachball)
78
+
79
+ ## [9.0.0-rc.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-rc.6)
80
+
81
+ Tue, 19 Apr 2022 19:17:12 GMT
82
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-rc.5..@fluentui/react-button_v9.0.0-rc.6)
83
+
84
+ ### Changes
85
+
86
+ - Disabling lint rule for deprecated [component]ClassName exports. ([PR #22131](https://github.com/microsoft/fluentui/pull/22131) by Humberto.Morimoto@microsoft.com)
87
+ - Button: Deprecating block prop. ([PR #22148](https://github.com/microsoft/fluentui/pull/22148) by Humberto.Morimoto@microsoft.com)
88
+ - Button components: Making root a non-nullable slot. ([PR #22147](https://github.com/microsoft/fluentui/pull/22147) by Humberto.Morimoto@microsoft.com)
89
+ - CompoundButton: Fixing bug where component was iconOnly even when secondaryContent was being provided. ([PR #22107](https://github.com/microsoft/fluentui/pull/22107) by Humberto.Morimoto@microsoft.com)
90
+ - Removing star exports. ([PR #22111](https://github.com/microsoft/fluentui/pull/22111) by Humberto.Morimoto@microsoft.com)
91
+ - Add deprecation messages to react-button ([PR #21960](https://github.com/microsoft/fluentui/pull/21960) by seanmonahan@microsoft.com)
92
+ - chore: Update Griffel to latest version ([PR #21976](https://github.com/microsoft/fluentui/pull/21976) by olfedias@microsoft.com)
93
+ - update react-icons version to ^2.0.166-rc.3 from ^2.0.159-beta.10 ([PR #22512](https://github.com/microsoft/fluentui/pull/22512) by seanmonahan@microsoft.com)
94
+ - Bump @fluentui/react-aria to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
95
+ - Bump @fluentui/react-tabster to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
96
+ - Bump @fluentui/react-theme to v9.0.0-rc.5 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
97
+ - Bump @fluentui/react-utilities to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
98
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.4 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
99
+
100
+ ## [9.0.0-rc.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-rc.5)
101
+
102
+ Fri, 04 Mar 2022 05:17:34 GMT
103
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-rc.4..@fluentui/react-button_v9.0.0-rc.5)
104
+
105
+ ### Changes
106
+
107
+ - Adding explicit export maps on all consumer packages for FUIR 8 and 9. ([PR #21508](https://github.com/microsoft/fluentui/pull/21508) by dzearing@microsoft.com)
108
+ - Button: Exporting classNames of individual slots. ([PR #20977](https://github.com/microsoft/fluentui/pull/20977) by Humberto.Morimoto@microsoft.com)
109
+ - Bump @fluentui/keyboard-keys to v9.0.0-rc.4 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
110
+ - Bump @fluentui/react-aria to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
111
+ - Bump @fluentui/react-tabster to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
112
+ - Bump @fluentui/react-theme to v9.0.0-rc.4 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
113
+ - Bump @fluentui/react-utilities to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
114
+
115
+ ## [9.0.0-rc.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-rc.4)
116
+
117
+ Tue, 01 Mar 2022 02:17:35 GMT
118
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-rc.3..@fluentui/react-button_v9.0.0-rc.4)
119
+
120
+ ### Changes
121
+
122
+ - fix: Add react-theme as dependency ([PR #21825](https://github.com/microsoft/fluentui/pull/21825) by olfedias@microsoft.com)
123
+ - Bump @fluentui/react-aria to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
124
+ - Bump @fluentui/react-tabster to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
125
+ - Bump @fluentui/react-utilities to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
126
+
127
+ ## [9.0.0-rc.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-rc.3)
128
+
129
+ Fri, 18 Feb 2022 13:35:28 GMT
130
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-rc.1..@fluentui/react-button_v9.0.0-rc.3)
131
+
132
+ ### Changes
133
+
134
+ - SplitButton: Fixing issue where menuIcon prop was not being respected. ([PR #21683](https://github.com/microsoft/fluentui/pull/21683) by Humberto.Morimoto@microsoft.com)
135
+ - Button: Updating stories to fix a11y issues. ([PR #21679](https://github.com/microsoft/fluentui/pull/21679) by Humberto.Morimoto@microsoft.com)
136
+ - SplitButton: Fixing screen reader access issues. ([PR #21703](https://github.com/microsoft/fluentui/pull/21703) by Humberto.Morimoto@microsoft.com)
137
+ - fix: Source maps contain original source code ([PR #21690](https://github.com/microsoft/fluentui/pull/21690) by lingfangao@hotmail.com)
138
+ - Button: Adding tests and fixing issues in SplitButton and ToggleButton. ([PR #21719](https://github.com/microsoft/fluentui/pull/21719) by Humberto.Morimoto@microsoft.com)
139
+ - Bump @fluentui/keyboard-keys to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
140
+ - Bump @fluentui/react-aria to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
141
+ - Bump @fluentui/react-tabster to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
142
+ - Bump @fluentui/react-utilities to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
143
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
144
+
145
+ ## [9.0.0-rc.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-rc.1)
146
+
147
+ Thu, 10 Feb 2022 08:51:46 GMT
148
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-beta.5..@fluentui/react-button_v9.0.0-rc.1)
149
+
150
+ ### Changes
151
+
152
+ - Using ComponentSlotProps instead of ObjectShorthandProps. ([PR #20890](https://github.com/microsoft/fluentui/pull/20890) by Humberto.Morimoto@microsoft.com)
153
+ - Button: Changing border radius of small button to borderRadiusMedium from borderRadiusSmall. ([PR #21494](https://github.com/microsoft/fluentui/pull/21494) by Humberto.Morimoto@microsoft.com)
154
+ - Replace make-styles packages with griffel equivalents. ([PR #21436](https://github.com/microsoft/fluentui/pull/21436) by olfedias@microsoft.com)
155
+ - Update react-icons usage to resizable icons ([PR #21074](https://github.com/microsoft/fluentui/pull/21074) by ololubek@microsoft.com)
156
+ - 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)
157
+ - Bump Fluent UI packages to 9.0.0-rc ([PR #21623](https://github.com/microsoft/fluentui/pull/21623) by lingfangao@hotmail.com)
158
+ - (fix): Update react-icons dependency to latest version ([PR #20943](https://github.com/microsoft/fluentui/pull/20943) by ololubek@microsoft.com)
159
+ - Replacing use of functions in makeStyles with direct use of tokens. ([PR #21039](https://github.com/microsoft/fluentui/pull/21039) by Humberto.Morimoto@microsoft.com)
160
+ - CompoundButton: Updating styles to match latest design spec. ([PR #21523](https://github.com/microsoft/fluentui/pull/21523) by Humberto.Morimoto@microsoft.com)
161
+ - Remove component's shorthandProps array ([PR #21134](https://github.com/microsoft/fluentui/pull/21134) by behowell@microsoft.com)
162
+ - remove export of commons types ([PR #21660](https://github.com/microsoft/fluentui/pull/21660) by mgodbolt@microsoft.com)
163
+ - Remove fontSize from default menuIcon, as it is already set via css ([PR #21221](https://github.com/microsoft/fluentui/pull/21221) by behowell@microsoft.com)
164
+ - ToggleButton: Stopping aria-pressed from changing when ToggleButton is disabledFocusable. ([PR #21492](https://github.com/microsoft/fluentui/pull/21492) by Humberto.Morimoto@microsoft.com)
165
+ - update styles to not use CSS shorthands ([PR #20815](https://github.com/microsoft/fluentui/pull/20815) by olfedias@microsoft.com)
166
+ - Refactor component Slot typings ([PR #21518](https://github.com/microsoft/fluentui/pull/21518) by behowell@microsoft.com)
167
+ - Updating use of tokens.fontWeight now that we don't need to use casting. ([PR #21217](https://github.com/microsoft/fluentui/pull/21217) by Humberto.Morimoto@microsoft.com)
168
+ - MenuButton: Updating types so it properly supports ref. ([PR #21515](https://github.com/microsoft/fluentui/pull/21515) by Humberto.Morimoto@microsoft.com)
169
+ - update @fluentui/react-icons package ([PR #21498](https://github.com/microsoft/fluentui/pull/21498) by olfedias@microsoft.com)
170
+ - Updating based on changes to composition types. ([PR #20891](https://github.com/microsoft/fluentui/pull/20891) by Humberto.Morimoto@microsoft.com)
171
+ - 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)
172
+ - Bump @fluentui/keyboard-keys to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
173
+ - Bump @fluentui/react-aria to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
174
+ - Bump @fluentui/react-tabster to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
175
+ - Bump @fluentui/react-utilities to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
176
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
177
+
178
+ ## [9.0.0-beta.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-beta.5)
179
+
180
+ Thu, 25 Nov 2021 08:34:12 GMT
181
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-beta.4..@fluentui/react-button_v9.0.0-beta.5)
182
+
183
+ ### Changes
184
+
185
+ - MenuButton: Removing tight coupling with Menu by replicating type locally. ([PR #20635](https://github.com/microsoft/fluentui/pull/20635) by Humberto.Morimoto@microsoft.com)
186
+ - update react-icons dependency ([PR #20563](https://github.com/microsoft/fluentui/pull/20563) by ololubek@microsoft.com)
187
+ - Bump @fluentui/react-aria to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
188
+ - Bump @fluentui/react-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
189
+ - Bump @fluentui/react-tabster to v9.0.0-beta.5 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
190
+ - Bump @fluentui/react-utilities to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
191
+ - Bump @fluentui/babel-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
192
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
193
+ - Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
194
+
195
+ ## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-beta.4)
196
+
197
+ Fri, 12 Nov 2021 13:25:16 GMT
198
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-beta.3..@fluentui/react-button_v9.0.0-beta.4)
199
+
200
+ ### Changes
201
+
202
+ - export static classes for components ([PR #20454](https://github.com/microsoft/fluentui/pull/20454) by olfedias@microsoft.com)
203
+ - Updated beta and RC components to ES2019 ([PR #20405](https://github.com/microsoft/fluentui/pull/20405) by gcox@microsoft.com)
204
+ - react-button: Removing use of enzyme in the converged package. ([PR #20342](https://github.com/microsoft/fluentui/pull/20342) by Humberto.Morimoto@microsoft.com)
205
+ - Fixing incomplete comment. ([PR #20273](https://github.com/microsoft/fluentui/pull/20273) by Humberto.Morimoto@microsoft.com)
206
+ - Bump @fluentui/react-aria to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
207
+ - Bump @fluentui/react-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
208
+ - Bump @fluentui/react-tabster to v9.0.0-beta.4 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
209
+ - Bump @fluentui/react-utilities to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
210
+ - Bump @fluentui/babel-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
211
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
212
+ - Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
213
+ - Bump @fluentui/react-menu to v9.0.0-beta.4 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
214
+
215
+ ## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-beta.3)
216
+
217
+ Wed, 27 Oct 2021 12:14:15 GMT
218
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-beta.2..@fluentui/react-button_v9.0.0-beta.3)
219
+
220
+ ### Changes
221
+
222
+ - Removed duplicate 'Button' from story names ([PR #20266](https://github.com/microsoft/fluentui/pull/20266) by gcox@microsoft.com)
223
+ - added styling of documentation ([PR #20193](https://github.com/microsoft/fluentui/pull/20193) by peter@draxler.ml)
224
+ - Bump @fluentui/react-aria to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
225
+ - Bump @fluentui/react-make-styles to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
226
+ - Bump @fluentui/react-tabster to v9.0.0-beta.3 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
227
+ - Bump @fluentui/react-utilities to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
228
+ - Bump @fluentui/babel-make-styles to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
229
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
230
+ - Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
231
+ - Bump @fluentui/react-menu to v9.0.0-beta.3 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
24
232
 
25
233
  ## [9.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-beta.2)
26
234
 
27
- Tue, 12 Oct 2021 19:45:58 GMT
235
+ Tue, 12 Oct 2021 19:45:58 GMT
28
236
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-beta.1..@fluentui/react-button_v9.0.0-beta.2)
29
237
 
30
238
  ### Changes
@@ -34,7 +242,7 @@ Tue, 12 Oct 2021 19:45:58 GMT
34
242
 
35
243
  ## [9.0.0-beta.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-beta.1)
36
244
 
37
- Wed, 06 Oct 2021 10:37:22 GMT
245
+ Wed, 06 Oct 2021 10:37:22 GMT
38
246
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.101..@fluentui/react-button_v9.0.0-beta.1)
39
247
 
40
248
  ### Changes
@@ -52,7 +260,7 @@ Wed, 06 Oct 2021 10:37:22 GMT
52
260
 
53
261
  ## [9.0.0-alpha.101](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.101)
54
262
 
55
- Tue, 05 Oct 2021 12:47:58 GMT
263
+ Tue, 05 Oct 2021 12:47:58 GMT
56
264
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.100..@fluentui/react-button_v9.0.0-alpha.101)
57
265
 
58
266
  ### Changes
@@ -67,7 +275,7 @@ Tue, 05 Oct 2021 12:47:58 GMT
67
275
 
68
276
  ## [9.0.0-alpha.100](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.100)
69
277
 
70
- Tue, 05 Oct 2021 09:28:07 GMT
278
+ Tue, 05 Oct 2021 09:28:07 GMT
71
279
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.99..@fluentui/react-button_v9.0.0-alpha.100)
72
280
 
73
281
  ### Changes
@@ -84,7 +292,7 @@ Tue, 05 Oct 2021 09:28:07 GMT
84
292
 
85
293
  ## [9.0.0-alpha.99](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.99)
86
294
 
87
- Fri, 01 Oct 2021 14:13:08 GMT
295
+ Fri, 01 Oct 2021 14:13:08 GMT
88
296
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.97..@fluentui/react-button_v9.0.0-alpha.99)
89
297
 
90
298
  ### Changes
@@ -102,7 +310,7 @@ Fri, 01 Oct 2021 14:13:08 GMT
102
310
 
103
311
  ## [9.0.0-alpha.97](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.97)
104
312
 
105
- Fri, 01 Oct 2021 12:30:46 GMT
313
+ Fri, 01 Oct 2021 12:30:46 GMT
106
314
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.96..@fluentui/react-button_v9.0.0-alpha.97)
107
315
 
108
316
  ### Changes
@@ -113,7 +321,7 @@ Fri, 01 Oct 2021 12:30:46 GMT
113
321
 
114
322
  ## [9.0.0-alpha.96](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.96)
115
323
 
116
- Fri, 01 Oct 2021 09:44:56 GMT
324
+ Fri, 01 Oct 2021 09:44:56 GMT
117
325
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.95..@fluentui/react-button_v9.0.0-alpha.96)
118
326
 
119
327
  ### Changes
@@ -124,7 +332,7 @@ Fri, 01 Oct 2021 09:44:56 GMT
124
332
 
125
333
  ## [9.0.0-alpha.95](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.95)
126
334
 
127
- Thu, 30 Sep 2021 09:18:15 GMT
335
+ Thu, 30 Sep 2021 09:18:15 GMT
128
336
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.94..@fluentui/react-button_v9.0.0-alpha.95)
129
337
 
130
338
  ### Changes
@@ -133,7 +341,7 @@ Thu, 30 Sep 2021 09:18:15 GMT
133
341
 
134
342
  ## [9.0.0-alpha.94](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.94)
135
343
 
136
- Wed, 29 Sep 2021 08:06:11 GMT
344
+ Wed, 29 Sep 2021 08:06:11 GMT
137
345
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.93..@fluentui/react-button_v9.0.0-alpha.94)
138
346
 
139
347
  ### Changes
@@ -147,7 +355,7 @@ Wed, 29 Sep 2021 08:06:11 GMT
147
355
 
148
356
  ## [9.0.0-alpha.93](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.93)
149
357
 
150
- Mon, 27 Sep 2021 08:06:00 GMT
358
+ Mon, 27 Sep 2021 08:06:00 GMT
151
359
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.92..@fluentui/react-button_v9.0.0-alpha.93)
152
360
 
153
361
  ### Changes
@@ -162,7 +370,7 @@ Mon, 27 Sep 2021 08:06:00 GMT
162
370
 
163
371
  ## [9.0.0-alpha.92](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.92)
164
372
 
165
- Fri, 24 Sep 2021 09:17:17 GMT
373
+ Fri, 24 Sep 2021 09:17:17 GMT
166
374
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.91..@fluentui/react-button_v9.0.0-alpha.92)
167
375
 
168
376
  ### Changes
@@ -177,7 +385,7 @@ Fri, 24 Sep 2021 09:17:17 GMT
177
385
 
178
386
  ## [9.0.0-alpha.91](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.91)
179
387
 
180
- Thu, 23 Sep 2021 08:21:34 GMT
388
+ Thu, 23 Sep 2021 08:21:34 GMT
181
389
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.90..@fluentui/react-button_v9.0.0-alpha.91)
182
390
 
183
391
  ### Changes
@@ -193,7 +401,7 @@ Thu, 23 Sep 2021 08:21:34 GMT
193
401
 
194
402
  ## [9.0.0-alpha.90](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.90)
195
403
 
196
- Wed, 22 Sep 2021 10:10:07 GMT
404
+ Wed, 22 Sep 2021 10:10:07 GMT
197
405
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.89..@fluentui/react-button_v9.0.0-alpha.90)
198
406
 
199
407
  ### Changes
@@ -210,7 +418,7 @@ Wed, 22 Sep 2021 10:10:07 GMT
210
418
 
211
419
  ## [9.0.0-alpha.89](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.89)
212
420
 
213
- Tue, 21 Sep 2021 07:42:34 GMT
421
+ Tue, 21 Sep 2021 07:42:34 GMT
214
422
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.88..@fluentui/react-button_v9.0.0-alpha.89)
215
423
 
216
424
  ### Changes
@@ -225,7 +433,7 @@ Tue, 21 Sep 2021 07:42:34 GMT
225
433
 
226
434
  ## [9.0.0-alpha.88](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.88)
227
435
 
228
- Mon, 20 Sep 2021 07:36:26 GMT
436
+ Mon, 20 Sep 2021 07:36:26 GMT
229
437
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.87..@fluentui/react-button_v9.0.0-alpha.88)
230
438
 
231
439
  ### Changes
@@ -235,7 +443,7 @@ Mon, 20 Sep 2021 07:36:26 GMT
235
443
 
236
444
  ## [9.0.0-alpha.87](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.87)
237
445
 
238
- Fri, 17 Sep 2021 07:35:26 GMT
446
+ Fri, 17 Sep 2021 07:35:26 GMT
239
447
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.86..@fluentui/react-button_v9.0.0-alpha.87)
240
448
 
241
449
  ### Changes
@@ -246,7 +454,7 @@ Fri, 17 Sep 2021 07:35:26 GMT
246
454
 
247
455
  ## [9.0.0-alpha.86](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.86)
248
456
 
249
- Thu, 16 Sep 2021 07:38:39 GMT
457
+ Thu, 16 Sep 2021 07:38:39 GMT
250
458
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.85..@fluentui/react-button_v9.0.0-alpha.86)
251
459
 
252
460
  ### Changes
@@ -255,7 +463,7 @@ Thu, 16 Sep 2021 07:38:39 GMT
255
463
 
256
464
  ## [9.0.0-alpha.85](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.85)
257
465
 
258
- Tue, 14 Sep 2021 20:09:02 GMT
466
+ Tue, 14 Sep 2021 20:09:02 GMT
259
467
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.84..@fluentui/react-button_v9.0.0-alpha.85)
260
468
 
261
469
  ### Changes
@@ -264,7 +472,7 @@ Tue, 14 Sep 2021 20:09:02 GMT
264
472
 
265
473
  ## [9.0.0-alpha.84](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.84)
266
474
 
267
- Fri, 10 Sep 2021 16:31:53 GMT
475
+ Fri, 10 Sep 2021 16:31:53 GMT
268
476
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.83..@fluentui/react-button_v9.0.0-alpha.84)
269
477
 
270
478
  ### Changes
@@ -274,7 +482,7 @@ Fri, 10 Sep 2021 16:31:53 GMT
274
482
 
275
483
  ## [9.0.0-alpha.83](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.83)
276
484
 
277
- Fri, 10 Sep 2021 07:39:51 GMT
485
+ Fri, 10 Sep 2021 07:39:51 GMT
278
486
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.82..@fluentui/react-button_v9.0.0-alpha.83)
279
487
 
280
488
  ### Changes
@@ -283,7 +491,7 @@ Fri, 10 Sep 2021 07:39:51 GMT
283
491
 
284
492
  ## [9.0.0-alpha.82](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.82)
285
493
 
286
- Wed, 08 Sep 2021 07:34:11 GMT
494
+ Wed, 08 Sep 2021 07:34:11 GMT
287
495
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.81..@fluentui/react-button_v9.0.0-alpha.82)
288
496
 
289
497
  ### Changes
@@ -292,7 +500,7 @@ Wed, 08 Sep 2021 07:34:11 GMT
292
500
 
293
501
  ## [9.0.0-alpha.81](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.81)
294
502
 
295
- Mon, 06 Sep 2021 07:34:53 GMT
503
+ Mon, 06 Sep 2021 07:34:53 GMT
296
504
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.80..@fluentui/react-button_v9.0.0-alpha.81)
297
505
 
298
506
  ### Changes
@@ -301,7 +509,7 @@ Mon, 06 Sep 2021 07:34:53 GMT
301
509
 
302
510
  ## [9.0.0-alpha.80](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.80)
303
511
 
304
- Fri, 03 Sep 2021 00:13:07 GMT
512
+ Fri, 03 Sep 2021 00:13:07 GMT
305
513
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.79..@fluentui/react-button_v9.0.0-alpha.80)
306
514
 
307
515
  ### Changes
@@ -310,7 +518,7 @@ Fri, 03 Sep 2021 00:13:07 GMT
310
518
 
311
519
  ## [9.0.0-alpha.79](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.79)
312
520
 
313
- Thu, 02 Sep 2021 07:36:46 GMT
521
+ Thu, 02 Sep 2021 07:36:46 GMT
314
522
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.78..@fluentui/react-button_v9.0.0-alpha.79)
315
523
 
316
524
  ### Patches
@@ -323,7 +531,7 @@ Thu, 02 Sep 2021 07:36:46 GMT
323
531
 
324
532
  ## [9.0.0-alpha.78](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.78)
325
533
 
326
- Wed, 01 Sep 2021 07:39:56 GMT
534
+ Wed, 01 Sep 2021 07:39:56 GMT
327
535
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.77..@fluentui/react-button_v9.0.0-alpha.78)
328
536
 
329
537
  ### Changes
@@ -332,7 +540,7 @@ Wed, 01 Sep 2021 07:39:56 GMT
332
540
 
333
541
  ## [9.0.0-alpha.77](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.77)
334
542
 
335
- Tue, 31 Aug 2021 07:37:47 GMT
543
+ Tue, 31 Aug 2021 07:37:47 GMT
336
544
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.76..@fluentui/react-button_v9.0.0-alpha.77)
337
545
 
338
546
  ### Changes
@@ -341,7 +549,7 @@ Tue, 31 Aug 2021 07:37:47 GMT
341
549
 
342
550
  ## [9.0.0-alpha.76](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.76)
343
551
 
344
- Mon, 30 Aug 2021 07:35:05 GMT
552
+ Mon, 30 Aug 2021 07:35:05 GMT
345
553
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.75..@fluentui/react-button_v9.0.0-alpha.76)
346
554
 
347
555
  ### Changes
@@ -350,7 +558,7 @@ Mon, 30 Aug 2021 07:35:05 GMT
350
558
 
351
559
  ## [9.0.0-alpha.75](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.75)
352
560
 
353
- Fri, 27 Aug 2021 07:33:32 GMT
561
+ Fri, 27 Aug 2021 07:33:32 GMT
354
562
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.74..@fluentui/react-button_v9.0.0-alpha.75)
355
563
 
356
564
  ### Changes
@@ -359,7 +567,7 @@ Fri, 27 Aug 2021 07:33:32 GMT
359
567
 
360
568
  ## [9.0.0-alpha.74](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.74)
361
569
 
362
- Thu, 26 Aug 2021 07:35:43 GMT
570
+ Thu, 26 Aug 2021 07:35:43 GMT
363
571
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.73..@fluentui/react-button_v9.0.0-alpha.74)
364
572
 
365
573
  ### Changes
@@ -368,7 +576,7 @@ Thu, 26 Aug 2021 07:35:43 GMT
368
576
 
369
577
  ## [9.0.0-alpha.73](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.73)
370
578
 
371
- Fri, 20 Aug 2021 07:37:28 GMT
579
+ Fri, 20 Aug 2021 07:37:28 GMT
372
580
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.72..@fluentui/react-button_v9.0.0-alpha.73)
373
581
 
374
582
  ### Changes
@@ -377,7 +585,7 @@ Fri, 20 Aug 2021 07:37:28 GMT
377
585
 
378
586
  ## [9.0.0-alpha.72](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.72)
379
587
 
380
- Thu, 19 Aug 2021 07:41:35 GMT
588
+ Thu, 19 Aug 2021 07:41:35 GMT
381
589
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.71..@fluentui/react-button_v9.0.0-alpha.72)
382
590
 
383
591
  ### Changes
@@ -386,7 +594,7 @@ Thu, 19 Aug 2021 07:41:35 GMT
386
594
 
387
595
  ## [9.0.0-alpha.71](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.71)
388
596
 
389
- Wed, 18 Aug 2021 07:33:54 GMT
597
+ Wed, 18 Aug 2021 07:33:54 GMT
390
598
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.70..@fluentui/react-button_v9.0.0-alpha.71)
391
599
 
392
600
  ### Changes
@@ -395,7 +603,7 @@ Wed, 18 Aug 2021 07:33:54 GMT
395
603
 
396
604
  ## [9.0.0-alpha.70](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.70)
397
605
 
398
- Fri, 13 Aug 2021 07:36:34 GMT
606
+ Fri, 13 Aug 2021 07:36:34 GMT
399
607
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.69..@fluentui/react-button_v9.0.0-alpha.70)
400
608
 
401
609
  ### Changes
@@ -404,7 +612,7 @@ Fri, 13 Aug 2021 07:36:34 GMT
404
612
 
405
613
  ## [9.0.0-alpha.69](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.69)
406
614
 
407
- Wed, 11 Aug 2021 07:34:54 GMT
615
+ Wed, 11 Aug 2021 07:34:54 GMT
408
616
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.68..@fluentui/react-button_v9.0.0-alpha.69)
409
617
 
410
618
  ### Changes
@@ -413,7 +621,7 @@ Wed, 11 Aug 2021 07:34:54 GMT
413
621
 
414
622
  ## [9.0.0-alpha.68](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.68)
415
623
 
416
- Fri, 06 Aug 2021 07:35:14 GMT
624
+ Fri, 06 Aug 2021 07:35:14 GMT
417
625
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.67..@fluentui/react-button_v9.0.0-alpha.68)
418
626
 
419
627
  ### Changes
@@ -422,7 +630,7 @@ Fri, 06 Aug 2021 07:35:14 GMT
422
630
 
423
631
  ## [9.0.0-alpha.67](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.67)
424
632
 
425
- Tue, 03 Aug 2021 07:39:30 GMT
633
+ Tue, 03 Aug 2021 07:39:30 GMT
426
634
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.66..@fluentui/react-button_v9.0.0-alpha.67)
427
635
 
428
636
  ### Patches
@@ -435,7 +643,7 @@ Tue, 03 Aug 2021 07:39:30 GMT
435
643
 
436
644
  ## [9.0.0-alpha.66](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.66)
437
645
 
438
- Mon, 02 Aug 2021 07:36:20 GMT
646
+ Mon, 02 Aug 2021 07:36:20 GMT
439
647
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.65..@fluentui/react-button_v9.0.0-alpha.66)
440
648
 
441
649
  ### Changes
@@ -444,7 +652,7 @@ Mon, 02 Aug 2021 07:36:20 GMT
444
652
 
445
653
  ## [9.0.0-alpha.65](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.65)
446
654
 
447
- Mon, 26 Jul 2021 07:37:30 GMT
655
+ Mon, 26 Jul 2021 07:37:30 GMT
448
656
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.64..@fluentui/react-button_v9.0.0-alpha.65)
449
657
 
450
658
  ### Changes
@@ -453,7 +661,7 @@ Mon, 26 Jul 2021 07:37:30 GMT
453
661
 
454
662
  ## [9.0.0-alpha.64](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.64)
455
663
 
456
- Fri, 23 Jul 2021 07:38:19 GMT
664
+ Fri, 23 Jul 2021 07:38:19 GMT
457
665
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.63..@fluentui/react-button_v9.0.0-alpha.64)
458
666
 
459
667
  ### Changes
@@ -464,7 +672,7 @@ Fri, 23 Jul 2021 07:38:19 GMT
464
672
 
465
673
  ## [9.0.0-alpha.63](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.63)
466
674
 
467
- Thu, 22 Jul 2021 07:36:55 GMT
675
+ Thu, 22 Jul 2021 07:36:55 GMT
468
676
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.62..@fluentui/react-button_v9.0.0-alpha.63)
469
677
 
470
678
  ### Changes
@@ -473,7 +681,7 @@ Thu, 22 Jul 2021 07:36:55 GMT
473
681
 
474
682
  ## [9.0.0-alpha.62](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.62)
475
683
 
476
- Tue, 20 Jul 2021 22:23:17 GMT
684
+ Tue, 20 Jul 2021 22:23:17 GMT
477
685
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.61..@fluentui/react-button_v9.0.0-alpha.62)
478
686
 
479
687
  ### Changes
@@ -482,7 +690,7 @@ Tue, 20 Jul 2021 22:23:17 GMT
482
690
 
483
691
  ## [9.0.0-alpha.61](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.61)
484
692
 
485
- Fri, 16 Jul 2021 22:53:17 GMT
693
+ Fri, 16 Jul 2021 22:53:17 GMT
486
694
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.60..@fluentui/react-button_v9.0.0-alpha.61)
487
695
 
488
696
  ### Changes
@@ -491,7 +699,7 @@ Fri, 16 Jul 2021 22:53:17 GMT
491
699
 
492
700
  ## [9.0.0-alpha.60](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.60)
493
701
 
494
- Thu, 15 Jul 2021 07:36:18 GMT
702
+ Thu, 15 Jul 2021 07:36:18 GMT
495
703
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.59..@fluentui/react-button_v9.0.0-alpha.60)
496
704
 
497
705
  ### Changes
@@ -500,7 +708,7 @@ Thu, 15 Jul 2021 07:36:18 GMT
500
708
 
501
709
  ## [9.0.0-alpha.59](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.59)
502
710
 
503
- Tue, 13 Jul 2021 22:32:58 GMT
711
+ Tue, 13 Jul 2021 22:32:58 GMT
504
712
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.58..@fluentui/react-button_v9.0.0-alpha.59)
505
713
 
506
714
  ### Patches
@@ -509,7 +717,7 @@ Tue, 13 Jul 2021 22:32:58 GMT
509
717
 
510
718
  ## [9.0.0-alpha.58](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.58)
511
719
 
512
- Tue, 13 Jul 2021 07:35:36 GMT
720
+ Tue, 13 Jul 2021 07:35:36 GMT
513
721
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.57..@fluentui/react-button_v9.0.0-alpha.58)
514
722
 
515
723
  ### Changes
@@ -518,7 +726,7 @@ Tue, 13 Jul 2021 07:35:36 GMT
518
726
 
519
727
  ## [9.0.0-alpha.57](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.57)
520
728
 
521
- Mon, 12 Jul 2021 07:33:23 GMT
729
+ Mon, 12 Jul 2021 07:33:23 GMT
522
730
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.56..@fluentui/react-button_v9.0.0-alpha.57)
523
731
 
524
732
  ### Changes
@@ -527,7 +735,7 @@ Mon, 12 Jul 2021 07:33:23 GMT
527
735
 
528
736
  ## [9.0.0-alpha.56](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.56)
529
737
 
530
- Fri, 09 Jul 2021 07:39:31 GMT
738
+ Fri, 09 Jul 2021 07:39:31 GMT
531
739
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.55..@fluentui/react-button_v9.0.0-alpha.56)
532
740
 
533
741
  ### Patches
@@ -540,7 +748,7 @@ Fri, 09 Jul 2021 07:39:31 GMT
540
748
 
541
749
  ## [9.0.0-alpha.55](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.55)
542
750
 
543
- Fri, 02 Jul 2021 23:15:55 GMT
751
+ Fri, 02 Jul 2021 23:15:55 GMT
544
752
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.54..@fluentui/react-button_v9.0.0-alpha.55)
545
753
 
546
754
  ### Changes
@@ -549,7 +757,7 @@ Fri, 02 Jul 2021 23:15:55 GMT
549
757
 
550
758
  ## [9.0.0-alpha.54](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.54)
551
759
 
552
- Fri, 02 Jul 2021 07:37:06 GMT
760
+ Fri, 02 Jul 2021 07:37:06 GMT
553
761
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.53..@fluentui/react-button_v9.0.0-alpha.54)
554
762
 
555
763
  ### Changes
@@ -558,7 +766,7 @@ Fri, 02 Jul 2021 07:37:06 GMT
558
766
 
559
767
  ## [9.0.0-alpha.53](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.53)
560
768
 
561
- Thu, 01 Jul 2021 07:35:05 GMT
769
+ Thu, 01 Jul 2021 07:35:05 GMT
562
770
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.52..@fluentui/react-button_v9.0.0-alpha.53)
563
771
 
564
772
  ### Changes
@@ -567,7 +775,7 @@ Thu, 01 Jul 2021 07:35:05 GMT
567
775
 
568
776
  ## [9.0.0-alpha.52](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.52)
569
777
 
570
- Wed, 30 Jun 2021 07:38:35 GMT
778
+ Wed, 30 Jun 2021 07:38:35 GMT
571
779
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.51..@fluentui/react-button_v9.0.0-alpha.52)
572
780
 
573
781
  ### Changes
@@ -576,7 +784,7 @@ Wed, 30 Jun 2021 07:38:35 GMT
576
784
 
577
785
  ## [9.0.0-alpha.51](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.51)
578
786
 
579
- Tue, 29 Jun 2021 07:33:32 GMT
787
+ Tue, 29 Jun 2021 07:33:32 GMT
580
788
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.50..@fluentui/react-button_v9.0.0-alpha.51)
581
789
 
582
790
  ### Changes
@@ -585,7 +793,7 @@ Tue, 29 Jun 2021 07:33:32 GMT
585
793
 
586
794
  ## [9.0.0-alpha.50](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.50)
587
795
 
588
- Wed, 23 Jun 2021 07:31:49 GMT
796
+ Wed, 23 Jun 2021 07:31:49 GMT
589
797
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.49..@fluentui/react-button_v9.0.0-alpha.50)
590
798
 
591
799
  ### Changes
@@ -594,7 +802,7 @@ Wed, 23 Jun 2021 07:31:49 GMT
594
802
 
595
803
  ## [9.0.0-alpha.49](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.49)
596
804
 
597
- Tue, 22 Jun 2021 07:35:11 GMT
805
+ Tue, 22 Jun 2021 07:35:11 GMT
598
806
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.48..@fluentui/react-button_v9.0.0-alpha.49)
599
807
 
600
808
  ### Changes
@@ -603,7 +811,7 @@ Tue, 22 Jun 2021 07:35:11 GMT
603
811
 
604
812
  ## [9.0.0-alpha.48](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.48)
605
813
 
606
- Tue, 15 Jun 2021 07:40:20 GMT
814
+ Tue, 15 Jun 2021 07:40:20 GMT
607
815
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.47..@fluentui/react-button_v9.0.0-alpha.48)
608
816
 
609
817
  ### Changes
@@ -612,7 +820,7 @@ Tue, 15 Jun 2021 07:40:20 GMT
612
820
 
613
821
  ## [9.0.0-alpha.47](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.47)
614
822
 
615
- Fri, 11 Jun 2021 07:34:26 GMT
823
+ Fri, 11 Jun 2021 07:34:26 GMT
616
824
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.46..@fluentui/react-button_v9.0.0-alpha.47)
617
825
 
618
826
  ### Changes
@@ -623,7 +831,7 @@ Fri, 11 Jun 2021 07:34:26 GMT
623
831
 
624
832
  ## [9.0.0-alpha.46](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.46)
625
833
 
626
- Thu, 10 Jun 2021 07:32:59 GMT
834
+ Thu, 10 Jun 2021 07:32:59 GMT
627
835
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.45..@fluentui/react-button_v9.0.0-alpha.46)
628
836
 
629
837
  ### Changes
@@ -632,7 +840,7 @@ Thu, 10 Jun 2021 07:32:59 GMT
632
840
 
633
841
  ## [9.0.0-alpha.45](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.45)
634
842
 
635
- Wed, 09 Jun 2021 07:33:38 GMT
843
+ Wed, 09 Jun 2021 07:33:38 GMT
636
844
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.44..@fluentui/react-button_v9.0.0-alpha.45)
637
845
 
638
846
  ### Changes
@@ -641,7 +849,7 @@ Wed, 09 Jun 2021 07:33:38 GMT
641
849
 
642
850
  ## [9.0.0-alpha.44](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.44)
643
851
 
644
- Mon, 07 Jun 2021 07:38:15 GMT
852
+ Mon, 07 Jun 2021 07:38:15 GMT
645
853
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.43..@fluentui/react-button_v9.0.0-alpha.44)
646
854
 
647
855
  ### Patches
@@ -654,7 +862,7 @@ Mon, 07 Jun 2021 07:38:15 GMT
654
862
 
655
863
  ## [9.0.0-alpha.43](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.43)
656
864
 
657
- Fri, 04 Jun 2021 07:37:23 GMT
865
+ Fri, 04 Jun 2021 07:37:23 GMT
658
866
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.42..@fluentui/react-button_v9.0.0-alpha.43)
659
867
 
660
868
  ### Changes
@@ -663,7 +871,7 @@ Fri, 04 Jun 2021 07:37:23 GMT
663
871
 
664
872
  ## [9.0.0-alpha.42](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.42)
665
873
 
666
- Thu, 03 Jun 2021 07:36:03 GMT
874
+ Thu, 03 Jun 2021 07:36:03 GMT
667
875
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.41..@fluentui/react-button_v9.0.0-alpha.42)
668
876
 
669
877
  ### Changes
@@ -672,7 +880,7 @@ Thu, 03 Jun 2021 07:36:03 GMT
672
880
 
673
881
  ## [9.0.0-alpha.41](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.41)
674
882
 
675
- Wed, 02 Jun 2021 07:37:15 GMT
883
+ Wed, 02 Jun 2021 07:37:15 GMT
676
884
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.40..@fluentui/react-button_v9.0.0-alpha.41)
677
885
 
678
886
  ### Changes
@@ -681,7 +889,7 @@ Wed, 02 Jun 2021 07:37:15 GMT
681
889
 
682
890
  ## [9.0.0-alpha.40](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.40)
683
891
 
684
- Wed, 26 May 2021 07:35:43 GMT
892
+ Wed, 26 May 2021 07:35:43 GMT
685
893
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.39..@fluentui/react-button_v9.0.0-alpha.40)
686
894
 
687
895
  ### Changes
@@ -690,7 +898,7 @@ Wed, 26 May 2021 07:35:43 GMT
690
898
 
691
899
  ## [9.0.0-alpha.39](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.39)
692
900
 
693
- Fri, 21 May 2021 07:34:54 GMT
901
+ Fri, 21 May 2021 07:34:54 GMT
694
902
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.38..@fluentui/react-button_v9.0.0-alpha.39)
695
903
 
696
904
  ### Changes
@@ -699,7 +907,7 @@ Fri, 21 May 2021 07:34:54 GMT
699
907
 
700
908
  ## [9.0.0-alpha.38](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.38)
701
909
 
702
- Thu, 20 May 2021 07:41:54 GMT
910
+ Thu, 20 May 2021 07:41:54 GMT
703
911
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.37..@fluentui/react-button_v9.0.0-alpha.38)
704
912
 
705
913
  ### Patches
@@ -712,7 +920,7 @@ Thu, 20 May 2021 07:41:54 GMT
712
920
 
713
921
  ## [9.0.0-alpha.37](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.37)
714
922
 
715
- Wed, 19 May 2021 07:34:20 GMT
923
+ Wed, 19 May 2021 07:34:20 GMT
716
924
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.36..@fluentui/react-button_v9.0.0-alpha.37)
717
925
 
718
926
  ### Patches
@@ -725,7 +933,7 @@ Wed, 19 May 2021 07:34:20 GMT
725
933
 
726
934
  ## [9.0.0-alpha.36](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.36)
727
935
 
728
- Tue, 18 May 2021 07:34:38 GMT
936
+ Tue, 18 May 2021 07:34:38 GMT
729
937
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.35..@fluentui/react-button_v9.0.0-alpha.36)
730
938
 
731
939
  ### Changes
@@ -734,7 +942,7 @@ Tue, 18 May 2021 07:34:38 GMT
734
942
 
735
943
  ## [9.0.0-alpha.35](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.35)
736
944
 
737
- Thu, 13 May 2021 07:36:55 GMT
945
+ Thu, 13 May 2021 07:36:55 GMT
738
946
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.34..@fluentui/react-button_v9.0.0-alpha.35)
739
947
 
740
948
  ### Changes
@@ -743,7 +951,7 @@ Thu, 13 May 2021 07:36:55 GMT
743
951
 
744
952
  ## [9.0.0-alpha.34](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.34)
745
953
 
746
- Wed, 12 May 2021 07:36:20 GMT
954
+ Wed, 12 May 2021 07:36:20 GMT
747
955
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.33..@fluentui/react-button_v9.0.0-alpha.34)
748
956
 
749
957
  ### Changes
@@ -752,7 +960,7 @@ Wed, 12 May 2021 07:36:20 GMT
752
960
 
753
961
  ## [9.0.0-alpha.33](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.33)
754
962
 
755
- Mon, 10 May 2021 07:36:07 GMT
963
+ Mon, 10 May 2021 07:36:07 GMT
756
964
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.32..@fluentui/react-button_v9.0.0-alpha.33)
757
965
 
758
966
  ### Changes
@@ -761,7 +969,7 @@ Mon, 10 May 2021 07:36:07 GMT
761
969
 
762
970
  ## [9.0.0-alpha.32](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.32)
763
971
 
764
- Wed, 05 May 2021 07:36:50 GMT
972
+ Wed, 05 May 2021 07:36:50 GMT
765
973
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.31..@fluentui/react-button_v9.0.0-alpha.32)
766
974
 
767
975
  ### Changes
@@ -770,7 +978,7 @@ Wed, 05 May 2021 07:36:50 GMT
770
978
 
771
979
  ## [9.0.0-alpha.31](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.31)
772
980
 
773
- Mon, 03 May 2021 07:45:19 GMT
981
+ Mon, 03 May 2021 07:45:19 GMT
774
982
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.30..@fluentui/react-button_v9.0.0-alpha.31)
775
983
 
776
984
  ### Changes
@@ -779,7 +987,7 @@ Mon, 03 May 2021 07:45:19 GMT
779
987
 
780
988
  ## [9.0.0-alpha.30](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.30)
781
989
 
782
- Fri, 30 Apr 2021 07:42:23 GMT
990
+ Fri, 30 Apr 2021 07:42:23 GMT
783
991
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.29..@fluentui/react-button_v9.0.0-alpha.30)
784
992
 
785
993
  ### Patches
@@ -796,7 +1004,7 @@ Fri, 30 Apr 2021 07:42:23 GMT
796
1004
 
797
1005
  ## [9.0.0-alpha.29](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.29)
798
1006
 
799
- Tue, 27 Apr 2021 07:34:03 GMT
1007
+ Tue, 27 Apr 2021 07:34:03 GMT
800
1008
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.28..@fluentui/react-button_v9.0.0-alpha.29)
801
1009
 
802
1010
  ### Changes
@@ -805,7 +1013,7 @@ Tue, 27 Apr 2021 07:34:03 GMT
805
1013
 
806
1014
  ## [9.0.0-alpha.28](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.28)
807
1015
 
808
- Mon, 26 Apr 2021 07:34:31 GMT
1016
+ Mon, 26 Apr 2021 07:34:31 GMT
809
1017
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.27..@fluentui/react-button_v9.0.0-alpha.28)
810
1018
 
811
1019
  ### Changes
@@ -814,7 +1022,7 @@ Mon, 26 Apr 2021 07:34:31 GMT
814
1022
 
815
1023
  ## [9.0.0-alpha.27](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.27)
816
1024
 
817
- Fri, 23 Apr 2021 07:37:10 GMT
1025
+ Fri, 23 Apr 2021 07:37:10 GMT
818
1026
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.26..@fluentui/react-button_v9.0.0-alpha.27)
819
1027
 
820
1028
  ### Patches
@@ -827,7 +1035,7 @@ Fri, 23 Apr 2021 07:37:10 GMT
827
1035
 
828
1036
  ## [9.0.0-alpha.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.26)
829
1037
 
830
- Thu, 22 Apr 2021 07:33:28 GMT
1038
+ Thu, 22 Apr 2021 07:33:28 GMT
831
1039
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.25..@fluentui/react-button_v9.0.0-alpha.26)
832
1040
 
833
1041
  ### Changes
@@ -836,7 +1044,7 @@ Thu, 22 Apr 2021 07:33:28 GMT
836
1044
 
837
1045
  ## [9.0.0-alpha.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.25)
838
1046
 
839
- Wed, 21 Apr 2021 07:31:50 GMT
1047
+ Wed, 21 Apr 2021 07:31:50 GMT
840
1048
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.24..@fluentui/react-button_v9.0.0-alpha.25)
841
1049
 
842
1050
  ### Changes
@@ -845,7 +1053,7 @@ Wed, 21 Apr 2021 07:31:50 GMT
845
1053
 
846
1054
  ## [9.0.0-alpha.24](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.24)
847
1055
 
848
- Tue, 20 Apr 2021 07:31:35 GMT
1056
+ Tue, 20 Apr 2021 07:31:35 GMT
849
1057
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.23..@fluentui/react-button_v9.0.0-alpha.24)
850
1058
 
851
1059
  ### Changes
@@ -854,7 +1062,7 @@ Tue, 20 Apr 2021 07:31:35 GMT
854
1062
 
855
1063
  ## [9.0.0-alpha.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.23)
856
1064
 
857
- Fri, 16 Apr 2021 18:08:21 GMT
1065
+ Fri, 16 Apr 2021 18:08:21 GMT
858
1066
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.22..@fluentui/react-button_v9.0.0-alpha.23)
859
1067
 
860
1068
  ### Changes
@@ -863,7 +1071,7 @@ Fri, 16 Apr 2021 18:08:21 GMT
863
1071
 
864
1072
  ## [9.0.0-alpha.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.22)
865
1073
 
866
- Wed, 14 Apr 2021 07:34:12 GMT
1074
+ Wed, 14 Apr 2021 07:34:12 GMT
867
1075
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.21..@fluentui/react-button_v9.0.0-alpha.22)
868
1076
 
869
1077
  ### Changes
@@ -872,7 +1080,7 @@ Wed, 14 Apr 2021 07:34:12 GMT
872
1080
 
873
1081
  ## [9.0.0-alpha.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.21)
874
1082
 
875
- Fri, 09 Apr 2021 07:31:06 GMT
1083
+ Fri, 09 Apr 2021 07:31:06 GMT
876
1084
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.20..@fluentui/react-button_v9.0.0-alpha.21)
877
1085
 
878
1086
  ### Changes
@@ -881,7 +1089,7 @@ Fri, 09 Apr 2021 07:31:06 GMT
881
1089
 
882
1090
  ## [9.0.0-alpha.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.20)
883
1091
 
884
- Thu, 08 Apr 2021 07:33:06 GMT
1092
+ Thu, 08 Apr 2021 07:33:06 GMT
885
1093
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.19..@fluentui/react-button_v9.0.0-alpha.20)
886
1094
 
887
1095
  ### Changes
@@ -890,7 +1098,7 @@ Thu, 08 Apr 2021 07:33:06 GMT
890
1098
 
891
1099
  ## [9.0.0-alpha.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.19)
892
1100
 
893
- Thu, 01 Apr 2021 20:13:37 GMT
1101
+ Thu, 01 Apr 2021 20:13:37 GMT
894
1102
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.18..@fluentui/react-button_v9.0.0-alpha.19)
895
1103
 
896
1104
  ### Changes
@@ -899,7 +1107,7 @@ Thu, 01 Apr 2021 20:13:37 GMT
899
1107
 
900
1108
  ## [9.0.0-alpha.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.18)
901
1109
 
902
- Wed, 31 Mar 2021 00:53:43 GMT
1110
+ Wed, 31 Mar 2021 00:53:43 GMT
903
1111
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.17..@fluentui/react-button_v9.0.0-alpha.18)
904
1112
 
905
1113
  ### Patches
@@ -916,7 +1124,7 @@ Wed, 31 Mar 2021 00:53:43 GMT
916
1124
 
917
1125
  ## [9.0.0-alpha.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.17)
918
1126
 
919
- Tue, 30 Mar 2021 07:34:45 GMT
1127
+ Tue, 30 Mar 2021 07:34:45 GMT
920
1128
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.16..@fluentui/react-button_v9.0.0-alpha.17)
921
1129
 
922
1130
  ### Patches
@@ -929,7 +1137,7 @@ Tue, 30 Mar 2021 07:34:45 GMT
929
1137
 
930
1138
  ## [9.0.0-alpha.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.16)
931
1139
 
932
- Fri, 26 Mar 2021 07:32:34 GMT
1140
+ Fri, 26 Mar 2021 07:32:34 GMT
933
1141
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.15..@fluentui/react-button_v9.0.0-alpha.16)
934
1142
 
935
1143
  ### Changes
@@ -939,7 +1147,7 @@ Fri, 26 Mar 2021 07:32:34 GMT
939
1147
 
940
1148
  ## [9.0.0-alpha.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.15)
941
1149
 
942
- Thu, 25 Mar 2021 07:33:24 GMT
1150
+ Thu, 25 Mar 2021 07:33:24 GMT
943
1151
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.14..@fluentui/react-button_v9.0.0-alpha.15)
944
1152
 
945
1153
  ### Changes
@@ -949,7 +1157,7 @@ Thu, 25 Mar 2021 07:33:24 GMT
949
1157
 
950
1158
  ## [9.0.0-alpha.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.14)
951
1159
 
952
- Tue, 23 Mar 2021 07:31:43 GMT
1160
+ Tue, 23 Mar 2021 07:31:43 GMT
953
1161
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.13..@fluentui/react-button_v9.0.0-alpha.14)
954
1162
 
955
1163
  ### Changes
@@ -958,7 +1166,7 @@ Tue, 23 Mar 2021 07:31:43 GMT
958
1166
 
959
1167
  ## [9.0.0-alpha.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.13)
960
1168
 
961
- Thu, 18 Mar 2021 20:15:34 GMT
1169
+ Thu, 18 Mar 2021 20:15:34 GMT
962
1170
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.12..@fluentui/react-button_v9.0.0-alpha.13)
963
1171
 
964
1172
  ### Changes
@@ -967,7 +1175,7 @@ Thu, 18 Mar 2021 20:15:34 GMT
967
1175
 
968
1176
  ## [9.0.0-alpha.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.12)
969
1177
 
970
- Wed, 17 Mar 2021 07:35:44 GMT
1178
+ Wed, 17 Mar 2021 07:35:44 GMT
971
1179
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.11..@fluentui/react-button_v9.0.0-alpha.12)
972
1180
 
973
1181
  ### Changes
@@ -976,7 +1184,7 @@ Wed, 17 Mar 2021 07:35:44 GMT
976
1184
 
977
1185
  ## [9.0.0-alpha.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.11)
978
1186
 
979
- Tue, 16 Mar 2021 07:32:44 GMT
1187
+ Tue, 16 Mar 2021 07:32:44 GMT
980
1188
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.10..@fluentui/react-button_v9.0.0-alpha.11)
981
1189
 
982
1190
  ### Patches
@@ -985,7 +1193,7 @@ Tue, 16 Mar 2021 07:32:44 GMT
985
1193
 
986
1194
  ## [9.0.0-alpha.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.10)
987
1195
 
988
- Mon, 15 Mar 2021 07:36:20 GMT
1196
+ Mon, 15 Mar 2021 07:36:20 GMT
989
1197
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.9..@fluentui/react-button_v9.0.0-alpha.10)
990
1198
 
991
1199
  ### Changes
@@ -994,7 +1202,7 @@ Mon, 15 Mar 2021 07:36:20 GMT
994
1202
 
995
1203
  ## [9.0.0-alpha.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.9)
996
1204
 
997
- Fri, 12 Mar 2021 20:04:27 GMT
1205
+ Fri, 12 Mar 2021 20:04:27 GMT
998
1206
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.8..@fluentui/react-button_v9.0.0-alpha.9)
999
1207
 
1000
1208
  ### Patches
@@ -1007,7 +1215,7 @@ Fri, 12 Mar 2021 20:04:27 GMT
1007
1215
 
1008
1216
  ## [9.0.0-alpha.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.8)
1009
1217
 
1010
- Wed, 10 Mar 2021 07:34:39 GMT
1218
+ Wed, 10 Mar 2021 07:34:39 GMT
1011
1219
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.7..@fluentui/react-button_v9.0.0-alpha.8)
1012
1220
 
1013
1221
  ### Changes
@@ -1016,7 +1224,7 @@ Wed, 10 Mar 2021 07:34:39 GMT
1016
1224
 
1017
1225
  ## [9.0.0-alpha.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.7)
1018
1226
 
1019
- Fri, 05 Mar 2021 20:30:59 GMT
1227
+ Fri, 05 Mar 2021 20:30:59 GMT
1020
1228
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.6..@fluentui/react-button_v9.0.0-alpha.7)
1021
1229
 
1022
1230
  ### Changes
@@ -1025,7 +1233,7 @@ Fri, 05 Mar 2021 20:30:59 GMT
1025
1233
 
1026
1234
  ## [9.0.0-alpha.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.6)
1027
1235
 
1028
- Wed, 03 Mar 2021 00:10:09 GMT
1236
+ Wed, 03 Mar 2021 00:10:09 GMT
1029
1237
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.5..@fluentui/react-button_v9.0.0-alpha.6)
1030
1238
 
1031
1239
  ### Patches
@@ -1038,7 +1246,7 @@ Wed, 03 Mar 2021 00:10:09 GMT
1038
1246
 
1039
1247
  ## [9.0.0-alpha.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.5)
1040
1248
 
1041
- Tue, 02 Mar 2021 07:24:27 GMT
1249
+ Tue, 02 Mar 2021 07:24:27 GMT
1042
1250
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.4..@fluentui/react-button_v9.0.0-alpha.5)
1043
1251
 
1044
1252
  ### Changes
@@ -1047,7 +1255,7 @@ Tue, 02 Mar 2021 07:24:27 GMT
1047
1255
 
1048
1256
  ## [9.0.0-alpha.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.4)
1049
1257
 
1050
- Fri, 26 Feb 2021 01:16:27 GMT
1258
+ Fri, 26 Feb 2021 01:16:27 GMT
1051
1259
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.3..@fluentui/react-button_v9.0.0-alpha.4)
1052
1260
 
1053
1261
  ### Patches
@@ -1067,7 +1275,7 @@ Fri, 26 Feb 2021 01:16:27 GMT
1067
1275
 
1068
1276
  ## [9.0.0-alpha.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.3)
1069
1277
 
1070
- Thu, 25 Feb 2021 20:16:39 GMT
1278
+ Thu, 25 Feb 2021 20:16:39 GMT
1071
1279
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.2..@fluentui/react-button_v9.0.0-alpha.3)
1072
1280
 
1073
1281
  ### Changes
@@ -1076,7 +1284,7 @@ Thu, 25 Feb 2021 20:16:39 GMT
1076
1284
 
1077
1285
  ## [9.0.0-alpha.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.2)
1078
1286
 
1079
- Thu, 25 Feb 2021 01:15:27 GMT
1287
+ Thu, 25 Feb 2021 01:15:27 GMT
1080
1288
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.1..@fluentui/react-button_v9.0.0-alpha.2)
1081
1289
 
1082
1290
  ### Patches
@@ -1085,7 +1293,7 @@ Thu, 25 Feb 2021 01:15:27 GMT
1085
1293
 
1086
1294
  ## [9.0.0-alpha.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.1)
1087
1295
 
1088
- Wed, 24 Feb 2021 00:05:29 GMT
1296
+ Wed, 24 Feb 2021 00:05:29 GMT
1089
1297
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v1.0.0-beta.35..@fluentui/react-button_v9.0.0-alpha.1)
1090
1298
 
1091
1299
  ### Changes
@@ -1094,7 +1302,7 @@ Wed, 24 Feb 2021 00:05:29 GMT
1094
1302
 
1095
1303
  ## [1.0.0-beta.35](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v1.0.0-beta.35)
1096
1304
 
1097
- Mon, 22 Feb 2021 12:26:22 GMT
1305
+ Mon, 22 Feb 2021 12:26:22 GMT
1098
1306
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v1.0.0-beta.34..@fluentui/react-button_v1.0.0-beta.35)
1099
1307
 
1100
1308
  ### Changes
@@ -1103,7 +1311,7 @@ Mon, 22 Feb 2021 12:26:22 GMT
1103
1311
 
1104
1312
  ## [1.0.0-beta.34](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v1.0.0-beta.34)
1105
1313
 
1106
- Thu, 18 Feb 2021 19:38:50 GMT
1314
+ Thu, 18 Feb 2021 19:38:50 GMT
1107
1315
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v1.0.0-beta.33..@fluentui/react-button_v1.0.0-beta.34)
1108
1316
 
1109
1317
  ### Patches
@@ -1117,7 +1325,7 @@ Thu, 18 Feb 2021 19:38:50 GMT
1117
1325
 
1118
1326
  ## [1.0.0-beta.33](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v1.0.0-beta.33)
1119
1327
 
1120
- Thu, 18 Feb 2021 12:27:34 GMT
1328
+ Thu, 18 Feb 2021 12:27:34 GMT
1121
1329
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v1.0.0-beta.32..@fluentui/react-button_v1.0.0-beta.33)
1122
1330
 
1123
1331
  ### Changes
@@ -1128,7 +1336,7 @@ Thu, 18 Feb 2021 12:27:34 GMT
1128
1336
 
1129
1337
  ## [1.0.0-beta.32](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v1.0.0-beta.32)
1130
1338
 
1131
- Mon, 15 Feb 2021 12:22:00 GMT
1339
+ Mon, 15 Feb 2021 12:22:00 GMT
1132
1340
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v1.0.0-beta.31..@fluentui/react-button_v1.0.0-beta.32)
1133
1341
 
1134
1342
  ### Changes
@@ -1137,7 +1345,7 @@ Mon, 15 Feb 2021 12:22:00 GMT
1137
1345
 
1138
1346
  ## [1.0.0-beta.31](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v1.0.0-beta.31)
1139
1347
 
1140
- Fri, 12 Feb 2021 12:26:20 GMT
1348
+ Fri, 12 Feb 2021 12:26:20 GMT
1141
1349
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v1.0.0-beta.30..@fluentui/react-button_v1.0.0-beta.31)
1142
1350
 
1143
1351
  ### Patches
@@ -1151,7 +1359,7 @@ Fri, 12 Feb 2021 12:26:20 GMT
1151
1359
 
1152
1360
  ## [1.0.0-beta.30](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v1.0.0-beta.30)
1153
1361
 
1154
- Thu, 11 Feb 2021 00:58:10 GMT
1362
+ Thu, 11 Feb 2021 00:58:10 GMT
1155
1363
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v1.0.0-beta.29..@fluentui/react-button_v1.0.0-beta.30)
1156
1364
 
1157
1365
  ### Changes
@@ -1160,7 +1368,7 @@ Thu, 11 Feb 2021 00:58:10 GMT
1160
1368
 
1161
1369
  ## [1.0.0-beta.29](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v1.0.0-beta.29)
1162
1370
 
1163
- Tue, 09 Feb 2021 00:56:52 GMT
1371
+ Tue, 09 Feb 2021 00:56:52 GMT
1164
1372
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v1.0.0-beta.28..@fluentui/react-button_v1.0.0-beta.29)
1165
1373
 
1166
1374
  ### Patches
@@ -1173,7 +1381,7 @@ Tue, 09 Feb 2021 00:56:52 GMT
1173
1381
 
1174
1382
  ## [1.0.0-beta.28](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v1.0.0-beta.28)
1175
1383
 
1176
- Mon, 08 Feb 2021 12:23:08 GMT
1384
+ Mon, 08 Feb 2021 12:23:08 GMT
1177
1385
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v1.0.0-beta.27..@fluentui/react-button_v1.0.0-beta.28)
1178
1386
 
1179
1387
  ### Changes
@@ -1182,7 +1390,7 @@ Mon, 08 Feb 2021 12:23:08 GMT
1182
1390
 
1183
1391
  ## [1.0.0-beta.27](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v1.0.0-beta.27)
1184
1392
 
1185
- Wed, 03 Feb 2021 05:51:40 GMT
1393
+ Wed, 03 Feb 2021 05:51:40 GMT
1186
1394
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v1.0.0-beta.26..@fluentui/react-button_v1.0.0-beta.27)
1187
1395
 
1188
1396
  ### Changes
@@ -1191,7 +1399,7 @@ Wed, 03 Feb 2021 05:51:40 GMT
1191
1399
 
1192
1400
  ## [1.0.0-beta.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v1.0.0-beta.26)
1193
1401
 
1194
- Tue, 02 Feb 2021 12:21:54 GMT
1402
+ Tue, 02 Feb 2021 12:21:54 GMT
1195
1403
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v1.0.0-beta.25..@fluentui/react-button_v1.0.0-beta.26)
1196
1404
 
1197
1405
  ### Changes
@@ -1201,7 +1409,7 @@ Tue, 02 Feb 2021 12:21:54 GMT
1201
1409
 
1202
1410
  ## [1.0.0-beta.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v1.0.0-beta.25)
1203
1411
 
1204
- Mon, 01 Feb 2021 12:23:48 GMT
1412
+ Mon, 01 Feb 2021 12:23:48 GMT
1205
1413
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v1.0.0-beta.24..@fluentui/react-button_v1.0.0-beta.25)
1206
1414
 
1207
1415
  ### Changes
@@ -1210,7 +1418,7 @@ Mon, 01 Feb 2021 12:23:48 GMT
1210
1418
 
1211
1419
  ## [1.0.0-beta.24](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v1.0.0-beta.24)
1212
1420
 
1213
- Thu, 28 Jan 2021 12:25:56 GMT
1421
+ Thu, 28 Jan 2021 12:25:56 GMT
1214
1422
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v1.0.0-beta.23..@fluentui/react-button_v1.0.0-beta.24)
1215
1423
 
1216
1424
  ### Changes
@@ -1220,7 +1428,7 @@ Thu, 28 Jan 2021 12:25:56 GMT
1220
1428
 
1221
1429
  ## [1.0.0-beta.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v1.0.0-beta.23)
1222
1430
 
1223
- Sat, 23 Jan 2021 05:20:07 GMT
1431
+ Sat, 23 Jan 2021 05:20:07 GMT
1224
1432
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v1.0.0-beta.22..@fluentui/react-button_v1.0.0-beta.23)
1225
1433
 
1226
1434
  ### Changes
@@ -1229,7 +1437,7 @@ Sat, 23 Jan 2021 05:20:07 GMT
1229
1437
 
1230
1438
  ## [1.0.0-beta.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v1.0.0-beta.22)
1231
1439
 
1232
- Fri, 22 Jan 2021 12:24:49 GMT
1440
+ Fri, 22 Jan 2021 12:24:49 GMT
1233
1441
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v1.0.0-beta.21..@fluentui/react-button_v1.0.0-beta.22)
1234
1442
 
1235
1443
  ### Changes
@@ -1238,17 +1446,17 @@ Fri, 22 Jan 2021 12:24:49 GMT
1238
1446
 
1239
1447
  ## [1.0.0-beta.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v1.0.0-beta.21)
1240
1448
 
1241
- Thu, 21 Jan 2021 12:36:12 GMT
1449
+ Thu, 21 Jan 2021 12:36:12 GMT
1242
1450
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v1.0.0-beta.19..@fluentui/react-button_v1.0.0-beta.21)
1243
1451
 
1244
1452
  ### Changes
1245
1453
 
1246
1454
  - Button: Enable pointer-events so that tooltip can be attached to disabledFocusable Button. ([PR #16508](https://github.com/microsoft/fluentui/pull/16508) by jukapsia@microsoft.com)
1247
- - Updating dev dependencies. ([PR #16548](https://github.com/microsoft/fluentui/pull/16548) by dzearing@microsoft.com)
1455
+ - Updating dev dependencies. ([PR #16548](https://github.com/microsoft/fluentui/pull/16548) by dzearing@microsoft.com)
1248
1456
 
1249
1457
  ## [1.0.0-beta.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v1.0.0-beta.19)
1250
1458
 
1251
- Thu, 14 Jan 2021 12:31:15 GMT
1459
+ Thu, 14 Jan 2021 12:31:15 GMT
1252
1460
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v1.0.0-beta.17..@fluentui/react-button_v1.0.0-beta.19)
1253
1461
 
1254
1462
  ### Changes
@@ -1257,7 +1465,7 @@ Thu, 14 Jan 2021 12:31:15 GMT
1257
1465
 
1258
1466
  ## [1.0.0-beta.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v1.0.0-beta.17)
1259
1467
 
1260
- Fri, 11 Dec 2020 12:28:01 GMT
1468
+ Fri, 11 Dec 2020 12:28:01 GMT
1261
1469
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v1.0.0-beta.14..@fluentui/react-button_v1.0.0-beta.17)
1262
1470
 
1263
1471
  ### Changes
@@ -1266,7 +1474,7 @@ Fri, 11 Dec 2020 12:28:01 GMT
1266
1474
 
1267
1475
  ## [1.0.0-beta.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v1.0.0-beta.14)
1268
1476
 
1269
- Tue, 01 Dec 2020 12:38:05 GMT
1477
+ Tue, 01 Dec 2020 12:38:05 GMT
1270
1478
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v1.0.0-beta.13..@fluentui/react-button_v1.0.0-beta.14)
1271
1479
 
1272
1480
  ### Changes
@@ -1275,7 +1483,7 @@ Tue, 01 Dec 2020 12:38:05 GMT
1275
1483
 
1276
1484
  ## [1.0.0-beta.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v1.0.0-beta.13)
1277
1485
 
1278
- Mon, 23 Nov 2020 12:31:40 GMT
1486
+ Mon, 23 Nov 2020 12:31:40 GMT
1279
1487
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v1.0.0-beta.12..@fluentui/react-button_v1.0.0-beta.13)
1280
1488
 
1281
1489
  ### Changes
@@ -1284,7 +1492,7 @@ Mon, 23 Nov 2020 12:31:40 GMT
1284
1492
 
1285
1493
  ## [1.0.0-beta.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v1.0.0-beta.12)
1286
1494
 
1287
- Wed, 18 Nov 2020 12:30:07 GMT
1495
+ Wed, 18 Nov 2020 12:30:07 GMT
1288
1496
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v1.0.0-beta.11..@fluentui/react-button_v1.0.0-beta.12)
1289
1497
 
1290
1498
  ### Changes
@@ -1293,17 +1501,17 @@ Wed, 18 Nov 2020 12:30:07 GMT
1293
1501
 
1294
1502
  ## [1.0.0-beta.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v1.0.0-beta.11)
1295
1503
 
1296
- Tue, 17 Nov 2020 12:36:24 GMT
1504
+ Tue, 17 Nov 2020 12:36:24 GMT
1297
1505
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v1.0.0-beta.9..@fluentui/react-button_v1.0.0-beta.11)
1298
1506
 
1299
1507
  ### Changes
1300
1508
 
1301
- - Updating arguments of style hook. ([PR #15952](https://github.com/microsoft/fluentui/pull/15952) by dzearing@hotmail.com)
1509
+ - Updating arguments of style hook. ([PR #15952](https://github.com/microsoft/fluentui/pull/15952) by dzearing@hotmail.com)
1302
1510
  - Updating classes hooks derived from Button to actually derive from Button. ([PR #15955](https://github.com/microsoft/fluentui/pull/15955) by xgao@microsoft.com)
1303
1511
 
1304
1512
  ## [1.0.0-beta.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v1.0.0-beta.9)
1305
1513
 
1306
- Fri, 06 Nov 2020 12:34:34 GMT
1514
+ Fri, 06 Nov 2020 12:34:34 GMT
1307
1515
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v1.0.0-beta.8..@fluentui/react-button_v1.0.0-beta.9)
1308
1516
 
1309
1517
  ### Changes
@@ -1312,7 +1520,7 @@ Fri, 06 Nov 2020 12:34:34 GMT
1312
1520
 
1313
1521
  ## [1.0.0-beta.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v1.0.0-beta.8)
1314
1522
 
1315
- Thu, 05 Nov 2020 12:29:43 GMT
1523
+ Thu, 05 Nov 2020 12:29:43 GMT
1316
1524
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v1.0.0-beta.7..@fluentui/react-button_v1.0.0-beta.8)
1317
1525
 
1318
1526
  ### Changes
@@ -1321,7 +1529,7 @@ Thu, 05 Nov 2020 12:29:43 GMT
1321
1529
 
1322
1530
  ## [1.0.0-beta.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v1.0.0-beta.7)
1323
1531
 
1324
- Wed, 04 Nov 2020 12:34:30 GMT
1532
+ Wed, 04 Nov 2020 12:34:30 GMT
1325
1533
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v1.0.0-beta.4..@fluentui/react-button_v1.0.0-beta.7)
1326
1534
 
1327
1535
  ### Changes
@@ -1330,7 +1538,7 @@ Wed, 04 Nov 2020 12:34:30 GMT
1330
1538
 
1331
1539
  ## [1.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v1.0.0-beta.4)
1332
1540
 
1333
- Wed, 28 Oct 2020 12:32:24 GMT
1541
+ Wed, 28 Oct 2020 12:32:24 GMT
1334
1542
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v1.0.0-beta.1..@fluentui/react-button_v1.0.0-beta.4)
1335
1543
 
1336
1544
  ### Changes
@@ -1339,7 +1547,7 @@ Wed, 28 Oct 2020 12:32:24 GMT
1339
1547
 
1340
1548
  ## [1.0.0-beta.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v1.0.0-beta.1)
1341
1549
 
1342
- Fri, 23 Oct 2020 23:25:40 GMT
1550
+ Fri, 23 Oct 2020 23:25:40 GMT
1343
1551
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v1.0.0-beta.0..@fluentui/react-button_v1.0.0-beta.1)
1344
1552
 
1345
1553
  ### Changes
@@ -1348,7 +1556,7 @@ Fri, 23 Oct 2020 23:25:40 GMT
1348
1556
 
1349
1557
  ## [1.0.0-beta.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v1.0.0-beta.0)
1350
1558
 
1351
- Fri, 23 Oct 2020 03:26:15 GMT
1559
+ Fri, 23 Oct 2020 03:26:15 GMT
1352
1560
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.14.3..@fluentui/react-button_v1.0.0-beta.0)
1353
1561
 
1354
1562
  ### Changes
@@ -1367,7 +1575,7 @@ Fri, 23 Oct 2020 03:26:15 GMT
1367
1575
 
1368
1576
  ## [0.14.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.14.3)
1369
1577
 
1370
- Sun, 27 Sep 2020 04:20:52 GMT
1578
+ Sun, 27 Sep 2020 04:20:52 GMT
1371
1579
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.14.2..@fluentui/react-button_v0.14.3)
1372
1580
 
1373
1581
  ### Patches
@@ -1376,7 +1584,7 @@ Sun, 27 Sep 2020 04:20:52 GMT
1376
1584
 
1377
1585
  ## [0.14.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.14.2)
1378
1586
 
1379
- Fri, 25 Sep 2020 12:25:17 GMT
1587
+ Fri, 25 Sep 2020 12:25:17 GMT
1380
1588
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.14.0..@fluentui/react-button_v0.14.2)
1381
1589
 
1382
1590
  ### Patches
@@ -1386,7 +1594,7 @@ Fri, 25 Sep 2020 12:25:17 GMT
1386
1594
 
1387
1595
  ## [0.14.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.14.0)
1388
1596
 
1389
- Wed, 23 Sep 2020 12:27:48 GMT
1597
+ Wed, 23 Sep 2020 12:27:48 GMT
1390
1598
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.13.1..@fluentui/react-button_v0.14.0)
1391
1599
 
1392
1600
  ### Minor changes
@@ -1399,7 +1607,7 @@ Wed, 23 Sep 2020 12:27:48 GMT
1399
1607
 
1400
1608
  ## [0.13.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.13.1)
1401
1609
 
1402
- Thu, 17 Sep 2020 15:52:49 GMT
1610
+ Thu, 17 Sep 2020 15:52:49 GMT
1403
1611
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.13.0..@fluentui/react-button_v0.13.1)
1404
1612
 
1405
1613
  ### Patches
@@ -1408,7 +1616,7 @@ Thu, 17 Sep 2020 15:52:49 GMT
1408
1616
 
1409
1617
  ## [0.13.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.13.0)
1410
1618
 
1411
- Thu, 17 Sep 2020 12:25:04 GMT
1619
+ Thu, 17 Sep 2020 12:25:04 GMT
1412
1620
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.12.6..@fluentui/react-button_v0.13.0)
1413
1621
 
1414
1622
  ### Minor changes
@@ -1417,7 +1625,7 @@ Thu, 17 Sep 2020 12:25:04 GMT
1417
1625
 
1418
1626
  ## [0.12.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.12.5)
1419
1627
 
1420
- Tue, 15 Sep 2020 12:26:06 GMT
1628
+ Tue, 15 Sep 2020 12:26:06 GMT
1421
1629
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.12.4..@fluentui/react-button_v0.12.5)
1422
1630
 
1423
1631
  ### Patches
@@ -1426,7 +1634,7 @@ Tue, 15 Sep 2020 12:26:06 GMT
1426
1634
 
1427
1635
  ## [0.12.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.12.0)
1428
1636
 
1429
- Wed, 09 Sep 2020 12:24:19 GMT
1637
+ Wed, 09 Sep 2020 12:24:19 GMT
1430
1638
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.11.6..@fluentui/react-button_v0.12.0)
1431
1639
 
1432
1640
  ### Minor changes
@@ -1439,7 +1647,7 @@ Wed, 09 Sep 2020 12:24:19 GMT
1439
1647
 
1440
1648
  ## [0.11.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.11.6)
1441
1649
 
1442
- Mon, 07 Sep 2020 12:26:26 GMT
1650
+ Mon, 07 Sep 2020 12:26:26 GMT
1443
1651
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.11.5..@fluentui/react-button_v0.11.6)
1444
1652
 
1445
1653
  ### Patches
@@ -1448,7 +1656,7 @@ Mon, 07 Sep 2020 12:26:26 GMT
1448
1656
 
1449
1657
  ## [0.11.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.11.5)
1450
1658
 
1451
- Fri, 04 Sep 2020 12:28:23 GMT
1659
+ Fri, 04 Sep 2020 12:28:23 GMT
1452
1660
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.11.0..@fluentui/react-button_v0.11.5)
1453
1661
 
1454
1662
  ### Patches
@@ -1457,7 +1665,7 @@ Fri, 04 Sep 2020 12:28:23 GMT
1457
1665
 
1458
1666
  ## [0.11.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.11.0)
1459
1667
 
1460
- Fri, 28 Aug 2020 12:29:20 GMT
1668
+ Fri, 28 Aug 2020 12:29:20 GMT
1461
1669
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.10.3..@fluentui/react-button_v0.11.0)
1462
1670
 
1463
1671
  ### Minor changes
@@ -1466,7 +1674,7 @@ Fri, 28 Aug 2020 12:29:20 GMT
1466
1674
 
1467
1675
  ## [0.10.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.10.3)
1468
1676
 
1469
- Tue, 25 Aug 2020 12:36:19 GMT
1677
+ Tue, 25 Aug 2020 12:36:19 GMT
1470
1678
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.10.1..@fluentui/react-button_v0.10.3)
1471
1679
 
1472
1680
  ### Patches
@@ -1475,7 +1683,7 @@ Tue, 25 Aug 2020 12:36:19 GMT
1475
1683
 
1476
1684
  ## [0.10.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.10.1)
1477
1685
 
1478
- Thu, 20 Aug 2020 12:37:22 GMT
1686
+ Thu, 20 Aug 2020 12:37:22 GMT
1479
1687
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.10.0..@fluentui/react-button_v0.10.1)
1480
1688
 
1481
1689
  ### Patches
@@ -1485,7 +1693,7 @@ Thu, 20 Aug 2020 12:37:22 GMT
1485
1693
 
1486
1694
  ## [0.10.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.10.0)
1487
1695
 
1488
- Wed, 19 Aug 2020 12:44:33 GMT
1696
+ Wed, 19 Aug 2020 12:44:33 GMT
1489
1697
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.9.4..@fluentui/react-button_v0.10.0)
1490
1698
 
1491
1699
  ### Minor changes
@@ -1494,7 +1702,7 @@ Wed, 19 Aug 2020 12:44:33 GMT
1494
1702
 
1495
1703
  ## [0.9.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.9.4)
1496
1704
 
1497
- Tue, 18 Aug 2020 07:58:00 GMT
1705
+ Tue, 18 Aug 2020 07:58:00 GMT
1498
1706
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.9.0..@fluentui/react-button_v0.9.4)
1499
1707
 
1500
1708
  ### Patches
@@ -1503,7 +1711,7 @@ Tue, 18 Aug 2020 07:58:00 GMT
1503
1711
 
1504
1712
  ## [0.9.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.9.0)
1505
1713
 
1506
- Tue, 11 Aug 2020 05:47:07 GMT
1714
+ Tue, 11 Aug 2020 05:47:07 GMT
1507
1715
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.8.0..@fluentui/react-button_v0.9.0)
1508
1716
 
1509
1717
  ### Minor changes
@@ -1513,7 +1721,7 @@ Tue, 11 Aug 2020 05:47:07 GMT
1513
1721
 
1514
1722
  ## [0.8.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.8.0)
1515
1723
 
1516
- Mon, 10 Aug 2020 06:19:21 GMT
1724
+ Mon, 10 Aug 2020 06:19:21 GMT
1517
1725
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.7.14..@fluentui/react-button_v0.8.0)
1518
1726
 
1519
1727
  ### Minor changes
@@ -1522,7 +1730,7 @@ Mon, 10 Aug 2020 06:19:21 GMT
1522
1730
 
1523
1731
  ## [0.7.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.7.9)
1524
1732
 
1525
- Mon, 27 Jul 2020 12:42:21 GMT
1733
+ Mon, 27 Jul 2020 12:42:21 GMT
1526
1734
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.7.3..@fluentui/react-button_v0.7.9)
1527
1735
 
1528
1736
  ### Patches
@@ -1531,7 +1739,7 @@ Mon, 27 Jul 2020 12:42:21 GMT
1531
1739
 
1532
1740
  ## [0.7.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.7.3)
1533
1741
 
1534
- Fri, 17 Jul 2020 12:38:41 GMT
1742
+ Fri, 17 Jul 2020 12:38:41 GMT
1535
1743
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.7.1..@fluentui/react-button_v0.7.3)
1536
1744
 
1537
1745
  ### Patches
@@ -1540,7 +1748,7 @@ Fri, 17 Jul 2020 12:38:41 GMT
1540
1748
 
1541
1749
  ## [0.7.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.7.0)
1542
1750
 
1543
- Thu, 09 Jul 2020 21:59:04 GMT
1751
+ Thu, 09 Jul 2020 21:59:04 GMT
1544
1752
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.6.2..@fluentui/react-button_v0.7.0)
1545
1753
 
1546
1754
  ### Minor changes
@@ -1549,7 +1757,7 @@ Thu, 09 Jul 2020 21:59:04 GMT
1549
1757
 
1550
1758
  ## [0.6.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.6.2)
1551
1759
 
1552
- Thu, 02 Jul 2020 12:42:11 GMT
1760
+ Thu, 02 Jul 2020 12:42:11 GMT
1553
1761
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.6.0..@fluentui/react-button_v0.6.2)
1554
1762
 
1555
1763
  ### Patches
@@ -1558,7 +1766,7 @@ Thu, 02 Jul 2020 12:42:11 GMT
1558
1766
 
1559
1767
  ## [0.6.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.6.0)
1560
1768
 
1561
- Tue, 30 Jun 2020 12:33:36 GMT
1769
+ Tue, 30 Jun 2020 12:33:36 GMT
1562
1770
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.5.1..@fluentui/react-button_v0.6.0)
1563
1771
 
1564
1772
  ### Minor changes
@@ -1567,7 +1775,7 @@ Tue, 30 Jun 2020 12:33:36 GMT
1567
1775
 
1568
1776
  ## [0.5.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.5.1)
1569
1777
 
1570
- Fri, 26 Jun 2020 12:36:28 GMT
1778
+ Fri, 26 Jun 2020 12:36:28 GMT
1571
1779
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.5.0..@fluentui/react-button_v0.5.1)
1572
1780
 
1573
1781
  ### Patches
@@ -1577,7 +1785,7 @@ Fri, 26 Jun 2020 12:36:28 GMT
1577
1785
 
1578
1786
  ## [0.5.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.5.0)
1579
1787
 
1580
- Thu, 25 Jun 2020 12:50:17 GMT
1788
+ Thu, 25 Jun 2020 12:50:17 GMT
1581
1789
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.4.0..@fluentui/react-button_v0.5.0)
1582
1790
 
1583
1791
  ### Minor changes
@@ -1590,7 +1798,7 @@ Thu, 25 Jun 2020 12:50:17 GMT
1590
1798
 
1591
1799
  ## [0.4.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.4.0)
1592
1800
 
1593
- Tue, 23 Jun 2020 12:41:54 GMT
1801
+ Tue, 23 Jun 2020 12:41:54 GMT
1594
1802
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.3.7..@fluentui/react-button_v0.4.0)
1595
1803
 
1596
1804
  ### Minor changes
@@ -1599,7 +1807,7 @@ Tue, 23 Jun 2020 12:41:54 GMT
1599
1807
 
1600
1808
  ## [0.3.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.3.7)
1601
1809
 
1602
- Mon, 22 Jun 2020 12:42:16 GMT
1810
+ Mon, 22 Jun 2020 12:42:16 GMT
1603
1811
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.3.6..@fluentui/react-button_v0.3.7)
1604
1812
 
1605
1813
  ### Patches
@@ -1608,7 +1816,7 @@ Mon, 22 Jun 2020 12:42:16 GMT
1608
1816
 
1609
1817
  ## [0.3.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.3.6)
1610
1818
 
1611
- Fri, 19 Jun 2020 12:38:09 GMT
1819
+ Fri, 19 Jun 2020 12:38:09 GMT
1612
1820
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.3.5..@fluentui/react-button_v0.3.6)
1613
1821
 
1614
1822
  ### Patches
@@ -1617,7 +1825,7 @@ Fri, 19 Jun 2020 12:38:09 GMT
1617
1825
 
1618
1826
  ## [0.3.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.3.5)
1619
1827
 
1620
- Thu, 18 Jun 2020 12:37:09 GMT
1828
+ Thu, 18 Jun 2020 12:37:09 GMT
1621
1829
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.3.3..@fluentui/react-button_v0.3.5)
1622
1830
 
1623
1831
  ### Patches
@@ -1626,7 +1834,7 @@ Thu, 18 Jun 2020 12:37:09 GMT
1626
1834
 
1627
1835
  ## [0.3.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.3.3)
1628
1836
 
1629
- Tue, 16 Jun 2020 17:35:36 GMT
1837
+ Tue, 16 Jun 2020 17:35:36 GMT
1630
1838
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.3.0..@fluentui/react-button_v0.3.3)
1631
1839
 
1632
1840
  ### Patches
@@ -1635,7 +1843,7 @@ Tue, 16 Jun 2020 17:35:36 GMT
1635
1843
 
1636
1844
  ## [0.3.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.3.0)
1637
1845
 
1638
- Fri, 12 Jun 2020 18:29:07 GMT
1846
+ Fri, 12 Jun 2020 18:29:07 GMT
1639
1847
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.2.0..@fluentui/react-button_v0.3.0)
1640
1848
 
1641
1849
  ### Minor changes
@@ -1649,7 +1857,7 @@ Fri, 12 Jun 2020 18:29:07 GMT
1649
1857
 
1650
1858
  ## [0.2.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.2.0)
1651
1859
 
1652
- Mon, 08 Jun 2020 12:34:34 GMT
1860
+ Mon, 08 Jun 2020 12:34:34 GMT
1653
1861
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.1.13..@fluentui/react-button_v0.2.0)
1654
1862
 
1655
1863
  ### Minor changes
@@ -1658,7 +1866,7 @@ Mon, 08 Jun 2020 12:34:34 GMT
1658
1866
 
1659
1867
  ## [0.1.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.1.13)
1660
1868
 
1661
- Fri, 05 Jun 2020 05:09:39 GMT
1869
+ Fri, 05 Jun 2020 05:09:39 GMT
1662
1870
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.1.12..@fluentui/react-button_v0.1.13)
1663
1871
 
1664
1872
  ### Patches
@@ -1668,7 +1876,7 @@ Fri, 05 Jun 2020 05:09:39 GMT
1668
1876
 
1669
1877
  ## [0.1.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.1.12)
1670
1878
 
1671
- Tue, 02 Jun 2020 12:36:30 GMT
1879
+ Tue, 02 Jun 2020 12:36:30 GMT
1672
1880
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.1.11..@fluentui/react-button_v0.1.12)
1673
1881
 
1674
1882
  ### Patches
@@ -1677,7 +1885,7 @@ Tue, 02 Jun 2020 12:36:30 GMT
1677
1885
 
1678
1886
  ## [0.1.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.1.11)
1679
1887
 
1680
- Mon, 01 Jun 2020 12:32:45 GMT
1888
+ Mon, 01 Jun 2020 12:32:45 GMT
1681
1889
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.1.4..@fluentui/react-button_v0.1.11)
1682
1890
 
1683
1891
  ### Patches
@@ -1686,12 +1894,12 @@ Mon, 01 Jun 2020 12:32:45 GMT
1686
1894
 
1687
1895
  ## [0.1.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.1.4)
1688
1896
 
1689
- Wed, 20 May 2020 12:31:10 GMT
1897
+ Wed, 20 May 2020 12:31:10 GMT
1690
1898
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.1.1..@fluentui/react-button_v0.1.4)
1691
1899
 
1692
1900
  ### Patches
1693
1901
 
1694
- - feat(compose): expose __self slot ([PR #13115](https://github.com/microsoft/fluentui/pull/13115) by olfedias@microsoft.com)
1902
+ - feat(compose): expose \_\_self slot ([PR #13115](https://github.com/microsoft/fluentui/pull/13115) by olfedias@microsoft.com)
1695
1903
 
1696
1904
  ## [0.1.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.1.1)
1697
1905