@fluentui/react-button 9.0.0-rc.6 → 9.0.0-rc.9
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.json +145 -6
- package/CHANGELOG.md +221 -181
- package/dist/{react-button.d.ts → index.d.ts} +3 -1
- package/{lib → dist}/tsdoc-metadata.json +0 -0
- package/lib/components/Button/useButtonStyles.js +98 -56
- package/lib/components/Button/useButtonStyles.js.map +1 -1
- package/lib/components/CompoundButton/CompoundButton.js.map +1 -1
- package/lib/components/CompoundButton/useCompoundButtonStyles.js +18 -9
- package/lib/components/CompoundButton/useCompoundButtonStyles.js.map +1 -1
- package/lib/components/SplitButton/useSplitButtonStyles.js +12 -7
- package/lib/components/SplitButton/useSplitButtonStyles.js.map +1 -1
- package/lib/components/ToggleButton/useToggleButton.js +3 -41
- package/lib/components/ToggleButton/useToggleButton.js.map +1 -1
- package/lib/components/ToggleButton/useToggleButtonStyles.js +69 -59
- package/lib/components/ToggleButton/useToggleButtonStyles.js.map +1 -1
- package/lib/index.js +1 -0
- package/lib/index.js.map +1 -1
- package/lib/utils/index.js +2 -0
- package/lib/utils/index.js.map +1 -0
- package/lib/utils/useToggleState.js +37 -0
- package/lib/utils/useToggleState.js.map +1 -0
- package/lib-commonjs/components/Button/useButtonStyles.js +99 -56
- package/lib-commonjs/components/Button/useButtonStyles.js.map +1 -1
- package/lib-commonjs/components/CompoundButton/CompoundButton.js.map +1 -1
- package/lib-commonjs/components/CompoundButton/useCompoundButtonStyles.js +18 -9
- package/lib-commonjs/components/CompoundButton/useCompoundButtonStyles.js.map +1 -1
- package/lib-commonjs/components/SplitButton/useSplitButtonStyles.js +12 -7
- package/lib-commonjs/components/SplitButton/useSplitButtonStyles.js.map +1 -1
- package/lib-commonjs/components/ToggleButton/useToggleButton.js +3 -42
- package/lib-commonjs/components/ToggleButton/useToggleButton.js.map +1 -1
- package/lib-commonjs/components/ToggleButton/useToggleButtonStyles.js +73 -61
- package/lib-commonjs/components/ToggleButton/useToggleButtonStyles.js.map +1 -1
- package/lib-commonjs/index.js +10 -1
- package/lib-commonjs/index.js.map +1 -1
- package/lib-commonjs/utils/index.js +10 -0
- package/lib-commonjs/utils/index.js.map +1 -0
- package/lib-commonjs/utils/useToggleState.js +48 -0
- package/lib-commonjs/utils/useToggleState.js.map +1 -0
- package/package.json +10 -10
- package/lib/Button.d.ts +0 -1
- package/lib/CompoundButton.d.ts +0 -1
- package/lib/MenuButton.d.ts +0 -1
- package/lib/SplitButton.d.ts +0 -1
- package/lib/ToggleButton.d.ts +0 -1
- package/lib/components/Button/Button.d.ts +0 -6
- package/lib/components/Button/Button.types.d.ts +0 -64
- package/lib/components/Button/index.d.ts +0 -5
- package/lib/components/Button/renderButton.d.ts +0 -5
- package/lib/components/Button/useButton.d.ts +0 -8
- package/lib/components/Button/useButtonStyles.d.ts +0 -8
- package/lib/components/CompoundButton/CompoundButton.d.ts +0 -6
- package/lib/components/CompoundButton/CompoundButton.types.d.ts +0 -14
- package/lib/components/CompoundButton/index.d.ts +0 -5
- package/lib/components/CompoundButton/renderCompoundButton.d.ts +0 -5
- package/lib/components/CompoundButton/useCompoundButton.d.ts +0 -8
- package/lib/components/CompoundButton/useCompoundButtonStyles.d.ts +0 -8
- package/lib/components/MenuButton/MenuButton.d.ts +0 -6
- package/lib/components/MenuButton/MenuButton.types.d.ts +0 -10
- package/lib/components/MenuButton/index.d.ts +0 -5
- package/lib/components/MenuButton/renderMenuButton.d.ts +0 -5
- package/lib/components/MenuButton/useMenuButton.d.ts +0 -6
- package/lib/components/MenuButton/useMenuButtonStyles.d.ts +0 -8
- package/lib/components/SplitButton/SplitButton.d.ts +0 -7
- package/lib/components/SplitButton/SplitButton.types.d.ts +0 -21
- package/lib/components/SplitButton/index.d.ts +0 -5
- package/lib/components/SplitButton/renderSplitButton.d.ts +0 -5
- package/lib/components/SplitButton/useSplitButton.d.ts +0 -8
- package/lib/components/SplitButton/useSplitButtonStyles.d.ts +0 -8
- package/lib/components/ToggleButton/ToggleButton.d.ts +0 -6
- package/lib/components/ToggleButton/ToggleButton.types.d.ts +0 -20
- package/lib/components/ToggleButton/index.d.ts +0 -5
- package/lib/components/ToggleButton/renderToggleButton.d.ts +0 -1
- package/lib/components/ToggleButton/useToggleButton.d.ts +0 -9
- package/lib/components/ToggleButton/useToggleButtonStyles.d.ts +0 -9
- package/lib/index.d.ts +0 -10
- package/lib-commonjs/Button.d.ts +0 -1
- package/lib-commonjs/CompoundButton.d.ts +0 -1
- package/lib-commonjs/MenuButton.d.ts +0 -1
- package/lib-commonjs/SplitButton.d.ts +0 -1
- package/lib-commonjs/ToggleButton.d.ts +0 -1
- package/lib-commonjs/components/Button/Button.d.ts +0 -6
- package/lib-commonjs/components/Button/Button.types.d.ts +0 -64
- package/lib-commonjs/components/Button/index.d.ts +0 -5
- package/lib-commonjs/components/Button/renderButton.d.ts +0 -5
- package/lib-commonjs/components/Button/useButton.d.ts +0 -8
- package/lib-commonjs/components/Button/useButtonStyles.d.ts +0 -8
- package/lib-commonjs/components/CompoundButton/CompoundButton.d.ts +0 -6
- package/lib-commonjs/components/CompoundButton/CompoundButton.types.d.ts +0 -14
- package/lib-commonjs/components/CompoundButton/index.d.ts +0 -5
- package/lib-commonjs/components/CompoundButton/renderCompoundButton.d.ts +0 -5
- package/lib-commonjs/components/CompoundButton/useCompoundButton.d.ts +0 -8
- package/lib-commonjs/components/CompoundButton/useCompoundButtonStyles.d.ts +0 -8
- package/lib-commonjs/components/MenuButton/MenuButton.d.ts +0 -6
- package/lib-commonjs/components/MenuButton/MenuButton.types.d.ts +0 -10
- package/lib-commonjs/components/MenuButton/index.d.ts +0 -5
- package/lib-commonjs/components/MenuButton/renderMenuButton.d.ts +0 -5
- package/lib-commonjs/components/MenuButton/useMenuButton.d.ts +0 -6
- package/lib-commonjs/components/MenuButton/useMenuButtonStyles.d.ts +0 -8
- package/lib-commonjs/components/SplitButton/SplitButton.d.ts +0 -7
- package/lib-commonjs/components/SplitButton/SplitButton.types.d.ts +0 -21
- package/lib-commonjs/components/SplitButton/index.d.ts +0 -5
- package/lib-commonjs/components/SplitButton/renderSplitButton.d.ts +0 -5
- package/lib-commonjs/components/SplitButton/useSplitButton.d.ts +0 -8
- package/lib-commonjs/components/SplitButton/useSplitButtonStyles.d.ts +0 -8
- package/lib-commonjs/components/ToggleButton/ToggleButton.d.ts +0 -6
- package/lib-commonjs/components/ToggleButton/ToggleButton.types.d.ts +0 -20
- package/lib-commonjs/components/ToggleButton/index.d.ts +0 -5
- package/lib-commonjs/components/ToggleButton/renderToggleButton.d.ts +0 -1
- package/lib-commonjs/components/ToggleButton/useToggleButton.d.ts +0 -9
- package/lib-commonjs/components/ToggleButton/useToggleButtonStyles.d.ts +0 -9
- package/lib-commonjs/index.d.ts +0 -10
package/CHANGELOG.md
CHANGED
@@ -1,12 +1,52 @@
|
|
1
1
|
# Change Log - @fluentui/react-button
|
2
2
|
|
3
|
-
This log was last generated on
|
3
|
+
This log was last generated on Thu, 05 May 2022 18:24:36 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
+
## [9.0.0-rc.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-rc.9)
|
8
|
+
|
9
|
+
Thu, 05 May 2022 18:24:36 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-rc.8..@fluentui/react-button_v9.0.0-rc.9)
|
11
|
+
|
12
|
+
### Changes
|
13
|
+
|
14
|
+
- feat: ship rolluped only dts ([PR #22823](https://github.com/microsoft/fluentui/pull/22823) by martinhochel@microsoft.com)
|
15
|
+
- Bump @fluentui/keyboard-keys to v9.0.0-rc.6 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
|
16
|
+
- Bump @fluentui/react-aria to v9.0.0-rc.8 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
|
17
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.9 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
|
18
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.7 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
|
19
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.8 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
|
20
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.5 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
|
21
|
+
|
22
|
+
## [9.0.0-rc.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-rc.8)
|
23
|
+
|
24
|
+
Wed, 04 May 2022 13:26:38 GMT
|
25
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-rc.7..@fluentui/react-button_v9.0.0-rc.8)
|
26
|
+
|
27
|
+
### Changes
|
28
|
+
|
29
|
+
- Bump @fluentui/keyboard-keys to v9.0.0-rc.5 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
30
|
+
- Bump @fluentui/react-aria to v9.0.0-rc.7 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
31
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.8 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
32
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.6 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
33
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.7 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
34
|
+
|
35
|
+
## [9.0.0-rc.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-rc.7)
|
36
|
+
|
37
|
+
Mon, 25 Apr 2022 09:32:16 GMT
|
38
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-rc.6..@fluentui/react-button_v9.0.0-rc.7)
|
39
|
+
|
40
|
+
### Changes
|
41
|
+
|
42
|
+
- Adding useToggleState hook to scaffold toggleable behavior for individual consumption. ([PR #22279](https://github.com/microsoft/fluentui/pull/22279) by Humberto.Morimoto@microsoft.com)
|
43
|
+
- fix(Button): Text color in HC mode for hover, active and checked states. ([PR #22566](https://github.com/microsoft/fluentui/pull/22566) by jukapsia@microsoft.com)
|
44
|
+
- Button: Stop applying active styles when mouse moves away while it is being held and improving styles in High Contrast mode. ([PR #22574](https://github.com/microsoft/fluentui/pull/22574) by Humberto.Morimoto@microsoft.com)
|
45
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.7 ([PR #22601](https://github.com/microsoft/fluentui/pull/22601) by beachball)
|
46
|
+
|
7
47
|
## [9.0.0-rc.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-rc.6)
|
8
48
|
|
9
|
-
Tue, 19 Apr 2022 19:
|
49
|
+
Tue, 19 Apr 2022 19:17:12 GMT
|
10
50
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-rc.5..@fluentui/react-button_v9.0.0-rc.6)
|
11
51
|
|
12
52
|
### Changes
|
@@ -19,15 +59,15 @@ Tue, 19 Apr 2022 19:14:21 GMT
|
|
19
59
|
- Add deprecation messages to react-button ([PR #21960](https://github.com/microsoft/fluentui/pull/21960) by seanmonahan@microsoft.com)
|
20
60
|
- chore: Update Griffel to latest version ([PR #21976](https://github.com/microsoft/fluentui/pull/21976) by olfedias@microsoft.com)
|
21
61
|
- update react-icons version to ^2.0.166-rc.3 from ^2.0.159-beta.10 ([PR #22512](https://github.com/microsoft/fluentui/pull/22512) by seanmonahan@microsoft.com)
|
22
|
-
- Bump @fluentui/react-aria to v9.0.0-rc.6 ([PR #
|
23
|
-
- Bump @fluentui/react-tabster to v9.0.0-rc.6 ([PR #
|
24
|
-
- Bump @fluentui/react-theme to v9.0.0-rc.5 ([PR #
|
25
|
-
- Bump @fluentui/react-utilities to v9.0.0-rc.6 ([PR #
|
26
|
-
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.4 ([PR #
|
62
|
+
- Bump @fluentui/react-aria to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
63
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
64
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.5 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
65
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
66
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.4 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
27
67
|
|
28
68
|
## [9.0.0-rc.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-rc.5)
|
29
69
|
|
30
|
-
Fri, 04 Mar 2022 05:17:34 GMT
|
70
|
+
Fri, 04 Mar 2022 05:17:34 GMT
|
31
71
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-rc.4..@fluentui/react-button_v9.0.0-rc.5)
|
32
72
|
|
33
73
|
### Changes
|
@@ -42,7 +82,7 @@ Fri, 04 Mar 2022 05:17:34 GMT
|
|
42
82
|
|
43
83
|
## [9.0.0-rc.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-rc.4)
|
44
84
|
|
45
|
-
Tue, 01 Mar 2022 02:17:35 GMT
|
85
|
+
Tue, 01 Mar 2022 02:17:35 GMT
|
46
86
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-rc.3..@fluentui/react-button_v9.0.0-rc.4)
|
47
87
|
|
48
88
|
### Changes
|
@@ -54,7 +94,7 @@ Tue, 01 Mar 2022 02:17:35 GMT
|
|
54
94
|
|
55
95
|
## [9.0.0-rc.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-rc.3)
|
56
96
|
|
57
|
-
Fri, 18 Feb 2022 13:35:28 GMT
|
97
|
+
Fri, 18 Feb 2022 13:35:28 GMT
|
58
98
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-rc.1..@fluentui/react-button_v9.0.0-rc.3)
|
59
99
|
|
60
100
|
### Changes
|
@@ -72,7 +112,7 @@ Fri, 18 Feb 2022 13:35:28 GMT
|
|
72
112
|
|
73
113
|
## [9.0.0-rc.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-rc.1)
|
74
114
|
|
75
|
-
Thu, 10 Feb 2022 08:51:46 GMT
|
115
|
+
Thu, 10 Feb 2022 08:51:46 GMT
|
76
116
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-beta.5..@fluentui/react-button_v9.0.0-rc.1)
|
77
117
|
|
78
118
|
### Changes
|
@@ -81,7 +121,7 @@ Thu, 10 Feb 2022 08:51:46 GMT
|
|
81
121
|
- 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)
|
82
122
|
- Replace make-styles packages with griffel equivalents. ([PR #21436](https://github.com/microsoft/fluentui/pull/21436) by olfedias@microsoft.com)
|
83
123
|
- Update react-icons usage to resizable icons ([PR #21074](https://github.com/microsoft/fluentui/pull/21074) by ololubek@microsoft.com)
|
84
|
-
- 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)
|
124
|
+
- 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)
|
85
125
|
- Bump Fluent UI packages to 9.0.0-rc ([PR #21623](https://github.com/microsoft/fluentui/pull/21623) by lingfangao@hotmail.com)
|
86
126
|
- (fix): Update react-icons dependency to latest version ([PR #20943](https://github.com/microsoft/fluentui/pull/20943) by ololubek@microsoft.com)
|
87
127
|
- 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)
|
@@ -105,7 +145,7 @@ Thu, 10 Feb 2022 08:51:46 GMT
|
|
105
145
|
|
106
146
|
## [9.0.0-beta.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-beta.5)
|
107
147
|
|
108
|
-
Thu, 25 Nov 2021 08:34:12 GMT
|
148
|
+
Thu, 25 Nov 2021 08:34:12 GMT
|
109
149
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-beta.4..@fluentui/react-button_v9.0.0-beta.5)
|
110
150
|
|
111
151
|
### Changes
|
@@ -122,7 +162,7 @@ Thu, 25 Nov 2021 08:34:12 GMT
|
|
122
162
|
|
123
163
|
## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-beta.4)
|
124
164
|
|
125
|
-
Fri, 12 Nov 2021 13:25:16 GMT
|
165
|
+
Fri, 12 Nov 2021 13:25:16 GMT
|
126
166
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-beta.3..@fluentui/react-button_v9.0.0-beta.4)
|
127
167
|
|
128
168
|
### Changes
|
@@ -142,7 +182,7 @@ Fri, 12 Nov 2021 13:25:16 GMT
|
|
142
182
|
|
143
183
|
## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-beta.3)
|
144
184
|
|
145
|
-
Wed, 27 Oct 2021 12:14:15 GMT
|
185
|
+
Wed, 27 Oct 2021 12:14:15 GMT
|
146
186
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-beta.2..@fluentui/react-button_v9.0.0-beta.3)
|
147
187
|
|
148
188
|
### Changes
|
@@ -160,7 +200,7 @@ Wed, 27 Oct 2021 12:14:15 GMT
|
|
160
200
|
|
161
201
|
## [9.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-beta.2)
|
162
202
|
|
163
|
-
Tue, 12 Oct 2021 19:45:58 GMT
|
203
|
+
Tue, 12 Oct 2021 19:45:58 GMT
|
164
204
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-beta.1..@fluentui/react-button_v9.0.0-beta.2)
|
165
205
|
|
166
206
|
### Changes
|
@@ -170,7 +210,7 @@ Tue, 12 Oct 2021 19:45:58 GMT
|
|
170
210
|
|
171
211
|
## [9.0.0-beta.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-beta.1)
|
172
212
|
|
173
|
-
Wed, 06 Oct 2021 10:37:22 GMT
|
213
|
+
Wed, 06 Oct 2021 10:37:22 GMT
|
174
214
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.101..@fluentui/react-button_v9.0.0-beta.1)
|
175
215
|
|
176
216
|
### Changes
|
@@ -188,7 +228,7 @@ Wed, 06 Oct 2021 10:37:22 GMT
|
|
188
228
|
|
189
229
|
## [9.0.0-alpha.101](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.101)
|
190
230
|
|
191
|
-
Tue, 05 Oct 2021 12:47:58 GMT
|
231
|
+
Tue, 05 Oct 2021 12:47:58 GMT
|
192
232
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.100..@fluentui/react-button_v9.0.0-alpha.101)
|
193
233
|
|
194
234
|
### Changes
|
@@ -203,7 +243,7 @@ Tue, 05 Oct 2021 12:47:58 GMT
|
|
203
243
|
|
204
244
|
## [9.0.0-alpha.100](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.100)
|
205
245
|
|
206
|
-
Tue, 05 Oct 2021 09:28:07 GMT
|
246
|
+
Tue, 05 Oct 2021 09:28:07 GMT
|
207
247
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.99..@fluentui/react-button_v9.0.0-alpha.100)
|
208
248
|
|
209
249
|
### Changes
|
@@ -220,7 +260,7 @@ Tue, 05 Oct 2021 09:28:07 GMT
|
|
220
260
|
|
221
261
|
## [9.0.0-alpha.99](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.99)
|
222
262
|
|
223
|
-
Fri, 01 Oct 2021 14:13:08 GMT
|
263
|
+
Fri, 01 Oct 2021 14:13:08 GMT
|
224
264
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.97..@fluentui/react-button_v9.0.0-alpha.99)
|
225
265
|
|
226
266
|
### Changes
|
@@ -238,7 +278,7 @@ Fri, 01 Oct 2021 14:13:08 GMT
|
|
238
278
|
|
239
279
|
## [9.0.0-alpha.97](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.97)
|
240
280
|
|
241
|
-
Fri, 01 Oct 2021 12:30:46 GMT
|
281
|
+
Fri, 01 Oct 2021 12:30:46 GMT
|
242
282
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.96..@fluentui/react-button_v9.0.0-alpha.97)
|
243
283
|
|
244
284
|
### Changes
|
@@ -249,7 +289,7 @@ Fri, 01 Oct 2021 12:30:46 GMT
|
|
249
289
|
|
250
290
|
## [9.0.0-alpha.96](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.96)
|
251
291
|
|
252
|
-
Fri, 01 Oct 2021 09:44:56 GMT
|
292
|
+
Fri, 01 Oct 2021 09:44:56 GMT
|
253
293
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.95..@fluentui/react-button_v9.0.0-alpha.96)
|
254
294
|
|
255
295
|
### Changes
|
@@ -260,7 +300,7 @@ Fri, 01 Oct 2021 09:44:56 GMT
|
|
260
300
|
|
261
301
|
## [9.0.0-alpha.95](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.95)
|
262
302
|
|
263
|
-
Thu, 30 Sep 2021 09:18:15 GMT
|
303
|
+
Thu, 30 Sep 2021 09:18:15 GMT
|
264
304
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.94..@fluentui/react-button_v9.0.0-alpha.95)
|
265
305
|
|
266
306
|
### Changes
|
@@ -269,7 +309,7 @@ Thu, 30 Sep 2021 09:18:15 GMT
|
|
269
309
|
|
270
310
|
## [9.0.0-alpha.94](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.94)
|
271
311
|
|
272
|
-
Wed, 29 Sep 2021 08:06:11 GMT
|
312
|
+
Wed, 29 Sep 2021 08:06:11 GMT
|
273
313
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.93..@fluentui/react-button_v9.0.0-alpha.94)
|
274
314
|
|
275
315
|
### Changes
|
@@ -283,7 +323,7 @@ Wed, 29 Sep 2021 08:06:11 GMT
|
|
283
323
|
|
284
324
|
## [9.0.0-alpha.93](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.93)
|
285
325
|
|
286
|
-
Mon, 27 Sep 2021 08:06:00 GMT
|
326
|
+
Mon, 27 Sep 2021 08:06:00 GMT
|
287
327
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.92..@fluentui/react-button_v9.0.0-alpha.93)
|
288
328
|
|
289
329
|
### Changes
|
@@ -298,7 +338,7 @@ Mon, 27 Sep 2021 08:06:00 GMT
|
|
298
338
|
|
299
339
|
## [9.0.0-alpha.92](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.92)
|
300
340
|
|
301
|
-
Fri, 24 Sep 2021 09:17:17 GMT
|
341
|
+
Fri, 24 Sep 2021 09:17:17 GMT
|
302
342
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.91..@fluentui/react-button_v9.0.0-alpha.92)
|
303
343
|
|
304
344
|
### Changes
|
@@ -313,7 +353,7 @@ Fri, 24 Sep 2021 09:17:17 GMT
|
|
313
353
|
|
314
354
|
## [9.0.0-alpha.91](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.91)
|
315
355
|
|
316
|
-
Thu, 23 Sep 2021 08:21:34 GMT
|
356
|
+
Thu, 23 Sep 2021 08:21:34 GMT
|
317
357
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.90..@fluentui/react-button_v9.0.0-alpha.91)
|
318
358
|
|
319
359
|
### Changes
|
@@ -329,7 +369,7 @@ Thu, 23 Sep 2021 08:21:34 GMT
|
|
329
369
|
|
330
370
|
## [9.0.0-alpha.90](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.90)
|
331
371
|
|
332
|
-
Wed, 22 Sep 2021 10:10:07 GMT
|
372
|
+
Wed, 22 Sep 2021 10:10:07 GMT
|
333
373
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.89..@fluentui/react-button_v9.0.0-alpha.90)
|
334
374
|
|
335
375
|
### Changes
|
@@ -346,7 +386,7 @@ Wed, 22 Sep 2021 10:10:07 GMT
|
|
346
386
|
|
347
387
|
## [9.0.0-alpha.89](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.89)
|
348
388
|
|
349
|
-
Tue, 21 Sep 2021 07:42:34 GMT
|
389
|
+
Tue, 21 Sep 2021 07:42:34 GMT
|
350
390
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.88..@fluentui/react-button_v9.0.0-alpha.89)
|
351
391
|
|
352
392
|
### Changes
|
@@ -361,7 +401,7 @@ Tue, 21 Sep 2021 07:42:34 GMT
|
|
361
401
|
|
362
402
|
## [9.0.0-alpha.88](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.88)
|
363
403
|
|
364
|
-
Mon, 20 Sep 2021 07:36:26 GMT
|
404
|
+
Mon, 20 Sep 2021 07:36:26 GMT
|
365
405
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.87..@fluentui/react-button_v9.0.0-alpha.88)
|
366
406
|
|
367
407
|
### Changes
|
@@ -371,7 +411,7 @@ Mon, 20 Sep 2021 07:36:26 GMT
|
|
371
411
|
|
372
412
|
## [9.0.0-alpha.87](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.87)
|
373
413
|
|
374
|
-
Fri, 17 Sep 2021 07:35:26 GMT
|
414
|
+
Fri, 17 Sep 2021 07:35:26 GMT
|
375
415
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.86..@fluentui/react-button_v9.0.0-alpha.87)
|
376
416
|
|
377
417
|
### Changes
|
@@ -382,7 +422,7 @@ Fri, 17 Sep 2021 07:35:26 GMT
|
|
382
422
|
|
383
423
|
## [9.0.0-alpha.86](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.86)
|
384
424
|
|
385
|
-
Thu, 16 Sep 2021 07:38:39 GMT
|
425
|
+
Thu, 16 Sep 2021 07:38:39 GMT
|
386
426
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.85..@fluentui/react-button_v9.0.0-alpha.86)
|
387
427
|
|
388
428
|
### Changes
|
@@ -391,7 +431,7 @@ Thu, 16 Sep 2021 07:38:39 GMT
|
|
391
431
|
|
392
432
|
## [9.0.0-alpha.85](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.85)
|
393
433
|
|
394
|
-
Tue, 14 Sep 2021 20:09:02 GMT
|
434
|
+
Tue, 14 Sep 2021 20:09:02 GMT
|
395
435
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.84..@fluentui/react-button_v9.0.0-alpha.85)
|
396
436
|
|
397
437
|
### Changes
|
@@ -400,7 +440,7 @@ Tue, 14 Sep 2021 20:09:02 GMT
|
|
400
440
|
|
401
441
|
## [9.0.0-alpha.84](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.84)
|
402
442
|
|
403
|
-
Fri, 10 Sep 2021 16:31:53 GMT
|
443
|
+
Fri, 10 Sep 2021 16:31:53 GMT
|
404
444
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.83..@fluentui/react-button_v9.0.0-alpha.84)
|
405
445
|
|
406
446
|
### Changes
|
@@ -410,7 +450,7 @@ Fri, 10 Sep 2021 16:31:53 GMT
|
|
410
450
|
|
411
451
|
## [9.0.0-alpha.83](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.83)
|
412
452
|
|
413
|
-
Fri, 10 Sep 2021 07:39:51 GMT
|
453
|
+
Fri, 10 Sep 2021 07:39:51 GMT
|
414
454
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.82..@fluentui/react-button_v9.0.0-alpha.83)
|
415
455
|
|
416
456
|
### Changes
|
@@ -419,7 +459,7 @@ Fri, 10 Sep 2021 07:39:51 GMT
|
|
419
459
|
|
420
460
|
## [9.0.0-alpha.82](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.82)
|
421
461
|
|
422
|
-
Wed, 08 Sep 2021 07:34:11 GMT
|
462
|
+
Wed, 08 Sep 2021 07:34:11 GMT
|
423
463
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.81..@fluentui/react-button_v9.0.0-alpha.82)
|
424
464
|
|
425
465
|
### Changes
|
@@ -428,7 +468,7 @@ Wed, 08 Sep 2021 07:34:11 GMT
|
|
428
468
|
|
429
469
|
## [9.0.0-alpha.81](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.81)
|
430
470
|
|
431
|
-
Mon, 06 Sep 2021 07:34:53 GMT
|
471
|
+
Mon, 06 Sep 2021 07:34:53 GMT
|
432
472
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.80..@fluentui/react-button_v9.0.0-alpha.81)
|
433
473
|
|
434
474
|
### Changes
|
@@ -437,7 +477,7 @@ Mon, 06 Sep 2021 07:34:53 GMT
|
|
437
477
|
|
438
478
|
## [9.0.0-alpha.80](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.80)
|
439
479
|
|
440
|
-
Fri, 03 Sep 2021 00:13:07 GMT
|
480
|
+
Fri, 03 Sep 2021 00:13:07 GMT
|
441
481
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.79..@fluentui/react-button_v9.0.0-alpha.80)
|
442
482
|
|
443
483
|
### Changes
|
@@ -446,7 +486,7 @@ Fri, 03 Sep 2021 00:13:07 GMT
|
|
446
486
|
|
447
487
|
## [9.0.0-alpha.79](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.79)
|
448
488
|
|
449
|
-
Thu, 02 Sep 2021 07:36:46 GMT
|
489
|
+
Thu, 02 Sep 2021 07:36:46 GMT
|
450
490
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.78..@fluentui/react-button_v9.0.0-alpha.79)
|
451
491
|
|
452
492
|
### Patches
|
@@ -459,7 +499,7 @@ Thu, 02 Sep 2021 07:36:46 GMT
|
|
459
499
|
|
460
500
|
## [9.0.0-alpha.78](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.78)
|
461
501
|
|
462
|
-
Wed, 01 Sep 2021 07:39:56 GMT
|
502
|
+
Wed, 01 Sep 2021 07:39:56 GMT
|
463
503
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.77..@fluentui/react-button_v9.0.0-alpha.78)
|
464
504
|
|
465
505
|
### Changes
|
@@ -468,7 +508,7 @@ Wed, 01 Sep 2021 07:39:56 GMT
|
|
468
508
|
|
469
509
|
## [9.0.0-alpha.77](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.77)
|
470
510
|
|
471
|
-
Tue, 31 Aug 2021 07:37:47 GMT
|
511
|
+
Tue, 31 Aug 2021 07:37:47 GMT
|
472
512
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.76..@fluentui/react-button_v9.0.0-alpha.77)
|
473
513
|
|
474
514
|
### Changes
|
@@ -477,7 +517,7 @@ Tue, 31 Aug 2021 07:37:47 GMT
|
|
477
517
|
|
478
518
|
## [9.0.0-alpha.76](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.76)
|
479
519
|
|
480
|
-
Mon, 30 Aug 2021 07:35:05 GMT
|
520
|
+
Mon, 30 Aug 2021 07:35:05 GMT
|
481
521
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.75..@fluentui/react-button_v9.0.0-alpha.76)
|
482
522
|
|
483
523
|
### Changes
|
@@ -486,7 +526,7 @@ Mon, 30 Aug 2021 07:35:05 GMT
|
|
486
526
|
|
487
527
|
## [9.0.0-alpha.75](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.75)
|
488
528
|
|
489
|
-
Fri, 27 Aug 2021 07:33:32 GMT
|
529
|
+
Fri, 27 Aug 2021 07:33:32 GMT
|
490
530
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.74..@fluentui/react-button_v9.0.0-alpha.75)
|
491
531
|
|
492
532
|
### Changes
|
@@ -495,7 +535,7 @@ Fri, 27 Aug 2021 07:33:32 GMT
|
|
495
535
|
|
496
536
|
## [9.0.0-alpha.74](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.74)
|
497
537
|
|
498
|
-
Thu, 26 Aug 2021 07:35:43 GMT
|
538
|
+
Thu, 26 Aug 2021 07:35:43 GMT
|
499
539
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.73..@fluentui/react-button_v9.0.0-alpha.74)
|
500
540
|
|
501
541
|
### Changes
|
@@ -504,7 +544,7 @@ Thu, 26 Aug 2021 07:35:43 GMT
|
|
504
544
|
|
505
545
|
## [9.0.0-alpha.73](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.73)
|
506
546
|
|
507
|
-
Fri, 20 Aug 2021 07:37:28 GMT
|
547
|
+
Fri, 20 Aug 2021 07:37:28 GMT
|
508
548
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.72..@fluentui/react-button_v9.0.0-alpha.73)
|
509
549
|
|
510
550
|
### Changes
|
@@ -513,7 +553,7 @@ Fri, 20 Aug 2021 07:37:28 GMT
|
|
513
553
|
|
514
554
|
## [9.0.0-alpha.72](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.72)
|
515
555
|
|
516
|
-
Thu, 19 Aug 2021 07:41:35 GMT
|
556
|
+
Thu, 19 Aug 2021 07:41:35 GMT
|
517
557
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.71..@fluentui/react-button_v9.0.0-alpha.72)
|
518
558
|
|
519
559
|
### Changes
|
@@ -522,7 +562,7 @@ Thu, 19 Aug 2021 07:41:35 GMT
|
|
522
562
|
|
523
563
|
## [9.0.0-alpha.71](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.71)
|
524
564
|
|
525
|
-
Wed, 18 Aug 2021 07:33:54 GMT
|
565
|
+
Wed, 18 Aug 2021 07:33:54 GMT
|
526
566
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.70..@fluentui/react-button_v9.0.0-alpha.71)
|
527
567
|
|
528
568
|
### Changes
|
@@ -531,7 +571,7 @@ Wed, 18 Aug 2021 07:33:54 GMT
|
|
531
571
|
|
532
572
|
## [9.0.0-alpha.70](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.70)
|
533
573
|
|
534
|
-
Fri, 13 Aug 2021 07:36:34 GMT
|
574
|
+
Fri, 13 Aug 2021 07:36:34 GMT
|
535
575
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.69..@fluentui/react-button_v9.0.0-alpha.70)
|
536
576
|
|
537
577
|
### Changes
|
@@ -540,7 +580,7 @@ Fri, 13 Aug 2021 07:36:34 GMT
|
|
540
580
|
|
541
581
|
## [9.0.0-alpha.69](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.69)
|
542
582
|
|
543
|
-
Wed, 11 Aug 2021 07:34:54 GMT
|
583
|
+
Wed, 11 Aug 2021 07:34:54 GMT
|
544
584
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.68..@fluentui/react-button_v9.0.0-alpha.69)
|
545
585
|
|
546
586
|
### Changes
|
@@ -549,7 +589,7 @@ Wed, 11 Aug 2021 07:34:54 GMT
|
|
549
589
|
|
550
590
|
## [9.0.0-alpha.68](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.68)
|
551
591
|
|
552
|
-
Fri, 06 Aug 2021 07:35:14 GMT
|
592
|
+
Fri, 06 Aug 2021 07:35:14 GMT
|
553
593
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.67..@fluentui/react-button_v9.0.0-alpha.68)
|
554
594
|
|
555
595
|
### Changes
|
@@ -558,7 +598,7 @@ Fri, 06 Aug 2021 07:35:14 GMT
|
|
558
598
|
|
559
599
|
## [9.0.0-alpha.67](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.67)
|
560
600
|
|
561
|
-
Tue, 03 Aug 2021 07:39:30 GMT
|
601
|
+
Tue, 03 Aug 2021 07:39:30 GMT
|
562
602
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.66..@fluentui/react-button_v9.0.0-alpha.67)
|
563
603
|
|
564
604
|
### Patches
|
@@ -571,7 +611,7 @@ Tue, 03 Aug 2021 07:39:30 GMT
|
|
571
611
|
|
572
612
|
## [9.0.0-alpha.66](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.66)
|
573
613
|
|
574
|
-
Mon, 02 Aug 2021 07:36:20 GMT
|
614
|
+
Mon, 02 Aug 2021 07:36:20 GMT
|
575
615
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.65..@fluentui/react-button_v9.0.0-alpha.66)
|
576
616
|
|
577
617
|
### Changes
|
@@ -580,7 +620,7 @@ Mon, 02 Aug 2021 07:36:20 GMT
|
|
580
620
|
|
581
621
|
## [9.0.0-alpha.65](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.65)
|
582
622
|
|
583
|
-
Mon, 26 Jul 2021 07:37:30 GMT
|
623
|
+
Mon, 26 Jul 2021 07:37:30 GMT
|
584
624
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.64..@fluentui/react-button_v9.0.0-alpha.65)
|
585
625
|
|
586
626
|
### Changes
|
@@ -589,7 +629,7 @@ Mon, 26 Jul 2021 07:37:30 GMT
|
|
589
629
|
|
590
630
|
## [9.0.0-alpha.64](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.64)
|
591
631
|
|
592
|
-
Fri, 23 Jul 2021 07:38:19 GMT
|
632
|
+
Fri, 23 Jul 2021 07:38:19 GMT
|
593
633
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.63..@fluentui/react-button_v9.0.0-alpha.64)
|
594
634
|
|
595
635
|
### Changes
|
@@ -600,7 +640,7 @@ Fri, 23 Jul 2021 07:38:19 GMT
|
|
600
640
|
|
601
641
|
## [9.0.0-alpha.63](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.63)
|
602
642
|
|
603
|
-
Thu, 22 Jul 2021 07:36:55 GMT
|
643
|
+
Thu, 22 Jul 2021 07:36:55 GMT
|
604
644
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.62..@fluentui/react-button_v9.0.0-alpha.63)
|
605
645
|
|
606
646
|
### Changes
|
@@ -609,7 +649,7 @@ Thu, 22 Jul 2021 07:36:55 GMT
|
|
609
649
|
|
610
650
|
## [9.0.0-alpha.62](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.62)
|
611
651
|
|
612
|
-
Tue, 20 Jul 2021 22:23:17 GMT
|
652
|
+
Tue, 20 Jul 2021 22:23:17 GMT
|
613
653
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.61..@fluentui/react-button_v9.0.0-alpha.62)
|
614
654
|
|
615
655
|
### Changes
|
@@ -618,7 +658,7 @@ Tue, 20 Jul 2021 22:23:17 GMT
|
|
618
658
|
|
619
659
|
## [9.0.0-alpha.61](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.61)
|
620
660
|
|
621
|
-
Fri, 16 Jul 2021 22:53:17 GMT
|
661
|
+
Fri, 16 Jul 2021 22:53:17 GMT
|
622
662
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.60..@fluentui/react-button_v9.0.0-alpha.61)
|
623
663
|
|
624
664
|
### Changes
|
@@ -627,7 +667,7 @@ Fri, 16 Jul 2021 22:53:17 GMT
|
|
627
667
|
|
628
668
|
## [9.0.0-alpha.60](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.60)
|
629
669
|
|
630
|
-
Thu, 15 Jul 2021 07:36:18 GMT
|
670
|
+
Thu, 15 Jul 2021 07:36:18 GMT
|
631
671
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.59..@fluentui/react-button_v9.0.0-alpha.60)
|
632
672
|
|
633
673
|
### Changes
|
@@ -636,7 +676,7 @@ Thu, 15 Jul 2021 07:36:18 GMT
|
|
636
676
|
|
637
677
|
## [9.0.0-alpha.59](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.59)
|
638
678
|
|
639
|
-
Tue, 13 Jul 2021 22:32:58 GMT
|
679
|
+
Tue, 13 Jul 2021 22:32:58 GMT
|
640
680
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.58..@fluentui/react-button_v9.0.0-alpha.59)
|
641
681
|
|
642
682
|
### Patches
|
@@ -645,7 +685,7 @@ Tue, 13 Jul 2021 22:32:58 GMT
|
|
645
685
|
|
646
686
|
## [9.0.0-alpha.58](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.58)
|
647
687
|
|
648
|
-
Tue, 13 Jul 2021 07:35:36 GMT
|
688
|
+
Tue, 13 Jul 2021 07:35:36 GMT
|
649
689
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.57..@fluentui/react-button_v9.0.0-alpha.58)
|
650
690
|
|
651
691
|
### Changes
|
@@ -654,7 +694,7 @@ Tue, 13 Jul 2021 07:35:36 GMT
|
|
654
694
|
|
655
695
|
## [9.0.0-alpha.57](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.57)
|
656
696
|
|
657
|
-
Mon, 12 Jul 2021 07:33:23 GMT
|
697
|
+
Mon, 12 Jul 2021 07:33:23 GMT
|
658
698
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.56..@fluentui/react-button_v9.0.0-alpha.57)
|
659
699
|
|
660
700
|
### Changes
|
@@ -663,7 +703,7 @@ Mon, 12 Jul 2021 07:33:23 GMT
|
|
663
703
|
|
664
704
|
## [9.0.0-alpha.56](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.56)
|
665
705
|
|
666
|
-
Fri, 09 Jul 2021 07:39:31 GMT
|
706
|
+
Fri, 09 Jul 2021 07:39:31 GMT
|
667
707
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.55..@fluentui/react-button_v9.0.0-alpha.56)
|
668
708
|
|
669
709
|
### Patches
|
@@ -676,7 +716,7 @@ Fri, 09 Jul 2021 07:39:31 GMT
|
|
676
716
|
|
677
717
|
## [9.0.0-alpha.55](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.55)
|
678
718
|
|
679
|
-
Fri, 02 Jul 2021 23:15:55 GMT
|
719
|
+
Fri, 02 Jul 2021 23:15:55 GMT
|
680
720
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.54..@fluentui/react-button_v9.0.0-alpha.55)
|
681
721
|
|
682
722
|
### Changes
|
@@ -685,7 +725,7 @@ Fri, 02 Jul 2021 23:15:55 GMT
|
|
685
725
|
|
686
726
|
## [9.0.0-alpha.54](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.54)
|
687
727
|
|
688
|
-
Fri, 02 Jul 2021 07:37:06 GMT
|
728
|
+
Fri, 02 Jul 2021 07:37:06 GMT
|
689
729
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.53..@fluentui/react-button_v9.0.0-alpha.54)
|
690
730
|
|
691
731
|
### Changes
|
@@ -694,7 +734,7 @@ Fri, 02 Jul 2021 07:37:06 GMT
|
|
694
734
|
|
695
735
|
## [9.0.0-alpha.53](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.53)
|
696
736
|
|
697
|
-
Thu, 01 Jul 2021 07:35:05 GMT
|
737
|
+
Thu, 01 Jul 2021 07:35:05 GMT
|
698
738
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.52..@fluentui/react-button_v9.0.0-alpha.53)
|
699
739
|
|
700
740
|
### Changes
|
@@ -703,7 +743,7 @@ Thu, 01 Jul 2021 07:35:05 GMT
|
|
703
743
|
|
704
744
|
## [9.0.0-alpha.52](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.52)
|
705
745
|
|
706
|
-
Wed, 30 Jun 2021 07:38:35 GMT
|
746
|
+
Wed, 30 Jun 2021 07:38:35 GMT
|
707
747
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.51..@fluentui/react-button_v9.0.0-alpha.52)
|
708
748
|
|
709
749
|
### Changes
|
@@ -712,7 +752,7 @@ Wed, 30 Jun 2021 07:38:35 GMT
|
|
712
752
|
|
713
753
|
## [9.0.0-alpha.51](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.51)
|
714
754
|
|
715
|
-
Tue, 29 Jun 2021 07:33:32 GMT
|
755
|
+
Tue, 29 Jun 2021 07:33:32 GMT
|
716
756
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.50..@fluentui/react-button_v9.0.0-alpha.51)
|
717
757
|
|
718
758
|
### Changes
|
@@ -721,7 +761,7 @@ Tue, 29 Jun 2021 07:33:32 GMT
|
|
721
761
|
|
722
762
|
## [9.0.0-alpha.50](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.50)
|
723
763
|
|
724
|
-
Wed, 23 Jun 2021 07:31:49 GMT
|
764
|
+
Wed, 23 Jun 2021 07:31:49 GMT
|
725
765
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.49..@fluentui/react-button_v9.0.0-alpha.50)
|
726
766
|
|
727
767
|
### Changes
|
@@ -730,7 +770,7 @@ Wed, 23 Jun 2021 07:31:49 GMT
|
|
730
770
|
|
731
771
|
## [9.0.0-alpha.49](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.49)
|
732
772
|
|
733
|
-
Tue, 22 Jun 2021 07:35:11 GMT
|
773
|
+
Tue, 22 Jun 2021 07:35:11 GMT
|
734
774
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.48..@fluentui/react-button_v9.0.0-alpha.49)
|
735
775
|
|
736
776
|
### Changes
|
@@ -739,7 +779,7 @@ Tue, 22 Jun 2021 07:35:11 GMT
|
|
739
779
|
|
740
780
|
## [9.0.0-alpha.48](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.48)
|
741
781
|
|
742
|
-
Tue, 15 Jun 2021 07:40:20 GMT
|
782
|
+
Tue, 15 Jun 2021 07:40:20 GMT
|
743
783
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.47..@fluentui/react-button_v9.0.0-alpha.48)
|
744
784
|
|
745
785
|
### Changes
|
@@ -748,7 +788,7 @@ Tue, 15 Jun 2021 07:40:20 GMT
|
|
748
788
|
|
749
789
|
## [9.0.0-alpha.47](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.47)
|
750
790
|
|
751
|
-
Fri, 11 Jun 2021 07:34:26 GMT
|
791
|
+
Fri, 11 Jun 2021 07:34:26 GMT
|
752
792
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.46..@fluentui/react-button_v9.0.0-alpha.47)
|
753
793
|
|
754
794
|
### Changes
|
@@ -759,7 +799,7 @@ Fri, 11 Jun 2021 07:34:26 GMT
|
|
759
799
|
|
760
800
|
## [9.0.0-alpha.46](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.46)
|
761
801
|
|
762
|
-
Thu, 10 Jun 2021 07:32:59 GMT
|
802
|
+
Thu, 10 Jun 2021 07:32:59 GMT
|
763
803
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.45..@fluentui/react-button_v9.0.0-alpha.46)
|
764
804
|
|
765
805
|
### Changes
|
@@ -768,7 +808,7 @@ Thu, 10 Jun 2021 07:32:59 GMT
|
|
768
808
|
|
769
809
|
## [9.0.0-alpha.45](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.45)
|
770
810
|
|
771
|
-
Wed, 09 Jun 2021 07:33:38 GMT
|
811
|
+
Wed, 09 Jun 2021 07:33:38 GMT
|
772
812
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.44..@fluentui/react-button_v9.0.0-alpha.45)
|
773
813
|
|
774
814
|
### Changes
|
@@ -777,7 +817,7 @@ Wed, 09 Jun 2021 07:33:38 GMT
|
|
777
817
|
|
778
818
|
## [9.0.0-alpha.44](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.44)
|
779
819
|
|
780
|
-
Mon, 07 Jun 2021 07:38:15 GMT
|
820
|
+
Mon, 07 Jun 2021 07:38:15 GMT
|
781
821
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.43..@fluentui/react-button_v9.0.0-alpha.44)
|
782
822
|
|
783
823
|
### Patches
|
@@ -790,7 +830,7 @@ Mon, 07 Jun 2021 07:38:15 GMT
|
|
790
830
|
|
791
831
|
## [9.0.0-alpha.43](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.43)
|
792
832
|
|
793
|
-
Fri, 04 Jun 2021 07:37:23 GMT
|
833
|
+
Fri, 04 Jun 2021 07:37:23 GMT
|
794
834
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.42..@fluentui/react-button_v9.0.0-alpha.43)
|
795
835
|
|
796
836
|
### Changes
|
@@ -799,7 +839,7 @@ Fri, 04 Jun 2021 07:37:23 GMT
|
|
799
839
|
|
800
840
|
## [9.0.0-alpha.42](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.42)
|
801
841
|
|
802
|
-
Thu, 03 Jun 2021 07:36:03 GMT
|
842
|
+
Thu, 03 Jun 2021 07:36:03 GMT
|
803
843
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.41..@fluentui/react-button_v9.0.0-alpha.42)
|
804
844
|
|
805
845
|
### Changes
|
@@ -808,7 +848,7 @@ Thu, 03 Jun 2021 07:36:03 GMT
|
|
808
848
|
|
809
849
|
## [9.0.0-alpha.41](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.41)
|
810
850
|
|
811
|
-
Wed, 02 Jun 2021 07:37:15 GMT
|
851
|
+
Wed, 02 Jun 2021 07:37:15 GMT
|
812
852
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.40..@fluentui/react-button_v9.0.0-alpha.41)
|
813
853
|
|
814
854
|
### Changes
|
@@ -817,7 +857,7 @@ Wed, 02 Jun 2021 07:37:15 GMT
|
|
817
857
|
|
818
858
|
## [9.0.0-alpha.40](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.40)
|
819
859
|
|
820
|
-
Wed, 26 May 2021 07:35:43 GMT
|
860
|
+
Wed, 26 May 2021 07:35:43 GMT
|
821
861
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.39..@fluentui/react-button_v9.0.0-alpha.40)
|
822
862
|
|
823
863
|
### Changes
|
@@ -826,7 +866,7 @@ Wed, 26 May 2021 07:35:43 GMT
|
|
826
866
|
|
827
867
|
## [9.0.0-alpha.39](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.39)
|
828
868
|
|
829
|
-
Fri, 21 May 2021 07:34:54 GMT
|
869
|
+
Fri, 21 May 2021 07:34:54 GMT
|
830
870
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.38..@fluentui/react-button_v9.0.0-alpha.39)
|
831
871
|
|
832
872
|
### Changes
|
@@ -835,7 +875,7 @@ Fri, 21 May 2021 07:34:54 GMT
|
|
835
875
|
|
836
876
|
## [9.0.0-alpha.38](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.38)
|
837
877
|
|
838
|
-
Thu, 20 May 2021 07:41:54 GMT
|
878
|
+
Thu, 20 May 2021 07:41:54 GMT
|
839
879
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.37..@fluentui/react-button_v9.0.0-alpha.38)
|
840
880
|
|
841
881
|
### Patches
|
@@ -848,7 +888,7 @@ Thu, 20 May 2021 07:41:54 GMT
|
|
848
888
|
|
849
889
|
## [9.0.0-alpha.37](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.37)
|
850
890
|
|
851
|
-
Wed, 19 May 2021 07:34:20 GMT
|
891
|
+
Wed, 19 May 2021 07:34:20 GMT
|
852
892
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.36..@fluentui/react-button_v9.0.0-alpha.37)
|
853
893
|
|
854
894
|
### Patches
|
@@ -861,7 +901,7 @@ Wed, 19 May 2021 07:34:20 GMT
|
|
861
901
|
|
862
902
|
## [9.0.0-alpha.36](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.36)
|
863
903
|
|
864
|
-
Tue, 18 May 2021 07:34:38 GMT
|
904
|
+
Tue, 18 May 2021 07:34:38 GMT
|
865
905
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.35..@fluentui/react-button_v9.0.0-alpha.36)
|
866
906
|
|
867
907
|
### Changes
|
@@ -870,7 +910,7 @@ Tue, 18 May 2021 07:34:38 GMT
|
|
870
910
|
|
871
911
|
## [9.0.0-alpha.35](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.35)
|
872
912
|
|
873
|
-
Thu, 13 May 2021 07:36:55 GMT
|
913
|
+
Thu, 13 May 2021 07:36:55 GMT
|
874
914
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.34..@fluentui/react-button_v9.0.0-alpha.35)
|
875
915
|
|
876
916
|
### Changes
|
@@ -879,7 +919,7 @@ Thu, 13 May 2021 07:36:55 GMT
|
|
879
919
|
|
880
920
|
## [9.0.0-alpha.34](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.34)
|
881
921
|
|
882
|
-
Wed, 12 May 2021 07:36:20 GMT
|
922
|
+
Wed, 12 May 2021 07:36:20 GMT
|
883
923
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.33..@fluentui/react-button_v9.0.0-alpha.34)
|
884
924
|
|
885
925
|
### Changes
|
@@ -888,7 +928,7 @@ Wed, 12 May 2021 07:36:20 GMT
|
|
888
928
|
|
889
929
|
## [9.0.0-alpha.33](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.33)
|
890
930
|
|
891
|
-
Mon, 10 May 2021 07:36:07 GMT
|
931
|
+
Mon, 10 May 2021 07:36:07 GMT
|
892
932
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.32..@fluentui/react-button_v9.0.0-alpha.33)
|
893
933
|
|
894
934
|
### Changes
|
@@ -897,7 +937,7 @@ Mon, 10 May 2021 07:36:07 GMT
|
|
897
937
|
|
898
938
|
## [9.0.0-alpha.32](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.32)
|
899
939
|
|
900
|
-
Wed, 05 May 2021 07:36:50 GMT
|
940
|
+
Wed, 05 May 2021 07:36:50 GMT
|
901
941
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.31..@fluentui/react-button_v9.0.0-alpha.32)
|
902
942
|
|
903
943
|
### Changes
|
@@ -906,7 +946,7 @@ Wed, 05 May 2021 07:36:50 GMT
|
|
906
946
|
|
907
947
|
## [9.0.0-alpha.31](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.31)
|
908
948
|
|
909
|
-
Mon, 03 May 2021 07:45:19 GMT
|
949
|
+
Mon, 03 May 2021 07:45:19 GMT
|
910
950
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.30..@fluentui/react-button_v9.0.0-alpha.31)
|
911
951
|
|
912
952
|
### Changes
|
@@ -915,7 +955,7 @@ Mon, 03 May 2021 07:45:19 GMT
|
|
915
955
|
|
916
956
|
## [9.0.0-alpha.30](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.30)
|
917
957
|
|
918
|
-
Fri, 30 Apr 2021 07:42:23 GMT
|
958
|
+
Fri, 30 Apr 2021 07:42:23 GMT
|
919
959
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.29..@fluentui/react-button_v9.0.0-alpha.30)
|
920
960
|
|
921
961
|
### Patches
|
@@ -932,7 +972,7 @@ Fri, 30 Apr 2021 07:42:23 GMT
|
|
932
972
|
|
933
973
|
## [9.0.0-alpha.29](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.29)
|
934
974
|
|
935
|
-
Tue, 27 Apr 2021 07:34:03 GMT
|
975
|
+
Tue, 27 Apr 2021 07:34:03 GMT
|
936
976
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.28..@fluentui/react-button_v9.0.0-alpha.29)
|
937
977
|
|
938
978
|
### Changes
|
@@ -941,7 +981,7 @@ Tue, 27 Apr 2021 07:34:03 GMT
|
|
941
981
|
|
942
982
|
## [9.0.0-alpha.28](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.28)
|
943
983
|
|
944
|
-
Mon, 26 Apr 2021 07:34:31 GMT
|
984
|
+
Mon, 26 Apr 2021 07:34:31 GMT
|
945
985
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.27..@fluentui/react-button_v9.0.0-alpha.28)
|
946
986
|
|
947
987
|
### Changes
|
@@ -950,7 +990,7 @@ Mon, 26 Apr 2021 07:34:31 GMT
|
|
950
990
|
|
951
991
|
## [9.0.0-alpha.27](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.27)
|
952
992
|
|
953
|
-
Fri, 23 Apr 2021 07:37:10 GMT
|
993
|
+
Fri, 23 Apr 2021 07:37:10 GMT
|
954
994
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.26..@fluentui/react-button_v9.0.0-alpha.27)
|
955
995
|
|
956
996
|
### Patches
|
@@ -963,7 +1003,7 @@ Fri, 23 Apr 2021 07:37:10 GMT
|
|
963
1003
|
|
964
1004
|
## [9.0.0-alpha.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.26)
|
965
1005
|
|
966
|
-
Thu, 22 Apr 2021 07:33:28 GMT
|
1006
|
+
Thu, 22 Apr 2021 07:33:28 GMT
|
967
1007
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.25..@fluentui/react-button_v9.0.0-alpha.26)
|
968
1008
|
|
969
1009
|
### Changes
|
@@ -972,7 +1012,7 @@ Thu, 22 Apr 2021 07:33:28 GMT
|
|
972
1012
|
|
973
1013
|
## [9.0.0-alpha.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.25)
|
974
1014
|
|
975
|
-
Wed, 21 Apr 2021 07:31:50 GMT
|
1015
|
+
Wed, 21 Apr 2021 07:31:50 GMT
|
976
1016
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.24..@fluentui/react-button_v9.0.0-alpha.25)
|
977
1017
|
|
978
1018
|
### Changes
|
@@ -981,7 +1021,7 @@ Wed, 21 Apr 2021 07:31:50 GMT
|
|
981
1021
|
|
982
1022
|
## [9.0.0-alpha.24](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.24)
|
983
1023
|
|
984
|
-
Tue, 20 Apr 2021 07:31:35 GMT
|
1024
|
+
Tue, 20 Apr 2021 07:31:35 GMT
|
985
1025
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.23..@fluentui/react-button_v9.0.0-alpha.24)
|
986
1026
|
|
987
1027
|
### Changes
|
@@ -990,7 +1030,7 @@ Tue, 20 Apr 2021 07:31:35 GMT
|
|
990
1030
|
|
991
1031
|
## [9.0.0-alpha.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.23)
|
992
1032
|
|
993
|
-
Fri, 16 Apr 2021 18:08:21 GMT
|
1033
|
+
Fri, 16 Apr 2021 18:08:21 GMT
|
994
1034
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.22..@fluentui/react-button_v9.0.0-alpha.23)
|
995
1035
|
|
996
1036
|
### Changes
|
@@ -999,7 +1039,7 @@ Fri, 16 Apr 2021 18:08:21 GMT
|
|
999
1039
|
|
1000
1040
|
## [9.0.0-alpha.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.22)
|
1001
1041
|
|
1002
|
-
Wed, 14 Apr 2021 07:34:12 GMT
|
1042
|
+
Wed, 14 Apr 2021 07:34:12 GMT
|
1003
1043
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.21..@fluentui/react-button_v9.0.0-alpha.22)
|
1004
1044
|
|
1005
1045
|
### Changes
|
@@ -1008,7 +1048,7 @@ Wed, 14 Apr 2021 07:34:12 GMT
|
|
1008
1048
|
|
1009
1049
|
## [9.0.0-alpha.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.21)
|
1010
1050
|
|
1011
|
-
Fri, 09 Apr 2021 07:31:06 GMT
|
1051
|
+
Fri, 09 Apr 2021 07:31:06 GMT
|
1012
1052
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.20..@fluentui/react-button_v9.0.0-alpha.21)
|
1013
1053
|
|
1014
1054
|
### Changes
|
@@ -1017,7 +1057,7 @@ Fri, 09 Apr 2021 07:31:06 GMT
|
|
1017
1057
|
|
1018
1058
|
## [9.0.0-alpha.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.20)
|
1019
1059
|
|
1020
|
-
Thu, 08 Apr 2021 07:33:06 GMT
|
1060
|
+
Thu, 08 Apr 2021 07:33:06 GMT
|
1021
1061
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.19..@fluentui/react-button_v9.0.0-alpha.20)
|
1022
1062
|
|
1023
1063
|
### Changes
|
@@ -1026,7 +1066,7 @@ Thu, 08 Apr 2021 07:33:06 GMT
|
|
1026
1066
|
|
1027
1067
|
## [9.0.0-alpha.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.19)
|
1028
1068
|
|
1029
|
-
Thu, 01 Apr 2021 20:13:37 GMT
|
1069
|
+
Thu, 01 Apr 2021 20:13:37 GMT
|
1030
1070
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.18..@fluentui/react-button_v9.0.0-alpha.19)
|
1031
1071
|
|
1032
1072
|
### Changes
|
@@ -1035,7 +1075,7 @@ Thu, 01 Apr 2021 20:13:37 GMT
|
|
1035
1075
|
|
1036
1076
|
## [9.0.0-alpha.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.18)
|
1037
1077
|
|
1038
|
-
Wed, 31 Mar 2021 00:53:43 GMT
|
1078
|
+
Wed, 31 Mar 2021 00:53:43 GMT
|
1039
1079
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.17..@fluentui/react-button_v9.0.0-alpha.18)
|
1040
1080
|
|
1041
1081
|
### Patches
|
@@ -1052,7 +1092,7 @@ Wed, 31 Mar 2021 00:53:43 GMT
|
|
1052
1092
|
|
1053
1093
|
## [9.0.0-alpha.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.17)
|
1054
1094
|
|
1055
|
-
Tue, 30 Mar 2021 07:34:45 GMT
|
1095
|
+
Tue, 30 Mar 2021 07:34:45 GMT
|
1056
1096
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.16..@fluentui/react-button_v9.0.0-alpha.17)
|
1057
1097
|
|
1058
1098
|
### Patches
|
@@ -1065,7 +1105,7 @@ Tue, 30 Mar 2021 07:34:45 GMT
|
|
1065
1105
|
|
1066
1106
|
## [9.0.0-alpha.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.16)
|
1067
1107
|
|
1068
|
-
Fri, 26 Mar 2021 07:32:34 GMT
|
1108
|
+
Fri, 26 Mar 2021 07:32:34 GMT
|
1069
1109
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.15..@fluentui/react-button_v9.0.0-alpha.16)
|
1070
1110
|
|
1071
1111
|
### Changes
|
@@ -1075,7 +1115,7 @@ Fri, 26 Mar 2021 07:32:34 GMT
|
|
1075
1115
|
|
1076
1116
|
## [9.0.0-alpha.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.15)
|
1077
1117
|
|
1078
|
-
Thu, 25 Mar 2021 07:33:24 GMT
|
1118
|
+
Thu, 25 Mar 2021 07:33:24 GMT
|
1079
1119
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.14..@fluentui/react-button_v9.0.0-alpha.15)
|
1080
1120
|
|
1081
1121
|
### Changes
|
@@ -1085,7 +1125,7 @@ Thu, 25 Mar 2021 07:33:24 GMT
|
|
1085
1125
|
|
1086
1126
|
## [9.0.0-alpha.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.14)
|
1087
1127
|
|
1088
|
-
Tue, 23 Mar 2021 07:31:43 GMT
|
1128
|
+
Tue, 23 Mar 2021 07:31:43 GMT
|
1089
1129
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.13..@fluentui/react-button_v9.0.0-alpha.14)
|
1090
1130
|
|
1091
1131
|
### Changes
|
@@ -1094,7 +1134,7 @@ Tue, 23 Mar 2021 07:31:43 GMT
|
|
1094
1134
|
|
1095
1135
|
## [9.0.0-alpha.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.13)
|
1096
1136
|
|
1097
|
-
Thu, 18 Mar 2021 20:15:34 GMT
|
1137
|
+
Thu, 18 Mar 2021 20:15:34 GMT
|
1098
1138
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.12..@fluentui/react-button_v9.0.0-alpha.13)
|
1099
1139
|
|
1100
1140
|
### Changes
|
@@ -1103,7 +1143,7 @@ Thu, 18 Mar 2021 20:15:34 GMT
|
|
1103
1143
|
|
1104
1144
|
## [9.0.0-alpha.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.12)
|
1105
1145
|
|
1106
|
-
Wed, 17 Mar 2021 07:35:44 GMT
|
1146
|
+
Wed, 17 Mar 2021 07:35:44 GMT
|
1107
1147
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.11..@fluentui/react-button_v9.0.0-alpha.12)
|
1108
1148
|
|
1109
1149
|
### Changes
|
@@ -1112,7 +1152,7 @@ Wed, 17 Mar 2021 07:35:44 GMT
|
|
1112
1152
|
|
1113
1153
|
## [9.0.0-alpha.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.11)
|
1114
1154
|
|
1115
|
-
Tue, 16 Mar 2021 07:32:44 GMT
|
1155
|
+
Tue, 16 Mar 2021 07:32:44 GMT
|
1116
1156
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.10..@fluentui/react-button_v9.0.0-alpha.11)
|
1117
1157
|
|
1118
1158
|
### Patches
|
@@ -1121,7 +1161,7 @@ Tue, 16 Mar 2021 07:32:44 GMT
|
|
1121
1161
|
|
1122
1162
|
## [9.0.0-alpha.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.10)
|
1123
1163
|
|
1124
|
-
Mon, 15 Mar 2021 07:36:20 GMT
|
1164
|
+
Mon, 15 Mar 2021 07:36:20 GMT
|
1125
1165
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.9..@fluentui/react-button_v9.0.0-alpha.10)
|
1126
1166
|
|
1127
1167
|
### Changes
|
@@ -1130,7 +1170,7 @@ Mon, 15 Mar 2021 07:36:20 GMT
|
|
1130
1170
|
|
1131
1171
|
## [9.0.0-alpha.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.9)
|
1132
1172
|
|
1133
|
-
Fri, 12 Mar 2021 20:04:27 GMT
|
1173
|
+
Fri, 12 Mar 2021 20:04:27 GMT
|
1134
1174
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.8..@fluentui/react-button_v9.0.0-alpha.9)
|
1135
1175
|
|
1136
1176
|
### Patches
|
@@ -1143,7 +1183,7 @@ Fri, 12 Mar 2021 20:04:27 GMT
|
|
1143
1183
|
|
1144
1184
|
## [9.0.0-alpha.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.8)
|
1145
1185
|
|
1146
|
-
Wed, 10 Mar 2021 07:34:39 GMT
|
1186
|
+
Wed, 10 Mar 2021 07:34:39 GMT
|
1147
1187
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.7..@fluentui/react-button_v9.0.0-alpha.8)
|
1148
1188
|
|
1149
1189
|
### Changes
|
@@ -1152,7 +1192,7 @@ Wed, 10 Mar 2021 07:34:39 GMT
|
|
1152
1192
|
|
1153
1193
|
## [9.0.0-alpha.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.7)
|
1154
1194
|
|
1155
|
-
Fri, 05 Mar 2021 20:30:59 GMT
|
1195
|
+
Fri, 05 Mar 2021 20:30:59 GMT
|
1156
1196
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.6..@fluentui/react-button_v9.0.0-alpha.7)
|
1157
1197
|
|
1158
1198
|
### Changes
|
@@ -1161,7 +1201,7 @@ Fri, 05 Mar 2021 20:30:59 GMT
|
|
1161
1201
|
|
1162
1202
|
## [9.0.0-alpha.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.6)
|
1163
1203
|
|
1164
|
-
Wed, 03 Mar 2021 00:10:09 GMT
|
1204
|
+
Wed, 03 Mar 2021 00:10:09 GMT
|
1165
1205
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.5..@fluentui/react-button_v9.0.0-alpha.6)
|
1166
1206
|
|
1167
1207
|
### Patches
|
@@ -1174,7 +1214,7 @@ Wed, 03 Mar 2021 00:10:09 GMT
|
|
1174
1214
|
|
1175
1215
|
## [9.0.0-alpha.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.5)
|
1176
1216
|
|
1177
|
-
Tue, 02 Mar 2021 07:24:27 GMT
|
1217
|
+
Tue, 02 Mar 2021 07:24:27 GMT
|
1178
1218
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.4..@fluentui/react-button_v9.0.0-alpha.5)
|
1179
1219
|
|
1180
1220
|
### Changes
|
@@ -1183,7 +1223,7 @@ Tue, 02 Mar 2021 07:24:27 GMT
|
|
1183
1223
|
|
1184
1224
|
## [9.0.0-alpha.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.4)
|
1185
1225
|
|
1186
|
-
Fri, 26 Feb 2021 01:16:27 GMT
|
1226
|
+
Fri, 26 Feb 2021 01:16:27 GMT
|
1187
1227
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.3..@fluentui/react-button_v9.0.0-alpha.4)
|
1188
1228
|
|
1189
1229
|
### Patches
|
@@ -1203,7 +1243,7 @@ Fri, 26 Feb 2021 01:16:27 GMT
|
|
1203
1243
|
|
1204
1244
|
## [9.0.0-alpha.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.3)
|
1205
1245
|
|
1206
|
-
Thu, 25 Feb 2021 20:16:39 GMT
|
1246
|
+
Thu, 25 Feb 2021 20:16:39 GMT
|
1207
1247
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.2..@fluentui/react-button_v9.0.0-alpha.3)
|
1208
1248
|
|
1209
1249
|
### Changes
|
@@ -1212,7 +1252,7 @@ Thu, 25 Feb 2021 20:16:39 GMT
|
|
1212
1252
|
|
1213
1253
|
## [9.0.0-alpha.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.2)
|
1214
1254
|
|
1215
|
-
Thu, 25 Feb 2021 01:15:27 GMT
|
1255
|
+
Thu, 25 Feb 2021 01:15:27 GMT
|
1216
1256
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.1..@fluentui/react-button_v9.0.0-alpha.2)
|
1217
1257
|
|
1218
1258
|
### Patches
|
@@ -1221,7 +1261,7 @@ Thu, 25 Feb 2021 01:15:27 GMT
|
|
1221
1261
|
|
1222
1262
|
## [9.0.0-alpha.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.1)
|
1223
1263
|
|
1224
|
-
Wed, 24 Feb 2021 00:05:29 GMT
|
1264
|
+
Wed, 24 Feb 2021 00:05:29 GMT
|
1225
1265
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v1.0.0-beta.35..@fluentui/react-button_v9.0.0-alpha.1)
|
1226
1266
|
|
1227
1267
|
### Changes
|
@@ -1230,7 +1270,7 @@ Wed, 24 Feb 2021 00:05:29 GMT
|
|
1230
1270
|
|
1231
1271
|
## [1.0.0-beta.35](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v1.0.0-beta.35)
|
1232
1272
|
|
1233
|
-
Mon, 22 Feb 2021 12:26:22 GMT
|
1273
|
+
Mon, 22 Feb 2021 12:26:22 GMT
|
1234
1274
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v1.0.0-beta.34..@fluentui/react-button_v1.0.0-beta.35)
|
1235
1275
|
|
1236
1276
|
### Changes
|
@@ -1239,7 +1279,7 @@ Mon, 22 Feb 2021 12:26:22 GMT
|
|
1239
1279
|
|
1240
1280
|
## [1.0.0-beta.34](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v1.0.0-beta.34)
|
1241
1281
|
|
1242
|
-
Thu, 18 Feb 2021 19:38:50 GMT
|
1282
|
+
Thu, 18 Feb 2021 19:38:50 GMT
|
1243
1283
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v1.0.0-beta.33..@fluentui/react-button_v1.0.0-beta.34)
|
1244
1284
|
|
1245
1285
|
### Patches
|
@@ -1253,7 +1293,7 @@ Thu, 18 Feb 2021 19:38:50 GMT
|
|
1253
1293
|
|
1254
1294
|
## [1.0.0-beta.33](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v1.0.0-beta.33)
|
1255
1295
|
|
1256
|
-
Thu, 18 Feb 2021 12:27:34 GMT
|
1296
|
+
Thu, 18 Feb 2021 12:27:34 GMT
|
1257
1297
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v1.0.0-beta.32..@fluentui/react-button_v1.0.0-beta.33)
|
1258
1298
|
|
1259
1299
|
### Changes
|
@@ -1264,7 +1304,7 @@ Thu, 18 Feb 2021 12:27:34 GMT
|
|
1264
1304
|
|
1265
1305
|
## [1.0.0-beta.32](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v1.0.0-beta.32)
|
1266
1306
|
|
1267
|
-
Mon, 15 Feb 2021 12:22:00 GMT
|
1307
|
+
Mon, 15 Feb 2021 12:22:00 GMT
|
1268
1308
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v1.0.0-beta.31..@fluentui/react-button_v1.0.0-beta.32)
|
1269
1309
|
|
1270
1310
|
### Changes
|
@@ -1273,7 +1313,7 @@ Mon, 15 Feb 2021 12:22:00 GMT
|
|
1273
1313
|
|
1274
1314
|
## [1.0.0-beta.31](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v1.0.0-beta.31)
|
1275
1315
|
|
1276
|
-
Fri, 12 Feb 2021 12:26:20 GMT
|
1316
|
+
Fri, 12 Feb 2021 12:26:20 GMT
|
1277
1317
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v1.0.0-beta.30..@fluentui/react-button_v1.0.0-beta.31)
|
1278
1318
|
|
1279
1319
|
### Patches
|
@@ -1287,7 +1327,7 @@ Fri, 12 Feb 2021 12:26:20 GMT
|
|
1287
1327
|
|
1288
1328
|
## [1.0.0-beta.30](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v1.0.0-beta.30)
|
1289
1329
|
|
1290
|
-
Thu, 11 Feb 2021 00:58:10 GMT
|
1330
|
+
Thu, 11 Feb 2021 00:58:10 GMT
|
1291
1331
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v1.0.0-beta.29..@fluentui/react-button_v1.0.0-beta.30)
|
1292
1332
|
|
1293
1333
|
### Changes
|
@@ -1296,7 +1336,7 @@ Thu, 11 Feb 2021 00:58:10 GMT
|
|
1296
1336
|
|
1297
1337
|
## [1.0.0-beta.29](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v1.0.0-beta.29)
|
1298
1338
|
|
1299
|
-
Tue, 09 Feb 2021 00:56:52 GMT
|
1339
|
+
Tue, 09 Feb 2021 00:56:52 GMT
|
1300
1340
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v1.0.0-beta.28..@fluentui/react-button_v1.0.0-beta.29)
|
1301
1341
|
|
1302
1342
|
### Patches
|
@@ -1309,7 +1349,7 @@ Tue, 09 Feb 2021 00:56:52 GMT
|
|
1309
1349
|
|
1310
1350
|
## [1.0.0-beta.28](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v1.0.0-beta.28)
|
1311
1351
|
|
1312
|
-
Mon, 08 Feb 2021 12:23:08 GMT
|
1352
|
+
Mon, 08 Feb 2021 12:23:08 GMT
|
1313
1353
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v1.0.0-beta.27..@fluentui/react-button_v1.0.0-beta.28)
|
1314
1354
|
|
1315
1355
|
### Changes
|
@@ -1318,7 +1358,7 @@ Mon, 08 Feb 2021 12:23:08 GMT
|
|
1318
1358
|
|
1319
1359
|
## [1.0.0-beta.27](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v1.0.0-beta.27)
|
1320
1360
|
|
1321
|
-
Wed, 03 Feb 2021 05:51:40 GMT
|
1361
|
+
Wed, 03 Feb 2021 05:51:40 GMT
|
1322
1362
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v1.0.0-beta.26..@fluentui/react-button_v1.0.0-beta.27)
|
1323
1363
|
|
1324
1364
|
### Changes
|
@@ -1327,7 +1367,7 @@ Wed, 03 Feb 2021 05:51:40 GMT
|
|
1327
1367
|
|
1328
1368
|
## [1.0.0-beta.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v1.0.0-beta.26)
|
1329
1369
|
|
1330
|
-
Tue, 02 Feb 2021 12:21:54 GMT
|
1370
|
+
Tue, 02 Feb 2021 12:21:54 GMT
|
1331
1371
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v1.0.0-beta.25..@fluentui/react-button_v1.0.0-beta.26)
|
1332
1372
|
|
1333
1373
|
### Changes
|
@@ -1337,7 +1377,7 @@ Tue, 02 Feb 2021 12:21:54 GMT
|
|
1337
1377
|
|
1338
1378
|
## [1.0.0-beta.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v1.0.0-beta.25)
|
1339
1379
|
|
1340
|
-
Mon, 01 Feb 2021 12:23:48 GMT
|
1380
|
+
Mon, 01 Feb 2021 12:23:48 GMT
|
1341
1381
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v1.0.0-beta.24..@fluentui/react-button_v1.0.0-beta.25)
|
1342
1382
|
|
1343
1383
|
### Changes
|
@@ -1346,7 +1386,7 @@ Mon, 01 Feb 2021 12:23:48 GMT
|
|
1346
1386
|
|
1347
1387
|
## [1.0.0-beta.24](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v1.0.0-beta.24)
|
1348
1388
|
|
1349
|
-
Thu, 28 Jan 2021 12:25:56 GMT
|
1389
|
+
Thu, 28 Jan 2021 12:25:56 GMT
|
1350
1390
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v1.0.0-beta.23..@fluentui/react-button_v1.0.0-beta.24)
|
1351
1391
|
|
1352
1392
|
### Changes
|
@@ -1356,7 +1396,7 @@ Thu, 28 Jan 2021 12:25:56 GMT
|
|
1356
1396
|
|
1357
1397
|
## [1.0.0-beta.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v1.0.0-beta.23)
|
1358
1398
|
|
1359
|
-
Sat, 23 Jan 2021 05:20:07 GMT
|
1399
|
+
Sat, 23 Jan 2021 05:20:07 GMT
|
1360
1400
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v1.0.0-beta.22..@fluentui/react-button_v1.0.0-beta.23)
|
1361
1401
|
|
1362
1402
|
### Changes
|
@@ -1365,7 +1405,7 @@ Sat, 23 Jan 2021 05:20:07 GMT
|
|
1365
1405
|
|
1366
1406
|
## [1.0.0-beta.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v1.0.0-beta.22)
|
1367
1407
|
|
1368
|
-
Fri, 22 Jan 2021 12:24:49 GMT
|
1408
|
+
Fri, 22 Jan 2021 12:24:49 GMT
|
1369
1409
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v1.0.0-beta.21..@fluentui/react-button_v1.0.0-beta.22)
|
1370
1410
|
|
1371
1411
|
### Changes
|
@@ -1374,17 +1414,17 @@ Fri, 22 Jan 2021 12:24:49 GMT
|
|
1374
1414
|
|
1375
1415
|
## [1.0.0-beta.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v1.0.0-beta.21)
|
1376
1416
|
|
1377
|
-
Thu, 21 Jan 2021 12:36:12 GMT
|
1417
|
+
Thu, 21 Jan 2021 12:36:12 GMT
|
1378
1418
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v1.0.0-beta.19..@fluentui/react-button_v1.0.0-beta.21)
|
1379
1419
|
|
1380
1420
|
### Changes
|
1381
1421
|
|
1382
1422
|
- 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)
|
1383
|
-
-
|
1423
|
+
- Updating dev dependencies. ([PR #16548](https://github.com/microsoft/fluentui/pull/16548) by dzearing@microsoft.com)
|
1384
1424
|
|
1385
1425
|
## [1.0.0-beta.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v1.0.0-beta.19)
|
1386
1426
|
|
1387
|
-
Thu, 14 Jan 2021 12:31:15 GMT
|
1427
|
+
Thu, 14 Jan 2021 12:31:15 GMT
|
1388
1428
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v1.0.0-beta.17..@fluentui/react-button_v1.0.0-beta.19)
|
1389
1429
|
|
1390
1430
|
### Changes
|
@@ -1393,7 +1433,7 @@ Thu, 14 Jan 2021 12:31:15 GMT
|
|
1393
1433
|
|
1394
1434
|
## [1.0.0-beta.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v1.0.0-beta.17)
|
1395
1435
|
|
1396
|
-
Fri, 11 Dec 2020 12:28:01 GMT
|
1436
|
+
Fri, 11 Dec 2020 12:28:01 GMT
|
1397
1437
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v1.0.0-beta.14..@fluentui/react-button_v1.0.0-beta.17)
|
1398
1438
|
|
1399
1439
|
### Changes
|
@@ -1402,7 +1442,7 @@ Fri, 11 Dec 2020 12:28:01 GMT
|
|
1402
1442
|
|
1403
1443
|
## [1.0.0-beta.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v1.0.0-beta.14)
|
1404
1444
|
|
1405
|
-
Tue, 01 Dec 2020 12:38:05 GMT
|
1445
|
+
Tue, 01 Dec 2020 12:38:05 GMT
|
1406
1446
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v1.0.0-beta.13..@fluentui/react-button_v1.0.0-beta.14)
|
1407
1447
|
|
1408
1448
|
### Changes
|
@@ -1411,7 +1451,7 @@ Tue, 01 Dec 2020 12:38:05 GMT
|
|
1411
1451
|
|
1412
1452
|
## [1.0.0-beta.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v1.0.0-beta.13)
|
1413
1453
|
|
1414
|
-
Mon, 23 Nov 2020 12:31:40 GMT
|
1454
|
+
Mon, 23 Nov 2020 12:31:40 GMT
|
1415
1455
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v1.0.0-beta.12..@fluentui/react-button_v1.0.0-beta.13)
|
1416
1456
|
|
1417
1457
|
### Changes
|
@@ -1420,7 +1460,7 @@ Mon, 23 Nov 2020 12:31:40 GMT
|
|
1420
1460
|
|
1421
1461
|
## [1.0.0-beta.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v1.0.0-beta.12)
|
1422
1462
|
|
1423
|
-
Wed, 18 Nov 2020 12:30:07 GMT
|
1463
|
+
Wed, 18 Nov 2020 12:30:07 GMT
|
1424
1464
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v1.0.0-beta.11..@fluentui/react-button_v1.0.0-beta.12)
|
1425
1465
|
|
1426
1466
|
### Changes
|
@@ -1429,17 +1469,17 @@ Wed, 18 Nov 2020 12:30:07 GMT
|
|
1429
1469
|
|
1430
1470
|
## [1.0.0-beta.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v1.0.0-beta.11)
|
1431
1471
|
|
1432
|
-
Tue, 17 Nov 2020 12:36:24 GMT
|
1472
|
+
Tue, 17 Nov 2020 12:36:24 GMT
|
1433
1473
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v1.0.0-beta.9..@fluentui/react-button_v1.0.0-beta.11)
|
1434
1474
|
|
1435
1475
|
### Changes
|
1436
1476
|
|
1437
|
-
- Updating arguments of style hook.
|
1477
|
+
- Updating arguments of style hook. ([PR #15952](https://github.com/microsoft/fluentui/pull/15952) by dzearing@hotmail.com)
|
1438
1478
|
- Updating classes hooks derived from Button to actually derive from Button. ([PR #15955](https://github.com/microsoft/fluentui/pull/15955) by xgao@microsoft.com)
|
1439
1479
|
|
1440
1480
|
## [1.0.0-beta.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v1.0.0-beta.9)
|
1441
1481
|
|
1442
|
-
Fri, 06 Nov 2020 12:34:34 GMT
|
1482
|
+
Fri, 06 Nov 2020 12:34:34 GMT
|
1443
1483
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v1.0.0-beta.8..@fluentui/react-button_v1.0.0-beta.9)
|
1444
1484
|
|
1445
1485
|
### Changes
|
@@ -1448,7 +1488,7 @@ Fri, 06 Nov 2020 12:34:34 GMT
|
|
1448
1488
|
|
1449
1489
|
## [1.0.0-beta.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v1.0.0-beta.8)
|
1450
1490
|
|
1451
|
-
Thu, 05 Nov 2020 12:29:43 GMT
|
1491
|
+
Thu, 05 Nov 2020 12:29:43 GMT
|
1452
1492
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v1.0.0-beta.7..@fluentui/react-button_v1.0.0-beta.8)
|
1453
1493
|
|
1454
1494
|
### Changes
|
@@ -1457,7 +1497,7 @@ Thu, 05 Nov 2020 12:29:43 GMT
|
|
1457
1497
|
|
1458
1498
|
## [1.0.0-beta.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v1.0.0-beta.7)
|
1459
1499
|
|
1460
|
-
Wed, 04 Nov 2020 12:34:30 GMT
|
1500
|
+
Wed, 04 Nov 2020 12:34:30 GMT
|
1461
1501
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v1.0.0-beta.4..@fluentui/react-button_v1.0.0-beta.7)
|
1462
1502
|
|
1463
1503
|
### Changes
|
@@ -1466,7 +1506,7 @@ Wed, 04 Nov 2020 12:34:30 GMT
|
|
1466
1506
|
|
1467
1507
|
## [1.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v1.0.0-beta.4)
|
1468
1508
|
|
1469
|
-
Wed, 28 Oct 2020 12:32:24 GMT
|
1509
|
+
Wed, 28 Oct 2020 12:32:24 GMT
|
1470
1510
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v1.0.0-beta.1..@fluentui/react-button_v1.0.0-beta.4)
|
1471
1511
|
|
1472
1512
|
### Changes
|
@@ -1475,7 +1515,7 @@ Wed, 28 Oct 2020 12:32:24 GMT
|
|
1475
1515
|
|
1476
1516
|
## [1.0.0-beta.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v1.0.0-beta.1)
|
1477
1517
|
|
1478
|
-
Fri, 23 Oct 2020 23:25:40 GMT
|
1518
|
+
Fri, 23 Oct 2020 23:25:40 GMT
|
1479
1519
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v1.0.0-beta.0..@fluentui/react-button_v1.0.0-beta.1)
|
1480
1520
|
|
1481
1521
|
### Changes
|
@@ -1484,7 +1524,7 @@ Fri, 23 Oct 2020 23:25:40 GMT
|
|
1484
1524
|
|
1485
1525
|
## [1.0.0-beta.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v1.0.0-beta.0)
|
1486
1526
|
|
1487
|
-
Fri, 23 Oct 2020 03:26:15 GMT
|
1527
|
+
Fri, 23 Oct 2020 03:26:15 GMT
|
1488
1528
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.14.3..@fluentui/react-button_v1.0.0-beta.0)
|
1489
1529
|
|
1490
1530
|
### Changes
|
@@ -1503,7 +1543,7 @@ Fri, 23 Oct 2020 03:26:15 GMT
|
|
1503
1543
|
|
1504
1544
|
## [0.14.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.14.3)
|
1505
1545
|
|
1506
|
-
Sun, 27 Sep 2020 04:20:52 GMT
|
1546
|
+
Sun, 27 Sep 2020 04:20:52 GMT
|
1507
1547
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.14.2..@fluentui/react-button_v0.14.3)
|
1508
1548
|
|
1509
1549
|
### Patches
|
@@ -1512,7 +1552,7 @@ Sun, 27 Sep 2020 04:20:52 GMT
|
|
1512
1552
|
|
1513
1553
|
## [0.14.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.14.2)
|
1514
1554
|
|
1515
|
-
Fri, 25 Sep 2020 12:25:17 GMT
|
1555
|
+
Fri, 25 Sep 2020 12:25:17 GMT
|
1516
1556
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.14.0..@fluentui/react-button_v0.14.2)
|
1517
1557
|
|
1518
1558
|
### Patches
|
@@ -1522,7 +1562,7 @@ Fri, 25 Sep 2020 12:25:17 GMT
|
|
1522
1562
|
|
1523
1563
|
## [0.14.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.14.0)
|
1524
1564
|
|
1525
|
-
Wed, 23 Sep 2020 12:27:48 GMT
|
1565
|
+
Wed, 23 Sep 2020 12:27:48 GMT
|
1526
1566
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.13.1..@fluentui/react-button_v0.14.0)
|
1527
1567
|
|
1528
1568
|
### Minor changes
|
@@ -1535,7 +1575,7 @@ Wed, 23 Sep 2020 12:27:48 GMT
|
|
1535
1575
|
|
1536
1576
|
## [0.13.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.13.1)
|
1537
1577
|
|
1538
|
-
Thu, 17 Sep 2020 15:52:49 GMT
|
1578
|
+
Thu, 17 Sep 2020 15:52:49 GMT
|
1539
1579
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.13.0..@fluentui/react-button_v0.13.1)
|
1540
1580
|
|
1541
1581
|
### Patches
|
@@ -1544,7 +1584,7 @@ Thu, 17 Sep 2020 15:52:49 GMT
|
|
1544
1584
|
|
1545
1585
|
## [0.13.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.13.0)
|
1546
1586
|
|
1547
|
-
Thu, 17 Sep 2020 12:25:04 GMT
|
1587
|
+
Thu, 17 Sep 2020 12:25:04 GMT
|
1548
1588
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.12.6..@fluentui/react-button_v0.13.0)
|
1549
1589
|
|
1550
1590
|
### Minor changes
|
@@ -1553,7 +1593,7 @@ Thu, 17 Sep 2020 12:25:04 GMT
|
|
1553
1593
|
|
1554
1594
|
## [0.12.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.12.5)
|
1555
1595
|
|
1556
|
-
Tue, 15 Sep 2020 12:26:06 GMT
|
1596
|
+
Tue, 15 Sep 2020 12:26:06 GMT
|
1557
1597
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.12.4..@fluentui/react-button_v0.12.5)
|
1558
1598
|
|
1559
1599
|
### Patches
|
@@ -1562,7 +1602,7 @@ Tue, 15 Sep 2020 12:26:06 GMT
|
|
1562
1602
|
|
1563
1603
|
## [0.12.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.12.0)
|
1564
1604
|
|
1565
|
-
Wed, 09 Sep 2020 12:24:19 GMT
|
1605
|
+
Wed, 09 Sep 2020 12:24:19 GMT
|
1566
1606
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.11.6..@fluentui/react-button_v0.12.0)
|
1567
1607
|
|
1568
1608
|
### Minor changes
|
@@ -1575,7 +1615,7 @@ Wed, 09 Sep 2020 12:24:19 GMT
|
|
1575
1615
|
|
1576
1616
|
## [0.11.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.11.6)
|
1577
1617
|
|
1578
|
-
Mon, 07 Sep 2020 12:26:26 GMT
|
1618
|
+
Mon, 07 Sep 2020 12:26:26 GMT
|
1579
1619
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.11.5..@fluentui/react-button_v0.11.6)
|
1580
1620
|
|
1581
1621
|
### Patches
|
@@ -1584,7 +1624,7 @@ Mon, 07 Sep 2020 12:26:26 GMT
|
|
1584
1624
|
|
1585
1625
|
## [0.11.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.11.5)
|
1586
1626
|
|
1587
|
-
Fri, 04 Sep 2020 12:28:23 GMT
|
1627
|
+
Fri, 04 Sep 2020 12:28:23 GMT
|
1588
1628
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.11.0..@fluentui/react-button_v0.11.5)
|
1589
1629
|
|
1590
1630
|
### Patches
|
@@ -1593,7 +1633,7 @@ Fri, 04 Sep 2020 12:28:23 GMT
|
|
1593
1633
|
|
1594
1634
|
## [0.11.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.11.0)
|
1595
1635
|
|
1596
|
-
Fri, 28 Aug 2020 12:29:20 GMT
|
1636
|
+
Fri, 28 Aug 2020 12:29:20 GMT
|
1597
1637
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.10.3..@fluentui/react-button_v0.11.0)
|
1598
1638
|
|
1599
1639
|
### Minor changes
|
@@ -1602,7 +1642,7 @@ Fri, 28 Aug 2020 12:29:20 GMT
|
|
1602
1642
|
|
1603
1643
|
## [0.10.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.10.3)
|
1604
1644
|
|
1605
|
-
Tue, 25 Aug 2020 12:36:19 GMT
|
1645
|
+
Tue, 25 Aug 2020 12:36:19 GMT
|
1606
1646
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.10.1..@fluentui/react-button_v0.10.3)
|
1607
1647
|
|
1608
1648
|
### Patches
|
@@ -1611,7 +1651,7 @@ Tue, 25 Aug 2020 12:36:19 GMT
|
|
1611
1651
|
|
1612
1652
|
## [0.10.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.10.1)
|
1613
1653
|
|
1614
|
-
Thu, 20 Aug 2020 12:37:22 GMT
|
1654
|
+
Thu, 20 Aug 2020 12:37:22 GMT
|
1615
1655
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.10.0..@fluentui/react-button_v0.10.1)
|
1616
1656
|
|
1617
1657
|
### Patches
|
@@ -1621,7 +1661,7 @@ Thu, 20 Aug 2020 12:37:22 GMT
|
|
1621
1661
|
|
1622
1662
|
## [0.10.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.10.0)
|
1623
1663
|
|
1624
|
-
Wed, 19 Aug 2020 12:44:33 GMT
|
1664
|
+
Wed, 19 Aug 2020 12:44:33 GMT
|
1625
1665
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.9.4..@fluentui/react-button_v0.10.0)
|
1626
1666
|
|
1627
1667
|
### Minor changes
|
@@ -1630,7 +1670,7 @@ Wed, 19 Aug 2020 12:44:33 GMT
|
|
1630
1670
|
|
1631
1671
|
## [0.9.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.9.4)
|
1632
1672
|
|
1633
|
-
Tue, 18 Aug 2020 07:58:00 GMT
|
1673
|
+
Tue, 18 Aug 2020 07:58:00 GMT
|
1634
1674
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.9.0..@fluentui/react-button_v0.9.4)
|
1635
1675
|
|
1636
1676
|
### Patches
|
@@ -1639,7 +1679,7 @@ Tue, 18 Aug 2020 07:58:00 GMT
|
|
1639
1679
|
|
1640
1680
|
## [0.9.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.9.0)
|
1641
1681
|
|
1642
|
-
Tue, 11 Aug 2020 05:47:07 GMT
|
1682
|
+
Tue, 11 Aug 2020 05:47:07 GMT
|
1643
1683
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.8.0..@fluentui/react-button_v0.9.0)
|
1644
1684
|
|
1645
1685
|
### Minor changes
|
@@ -1649,7 +1689,7 @@ Tue, 11 Aug 2020 05:47:07 GMT
|
|
1649
1689
|
|
1650
1690
|
## [0.8.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.8.0)
|
1651
1691
|
|
1652
|
-
Mon, 10 Aug 2020 06:19:21 GMT
|
1692
|
+
Mon, 10 Aug 2020 06:19:21 GMT
|
1653
1693
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.7.14..@fluentui/react-button_v0.8.0)
|
1654
1694
|
|
1655
1695
|
### Minor changes
|
@@ -1658,7 +1698,7 @@ Mon, 10 Aug 2020 06:19:21 GMT
|
|
1658
1698
|
|
1659
1699
|
## [0.7.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.7.9)
|
1660
1700
|
|
1661
|
-
Mon, 27 Jul 2020 12:42:21 GMT
|
1701
|
+
Mon, 27 Jul 2020 12:42:21 GMT
|
1662
1702
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.7.3..@fluentui/react-button_v0.7.9)
|
1663
1703
|
|
1664
1704
|
### Patches
|
@@ -1667,7 +1707,7 @@ Mon, 27 Jul 2020 12:42:21 GMT
|
|
1667
1707
|
|
1668
1708
|
## [0.7.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.7.3)
|
1669
1709
|
|
1670
|
-
Fri, 17 Jul 2020 12:38:41 GMT
|
1710
|
+
Fri, 17 Jul 2020 12:38:41 GMT
|
1671
1711
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.7.1..@fluentui/react-button_v0.7.3)
|
1672
1712
|
|
1673
1713
|
### Patches
|
@@ -1676,7 +1716,7 @@ Fri, 17 Jul 2020 12:38:41 GMT
|
|
1676
1716
|
|
1677
1717
|
## [0.7.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.7.0)
|
1678
1718
|
|
1679
|
-
Thu, 09 Jul 2020 21:59:04 GMT
|
1719
|
+
Thu, 09 Jul 2020 21:59:04 GMT
|
1680
1720
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.6.2..@fluentui/react-button_v0.7.0)
|
1681
1721
|
|
1682
1722
|
### Minor changes
|
@@ -1685,7 +1725,7 @@ Thu, 09 Jul 2020 21:59:04 GMT
|
|
1685
1725
|
|
1686
1726
|
## [0.6.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.6.2)
|
1687
1727
|
|
1688
|
-
Thu, 02 Jul 2020 12:42:11 GMT
|
1728
|
+
Thu, 02 Jul 2020 12:42:11 GMT
|
1689
1729
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.6.0..@fluentui/react-button_v0.6.2)
|
1690
1730
|
|
1691
1731
|
### Patches
|
@@ -1694,7 +1734,7 @@ Thu, 02 Jul 2020 12:42:11 GMT
|
|
1694
1734
|
|
1695
1735
|
## [0.6.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.6.0)
|
1696
1736
|
|
1697
|
-
Tue, 30 Jun 2020 12:33:36 GMT
|
1737
|
+
Tue, 30 Jun 2020 12:33:36 GMT
|
1698
1738
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.5.1..@fluentui/react-button_v0.6.0)
|
1699
1739
|
|
1700
1740
|
### Minor changes
|
@@ -1703,7 +1743,7 @@ Tue, 30 Jun 2020 12:33:36 GMT
|
|
1703
1743
|
|
1704
1744
|
## [0.5.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.5.1)
|
1705
1745
|
|
1706
|
-
Fri, 26 Jun 2020 12:36:28 GMT
|
1746
|
+
Fri, 26 Jun 2020 12:36:28 GMT
|
1707
1747
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.5.0..@fluentui/react-button_v0.5.1)
|
1708
1748
|
|
1709
1749
|
### Patches
|
@@ -1713,7 +1753,7 @@ Fri, 26 Jun 2020 12:36:28 GMT
|
|
1713
1753
|
|
1714
1754
|
## [0.5.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.5.0)
|
1715
1755
|
|
1716
|
-
Thu, 25 Jun 2020 12:50:17 GMT
|
1756
|
+
Thu, 25 Jun 2020 12:50:17 GMT
|
1717
1757
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.4.0..@fluentui/react-button_v0.5.0)
|
1718
1758
|
|
1719
1759
|
### Minor changes
|
@@ -1726,7 +1766,7 @@ Thu, 25 Jun 2020 12:50:17 GMT
|
|
1726
1766
|
|
1727
1767
|
## [0.4.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.4.0)
|
1728
1768
|
|
1729
|
-
Tue, 23 Jun 2020 12:41:54 GMT
|
1769
|
+
Tue, 23 Jun 2020 12:41:54 GMT
|
1730
1770
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.3.7..@fluentui/react-button_v0.4.0)
|
1731
1771
|
|
1732
1772
|
### Minor changes
|
@@ -1735,7 +1775,7 @@ Tue, 23 Jun 2020 12:41:54 GMT
|
|
1735
1775
|
|
1736
1776
|
## [0.3.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.3.7)
|
1737
1777
|
|
1738
|
-
Mon, 22 Jun 2020 12:42:16 GMT
|
1778
|
+
Mon, 22 Jun 2020 12:42:16 GMT
|
1739
1779
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.3.6..@fluentui/react-button_v0.3.7)
|
1740
1780
|
|
1741
1781
|
### Patches
|
@@ -1744,7 +1784,7 @@ Mon, 22 Jun 2020 12:42:16 GMT
|
|
1744
1784
|
|
1745
1785
|
## [0.3.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.3.6)
|
1746
1786
|
|
1747
|
-
Fri, 19 Jun 2020 12:38:09 GMT
|
1787
|
+
Fri, 19 Jun 2020 12:38:09 GMT
|
1748
1788
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.3.5..@fluentui/react-button_v0.3.6)
|
1749
1789
|
|
1750
1790
|
### Patches
|
@@ -1753,7 +1793,7 @@ Fri, 19 Jun 2020 12:38:09 GMT
|
|
1753
1793
|
|
1754
1794
|
## [0.3.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.3.5)
|
1755
1795
|
|
1756
|
-
Thu, 18 Jun 2020 12:37:09 GMT
|
1796
|
+
Thu, 18 Jun 2020 12:37:09 GMT
|
1757
1797
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.3.3..@fluentui/react-button_v0.3.5)
|
1758
1798
|
|
1759
1799
|
### Patches
|
@@ -1762,7 +1802,7 @@ Thu, 18 Jun 2020 12:37:09 GMT
|
|
1762
1802
|
|
1763
1803
|
## [0.3.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.3.3)
|
1764
1804
|
|
1765
|
-
Tue, 16 Jun 2020 17:35:36 GMT
|
1805
|
+
Tue, 16 Jun 2020 17:35:36 GMT
|
1766
1806
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.3.0..@fluentui/react-button_v0.3.3)
|
1767
1807
|
|
1768
1808
|
### Patches
|
@@ -1771,7 +1811,7 @@ Tue, 16 Jun 2020 17:35:36 GMT
|
|
1771
1811
|
|
1772
1812
|
## [0.3.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.3.0)
|
1773
1813
|
|
1774
|
-
Fri, 12 Jun 2020 18:29:07 GMT
|
1814
|
+
Fri, 12 Jun 2020 18:29:07 GMT
|
1775
1815
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.2.0..@fluentui/react-button_v0.3.0)
|
1776
1816
|
|
1777
1817
|
### Minor changes
|
@@ -1785,7 +1825,7 @@ Fri, 12 Jun 2020 18:29:07 GMT
|
|
1785
1825
|
|
1786
1826
|
## [0.2.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.2.0)
|
1787
1827
|
|
1788
|
-
Mon, 08 Jun 2020 12:34:34 GMT
|
1828
|
+
Mon, 08 Jun 2020 12:34:34 GMT
|
1789
1829
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.1.13..@fluentui/react-button_v0.2.0)
|
1790
1830
|
|
1791
1831
|
### Minor changes
|
@@ -1794,7 +1834,7 @@ Mon, 08 Jun 2020 12:34:34 GMT
|
|
1794
1834
|
|
1795
1835
|
## [0.1.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.1.13)
|
1796
1836
|
|
1797
|
-
Fri, 05 Jun 2020 05:09:39 GMT
|
1837
|
+
Fri, 05 Jun 2020 05:09:39 GMT
|
1798
1838
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.1.12..@fluentui/react-button_v0.1.13)
|
1799
1839
|
|
1800
1840
|
### Patches
|
@@ -1804,7 +1844,7 @@ Fri, 05 Jun 2020 05:09:39 GMT
|
|
1804
1844
|
|
1805
1845
|
## [0.1.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.1.12)
|
1806
1846
|
|
1807
|
-
Tue, 02 Jun 2020 12:36:30 GMT
|
1847
|
+
Tue, 02 Jun 2020 12:36:30 GMT
|
1808
1848
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.1.11..@fluentui/react-button_v0.1.12)
|
1809
1849
|
|
1810
1850
|
### Patches
|
@@ -1813,7 +1853,7 @@ Tue, 02 Jun 2020 12:36:30 GMT
|
|
1813
1853
|
|
1814
1854
|
## [0.1.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.1.11)
|
1815
1855
|
|
1816
|
-
Mon, 01 Jun 2020 12:32:45 GMT
|
1856
|
+
Mon, 01 Jun 2020 12:32:45 GMT
|
1817
1857
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.1.4..@fluentui/react-button_v0.1.11)
|
1818
1858
|
|
1819
1859
|
### Patches
|
@@ -1822,12 +1862,12 @@ Mon, 01 Jun 2020 12:32:45 GMT
|
|
1822
1862
|
|
1823
1863
|
## [0.1.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.1.4)
|
1824
1864
|
|
1825
|
-
Wed, 20 May 2020 12:31:10 GMT
|
1865
|
+
Wed, 20 May 2020 12:31:10 GMT
|
1826
1866
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.1.1..@fluentui/react-button_v0.1.4)
|
1827
1867
|
|
1828
1868
|
### Patches
|
1829
1869
|
|
1830
|
-
- feat(compose): expose
|
1870
|
+
- feat(compose): expose \_\_self slot ([PR #13115](https://github.com/microsoft/fluentui/pull/13115) by olfedias@microsoft.com)
|
1831
1871
|
|
1832
1872
|
## [0.1.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.1.1)
|
1833
1873
|
|