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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (169) hide show
  1. package/CHANGELOG.json +405 -1
  2. package/CHANGELOG.md +295 -177
  3. package/README.md +81 -19
  4. package/dist/{react-button.d.ts → index.d.ts} +32 -55
  5. package/{lib → dist}/tsdoc-metadata.json +0 -0
  6. package/lib/components/Button/Button.js.map +1 -1
  7. package/lib/components/Button/Button.types.js.map +1 -1
  8. package/lib/components/Button/index.js +1 -3
  9. package/lib/components/Button/index.js.map +1 -1
  10. package/lib/components/Button/renderButton.js.map +1 -1
  11. package/lib/components/Button/useButton.js +1 -4
  12. package/lib/components/Button/useButton.js.map +1 -1
  13. package/lib/components/Button/useButtonStyles.js +146 -68
  14. package/lib/components/Button/useButtonStyles.js.map +1 -1
  15. package/lib/components/CompoundButton/CompoundButton.js.map +1 -1
  16. package/lib/components/CompoundButton/CompoundButton.types.js.map +1 -1
  17. package/lib/components/CompoundButton/index.js +1 -3
  18. package/lib/components/CompoundButton/index.js.map +1 -1
  19. package/lib/components/CompoundButton/renderCompoundButton.js.map +1 -1
  20. package/lib/components/CompoundButton/useCompoundButton.js.map +1 -1
  21. package/lib/components/CompoundButton/useCompoundButtonStyles.js +47 -35
  22. package/lib/components/CompoundButton/useCompoundButtonStyles.js.map +1 -1
  23. package/lib/components/MenuButton/MenuButton.js +2 -1
  24. package/lib/components/MenuButton/MenuButton.js.map +1 -1
  25. package/lib/components/MenuButton/MenuButton.types.js.map +1 -1
  26. package/lib/components/MenuButton/index.js +1 -3
  27. package/lib/components/MenuButton/index.js.map +1 -1
  28. package/lib/components/MenuButton/renderMenuButton.js.map +1 -1
  29. package/lib/components/MenuButton/useMenuButton.js.map +1 -1
  30. package/lib/components/MenuButton/useMenuButtonStyles.js +24 -17
  31. package/lib/components/MenuButton/useMenuButtonStyles.js.map +1 -1
  32. package/lib/components/SplitButton/SplitButton.js +1 -1
  33. package/lib/components/SplitButton/SplitButton.js.map +1 -1
  34. package/lib/components/SplitButton/index.js +1 -3
  35. package/lib/components/SplitButton/index.js.map +1 -1
  36. package/lib/components/SplitButton/renderSplitButton.js.map +1 -1
  37. package/lib/components/SplitButton/useSplitButton.js +1 -5
  38. package/lib/components/SplitButton/useSplitButton.js.map +1 -1
  39. package/lib/components/SplitButton/useSplitButtonStyles.js +15 -17
  40. package/lib/components/SplitButton/useSplitButtonStyles.js.map +1 -1
  41. package/lib/components/ToggleButton/ToggleButton.js.map +1 -1
  42. package/lib/components/ToggleButton/ToggleButton.types.js.map +1 -1
  43. package/lib/components/ToggleButton/index.js +1 -3
  44. package/lib/components/ToggleButton/index.js.map +1 -1
  45. package/lib/components/ToggleButton/useToggleButton.js.map +1 -1
  46. package/lib/components/ToggleButton/useToggleButtonStyles.js +93 -9
  47. package/lib/components/ToggleButton/useToggleButtonStyles.js.map +1 -1
  48. package/lib/index.js +5 -10
  49. package/lib/index.js.map +1 -1
  50. package/lib/utils/useToggleState.js.map +1 -1
  51. package/lib-commonjs/components/Button/Button.js.map +1 -1
  52. package/lib-commonjs/components/Button/index.js +1 -9
  53. package/lib-commonjs/components/Button/index.js.map +1 -1
  54. package/lib-commonjs/components/Button/renderButton.js.map +1 -1
  55. package/lib-commonjs/components/Button/useButton.js +1 -4
  56. package/lib-commonjs/components/Button/useButton.js.map +1 -1
  57. package/lib-commonjs/components/Button/useButtonStyles.js +147 -69
  58. package/lib-commonjs/components/Button/useButtonStyles.js.map +1 -1
  59. package/lib-commonjs/components/CompoundButton/CompoundButton.js.map +1 -1
  60. package/lib-commonjs/components/CompoundButton/index.js +1 -9
  61. package/lib-commonjs/components/CompoundButton/index.js.map +1 -1
  62. package/lib-commonjs/components/CompoundButton/renderCompoundButton.js.map +1 -1
  63. package/lib-commonjs/components/CompoundButton/useCompoundButton.js.map +1 -1
  64. package/lib-commonjs/components/CompoundButton/useCompoundButtonStyles.js +49 -37
  65. package/lib-commonjs/components/CompoundButton/useCompoundButtonStyles.js.map +1 -1
  66. package/lib-commonjs/components/MenuButton/MenuButton.js +2 -1
  67. package/lib-commonjs/components/MenuButton/MenuButton.js.map +1 -1
  68. package/lib-commonjs/components/MenuButton/index.js +1 -9
  69. package/lib-commonjs/components/MenuButton/index.js.map +1 -1
  70. package/lib-commonjs/components/MenuButton/renderMenuButton.js.map +1 -1
  71. package/lib-commonjs/components/MenuButton/useMenuButton.js.map +1 -1
  72. package/lib-commonjs/components/MenuButton/useMenuButtonStyles.js +26 -18
  73. package/lib-commonjs/components/MenuButton/useMenuButtonStyles.js.map +1 -1
  74. package/lib-commonjs/components/SplitButton/SplitButton.js +1 -1
  75. package/lib-commonjs/components/SplitButton/SplitButton.js.map +1 -1
  76. package/lib-commonjs/components/SplitButton/index.js +1 -9
  77. package/lib-commonjs/components/SplitButton/index.js.map +1 -1
  78. package/lib-commonjs/components/SplitButton/renderSplitButton.js.map +1 -1
  79. package/lib-commonjs/components/SplitButton/useSplitButton.js +1 -5
  80. package/lib-commonjs/components/SplitButton/useSplitButton.js.map +1 -1
  81. package/lib-commonjs/components/SplitButton/useSplitButtonStyles.js +16 -18
  82. package/lib-commonjs/components/SplitButton/useSplitButtonStyles.js.map +1 -1
  83. package/lib-commonjs/components/ToggleButton/ToggleButton.js.map +1 -1
  84. package/lib-commonjs/components/ToggleButton/index.js +1 -9
  85. package/lib-commonjs/components/ToggleButton/index.js.map +1 -1
  86. package/lib-commonjs/components/ToggleButton/renderToggleButton.js.map +1 -1
  87. package/lib-commonjs/components/ToggleButton/useToggleButton.js.map +1 -1
  88. package/lib-commonjs/components/ToggleButton/useToggleButtonStyles.js +95 -10
  89. package/lib-commonjs/components/ToggleButton/useToggleButtonStyles.js.map +1 -1
  90. package/lib-commonjs/index.js +1 -36
  91. package/lib-commonjs/index.js.map +1 -1
  92. package/lib-commonjs/utils/useToggleState.js.map +1 -1
  93. package/package.json +13 -15
  94. package/lib/Button.d.ts +0 -1
  95. package/lib/CompoundButton.d.ts +0 -1
  96. package/lib/MenuButton.d.ts +0 -1
  97. package/lib/SplitButton.d.ts +0 -1
  98. package/lib/ToggleButton.d.ts +0 -1
  99. package/lib/components/Button/Button.d.ts +0 -6
  100. package/lib/components/Button/Button.types.d.ts +0 -64
  101. package/lib/components/Button/index.d.ts +0 -5
  102. package/lib/components/Button/renderButton.d.ts +0 -5
  103. package/lib/components/Button/useButton.d.ts +0 -8
  104. package/lib/components/Button/useButtonStyles.d.ts +0 -8
  105. package/lib/components/CompoundButton/CompoundButton.d.ts +0 -6
  106. package/lib/components/CompoundButton/CompoundButton.types.d.ts +0 -14
  107. package/lib/components/CompoundButton/index.d.ts +0 -5
  108. package/lib/components/CompoundButton/renderCompoundButton.d.ts +0 -5
  109. package/lib/components/CompoundButton/useCompoundButton.d.ts +0 -8
  110. package/lib/components/CompoundButton/useCompoundButtonStyles.d.ts +0 -8
  111. package/lib/components/MenuButton/MenuButton.d.ts +0 -6
  112. package/lib/components/MenuButton/MenuButton.types.d.ts +0 -10
  113. package/lib/components/MenuButton/index.d.ts +0 -5
  114. package/lib/components/MenuButton/renderMenuButton.d.ts +0 -5
  115. package/lib/components/MenuButton/useMenuButton.d.ts +0 -6
  116. package/lib/components/MenuButton/useMenuButtonStyles.d.ts +0 -8
  117. package/lib/components/SplitButton/SplitButton.d.ts +0 -7
  118. package/lib/components/SplitButton/SplitButton.types.d.ts +0 -21
  119. package/lib/components/SplitButton/index.d.ts +0 -5
  120. package/lib/components/SplitButton/renderSplitButton.d.ts +0 -5
  121. package/lib/components/SplitButton/useSplitButton.d.ts +0 -8
  122. package/lib/components/SplitButton/useSplitButtonStyles.d.ts +0 -8
  123. package/lib/components/ToggleButton/ToggleButton.d.ts +0 -6
  124. package/lib/components/ToggleButton/ToggleButton.types.d.ts +0 -20
  125. package/lib/components/ToggleButton/index.d.ts +0 -5
  126. package/lib/components/ToggleButton/renderToggleButton.d.ts +0 -1
  127. package/lib/components/ToggleButton/useToggleButton.d.ts +0 -9
  128. package/lib/components/ToggleButton/useToggleButtonStyles.d.ts +0 -11
  129. package/lib/index.d.ts +0 -11
  130. package/lib/utils/index.d.ts +0 -1
  131. package/lib/utils/useToggleState.d.ts +0 -3
  132. package/lib-commonjs/Button.d.ts +0 -1
  133. package/lib-commonjs/CompoundButton.d.ts +0 -1
  134. package/lib-commonjs/MenuButton.d.ts +0 -1
  135. package/lib-commonjs/SplitButton.d.ts +0 -1
  136. package/lib-commonjs/ToggleButton.d.ts +0 -1
  137. package/lib-commonjs/components/Button/Button.d.ts +0 -6
  138. package/lib-commonjs/components/Button/Button.types.d.ts +0 -64
  139. package/lib-commonjs/components/Button/index.d.ts +0 -5
  140. package/lib-commonjs/components/Button/renderButton.d.ts +0 -5
  141. package/lib-commonjs/components/Button/useButton.d.ts +0 -8
  142. package/lib-commonjs/components/Button/useButtonStyles.d.ts +0 -8
  143. package/lib-commonjs/components/CompoundButton/CompoundButton.d.ts +0 -6
  144. package/lib-commonjs/components/CompoundButton/CompoundButton.types.d.ts +0 -14
  145. package/lib-commonjs/components/CompoundButton/index.d.ts +0 -5
  146. package/lib-commonjs/components/CompoundButton/renderCompoundButton.d.ts +0 -5
  147. package/lib-commonjs/components/CompoundButton/useCompoundButton.d.ts +0 -8
  148. package/lib-commonjs/components/CompoundButton/useCompoundButtonStyles.d.ts +0 -8
  149. package/lib-commonjs/components/MenuButton/MenuButton.d.ts +0 -6
  150. package/lib-commonjs/components/MenuButton/MenuButton.types.d.ts +0 -10
  151. package/lib-commonjs/components/MenuButton/index.d.ts +0 -5
  152. package/lib-commonjs/components/MenuButton/renderMenuButton.d.ts +0 -5
  153. package/lib-commonjs/components/MenuButton/useMenuButton.d.ts +0 -6
  154. package/lib-commonjs/components/MenuButton/useMenuButtonStyles.d.ts +0 -8
  155. package/lib-commonjs/components/SplitButton/SplitButton.d.ts +0 -7
  156. package/lib-commonjs/components/SplitButton/SplitButton.types.d.ts +0 -21
  157. package/lib-commonjs/components/SplitButton/index.d.ts +0 -5
  158. package/lib-commonjs/components/SplitButton/renderSplitButton.d.ts +0 -5
  159. package/lib-commonjs/components/SplitButton/useSplitButton.d.ts +0 -8
  160. package/lib-commonjs/components/SplitButton/useSplitButtonStyles.d.ts +0 -8
  161. package/lib-commonjs/components/ToggleButton/ToggleButton.d.ts +0 -6
  162. package/lib-commonjs/components/ToggleButton/ToggleButton.types.d.ts +0 -20
  163. package/lib-commonjs/components/ToggleButton/index.d.ts +0 -5
  164. package/lib-commonjs/components/ToggleButton/renderToggleButton.d.ts +0 -1
  165. package/lib-commonjs/components/ToggleButton/useToggleButton.d.ts +0 -9
  166. package/lib-commonjs/components/ToggleButton/useToggleButtonStyles.d.ts +0 -11
  167. package/lib-commonjs/index.d.ts +0 -11
  168. package/lib-commonjs/utils/index.d.ts +0 -1
  169. package/lib-commonjs/utils/useToggleState.d.ts +0 -3
package/CHANGELOG.md CHANGED
@@ -1,12 +1,130 @@
1
1
  # Change Log - @fluentui/react-button
2
2
 
3
- This log was last generated on Mon, 25 Apr 2022 09:31:17 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 28 Jun 2022 15:08:38 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0)
8
+
9
+ Tue, 28 Jun 2022 15:08:38 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-rc.14..@fluentui/react-button_v9.0.0)
11
+
12
+ ### Patches
13
+
14
+ - feat: Initial 9.0.0 release ([PR #23733](https://github.com/microsoft/fluentui/pull/23733) by lingfangao@hotmail.com)
15
+ - Bump @fluentui/keyboard-keys to v9.0.0 ([commit](https://github.com/microsoft/fluentui/commit/ba6c5d651559b91c815429c9a9357c4d5a390f3e) by beachball)
16
+ - Bump @fluentui/react-aria to v9.0.0 ([commit](https://github.com/microsoft/fluentui/commit/ba6c5d651559b91c815429c9a9357c4d5a390f3e) by beachball)
17
+ - Bump @fluentui/react-tabster to v9.0.0 ([commit](https://github.com/microsoft/fluentui/commit/ba6c5d651559b91c815429c9a9357c4d5a390f3e) by beachball)
18
+ - Bump @fluentui/react-theme to v9.0.0 ([commit](https://github.com/microsoft/fluentui/commit/ba6c5d651559b91c815429c9a9357c4d5a390f3e) by beachball)
19
+ - Bump @fluentui/react-utilities to v9.0.0 ([commit](https://github.com/microsoft/fluentui/commit/ba6c5d651559b91c815429c9a9357c4d5a390f3e) by beachball)
20
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.9 ([commit](https://github.com/microsoft/fluentui/commit/ba6c5d651559b91c815429c9a9357c4d5a390f3e) by beachball)
21
+
22
+ ### Changes
23
+
24
+ - Bump Griffel dependencies ([PR #23688](https://github.com/microsoft/fluentui/pull/23688) by lingfangao@hotmail.com)
25
+ - README and migration guide cleanup. ([PR #23395](https://github.com/microsoft/fluentui/pull/23395) by Humberto.Morimoto@microsoft.com)
26
+ - Button: Adding missing forced color adjust overrides. ([PR #23387](https://github.com/microsoft/fluentui/pull/23387) by Humberto.Morimoto@microsoft.com)
27
+ - Update 9.0.0-rc dependencies to use caret range ([PR #23732](https://github.com/microsoft/fluentui/pull/23732) by lingfangao@hotmail.com)
28
+ - Button: Fixing hover styles in High Contrast mode. ([PR #23384](https://github.com/microsoft/fluentui/pull/23384) by Humberto.Morimoto@microsoft.com)
29
+ - chore: Update @fluentui/react-icons to latest version ([PR #23459](https://github.com/microsoft/fluentui/pull/23459) by olfedias@microsoft.com)
30
+
31
+ ## [9.0.0-rc.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-rc.14)
32
+
33
+ Thu, 23 Jun 2022 14:25:31 GMT
34
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-rc.13..@fluentui/react-button_v9.0.0-rc.14)
35
+
36
+ ### Changes
37
+
38
+ - Bump @fluentui/react-tabster to v9.0.0-rc.14 ([PR #23608](https://github.com/microsoft/fluentui/pull/23608) by beachball)
39
+ - Bump @fluentui/react-theme to v9.0.0-rc.10 ([PR #23608](https://github.com/microsoft/fluentui/pull/23608) by beachball)
40
+
41
+ ## [9.0.0-rc.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-rc.13)
42
+
43
+ Tue, 31 May 2022 21:28:36 GMT
44
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-rc.12..@fluentui/react-button_v9.0.0-rc.13)
45
+
46
+ ### Changes
47
+
48
+ - chore: Update Griffel to latest version ([PR #23275](https://github.com/microsoft/fluentui/pull/23275) by olfedias@microsoft.com)
49
+ - Bump @fluentui/react-aria to v9.0.0-rc.10 ([PR #23325](https://github.com/microsoft/fluentui/pull/23325) by beachball)
50
+ - Bump @fluentui/react-tabster to v9.0.0-rc.13 ([PR #23325](https://github.com/microsoft/fluentui/pull/23325) by beachball)
51
+ - Bump @fluentui/react-utilities to v9.0.0-rc.10 ([PR #23325](https://github.com/microsoft/fluentui/pull/23325) by beachball)
52
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.8 ([PR #23325](https://github.com/microsoft/fluentui/pull/23325) by beachball)
53
+
54
+ ## [9.0.0-rc.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-rc.12)
55
+
56
+ Thu, 26 May 2022 21:01:23 GMT
57
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-rc.11..@fluentui/react-button_v9.0.0-rc.12)
58
+
59
+ ### Changes
60
+
61
+ - ToggleButton: Differentiating hover and checked styles. ([PR #23209](https://github.com/microsoft/fluentui/pull/23209) by Humberto.Morimoto@microsoft.com)
62
+ - ToggleButton: Apply thicker border width to checked outline toggle buttons. ([PR #23207](https://github.com/microsoft/fluentui/pull/23207) by Humberto.Morimoto@microsoft.com)
63
+ - Bump @fluentui/react-tabster to v9.0.0-rc.12 ([PR #23267](https://github.com/microsoft/fluentui/pull/23267) by beachball)
64
+
65
+ ## [9.0.0-rc.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-rc.11)
66
+
67
+ Mon, 23 May 2022 18:56:41 GMT
68
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-rc.10..@fluentui/react-button_v9.0.0-rc.11)
69
+
70
+ ### Changes
71
+
72
+ - Removing <componentName>ClassName exports. ([PR #23092](https://github.com/microsoft/fluentui/pull/23092) by esteban.230@hotmail.com)
73
+ - Removing deprecated block prop from all button components. ([PR #23092](https://github.com/microsoft/fluentui/pull/23092) by Humberto.Morimoto@microsoft.com)
74
+ - Bump @fluentui/react-tabster to v9.0.0-rc.11 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
75
+ - Bump @fluentui/react-theme to v9.0.0-rc.9 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
76
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.7 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
77
+
78
+ ## [9.0.0-rc.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-rc.10)
79
+
80
+ Mon, 23 May 2022 12:14:03 GMT
81
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-rc.9..@fluentui/react-button_v9.0.0-rc.10)
82
+
83
+ ### Changes
84
+
85
+ - Using spacing tokens for button components. ([PR #23076](https://github.com/microsoft/fluentui/pull/23076) by Humberto.Morimoto@microsoft.com)
86
+ - 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)
87
+ - chore: Update Griffel to latest version ([PR #22894](https://github.com/microsoft/fluentui/pull/22894) by olfedias@microsoft.com)
88
+ - chore: Update Griffel to latest version ([PR #23029](https://github.com/microsoft/fluentui/pull/23029) by olfedias@microsoft.com)
89
+ - Removing Common types from all button components. ([PR #22904](https://github.com/microsoft/fluentui/pull/22904) by humberto_makoto@hotmail.com)
90
+ - Removing ToggleButtonCommons type in @fluentui/react-button. ([PR #23067](https://github.com/microsoft/fluentui/pull/23067) by Humberto.Morimoto@microsoft.com)
91
+ - Bump @fluentui/react-aria to v9.0.0-rc.9 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
92
+ - Bump @fluentui/react-tabster to v9.0.0-rc.10 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
93
+ - Bump @fluentui/react-theme to v9.0.0-rc.8 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
94
+ - Bump @fluentui/react-utilities to v9.0.0-rc.9 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
95
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.6 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
96
+
97
+ ## [9.0.0-rc.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-rc.9)
98
+
99
+ Thu, 05 May 2022 18:26:29 GMT
100
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-rc.8..@fluentui/react-button_v9.0.0-rc.9)
101
+
102
+ ### Changes
103
+
104
+ - feat: ship rolluped only dts ([PR #22823](https://github.com/microsoft/fluentui/pull/22823) by martinhochel@microsoft.com)
105
+ - Bump @fluentui/keyboard-keys to v9.0.0-rc.6 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
106
+ - Bump @fluentui/react-aria to v9.0.0-rc.8 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
107
+ - Bump @fluentui/react-tabster to v9.0.0-rc.9 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
108
+ - Bump @fluentui/react-theme to v9.0.0-rc.7 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
109
+ - Bump @fluentui/react-utilities to v9.0.0-rc.8 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
110
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.5 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
111
+
112
+ ## [9.0.0-rc.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-rc.8)
113
+
114
+ Wed, 04 May 2022 13:26:38 GMT
115
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-rc.7..@fluentui/react-button_v9.0.0-rc.8)
116
+
117
+ ### Changes
118
+
119
+ - Bump @fluentui/keyboard-keys to v9.0.0-rc.5 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
120
+ - Bump @fluentui/react-aria to v9.0.0-rc.7 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
121
+ - Bump @fluentui/react-tabster to v9.0.0-rc.8 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
122
+ - Bump @fluentui/react-theme to v9.0.0-rc.6 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
123
+ - Bump @fluentui/react-utilities to v9.0.0-rc.7 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
124
+
7
125
  ## [9.0.0-rc.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-rc.7)
8
126
 
9
- Mon, 25 Apr 2022 09:31:17 GMT
127
+ Mon, 25 Apr 2022 09:32:16 GMT
10
128
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-rc.6..@fluentui/react-button_v9.0.0-rc.7)
11
129
 
12
130
  ### Changes
@@ -18,7 +136,7 @@ Mon, 25 Apr 2022 09:31:17 GMT
18
136
 
19
137
  ## [9.0.0-rc.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-rc.6)
20
138
 
21
- Tue, 19 Apr 2022 19:17:12 GMT
139
+ Tue, 19 Apr 2022 19:17:12 GMT
22
140
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-rc.5..@fluentui/react-button_v9.0.0-rc.6)
23
141
 
24
142
  ### Changes
@@ -39,7 +157,7 @@ Tue, 19 Apr 2022 19:17:12 GMT
39
157
 
40
158
  ## [9.0.0-rc.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-rc.5)
41
159
 
42
- Fri, 04 Mar 2022 05:17:34 GMT
160
+ Fri, 04 Mar 2022 05:17:34 GMT
43
161
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-rc.4..@fluentui/react-button_v9.0.0-rc.5)
44
162
 
45
163
  ### Changes
@@ -54,7 +172,7 @@ Fri, 04 Mar 2022 05:17:34 GMT
54
172
 
55
173
  ## [9.0.0-rc.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-rc.4)
56
174
 
57
- Tue, 01 Mar 2022 02:17:35 GMT
175
+ Tue, 01 Mar 2022 02:17:35 GMT
58
176
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-rc.3..@fluentui/react-button_v9.0.0-rc.4)
59
177
 
60
178
  ### Changes
@@ -66,7 +184,7 @@ Tue, 01 Mar 2022 02:17:35 GMT
66
184
 
67
185
  ## [9.0.0-rc.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-rc.3)
68
186
 
69
- Fri, 18 Feb 2022 13:35:28 GMT
187
+ Fri, 18 Feb 2022 13:35:28 GMT
70
188
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-rc.1..@fluentui/react-button_v9.0.0-rc.3)
71
189
 
72
190
  ### Changes
@@ -84,7 +202,7 @@ Fri, 18 Feb 2022 13:35:28 GMT
84
202
 
85
203
  ## [9.0.0-rc.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-rc.1)
86
204
 
87
- Thu, 10 Feb 2022 08:51:46 GMT
205
+ Thu, 10 Feb 2022 08:51:46 GMT
88
206
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-beta.5..@fluentui/react-button_v9.0.0-rc.1)
89
207
 
90
208
  ### Changes
@@ -93,7 +211,7 @@ Thu, 10 Feb 2022 08:51:46 GMT
93
211
  - 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)
94
212
  - Replace make-styles packages with griffel equivalents. ([PR #21436](https://github.com/microsoft/fluentui/pull/21436) by olfedias@microsoft.com)
95
213
  - Update react-icons usage to resizable icons ([PR #21074](https://github.com/microsoft/fluentui/pull/21074) by ololubek@microsoft.com)
96
- - 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)
214
+ - 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)
97
215
  - Bump Fluent UI packages to 9.0.0-rc ([PR #21623](https://github.com/microsoft/fluentui/pull/21623) by lingfangao@hotmail.com)
98
216
  - (fix): Update react-icons dependency to latest version ([PR #20943](https://github.com/microsoft/fluentui/pull/20943) by ololubek@microsoft.com)
99
217
  - 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)
@@ -117,7 +235,7 @@ Thu, 10 Feb 2022 08:51:46 GMT
117
235
 
118
236
  ## [9.0.0-beta.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-beta.5)
119
237
 
120
- Thu, 25 Nov 2021 08:34:12 GMT
238
+ Thu, 25 Nov 2021 08:34:12 GMT
121
239
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-beta.4..@fluentui/react-button_v9.0.0-beta.5)
122
240
 
123
241
  ### Changes
@@ -134,7 +252,7 @@ Thu, 25 Nov 2021 08:34:12 GMT
134
252
 
135
253
  ## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-beta.4)
136
254
 
137
- Fri, 12 Nov 2021 13:25:16 GMT
255
+ Fri, 12 Nov 2021 13:25:16 GMT
138
256
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-beta.3..@fluentui/react-button_v9.0.0-beta.4)
139
257
 
140
258
  ### Changes
@@ -154,7 +272,7 @@ Fri, 12 Nov 2021 13:25:16 GMT
154
272
 
155
273
  ## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-beta.3)
156
274
 
157
- Wed, 27 Oct 2021 12:14:15 GMT
275
+ Wed, 27 Oct 2021 12:14:15 GMT
158
276
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-beta.2..@fluentui/react-button_v9.0.0-beta.3)
159
277
 
160
278
  ### Changes
@@ -172,7 +290,7 @@ Wed, 27 Oct 2021 12:14:15 GMT
172
290
 
173
291
  ## [9.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-beta.2)
174
292
 
175
- Tue, 12 Oct 2021 19:45:58 GMT
293
+ Tue, 12 Oct 2021 19:45:58 GMT
176
294
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-beta.1..@fluentui/react-button_v9.0.0-beta.2)
177
295
 
178
296
  ### Changes
@@ -182,7 +300,7 @@ Tue, 12 Oct 2021 19:45:58 GMT
182
300
 
183
301
  ## [9.0.0-beta.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-beta.1)
184
302
 
185
- Wed, 06 Oct 2021 10:37:22 GMT
303
+ Wed, 06 Oct 2021 10:37:22 GMT
186
304
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.101..@fluentui/react-button_v9.0.0-beta.1)
187
305
 
188
306
  ### Changes
@@ -200,7 +318,7 @@ Wed, 06 Oct 2021 10:37:22 GMT
200
318
 
201
319
  ## [9.0.0-alpha.101](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.101)
202
320
 
203
- Tue, 05 Oct 2021 12:47:58 GMT
321
+ Tue, 05 Oct 2021 12:47:58 GMT
204
322
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.100..@fluentui/react-button_v9.0.0-alpha.101)
205
323
 
206
324
  ### Changes
@@ -215,7 +333,7 @@ Tue, 05 Oct 2021 12:47:58 GMT
215
333
 
216
334
  ## [9.0.0-alpha.100](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.100)
217
335
 
218
- Tue, 05 Oct 2021 09:28:07 GMT
336
+ Tue, 05 Oct 2021 09:28:07 GMT
219
337
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.99..@fluentui/react-button_v9.0.0-alpha.100)
220
338
 
221
339
  ### Changes
@@ -232,7 +350,7 @@ Tue, 05 Oct 2021 09:28:07 GMT
232
350
 
233
351
  ## [9.0.0-alpha.99](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.99)
234
352
 
235
- Fri, 01 Oct 2021 14:13:08 GMT
353
+ Fri, 01 Oct 2021 14:13:08 GMT
236
354
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.97..@fluentui/react-button_v9.0.0-alpha.99)
237
355
 
238
356
  ### Changes
@@ -250,7 +368,7 @@ Fri, 01 Oct 2021 14:13:08 GMT
250
368
 
251
369
  ## [9.0.0-alpha.97](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.97)
252
370
 
253
- Fri, 01 Oct 2021 12:30:46 GMT
371
+ Fri, 01 Oct 2021 12:30:46 GMT
254
372
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.96..@fluentui/react-button_v9.0.0-alpha.97)
255
373
 
256
374
  ### Changes
@@ -261,7 +379,7 @@ Fri, 01 Oct 2021 12:30:46 GMT
261
379
 
262
380
  ## [9.0.0-alpha.96](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.96)
263
381
 
264
- Fri, 01 Oct 2021 09:44:56 GMT
382
+ Fri, 01 Oct 2021 09:44:56 GMT
265
383
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.95..@fluentui/react-button_v9.0.0-alpha.96)
266
384
 
267
385
  ### Changes
@@ -272,7 +390,7 @@ Fri, 01 Oct 2021 09:44:56 GMT
272
390
 
273
391
  ## [9.0.0-alpha.95](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.95)
274
392
 
275
- Thu, 30 Sep 2021 09:18:15 GMT
393
+ Thu, 30 Sep 2021 09:18:15 GMT
276
394
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.94..@fluentui/react-button_v9.0.0-alpha.95)
277
395
 
278
396
  ### Changes
@@ -281,7 +399,7 @@ Thu, 30 Sep 2021 09:18:15 GMT
281
399
 
282
400
  ## [9.0.0-alpha.94](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.94)
283
401
 
284
- Wed, 29 Sep 2021 08:06:11 GMT
402
+ Wed, 29 Sep 2021 08:06:11 GMT
285
403
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.93..@fluentui/react-button_v9.0.0-alpha.94)
286
404
 
287
405
  ### Changes
@@ -295,7 +413,7 @@ Wed, 29 Sep 2021 08:06:11 GMT
295
413
 
296
414
  ## [9.0.0-alpha.93](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.93)
297
415
 
298
- Mon, 27 Sep 2021 08:06:00 GMT
416
+ Mon, 27 Sep 2021 08:06:00 GMT
299
417
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.92..@fluentui/react-button_v9.0.0-alpha.93)
300
418
 
301
419
  ### Changes
@@ -310,7 +428,7 @@ Mon, 27 Sep 2021 08:06:00 GMT
310
428
 
311
429
  ## [9.0.0-alpha.92](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.92)
312
430
 
313
- Fri, 24 Sep 2021 09:17:17 GMT
431
+ Fri, 24 Sep 2021 09:17:17 GMT
314
432
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.91..@fluentui/react-button_v9.0.0-alpha.92)
315
433
 
316
434
  ### Changes
@@ -325,7 +443,7 @@ Fri, 24 Sep 2021 09:17:17 GMT
325
443
 
326
444
  ## [9.0.0-alpha.91](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.91)
327
445
 
328
- Thu, 23 Sep 2021 08:21:34 GMT
446
+ Thu, 23 Sep 2021 08:21:34 GMT
329
447
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.90..@fluentui/react-button_v9.0.0-alpha.91)
330
448
 
331
449
  ### Changes
@@ -341,7 +459,7 @@ Thu, 23 Sep 2021 08:21:34 GMT
341
459
 
342
460
  ## [9.0.0-alpha.90](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.90)
343
461
 
344
- Wed, 22 Sep 2021 10:10:07 GMT
462
+ Wed, 22 Sep 2021 10:10:07 GMT
345
463
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.89..@fluentui/react-button_v9.0.0-alpha.90)
346
464
 
347
465
  ### Changes
@@ -358,7 +476,7 @@ Wed, 22 Sep 2021 10:10:07 GMT
358
476
 
359
477
  ## [9.0.0-alpha.89](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.89)
360
478
 
361
- Tue, 21 Sep 2021 07:42:34 GMT
479
+ Tue, 21 Sep 2021 07:42:34 GMT
362
480
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.88..@fluentui/react-button_v9.0.0-alpha.89)
363
481
 
364
482
  ### Changes
@@ -373,7 +491,7 @@ Tue, 21 Sep 2021 07:42:34 GMT
373
491
 
374
492
  ## [9.0.0-alpha.88](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.88)
375
493
 
376
- Mon, 20 Sep 2021 07:36:26 GMT
494
+ Mon, 20 Sep 2021 07:36:26 GMT
377
495
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.87..@fluentui/react-button_v9.0.0-alpha.88)
378
496
 
379
497
  ### Changes
@@ -383,7 +501,7 @@ Mon, 20 Sep 2021 07:36:26 GMT
383
501
 
384
502
  ## [9.0.0-alpha.87](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.87)
385
503
 
386
- Fri, 17 Sep 2021 07:35:26 GMT
504
+ Fri, 17 Sep 2021 07:35:26 GMT
387
505
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.86..@fluentui/react-button_v9.0.0-alpha.87)
388
506
 
389
507
  ### Changes
@@ -394,7 +512,7 @@ Fri, 17 Sep 2021 07:35:26 GMT
394
512
 
395
513
  ## [9.0.0-alpha.86](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.86)
396
514
 
397
- Thu, 16 Sep 2021 07:38:39 GMT
515
+ Thu, 16 Sep 2021 07:38:39 GMT
398
516
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.85..@fluentui/react-button_v9.0.0-alpha.86)
399
517
 
400
518
  ### Changes
@@ -403,7 +521,7 @@ Thu, 16 Sep 2021 07:38:39 GMT
403
521
 
404
522
  ## [9.0.0-alpha.85](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.85)
405
523
 
406
- Tue, 14 Sep 2021 20:09:02 GMT
524
+ Tue, 14 Sep 2021 20:09:02 GMT
407
525
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.84..@fluentui/react-button_v9.0.0-alpha.85)
408
526
 
409
527
  ### Changes
@@ -412,7 +530,7 @@ Tue, 14 Sep 2021 20:09:02 GMT
412
530
 
413
531
  ## [9.0.0-alpha.84](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.84)
414
532
 
415
- Fri, 10 Sep 2021 16:31:53 GMT
533
+ Fri, 10 Sep 2021 16:31:53 GMT
416
534
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.83..@fluentui/react-button_v9.0.0-alpha.84)
417
535
 
418
536
  ### Changes
@@ -422,7 +540,7 @@ Fri, 10 Sep 2021 16:31:53 GMT
422
540
 
423
541
  ## [9.0.0-alpha.83](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.83)
424
542
 
425
- Fri, 10 Sep 2021 07:39:51 GMT
543
+ Fri, 10 Sep 2021 07:39:51 GMT
426
544
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.82..@fluentui/react-button_v9.0.0-alpha.83)
427
545
 
428
546
  ### Changes
@@ -431,7 +549,7 @@ Fri, 10 Sep 2021 07:39:51 GMT
431
549
 
432
550
  ## [9.0.0-alpha.82](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.82)
433
551
 
434
- Wed, 08 Sep 2021 07:34:11 GMT
552
+ Wed, 08 Sep 2021 07:34:11 GMT
435
553
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.81..@fluentui/react-button_v9.0.0-alpha.82)
436
554
 
437
555
  ### Changes
@@ -440,7 +558,7 @@ Wed, 08 Sep 2021 07:34:11 GMT
440
558
 
441
559
  ## [9.0.0-alpha.81](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.81)
442
560
 
443
- Mon, 06 Sep 2021 07:34:53 GMT
561
+ Mon, 06 Sep 2021 07:34:53 GMT
444
562
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.80..@fluentui/react-button_v9.0.0-alpha.81)
445
563
 
446
564
  ### Changes
@@ -449,7 +567,7 @@ Mon, 06 Sep 2021 07:34:53 GMT
449
567
 
450
568
  ## [9.0.0-alpha.80](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.80)
451
569
 
452
- Fri, 03 Sep 2021 00:13:07 GMT
570
+ Fri, 03 Sep 2021 00:13:07 GMT
453
571
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.79..@fluentui/react-button_v9.0.0-alpha.80)
454
572
 
455
573
  ### Changes
@@ -458,7 +576,7 @@ Fri, 03 Sep 2021 00:13:07 GMT
458
576
 
459
577
  ## [9.0.0-alpha.79](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.79)
460
578
 
461
- Thu, 02 Sep 2021 07:36:46 GMT
579
+ Thu, 02 Sep 2021 07:36:46 GMT
462
580
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.78..@fluentui/react-button_v9.0.0-alpha.79)
463
581
 
464
582
  ### Patches
@@ -471,7 +589,7 @@ Thu, 02 Sep 2021 07:36:46 GMT
471
589
 
472
590
  ## [9.0.0-alpha.78](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.78)
473
591
 
474
- Wed, 01 Sep 2021 07:39:56 GMT
592
+ Wed, 01 Sep 2021 07:39:56 GMT
475
593
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.77..@fluentui/react-button_v9.0.0-alpha.78)
476
594
 
477
595
  ### Changes
@@ -480,7 +598,7 @@ Wed, 01 Sep 2021 07:39:56 GMT
480
598
 
481
599
  ## [9.0.0-alpha.77](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.77)
482
600
 
483
- Tue, 31 Aug 2021 07:37:47 GMT
601
+ Tue, 31 Aug 2021 07:37:47 GMT
484
602
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.76..@fluentui/react-button_v9.0.0-alpha.77)
485
603
 
486
604
  ### Changes
@@ -489,7 +607,7 @@ Tue, 31 Aug 2021 07:37:47 GMT
489
607
 
490
608
  ## [9.0.0-alpha.76](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.76)
491
609
 
492
- Mon, 30 Aug 2021 07:35:05 GMT
610
+ Mon, 30 Aug 2021 07:35:05 GMT
493
611
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.75..@fluentui/react-button_v9.0.0-alpha.76)
494
612
 
495
613
  ### Changes
@@ -498,7 +616,7 @@ Mon, 30 Aug 2021 07:35:05 GMT
498
616
 
499
617
  ## [9.0.0-alpha.75](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.75)
500
618
 
501
- Fri, 27 Aug 2021 07:33:32 GMT
619
+ Fri, 27 Aug 2021 07:33:32 GMT
502
620
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.74..@fluentui/react-button_v9.0.0-alpha.75)
503
621
 
504
622
  ### Changes
@@ -507,7 +625,7 @@ Fri, 27 Aug 2021 07:33:32 GMT
507
625
 
508
626
  ## [9.0.0-alpha.74](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.74)
509
627
 
510
- Thu, 26 Aug 2021 07:35:43 GMT
628
+ Thu, 26 Aug 2021 07:35:43 GMT
511
629
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.73..@fluentui/react-button_v9.0.0-alpha.74)
512
630
 
513
631
  ### Changes
@@ -516,7 +634,7 @@ Thu, 26 Aug 2021 07:35:43 GMT
516
634
 
517
635
  ## [9.0.0-alpha.73](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.73)
518
636
 
519
- Fri, 20 Aug 2021 07:37:28 GMT
637
+ Fri, 20 Aug 2021 07:37:28 GMT
520
638
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.72..@fluentui/react-button_v9.0.0-alpha.73)
521
639
 
522
640
  ### Changes
@@ -525,7 +643,7 @@ Fri, 20 Aug 2021 07:37:28 GMT
525
643
 
526
644
  ## [9.0.0-alpha.72](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.72)
527
645
 
528
- Thu, 19 Aug 2021 07:41:35 GMT
646
+ Thu, 19 Aug 2021 07:41:35 GMT
529
647
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.71..@fluentui/react-button_v9.0.0-alpha.72)
530
648
 
531
649
  ### Changes
@@ -534,7 +652,7 @@ Thu, 19 Aug 2021 07:41:35 GMT
534
652
 
535
653
  ## [9.0.0-alpha.71](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.71)
536
654
 
537
- Wed, 18 Aug 2021 07:33:54 GMT
655
+ Wed, 18 Aug 2021 07:33:54 GMT
538
656
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.70..@fluentui/react-button_v9.0.0-alpha.71)
539
657
 
540
658
  ### Changes
@@ -543,7 +661,7 @@ Wed, 18 Aug 2021 07:33:54 GMT
543
661
 
544
662
  ## [9.0.0-alpha.70](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.70)
545
663
 
546
- Fri, 13 Aug 2021 07:36:34 GMT
664
+ Fri, 13 Aug 2021 07:36:34 GMT
547
665
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.69..@fluentui/react-button_v9.0.0-alpha.70)
548
666
 
549
667
  ### Changes
@@ -552,7 +670,7 @@ Fri, 13 Aug 2021 07:36:34 GMT
552
670
 
553
671
  ## [9.0.0-alpha.69](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.69)
554
672
 
555
- Wed, 11 Aug 2021 07:34:54 GMT
673
+ Wed, 11 Aug 2021 07:34:54 GMT
556
674
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.68..@fluentui/react-button_v9.0.0-alpha.69)
557
675
 
558
676
  ### Changes
@@ -561,7 +679,7 @@ Wed, 11 Aug 2021 07:34:54 GMT
561
679
 
562
680
  ## [9.0.0-alpha.68](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.68)
563
681
 
564
- Fri, 06 Aug 2021 07:35:14 GMT
682
+ Fri, 06 Aug 2021 07:35:14 GMT
565
683
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.67..@fluentui/react-button_v9.0.0-alpha.68)
566
684
 
567
685
  ### Changes
@@ -570,7 +688,7 @@ Fri, 06 Aug 2021 07:35:14 GMT
570
688
 
571
689
  ## [9.0.0-alpha.67](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.67)
572
690
 
573
- Tue, 03 Aug 2021 07:39:30 GMT
691
+ Tue, 03 Aug 2021 07:39:30 GMT
574
692
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.66..@fluentui/react-button_v9.0.0-alpha.67)
575
693
 
576
694
  ### Patches
@@ -583,7 +701,7 @@ Tue, 03 Aug 2021 07:39:30 GMT
583
701
 
584
702
  ## [9.0.0-alpha.66](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.66)
585
703
 
586
- Mon, 02 Aug 2021 07:36:20 GMT
704
+ Mon, 02 Aug 2021 07:36:20 GMT
587
705
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.65..@fluentui/react-button_v9.0.0-alpha.66)
588
706
 
589
707
  ### Changes
@@ -592,7 +710,7 @@ Mon, 02 Aug 2021 07:36:20 GMT
592
710
 
593
711
  ## [9.0.0-alpha.65](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.65)
594
712
 
595
- Mon, 26 Jul 2021 07:37:30 GMT
713
+ Mon, 26 Jul 2021 07:37:30 GMT
596
714
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.64..@fluentui/react-button_v9.0.0-alpha.65)
597
715
 
598
716
  ### Changes
@@ -601,7 +719,7 @@ Mon, 26 Jul 2021 07:37:30 GMT
601
719
 
602
720
  ## [9.0.0-alpha.64](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.64)
603
721
 
604
- Fri, 23 Jul 2021 07:38:19 GMT
722
+ Fri, 23 Jul 2021 07:38:19 GMT
605
723
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.63..@fluentui/react-button_v9.0.0-alpha.64)
606
724
 
607
725
  ### Changes
@@ -612,7 +730,7 @@ Fri, 23 Jul 2021 07:38:19 GMT
612
730
 
613
731
  ## [9.0.0-alpha.63](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.63)
614
732
 
615
- Thu, 22 Jul 2021 07:36:55 GMT
733
+ Thu, 22 Jul 2021 07:36:55 GMT
616
734
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.62..@fluentui/react-button_v9.0.0-alpha.63)
617
735
 
618
736
  ### Changes
@@ -621,7 +739,7 @@ Thu, 22 Jul 2021 07:36:55 GMT
621
739
 
622
740
  ## [9.0.0-alpha.62](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.62)
623
741
 
624
- Tue, 20 Jul 2021 22:23:17 GMT
742
+ Tue, 20 Jul 2021 22:23:17 GMT
625
743
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.61..@fluentui/react-button_v9.0.0-alpha.62)
626
744
 
627
745
  ### Changes
@@ -630,7 +748,7 @@ Tue, 20 Jul 2021 22:23:17 GMT
630
748
 
631
749
  ## [9.0.0-alpha.61](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.61)
632
750
 
633
- Fri, 16 Jul 2021 22:53:17 GMT
751
+ Fri, 16 Jul 2021 22:53:17 GMT
634
752
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.60..@fluentui/react-button_v9.0.0-alpha.61)
635
753
 
636
754
  ### Changes
@@ -639,7 +757,7 @@ Fri, 16 Jul 2021 22:53:17 GMT
639
757
 
640
758
  ## [9.0.0-alpha.60](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.60)
641
759
 
642
- Thu, 15 Jul 2021 07:36:18 GMT
760
+ Thu, 15 Jul 2021 07:36:18 GMT
643
761
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.59..@fluentui/react-button_v9.0.0-alpha.60)
644
762
 
645
763
  ### Changes
@@ -648,7 +766,7 @@ Thu, 15 Jul 2021 07:36:18 GMT
648
766
 
649
767
  ## [9.0.0-alpha.59](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.59)
650
768
 
651
- Tue, 13 Jul 2021 22:32:58 GMT
769
+ Tue, 13 Jul 2021 22:32:58 GMT
652
770
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.58..@fluentui/react-button_v9.0.0-alpha.59)
653
771
 
654
772
  ### Patches
@@ -657,7 +775,7 @@ Tue, 13 Jul 2021 22:32:58 GMT
657
775
 
658
776
  ## [9.0.0-alpha.58](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.58)
659
777
 
660
- Tue, 13 Jul 2021 07:35:36 GMT
778
+ Tue, 13 Jul 2021 07:35:36 GMT
661
779
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.57..@fluentui/react-button_v9.0.0-alpha.58)
662
780
 
663
781
  ### Changes
@@ -666,7 +784,7 @@ Tue, 13 Jul 2021 07:35:36 GMT
666
784
 
667
785
  ## [9.0.0-alpha.57](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.57)
668
786
 
669
- Mon, 12 Jul 2021 07:33:23 GMT
787
+ Mon, 12 Jul 2021 07:33:23 GMT
670
788
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.56..@fluentui/react-button_v9.0.0-alpha.57)
671
789
 
672
790
  ### Changes
@@ -675,7 +793,7 @@ Mon, 12 Jul 2021 07:33:23 GMT
675
793
 
676
794
  ## [9.0.0-alpha.56](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.56)
677
795
 
678
- Fri, 09 Jul 2021 07:39:31 GMT
796
+ Fri, 09 Jul 2021 07:39:31 GMT
679
797
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.55..@fluentui/react-button_v9.0.0-alpha.56)
680
798
 
681
799
  ### Patches
@@ -688,7 +806,7 @@ Fri, 09 Jul 2021 07:39:31 GMT
688
806
 
689
807
  ## [9.0.0-alpha.55](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.55)
690
808
 
691
- Fri, 02 Jul 2021 23:15:55 GMT
809
+ Fri, 02 Jul 2021 23:15:55 GMT
692
810
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.54..@fluentui/react-button_v9.0.0-alpha.55)
693
811
 
694
812
  ### Changes
@@ -697,7 +815,7 @@ Fri, 02 Jul 2021 23:15:55 GMT
697
815
 
698
816
  ## [9.0.0-alpha.54](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.54)
699
817
 
700
- Fri, 02 Jul 2021 07:37:06 GMT
818
+ Fri, 02 Jul 2021 07:37:06 GMT
701
819
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.53..@fluentui/react-button_v9.0.0-alpha.54)
702
820
 
703
821
  ### Changes
@@ -706,7 +824,7 @@ Fri, 02 Jul 2021 07:37:06 GMT
706
824
 
707
825
  ## [9.0.0-alpha.53](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.53)
708
826
 
709
- Thu, 01 Jul 2021 07:35:05 GMT
827
+ Thu, 01 Jul 2021 07:35:05 GMT
710
828
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.52..@fluentui/react-button_v9.0.0-alpha.53)
711
829
 
712
830
  ### Changes
@@ -715,7 +833,7 @@ Thu, 01 Jul 2021 07:35:05 GMT
715
833
 
716
834
  ## [9.0.0-alpha.52](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.52)
717
835
 
718
- Wed, 30 Jun 2021 07:38:35 GMT
836
+ Wed, 30 Jun 2021 07:38:35 GMT
719
837
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.51..@fluentui/react-button_v9.0.0-alpha.52)
720
838
 
721
839
  ### Changes
@@ -724,7 +842,7 @@ Wed, 30 Jun 2021 07:38:35 GMT
724
842
 
725
843
  ## [9.0.0-alpha.51](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.51)
726
844
 
727
- Tue, 29 Jun 2021 07:33:32 GMT
845
+ Tue, 29 Jun 2021 07:33:32 GMT
728
846
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.50..@fluentui/react-button_v9.0.0-alpha.51)
729
847
 
730
848
  ### Changes
@@ -733,7 +851,7 @@ Tue, 29 Jun 2021 07:33:32 GMT
733
851
 
734
852
  ## [9.0.0-alpha.50](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.50)
735
853
 
736
- Wed, 23 Jun 2021 07:31:49 GMT
854
+ Wed, 23 Jun 2021 07:31:49 GMT
737
855
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.49..@fluentui/react-button_v9.0.0-alpha.50)
738
856
 
739
857
  ### Changes
@@ -742,7 +860,7 @@ Wed, 23 Jun 2021 07:31:49 GMT
742
860
 
743
861
  ## [9.0.0-alpha.49](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.49)
744
862
 
745
- Tue, 22 Jun 2021 07:35:11 GMT
863
+ Tue, 22 Jun 2021 07:35:11 GMT
746
864
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.48..@fluentui/react-button_v9.0.0-alpha.49)
747
865
 
748
866
  ### Changes
@@ -751,7 +869,7 @@ Tue, 22 Jun 2021 07:35:11 GMT
751
869
 
752
870
  ## [9.0.0-alpha.48](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.48)
753
871
 
754
- Tue, 15 Jun 2021 07:40:20 GMT
872
+ Tue, 15 Jun 2021 07:40:20 GMT
755
873
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.47..@fluentui/react-button_v9.0.0-alpha.48)
756
874
 
757
875
  ### Changes
@@ -760,7 +878,7 @@ Tue, 15 Jun 2021 07:40:20 GMT
760
878
 
761
879
  ## [9.0.0-alpha.47](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.47)
762
880
 
763
- Fri, 11 Jun 2021 07:34:26 GMT
881
+ Fri, 11 Jun 2021 07:34:26 GMT
764
882
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.46..@fluentui/react-button_v9.0.0-alpha.47)
765
883
 
766
884
  ### Changes
@@ -771,7 +889,7 @@ Fri, 11 Jun 2021 07:34:26 GMT
771
889
 
772
890
  ## [9.0.0-alpha.46](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.46)
773
891
 
774
- Thu, 10 Jun 2021 07:32:59 GMT
892
+ Thu, 10 Jun 2021 07:32:59 GMT
775
893
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.45..@fluentui/react-button_v9.0.0-alpha.46)
776
894
 
777
895
  ### Changes
@@ -780,7 +898,7 @@ Thu, 10 Jun 2021 07:32:59 GMT
780
898
 
781
899
  ## [9.0.0-alpha.45](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.45)
782
900
 
783
- Wed, 09 Jun 2021 07:33:38 GMT
901
+ Wed, 09 Jun 2021 07:33:38 GMT
784
902
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.44..@fluentui/react-button_v9.0.0-alpha.45)
785
903
 
786
904
  ### Changes
@@ -789,7 +907,7 @@ Wed, 09 Jun 2021 07:33:38 GMT
789
907
 
790
908
  ## [9.0.0-alpha.44](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.44)
791
909
 
792
- Mon, 07 Jun 2021 07:38:15 GMT
910
+ Mon, 07 Jun 2021 07:38:15 GMT
793
911
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.43..@fluentui/react-button_v9.0.0-alpha.44)
794
912
 
795
913
  ### Patches
@@ -802,7 +920,7 @@ Mon, 07 Jun 2021 07:38:15 GMT
802
920
 
803
921
  ## [9.0.0-alpha.43](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.43)
804
922
 
805
- Fri, 04 Jun 2021 07:37:23 GMT
923
+ Fri, 04 Jun 2021 07:37:23 GMT
806
924
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.42..@fluentui/react-button_v9.0.0-alpha.43)
807
925
 
808
926
  ### Changes
@@ -811,7 +929,7 @@ Fri, 04 Jun 2021 07:37:23 GMT
811
929
 
812
930
  ## [9.0.0-alpha.42](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.42)
813
931
 
814
- Thu, 03 Jun 2021 07:36:03 GMT
932
+ Thu, 03 Jun 2021 07:36:03 GMT
815
933
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.41..@fluentui/react-button_v9.0.0-alpha.42)
816
934
 
817
935
  ### Changes
@@ -820,7 +938,7 @@ Thu, 03 Jun 2021 07:36:03 GMT
820
938
 
821
939
  ## [9.0.0-alpha.41](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.41)
822
940
 
823
- Wed, 02 Jun 2021 07:37:15 GMT
941
+ Wed, 02 Jun 2021 07:37:15 GMT
824
942
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.40..@fluentui/react-button_v9.0.0-alpha.41)
825
943
 
826
944
  ### Changes
@@ -829,7 +947,7 @@ Wed, 02 Jun 2021 07:37:15 GMT
829
947
 
830
948
  ## [9.0.0-alpha.40](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.40)
831
949
 
832
- Wed, 26 May 2021 07:35:43 GMT
950
+ Wed, 26 May 2021 07:35:43 GMT
833
951
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.39..@fluentui/react-button_v9.0.0-alpha.40)
834
952
 
835
953
  ### Changes
@@ -838,7 +956,7 @@ Wed, 26 May 2021 07:35:43 GMT
838
956
 
839
957
  ## [9.0.0-alpha.39](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.39)
840
958
 
841
- Fri, 21 May 2021 07:34:54 GMT
959
+ Fri, 21 May 2021 07:34:54 GMT
842
960
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.38..@fluentui/react-button_v9.0.0-alpha.39)
843
961
 
844
962
  ### Changes
@@ -847,7 +965,7 @@ Fri, 21 May 2021 07:34:54 GMT
847
965
 
848
966
  ## [9.0.0-alpha.38](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.38)
849
967
 
850
- Thu, 20 May 2021 07:41:54 GMT
968
+ Thu, 20 May 2021 07:41:54 GMT
851
969
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.37..@fluentui/react-button_v9.0.0-alpha.38)
852
970
 
853
971
  ### Patches
@@ -860,7 +978,7 @@ Thu, 20 May 2021 07:41:54 GMT
860
978
 
861
979
  ## [9.0.0-alpha.37](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.37)
862
980
 
863
- Wed, 19 May 2021 07:34:20 GMT
981
+ Wed, 19 May 2021 07:34:20 GMT
864
982
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.36..@fluentui/react-button_v9.0.0-alpha.37)
865
983
 
866
984
  ### Patches
@@ -873,7 +991,7 @@ Wed, 19 May 2021 07:34:20 GMT
873
991
 
874
992
  ## [9.0.0-alpha.36](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.36)
875
993
 
876
- Tue, 18 May 2021 07:34:38 GMT
994
+ Tue, 18 May 2021 07:34:38 GMT
877
995
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.35..@fluentui/react-button_v9.0.0-alpha.36)
878
996
 
879
997
  ### Changes
@@ -882,7 +1000,7 @@ Tue, 18 May 2021 07:34:38 GMT
882
1000
 
883
1001
  ## [9.0.0-alpha.35](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.35)
884
1002
 
885
- Thu, 13 May 2021 07:36:55 GMT
1003
+ Thu, 13 May 2021 07:36:55 GMT
886
1004
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.34..@fluentui/react-button_v9.0.0-alpha.35)
887
1005
 
888
1006
  ### Changes
@@ -891,7 +1009,7 @@ Thu, 13 May 2021 07:36:55 GMT
891
1009
 
892
1010
  ## [9.0.0-alpha.34](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.34)
893
1011
 
894
- Wed, 12 May 2021 07:36:20 GMT
1012
+ Wed, 12 May 2021 07:36:20 GMT
895
1013
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.33..@fluentui/react-button_v9.0.0-alpha.34)
896
1014
 
897
1015
  ### Changes
@@ -900,7 +1018,7 @@ Wed, 12 May 2021 07:36:20 GMT
900
1018
 
901
1019
  ## [9.0.0-alpha.33](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.33)
902
1020
 
903
- Mon, 10 May 2021 07:36:07 GMT
1021
+ Mon, 10 May 2021 07:36:07 GMT
904
1022
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.32..@fluentui/react-button_v9.0.0-alpha.33)
905
1023
 
906
1024
  ### Changes
@@ -909,7 +1027,7 @@ Mon, 10 May 2021 07:36:07 GMT
909
1027
 
910
1028
  ## [9.0.0-alpha.32](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.32)
911
1029
 
912
- Wed, 05 May 2021 07:36:50 GMT
1030
+ Wed, 05 May 2021 07:36:50 GMT
913
1031
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.31..@fluentui/react-button_v9.0.0-alpha.32)
914
1032
 
915
1033
  ### Changes
@@ -918,7 +1036,7 @@ Wed, 05 May 2021 07:36:50 GMT
918
1036
 
919
1037
  ## [9.0.0-alpha.31](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.31)
920
1038
 
921
- Mon, 03 May 2021 07:45:19 GMT
1039
+ Mon, 03 May 2021 07:45:19 GMT
922
1040
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.30..@fluentui/react-button_v9.0.0-alpha.31)
923
1041
 
924
1042
  ### Changes
@@ -927,7 +1045,7 @@ Mon, 03 May 2021 07:45:19 GMT
927
1045
 
928
1046
  ## [9.0.0-alpha.30](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.30)
929
1047
 
930
- Fri, 30 Apr 2021 07:42:23 GMT
1048
+ Fri, 30 Apr 2021 07:42:23 GMT
931
1049
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.29..@fluentui/react-button_v9.0.0-alpha.30)
932
1050
 
933
1051
  ### Patches
@@ -944,7 +1062,7 @@ Fri, 30 Apr 2021 07:42:23 GMT
944
1062
 
945
1063
  ## [9.0.0-alpha.29](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.29)
946
1064
 
947
- Tue, 27 Apr 2021 07:34:03 GMT
1065
+ Tue, 27 Apr 2021 07:34:03 GMT
948
1066
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.28..@fluentui/react-button_v9.0.0-alpha.29)
949
1067
 
950
1068
  ### Changes
@@ -953,7 +1071,7 @@ Tue, 27 Apr 2021 07:34:03 GMT
953
1071
 
954
1072
  ## [9.0.0-alpha.28](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.28)
955
1073
 
956
- Mon, 26 Apr 2021 07:34:31 GMT
1074
+ Mon, 26 Apr 2021 07:34:31 GMT
957
1075
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.27..@fluentui/react-button_v9.0.0-alpha.28)
958
1076
 
959
1077
  ### Changes
@@ -962,7 +1080,7 @@ Mon, 26 Apr 2021 07:34:31 GMT
962
1080
 
963
1081
  ## [9.0.0-alpha.27](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.27)
964
1082
 
965
- Fri, 23 Apr 2021 07:37:10 GMT
1083
+ Fri, 23 Apr 2021 07:37:10 GMT
966
1084
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.26..@fluentui/react-button_v9.0.0-alpha.27)
967
1085
 
968
1086
  ### Patches
@@ -975,7 +1093,7 @@ Fri, 23 Apr 2021 07:37:10 GMT
975
1093
 
976
1094
  ## [9.0.0-alpha.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.26)
977
1095
 
978
- Thu, 22 Apr 2021 07:33:28 GMT
1096
+ Thu, 22 Apr 2021 07:33:28 GMT
979
1097
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.25..@fluentui/react-button_v9.0.0-alpha.26)
980
1098
 
981
1099
  ### Changes
@@ -984,7 +1102,7 @@ Thu, 22 Apr 2021 07:33:28 GMT
984
1102
 
985
1103
  ## [9.0.0-alpha.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.25)
986
1104
 
987
- Wed, 21 Apr 2021 07:31:50 GMT
1105
+ Wed, 21 Apr 2021 07:31:50 GMT
988
1106
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.24..@fluentui/react-button_v9.0.0-alpha.25)
989
1107
 
990
1108
  ### Changes
@@ -993,7 +1111,7 @@ Wed, 21 Apr 2021 07:31:50 GMT
993
1111
 
994
1112
  ## [9.0.0-alpha.24](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.24)
995
1113
 
996
- Tue, 20 Apr 2021 07:31:35 GMT
1114
+ Tue, 20 Apr 2021 07:31:35 GMT
997
1115
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.23..@fluentui/react-button_v9.0.0-alpha.24)
998
1116
 
999
1117
  ### Changes
@@ -1002,7 +1120,7 @@ Tue, 20 Apr 2021 07:31:35 GMT
1002
1120
 
1003
1121
  ## [9.0.0-alpha.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.23)
1004
1122
 
1005
- Fri, 16 Apr 2021 18:08:21 GMT
1123
+ Fri, 16 Apr 2021 18:08:21 GMT
1006
1124
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.22..@fluentui/react-button_v9.0.0-alpha.23)
1007
1125
 
1008
1126
  ### Changes
@@ -1011,7 +1129,7 @@ Fri, 16 Apr 2021 18:08:21 GMT
1011
1129
 
1012
1130
  ## [9.0.0-alpha.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.22)
1013
1131
 
1014
- Wed, 14 Apr 2021 07:34:12 GMT
1132
+ Wed, 14 Apr 2021 07:34:12 GMT
1015
1133
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.21..@fluentui/react-button_v9.0.0-alpha.22)
1016
1134
 
1017
1135
  ### Changes
@@ -1020,7 +1138,7 @@ Wed, 14 Apr 2021 07:34:12 GMT
1020
1138
 
1021
1139
  ## [9.0.0-alpha.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.21)
1022
1140
 
1023
- Fri, 09 Apr 2021 07:31:06 GMT
1141
+ Fri, 09 Apr 2021 07:31:06 GMT
1024
1142
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.20..@fluentui/react-button_v9.0.0-alpha.21)
1025
1143
 
1026
1144
  ### Changes
@@ -1029,7 +1147,7 @@ Fri, 09 Apr 2021 07:31:06 GMT
1029
1147
 
1030
1148
  ## [9.0.0-alpha.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.20)
1031
1149
 
1032
- Thu, 08 Apr 2021 07:33:06 GMT
1150
+ Thu, 08 Apr 2021 07:33:06 GMT
1033
1151
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.19..@fluentui/react-button_v9.0.0-alpha.20)
1034
1152
 
1035
1153
  ### Changes
@@ -1038,7 +1156,7 @@ Thu, 08 Apr 2021 07:33:06 GMT
1038
1156
 
1039
1157
  ## [9.0.0-alpha.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.19)
1040
1158
 
1041
- Thu, 01 Apr 2021 20:13:37 GMT
1159
+ Thu, 01 Apr 2021 20:13:37 GMT
1042
1160
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.18..@fluentui/react-button_v9.0.0-alpha.19)
1043
1161
 
1044
1162
  ### Changes
@@ -1047,7 +1165,7 @@ Thu, 01 Apr 2021 20:13:37 GMT
1047
1165
 
1048
1166
  ## [9.0.0-alpha.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.18)
1049
1167
 
1050
- Wed, 31 Mar 2021 00:53:43 GMT
1168
+ Wed, 31 Mar 2021 00:53:43 GMT
1051
1169
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.17..@fluentui/react-button_v9.0.0-alpha.18)
1052
1170
 
1053
1171
  ### Patches
@@ -1064,7 +1182,7 @@ Wed, 31 Mar 2021 00:53:43 GMT
1064
1182
 
1065
1183
  ## [9.0.0-alpha.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.17)
1066
1184
 
1067
- Tue, 30 Mar 2021 07:34:45 GMT
1185
+ Tue, 30 Mar 2021 07:34:45 GMT
1068
1186
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.16..@fluentui/react-button_v9.0.0-alpha.17)
1069
1187
 
1070
1188
  ### Patches
@@ -1077,7 +1195,7 @@ Tue, 30 Mar 2021 07:34:45 GMT
1077
1195
 
1078
1196
  ## [9.0.0-alpha.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.16)
1079
1197
 
1080
- Fri, 26 Mar 2021 07:32:34 GMT
1198
+ Fri, 26 Mar 2021 07:32:34 GMT
1081
1199
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.15..@fluentui/react-button_v9.0.0-alpha.16)
1082
1200
 
1083
1201
  ### Changes
@@ -1087,7 +1205,7 @@ Fri, 26 Mar 2021 07:32:34 GMT
1087
1205
 
1088
1206
  ## [9.0.0-alpha.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.15)
1089
1207
 
1090
- Thu, 25 Mar 2021 07:33:24 GMT
1208
+ Thu, 25 Mar 2021 07:33:24 GMT
1091
1209
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.14..@fluentui/react-button_v9.0.0-alpha.15)
1092
1210
 
1093
1211
  ### Changes
@@ -1097,7 +1215,7 @@ Thu, 25 Mar 2021 07:33:24 GMT
1097
1215
 
1098
1216
  ## [9.0.0-alpha.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.14)
1099
1217
 
1100
- Tue, 23 Mar 2021 07:31:43 GMT
1218
+ Tue, 23 Mar 2021 07:31:43 GMT
1101
1219
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.13..@fluentui/react-button_v9.0.0-alpha.14)
1102
1220
 
1103
1221
  ### Changes
@@ -1106,7 +1224,7 @@ Tue, 23 Mar 2021 07:31:43 GMT
1106
1224
 
1107
1225
  ## [9.0.0-alpha.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.13)
1108
1226
 
1109
- Thu, 18 Mar 2021 20:15:34 GMT
1227
+ Thu, 18 Mar 2021 20:15:34 GMT
1110
1228
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.12..@fluentui/react-button_v9.0.0-alpha.13)
1111
1229
 
1112
1230
  ### Changes
@@ -1115,7 +1233,7 @@ Thu, 18 Mar 2021 20:15:34 GMT
1115
1233
 
1116
1234
  ## [9.0.0-alpha.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.12)
1117
1235
 
1118
- Wed, 17 Mar 2021 07:35:44 GMT
1236
+ Wed, 17 Mar 2021 07:35:44 GMT
1119
1237
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.11..@fluentui/react-button_v9.0.0-alpha.12)
1120
1238
 
1121
1239
  ### Changes
@@ -1124,7 +1242,7 @@ Wed, 17 Mar 2021 07:35:44 GMT
1124
1242
 
1125
1243
  ## [9.0.0-alpha.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.11)
1126
1244
 
1127
- Tue, 16 Mar 2021 07:32:44 GMT
1245
+ Tue, 16 Mar 2021 07:32:44 GMT
1128
1246
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.10..@fluentui/react-button_v9.0.0-alpha.11)
1129
1247
 
1130
1248
  ### Patches
@@ -1133,7 +1251,7 @@ Tue, 16 Mar 2021 07:32:44 GMT
1133
1251
 
1134
1252
  ## [9.0.0-alpha.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.10)
1135
1253
 
1136
- Mon, 15 Mar 2021 07:36:20 GMT
1254
+ Mon, 15 Mar 2021 07:36:20 GMT
1137
1255
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.9..@fluentui/react-button_v9.0.0-alpha.10)
1138
1256
 
1139
1257
  ### Changes
@@ -1142,7 +1260,7 @@ Mon, 15 Mar 2021 07:36:20 GMT
1142
1260
 
1143
1261
  ## [9.0.0-alpha.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.9)
1144
1262
 
1145
- Fri, 12 Mar 2021 20:04:27 GMT
1263
+ Fri, 12 Mar 2021 20:04:27 GMT
1146
1264
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.8..@fluentui/react-button_v9.0.0-alpha.9)
1147
1265
 
1148
1266
  ### Patches
@@ -1155,7 +1273,7 @@ Fri, 12 Mar 2021 20:04:27 GMT
1155
1273
 
1156
1274
  ## [9.0.0-alpha.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.8)
1157
1275
 
1158
- Wed, 10 Mar 2021 07:34:39 GMT
1276
+ Wed, 10 Mar 2021 07:34:39 GMT
1159
1277
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.7..@fluentui/react-button_v9.0.0-alpha.8)
1160
1278
 
1161
1279
  ### Changes
@@ -1164,7 +1282,7 @@ Wed, 10 Mar 2021 07:34:39 GMT
1164
1282
 
1165
1283
  ## [9.0.0-alpha.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.7)
1166
1284
 
1167
- Fri, 05 Mar 2021 20:30:59 GMT
1285
+ Fri, 05 Mar 2021 20:30:59 GMT
1168
1286
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.6..@fluentui/react-button_v9.0.0-alpha.7)
1169
1287
 
1170
1288
  ### Changes
@@ -1173,7 +1291,7 @@ Fri, 05 Mar 2021 20:30:59 GMT
1173
1291
 
1174
1292
  ## [9.0.0-alpha.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.6)
1175
1293
 
1176
- Wed, 03 Mar 2021 00:10:09 GMT
1294
+ Wed, 03 Mar 2021 00:10:09 GMT
1177
1295
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.5..@fluentui/react-button_v9.0.0-alpha.6)
1178
1296
 
1179
1297
  ### Patches
@@ -1186,7 +1304,7 @@ Wed, 03 Mar 2021 00:10:09 GMT
1186
1304
 
1187
1305
  ## [9.0.0-alpha.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.5)
1188
1306
 
1189
- Tue, 02 Mar 2021 07:24:27 GMT
1307
+ Tue, 02 Mar 2021 07:24:27 GMT
1190
1308
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.4..@fluentui/react-button_v9.0.0-alpha.5)
1191
1309
 
1192
1310
  ### Changes
@@ -1195,7 +1313,7 @@ Tue, 02 Mar 2021 07:24:27 GMT
1195
1313
 
1196
1314
  ## [9.0.0-alpha.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.4)
1197
1315
 
1198
- Fri, 26 Feb 2021 01:16:27 GMT
1316
+ Fri, 26 Feb 2021 01:16:27 GMT
1199
1317
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.3..@fluentui/react-button_v9.0.0-alpha.4)
1200
1318
 
1201
1319
  ### Patches
@@ -1215,7 +1333,7 @@ Fri, 26 Feb 2021 01:16:27 GMT
1215
1333
 
1216
1334
  ## [9.0.0-alpha.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.3)
1217
1335
 
1218
- Thu, 25 Feb 2021 20:16:39 GMT
1336
+ Thu, 25 Feb 2021 20:16:39 GMT
1219
1337
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.2..@fluentui/react-button_v9.0.0-alpha.3)
1220
1338
 
1221
1339
  ### Changes
@@ -1224,7 +1342,7 @@ Thu, 25 Feb 2021 20:16:39 GMT
1224
1342
 
1225
1343
  ## [9.0.0-alpha.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.2)
1226
1344
 
1227
- Thu, 25 Feb 2021 01:15:27 GMT
1345
+ Thu, 25 Feb 2021 01:15:27 GMT
1228
1346
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.1..@fluentui/react-button_v9.0.0-alpha.2)
1229
1347
 
1230
1348
  ### Patches
@@ -1233,7 +1351,7 @@ Thu, 25 Feb 2021 01:15:27 GMT
1233
1351
 
1234
1352
  ## [9.0.0-alpha.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.1)
1235
1353
 
1236
- Wed, 24 Feb 2021 00:05:29 GMT
1354
+ Wed, 24 Feb 2021 00:05:29 GMT
1237
1355
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v1.0.0-beta.35..@fluentui/react-button_v9.0.0-alpha.1)
1238
1356
 
1239
1357
  ### Changes
@@ -1242,7 +1360,7 @@ Wed, 24 Feb 2021 00:05:29 GMT
1242
1360
 
1243
1361
  ## [1.0.0-beta.35](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v1.0.0-beta.35)
1244
1362
 
1245
- Mon, 22 Feb 2021 12:26:22 GMT
1363
+ Mon, 22 Feb 2021 12:26:22 GMT
1246
1364
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v1.0.0-beta.34..@fluentui/react-button_v1.0.0-beta.35)
1247
1365
 
1248
1366
  ### Changes
@@ -1251,7 +1369,7 @@ Mon, 22 Feb 2021 12:26:22 GMT
1251
1369
 
1252
1370
  ## [1.0.0-beta.34](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v1.0.0-beta.34)
1253
1371
 
1254
- Thu, 18 Feb 2021 19:38:50 GMT
1372
+ Thu, 18 Feb 2021 19:38:50 GMT
1255
1373
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v1.0.0-beta.33..@fluentui/react-button_v1.0.0-beta.34)
1256
1374
 
1257
1375
  ### Patches
@@ -1265,7 +1383,7 @@ Thu, 18 Feb 2021 19:38:50 GMT
1265
1383
 
1266
1384
  ## [1.0.0-beta.33](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v1.0.0-beta.33)
1267
1385
 
1268
- Thu, 18 Feb 2021 12:27:34 GMT
1386
+ Thu, 18 Feb 2021 12:27:34 GMT
1269
1387
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v1.0.0-beta.32..@fluentui/react-button_v1.0.0-beta.33)
1270
1388
 
1271
1389
  ### Changes
@@ -1276,7 +1394,7 @@ Thu, 18 Feb 2021 12:27:34 GMT
1276
1394
 
1277
1395
  ## [1.0.0-beta.32](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v1.0.0-beta.32)
1278
1396
 
1279
- Mon, 15 Feb 2021 12:22:00 GMT
1397
+ Mon, 15 Feb 2021 12:22:00 GMT
1280
1398
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v1.0.0-beta.31..@fluentui/react-button_v1.0.0-beta.32)
1281
1399
 
1282
1400
  ### Changes
@@ -1285,7 +1403,7 @@ Mon, 15 Feb 2021 12:22:00 GMT
1285
1403
 
1286
1404
  ## [1.0.0-beta.31](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v1.0.0-beta.31)
1287
1405
 
1288
- Fri, 12 Feb 2021 12:26:20 GMT
1406
+ Fri, 12 Feb 2021 12:26:20 GMT
1289
1407
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v1.0.0-beta.30..@fluentui/react-button_v1.0.0-beta.31)
1290
1408
 
1291
1409
  ### Patches
@@ -1299,7 +1417,7 @@ Fri, 12 Feb 2021 12:26:20 GMT
1299
1417
 
1300
1418
  ## [1.0.0-beta.30](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v1.0.0-beta.30)
1301
1419
 
1302
- Thu, 11 Feb 2021 00:58:10 GMT
1420
+ Thu, 11 Feb 2021 00:58:10 GMT
1303
1421
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v1.0.0-beta.29..@fluentui/react-button_v1.0.0-beta.30)
1304
1422
 
1305
1423
  ### Changes
@@ -1308,7 +1426,7 @@ Thu, 11 Feb 2021 00:58:10 GMT
1308
1426
 
1309
1427
  ## [1.0.0-beta.29](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v1.0.0-beta.29)
1310
1428
 
1311
- Tue, 09 Feb 2021 00:56:52 GMT
1429
+ Tue, 09 Feb 2021 00:56:52 GMT
1312
1430
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v1.0.0-beta.28..@fluentui/react-button_v1.0.0-beta.29)
1313
1431
 
1314
1432
  ### Patches
@@ -1321,7 +1439,7 @@ Tue, 09 Feb 2021 00:56:52 GMT
1321
1439
 
1322
1440
  ## [1.0.0-beta.28](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v1.0.0-beta.28)
1323
1441
 
1324
- Mon, 08 Feb 2021 12:23:08 GMT
1442
+ Mon, 08 Feb 2021 12:23:08 GMT
1325
1443
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v1.0.0-beta.27..@fluentui/react-button_v1.0.0-beta.28)
1326
1444
 
1327
1445
  ### Changes
@@ -1330,7 +1448,7 @@ Mon, 08 Feb 2021 12:23:08 GMT
1330
1448
 
1331
1449
  ## [1.0.0-beta.27](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v1.0.0-beta.27)
1332
1450
 
1333
- Wed, 03 Feb 2021 05:51:40 GMT
1451
+ Wed, 03 Feb 2021 05:51:40 GMT
1334
1452
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v1.0.0-beta.26..@fluentui/react-button_v1.0.0-beta.27)
1335
1453
 
1336
1454
  ### Changes
@@ -1339,7 +1457,7 @@ Wed, 03 Feb 2021 05:51:40 GMT
1339
1457
 
1340
1458
  ## [1.0.0-beta.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v1.0.0-beta.26)
1341
1459
 
1342
- Tue, 02 Feb 2021 12:21:54 GMT
1460
+ Tue, 02 Feb 2021 12:21:54 GMT
1343
1461
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v1.0.0-beta.25..@fluentui/react-button_v1.0.0-beta.26)
1344
1462
 
1345
1463
  ### Changes
@@ -1349,7 +1467,7 @@ Tue, 02 Feb 2021 12:21:54 GMT
1349
1467
 
1350
1468
  ## [1.0.0-beta.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v1.0.0-beta.25)
1351
1469
 
1352
- Mon, 01 Feb 2021 12:23:48 GMT
1470
+ Mon, 01 Feb 2021 12:23:48 GMT
1353
1471
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v1.0.0-beta.24..@fluentui/react-button_v1.0.0-beta.25)
1354
1472
 
1355
1473
  ### Changes
@@ -1358,7 +1476,7 @@ Mon, 01 Feb 2021 12:23:48 GMT
1358
1476
 
1359
1477
  ## [1.0.0-beta.24](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v1.0.0-beta.24)
1360
1478
 
1361
- Thu, 28 Jan 2021 12:25:56 GMT
1479
+ Thu, 28 Jan 2021 12:25:56 GMT
1362
1480
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v1.0.0-beta.23..@fluentui/react-button_v1.0.0-beta.24)
1363
1481
 
1364
1482
  ### Changes
@@ -1368,7 +1486,7 @@ Thu, 28 Jan 2021 12:25:56 GMT
1368
1486
 
1369
1487
  ## [1.0.0-beta.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v1.0.0-beta.23)
1370
1488
 
1371
- Sat, 23 Jan 2021 05:20:07 GMT
1489
+ Sat, 23 Jan 2021 05:20:07 GMT
1372
1490
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v1.0.0-beta.22..@fluentui/react-button_v1.0.0-beta.23)
1373
1491
 
1374
1492
  ### Changes
@@ -1377,7 +1495,7 @@ Sat, 23 Jan 2021 05:20:07 GMT
1377
1495
 
1378
1496
  ## [1.0.0-beta.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v1.0.0-beta.22)
1379
1497
 
1380
- Fri, 22 Jan 2021 12:24:49 GMT
1498
+ Fri, 22 Jan 2021 12:24:49 GMT
1381
1499
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v1.0.0-beta.21..@fluentui/react-button_v1.0.0-beta.22)
1382
1500
 
1383
1501
  ### Changes
@@ -1386,17 +1504,17 @@ Fri, 22 Jan 2021 12:24:49 GMT
1386
1504
 
1387
1505
  ## [1.0.0-beta.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v1.0.0-beta.21)
1388
1506
 
1389
- Thu, 21 Jan 2021 12:36:12 GMT
1507
+ Thu, 21 Jan 2021 12:36:12 GMT
1390
1508
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v1.0.0-beta.19..@fluentui/react-button_v1.0.0-beta.21)
1391
1509
 
1392
1510
  ### Changes
1393
1511
 
1394
1512
  - 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)
1395
- - Updating dev dependencies. ([PR #16548](https://github.com/microsoft/fluentui/pull/16548) by dzearing@microsoft.com)
1513
+ - Updating dev dependencies. ([PR #16548](https://github.com/microsoft/fluentui/pull/16548) by dzearing@microsoft.com)
1396
1514
 
1397
1515
  ## [1.0.0-beta.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v1.0.0-beta.19)
1398
1516
 
1399
- Thu, 14 Jan 2021 12:31:15 GMT
1517
+ Thu, 14 Jan 2021 12:31:15 GMT
1400
1518
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v1.0.0-beta.17..@fluentui/react-button_v1.0.0-beta.19)
1401
1519
 
1402
1520
  ### Changes
@@ -1405,7 +1523,7 @@ Thu, 14 Jan 2021 12:31:15 GMT
1405
1523
 
1406
1524
  ## [1.0.0-beta.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v1.0.0-beta.17)
1407
1525
 
1408
- Fri, 11 Dec 2020 12:28:01 GMT
1526
+ Fri, 11 Dec 2020 12:28:01 GMT
1409
1527
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v1.0.0-beta.14..@fluentui/react-button_v1.0.0-beta.17)
1410
1528
 
1411
1529
  ### Changes
@@ -1414,7 +1532,7 @@ Fri, 11 Dec 2020 12:28:01 GMT
1414
1532
 
1415
1533
  ## [1.0.0-beta.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v1.0.0-beta.14)
1416
1534
 
1417
- Tue, 01 Dec 2020 12:38:05 GMT
1535
+ Tue, 01 Dec 2020 12:38:05 GMT
1418
1536
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v1.0.0-beta.13..@fluentui/react-button_v1.0.0-beta.14)
1419
1537
 
1420
1538
  ### Changes
@@ -1423,7 +1541,7 @@ Tue, 01 Dec 2020 12:38:05 GMT
1423
1541
 
1424
1542
  ## [1.0.0-beta.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v1.0.0-beta.13)
1425
1543
 
1426
- Mon, 23 Nov 2020 12:31:40 GMT
1544
+ Mon, 23 Nov 2020 12:31:40 GMT
1427
1545
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v1.0.0-beta.12..@fluentui/react-button_v1.0.0-beta.13)
1428
1546
 
1429
1547
  ### Changes
@@ -1432,7 +1550,7 @@ Mon, 23 Nov 2020 12:31:40 GMT
1432
1550
 
1433
1551
  ## [1.0.0-beta.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v1.0.0-beta.12)
1434
1552
 
1435
- Wed, 18 Nov 2020 12:30:07 GMT
1553
+ Wed, 18 Nov 2020 12:30:07 GMT
1436
1554
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v1.0.0-beta.11..@fluentui/react-button_v1.0.0-beta.12)
1437
1555
 
1438
1556
  ### Changes
@@ -1441,17 +1559,17 @@ Wed, 18 Nov 2020 12:30:07 GMT
1441
1559
 
1442
1560
  ## [1.0.0-beta.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v1.0.0-beta.11)
1443
1561
 
1444
- Tue, 17 Nov 2020 12:36:24 GMT
1562
+ Tue, 17 Nov 2020 12:36:24 GMT
1445
1563
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v1.0.0-beta.9..@fluentui/react-button_v1.0.0-beta.11)
1446
1564
 
1447
1565
  ### Changes
1448
1566
 
1449
- - Updating arguments of style hook. ([PR #15952](https://github.com/microsoft/fluentui/pull/15952) by dzearing@hotmail.com)
1567
+ - Updating arguments of style hook. ([PR #15952](https://github.com/microsoft/fluentui/pull/15952) by dzearing@hotmail.com)
1450
1568
  - Updating classes hooks derived from Button to actually derive from Button. ([PR #15955](https://github.com/microsoft/fluentui/pull/15955) by xgao@microsoft.com)
1451
1569
 
1452
1570
  ## [1.0.0-beta.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v1.0.0-beta.9)
1453
1571
 
1454
- Fri, 06 Nov 2020 12:34:34 GMT
1572
+ Fri, 06 Nov 2020 12:34:34 GMT
1455
1573
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v1.0.0-beta.8..@fluentui/react-button_v1.0.0-beta.9)
1456
1574
 
1457
1575
  ### Changes
@@ -1460,7 +1578,7 @@ Fri, 06 Nov 2020 12:34:34 GMT
1460
1578
 
1461
1579
  ## [1.0.0-beta.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v1.0.0-beta.8)
1462
1580
 
1463
- Thu, 05 Nov 2020 12:29:43 GMT
1581
+ Thu, 05 Nov 2020 12:29:43 GMT
1464
1582
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v1.0.0-beta.7..@fluentui/react-button_v1.0.0-beta.8)
1465
1583
 
1466
1584
  ### Changes
@@ -1469,7 +1587,7 @@ Thu, 05 Nov 2020 12:29:43 GMT
1469
1587
 
1470
1588
  ## [1.0.0-beta.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v1.0.0-beta.7)
1471
1589
 
1472
- Wed, 04 Nov 2020 12:34:30 GMT
1590
+ Wed, 04 Nov 2020 12:34:30 GMT
1473
1591
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v1.0.0-beta.4..@fluentui/react-button_v1.0.0-beta.7)
1474
1592
 
1475
1593
  ### Changes
@@ -1478,7 +1596,7 @@ Wed, 04 Nov 2020 12:34:30 GMT
1478
1596
 
1479
1597
  ## [1.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v1.0.0-beta.4)
1480
1598
 
1481
- Wed, 28 Oct 2020 12:32:24 GMT
1599
+ Wed, 28 Oct 2020 12:32:24 GMT
1482
1600
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v1.0.0-beta.1..@fluentui/react-button_v1.0.0-beta.4)
1483
1601
 
1484
1602
  ### Changes
@@ -1487,7 +1605,7 @@ Wed, 28 Oct 2020 12:32:24 GMT
1487
1605
 
1488
1606
  ## [1.0.0-beta.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v1.0.0-beta.1)
1489
1607
 
1490
- Fri, 23 Oct 2020 23:25:40 GMT
1608
+ Fri, 23 Oct 2020 23:25:40 GMT
1491
1609
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v1.0.0-beta.0..@fluentui/react-button_v1.0.0-beta.1)
1492
1610
 
1493
1611
  ### Changes
@@ -1496,7 +1614,7 @@ Fri, 23 Oct 2020 23:25:40 GMT
1496
1614
 
1497
1615
  ## [1.0.0-beta.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v1.0.0-beta.0)
1498
1616
 
1499
- Fri, 23 Oct 2020 03:26:15 GMT
1617
+ Fri, 23 Oct 2020 03:26:15 GMT
1500
1618
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.14.3..@fluentui/react-button_v1.0.0-beta.0)
1501
1619
 
1502
1620
  ### Changes
@@ -1515,7 +1633,7 @@ Fri, 23 Oct 2020 03:26:15 GMT
1515
1633
 
1516
1634
  ## [0.14.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.14.3)
1517
1635
 
1518
- Sun, 27 Sep 2020 04:20:52 GMT
1636
+ Sun, 27 Sep 2020 04:20:52 GMT
1519
1637
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.14.2..@fluentui/react-button_v0.14.3)
1520
1638
 
1521
1639
  ### Patches
@@ -1524,7 +1642,7 @@ Sun, 27 Sep 2020 04:20:52 GMT
1524
1642
 
1525
1643
  ## [0.14.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.14.2)
1526
1644
 
1527
- Fri, 25 Sep 2020 12:25:17 GMT
1645
+ Fri, 25 Sep 2020 12:25:17 GMT
1528
1646
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.14.0..@fluentui/react-button_v0.14.2)
1529
1647
 
1530
1648
  ### Patches
@@ -1534,7 +1652,7 @@ Fri, 25 Sep 2020 12:25:17 GMT
1534
1652
 
1535
1653
  ## [0.14.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.14.0)
1536
1654
 
1537
- Wed, 23 Sep 2020 12:27:48 GMT
1655
+ Wed, 23 Sep 2020 12:27:48 GMT
1538
1656
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.13.1..@fluentui/react-button_v0.14.0)
1539
1657
 
1540
1658
  ### Minor changes
@@ -1547,7 +1665,7 @@ Wed, 23 Sep 2020 12:27:48 GMT
1547
1665
 
1548
1666
  ## [0.13.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.13.1)
1549
1667
 
1550
- Thu, 17 Sep 2020 15:52:49 GMT
1668
+ Thu, 17 Sep 2020 15:52:49 GMT
1551
1669
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.13.0..@fluentui/react-button_v0.13.1)
1552
1670
 
1553
1671
  ### Patches
@@ -1556,7 +1674,7 @@ Thu, 17 Sep 2020 15:52:49 GMT
1556
1674
 
1557
1675
  ## [0.13.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.13.0)
1558
1676
 
1559
- Thu, 17 Sep 2020 12:25:04 GMT
1677
+ Thu, 17 Sep 2020 12:25:04 GMT
1560
1678
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.12.6..@fluentui/react-button_v0.13.0)
1561
1679
 
1562
1680
  ### Minor changes
@@ -1565,7 +1683,7 @@ Thu, 17 Sep 2020 12:25:04 GMT
1565
1683
 
1566
1684
  ## [0.12.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.12.5)
1567
1685
 
1568
- Tue, 15 Sep 2020 12:26:06 GMT
1686
+ Tue, 15 Sep 2020 12:26:06 GMT
1569
1687
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.12.4..@fluentui/react-button_v0.12.5)
1570
1688
 
1571
1689
  ### Patches
@@ -1574,7 +1692,7 @@ Tue, 15 Sep 2020 12:26:06 GMT
1574
1692
 
1575
1693
  ## [0.12.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.12.0)
1576
1694
 
1577
- Wed, 09 Sep 2020 12:24:19 GMT
1695
+ Wed, 09 Sep 2020 12:24:19 GMT
1578
1696
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.11.6..@fluentui/react-button_v0.12.0)
1579
1697
 
1580
1698
  ### Minor changes
@@ -1587,7 +1705,7 @@ Wed, 09 Sep 2020 12:24:19 GMT
1587
1705
 
1588
1706
  ## [0.11.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.11.6)
1589
1707
 
1590
- Mon, 07 Sep 2020 12:26:26 GMT
1708
+ Mon, 07 Sep 2020 12:26:26 GMT
1591
1709
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.11.5..@fluentui/react-button_v0.11.6)
1592
1710
 
1593
1711
  ### Patches
@@ -1596,7 +1714,7 @@ Mon, 07 Sep 2020 12:26:26 GMT
1596
1714
 
1597
1715
  ## [0.11.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.11.5)
1598
1716
 
1599
- Fri, 04 Sep 2020 12:28:23 GMT
1717
+ Fri, 04 Sep 2020 12:28:23 GMT
1600
1718
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.11.0..@fluentui/react-button_v0.11.5)
1601
1719
 
1602
1720
  ### Patches
@@ -1605,7 +1723,7 @@ Fri, 04 Sep 2020 12:28:23 GMT
1605
1723
 
1606
1724
  ## [0.11.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.11.0)
1607
1725
 
1608
- Fri, 28 Aug 2020 12:29:20 GMT
1726
+ Fri, 28 Aug 2020 12:29:20 GMT
1609
1727
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.10.3..@fluentui/react-button_v0.11.0)
1610
1728
 
1611
1729
  ### Minor changes
@@ -1614,7 +1732,7 @@ Fri, 28 Aug 2020 12:29:20 GMT
1614
1732
 
1615
1733
  ## [0.10.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.10.3)
1616
1734
 
1617
- Tue, 25 Aug 2020 12:36:19 GMT
1735
+ Tue, 25 Aug 2020 12:36:19 GMT
1618
1736
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.10.1..@fluentui/react-button_v0.10.3)
1619
1737
 
1620
1738
  ### Patches
@@ -1623,7 +1741,7 @@ Tue, 25 Aug 2020 12:36:19 GMT
1623
1741
 
1624
1742
  ## [0.10.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.10.1)
1625
1743
 
1626
- Thu, 20 Aug 2020 12:37:22 GMT
1744
+ Thu, 20 Aug 2020 12:37:22 GMT
1627
1745
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.10.0..@fluentui/react-button_v0.10.1)
1628
1746
 
1629
1747
  ### Patches
@@ -1633,7 +1751,7 @@ Thu, 20 Aug 2020 12:37:22 GMT
1633
1751
 
1634
1752
  ## [0.10.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.10.0)
1635
1753
 
1636
- Wed, 19 Aug 2020 12:44:33 GMT
1754
+ Wed, 19 Aug 2020 12:44:33 GMT
1637
1755
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.9.4..@fluentui/react-button_v0.10.0)
1638
1756
 
1639
1757
  ### Minor changes
@@ -1642,7 +1760,7 @@ Wed, 19 Aug 2020 12:44:33 GMT
1642
1760
 
1643
1761
  ## [0.9.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.9.4)
1644
1762
 
1645
- Tue, 18 Aug 2020 07:58:00 GMT
1763
+ Tue, 18 Aug 2020 07:58:00 GMT
1646
1764
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.9.0..@fluentui/react-button_v0.9.4)
1647
1765
 
1648
1766
  ### Patches
@@ -1651,7 +1769,7 @@ Tue, 18 Aug 2020 07:58:00 GMT
1651
1769
 
1652
1770
  ## [0.9.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.9.0)
1653
1771
 
1654
- Tue, 11 Aug 2020 05:47:07 GMT
1772
+ Tue, 11 Aug 2020 05:47:07 GMT
1655
1773
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.8.0..@fluentui/react-button_v0.9.0)
1656
1774
 
1657
1775
  ### Minor changes
@@ -1661,7 +1779,7 @@ Tue, 11 Aug 2020 05:47:07 GMT
1661
1779
 
1662
1780
  ## [0.8.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.8.0)
1663
1781
 
1664
- Mon, 10 Aug 2020 06:19:21 GMT
1782
+ Mon, 10 Aug 2020 06:19:21 GMT
1665
1783
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.7.14..@fluentui/react-button_v0.8.0)
1666
1784
 
1667
1785
  ### Minor changes
@@ -1670,7 +1788,7 @@ Mon, 10 Aug 2020 06:19:21 GMT
1670
1788
 
1671
1789
  ## [0.7.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.7.9)
1672
1790
 
1673
- Mon, 27 Jul 2020 12:42:21 GMT
1791
+ Mon, 27 Jul 2020 12:42:21 GMT
1674
1792
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.7.3..@fluentui/react-button_v0.7.9)
1675
1793
 
1676
1794
  ### Patches
@@ -1679,7 +1797,7 @@ Mon, 27 Jul 2020 12:42:21 GMT
1679
1797
 
1680
1798
  ## [0.7.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.7.3)
1681
1799
 
1682
- Fri, 17 Jul 2020 12:38:41 GMT
1800
+ Fri, 17 Jul 2020 12:38:41 GMT
1683
1801
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.7.1..@fluentui/react-button_v0.7.3)
1684
1802
 
1685
1803
  ### Patches
@@ -1688,7 +1806,7 @@ Fri, 17 Jul 2020 12:38:41 GMT
1688
1806
 
1689
1807
  ## [0.7.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.7.0)
1690
1808
 
1691
- Thu, 09 Jul 2020 21:59:04 GMT
1809
+ Thu, 09 Jul 2020 21:59:04 GMT
1692
1810
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.6.2..@fluentui/react-button_v0.7.0)
1693
1811
 
1694
1812
  ### Minor changes
@@ -1697,7 +1815,7 @@ Thu, 09 Jul 2020 21:59:04 GMT
1697
1815
 
1698
1816
  ## [0.6.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.6.2)
1699
1817
 
1700
- Thu, 02 Jul 2020 12:42:11 GMT
1818
+ Thu, 02 Jul 2020 12:42:11 GMT
1701
1819
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.6.0..@fluentui/react-button_v0.6.2)
1702
1820
 
1703
1821
  ### Patches
@@ -1706,7 +1824,7 @@ Thu, 02 Jul 2020 12:42:11 GMT
1706
1824
 
1707
1825
  ## [0.6.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.6.0)
1708
1826
 
1709
- Tue, 30 Jun 2020 12:33:36 GMT
1827
+ Tue, 30 Jun 2020 12:33:36 GMT
1710
1828
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.5.1..@fluentui/react-button_v0.6.0)
1711
1829
 
1712
1830
  ### Minor changes
@@ -1715,7 +1833,7 @@ Tue, 30 Jun 2020 12:33:36 GMT
1715
1833
 
1716
1834
  ## [0.5.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.5.1)
1717
1835
 
1718
- Fri, 26 Jun 2020 12:36:28 GMT
1836
+ Fri, 26 Jun 2020 12:36:28 GMT
1719
1837
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.5.0..@fluentui/react-button_v0.5.1)
1720
1838
 
1721
1839
  ### Patches
@@ -1725,7 +1843,7 @@ Fri, 26 Jun 2020 12:36:28 GMT
1725
1843
 
1726
1844
  ## [0.5.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.5.0)
1727
1845
 
1728
- Thu, 25 Jun 2020 12:50:17 GMT
1846
+ Thu, 25 Jun 2020 12:50:17 GMT
1729
1847
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.4.0..@fluentui/react-button_v0.5.0)
1730
1848
 
1731
1849
  ### Minor changes
@@ -1738,7 +1856,7 @@ Thu, 25 Jun 2020 12:50:17 GMT
1738
1856
 
1739
1857
  ## [0.4.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.4.0)
1740
1858
 
1741
- Tue, 23 Jun 2020 12:41:54 GMT
1859
+ Tue, 23 Jun 2020 12:41:54 GMT
1742
1860
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.3.7..@fluentui/react-button_v0.4.0)
1743
1861
 
1744
1862
  ### Minor changes
@@ -1747,7 +1865,7 @@ Tue, 23 Jun 2020 12:41:54 GMT
1747
1865
 
1748
1866
  ## [0.3.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.3.7)
1749
1867
 
1750
- Mon, 22 Jun 2020 12:42:16 GMT
1868
+ Mon, 22 Jun 2020 12:42:16 GMT
1751
1869
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.3.6..@fluentui/react-button_v0.3.7)
1752
1870
 
1753
1871
  ### Patches
@@ -1756,7 +1874,7 @@ Mon, 22 Jun 2020 12:42:16 GMT
1756
1874
 
1757
1875
  ## [0.3.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.3.6)
1758
1876
 
1759
- Fri, 19 Jun 2020 12:38:09 GMT
1877
+ Fri, 19 Jun 2020 12:38:09 GMT
1760
1878
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.3.5..@fluentui/react-button_v0.3.6)
1761
1879
 
1762
1880
  ### Patches
@@ -1765,7 +1883,7 @@ Fri, 19 Jun 2020 12:38:09 GMT
1765
1883
 
1766
1884
  ## [0.3.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.3.5)
1767
1885
 
1768
- Thu, 18 Jun 2020 12:37:09 GMT
1886
+ Thu, 18 Jun 2020 12:37:09 GMT
1769
1887
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.3.3..@fluentui/react-button_v0.3.5)
1770
1888
 
1771
1889
  ### Patches
@@ -1774,7 +1892,7 @@ Thu, 18 Jun 2020 12:37:09 GMT
1774
1892
 
1775
1893
  ## [0.3.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.3.3)
1776
1894
 
1777
- Tue, 16 Jun 2020 17:35:36 GMT
1895
+ Tue, 16 Jun 2020 17:35:36 GMT
1778
1896
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.3.0..@fluentui/react-button_v0.3.3)
1779
1897
 
1780
1898
  ### Patches
@@ -1783,7 +1901,7 @@ Tue, 16 Jun 2020 17:35:36 GMT
1783
1901
 
1784
1902
  ## [0.3.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.3.0)
1785
1903
 
1786
- Fri, 12 Jun 2020 18:29:07 GMT
1904
+ Fri, 12 Jun 2020 18:29:07 GMT
1787
1905
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.2.0..@fluentui/react-button_v0.3.0)
1788
1906
 
1789
1907
  ### Minor changes
@@ -1797,7 +1915,7 @@ Fri, 12 Jun 2020 18:29:07 GMT
1797
1915
 
1798
1916
  ## [0.2.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.2.0)
1799
1917
 
1800
- Mon, 08 Jun 2020 12:34:34 GMT
1918
+ Mon, 08 Jun 2020 12:34:34 GMT
1801
1919
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.1.13..@fluentui/react-button_v0.2.0)
1802
1920
 
1803
1921
  ### Minor changes
@@ -1806,7 +1924,7 @@ Mon, 08 Jun 2020 12:34:34 GMT
1806
1924
 
1807
1925
  ## [0.1.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.1.13)
1808
1926
 
1809
- Fri, 05 Jun 2020 05:09:39 GMT
1927
+ Fri, 05 Jun 2020 05:09:39 GMT
1810
1928
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.1.12..@fluentui/react-button_v0.1.13)
1811
1929
 
1812
1930
  ### Patches
@@ -1816,7 +1934,7 @@ Fri, 05 Jun 2020 05:09:39 GMT
1816
1934
 
1817
1935
  ## [0.1.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.1.12)
1818
1936
 
1819
- Tue, 02 Jun 2020 12:36:30 GMT
1937
+ Tue, 02 Jun 2020 12:36:30 GMT
1820
1938
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.1.11..@fluentui/react-button_v0.1.12)
1821
1939
 
1822
1940
  ### Patches
@@ -1825,7 +1943,7 @@ Tue, 02 Jun 2020 12:36:30 GMT
1825
1943
 
1826
1944
  ## [0.1.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.1.11)
1827
1945
 
1828
- Mon, 01 Jun 2020 12:32:45 GMT
1946
+ Mon, 01 Jun 2020 12:32:45 GMT
1829
1947
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.1.4..@fluentui/react-button_v0.1.11)
1830
1948
 
1831
1949
  ### Patches
@@ -1834,12 +1952,12 @@ Mon, 01 Jun 2020 12:32:45 GMT
1834
1952
 
1835
1953
  ## [0.1.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.1.4)
1836
1954
 
1837
- Wed, 20 May 2020 12:31:10 GMT
1955
+ Wed, 20 May 2020 12:31:10 GMT
1838
1956
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.1.1..@fluentui/react-button_v0.1.4)
1839
1957
 
1840
1958
  ### Patches
1841
1959
 
1842
- - feat(compose): expose __self slot ([PR #13115](https://github.com/microsoft/fluentui/pull/13115) by olfedias@microsoft.com)
1960
+ - feat(compose): expose \_\_self slot ([PR #13115](https://github.com/microsoft/fluentui/pull/13115) by olfedias@microsoft.com)
1843
1961
 
1844
1962
  ## [0.1.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.1.1)
1845
1963