@fluentui/react-button 9.3.83 → 9.3.85
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +146 -120
- package/lib/components/Button/useButtonStyles.styles.js +2 -0
- package/lib/components/Button/useButtonStyles.styles.js.map +1 -1
- package/lib/components/CompoundButton/useCompoundButtonStyles.styles.js +2 -0
- package/lib/components/CompoundButton/useCompoundButtonStyles.styles.js.map +1 -1
- package/lib/components/MenuButton/useMenuButton.js +3 -2
- package/lib/components/MenuButton/useMenuButton.js.map +1 -1
- package/lib/components/MenuButton/useMenuButtonStyles.styles.js +2 -0
- package/lib/components/MenuButton/useMenuButtonStyles.styles.js.map +1 -1
- package/lib/components/SplitButton/useSplitButtonStyles.styles.js +2 -0
- package/lib/components/SplitButton/useSplitButtonStyles.styles.js.map +1 -1
- package/lib/components/ToggleButton/useToggleButtonStyles.styles.js +3 -1
- package/lib/components/ToggleButton/useToggleButtonStyles.styles.js.map +1 -1
- package/lib-commonjs/components/Button/useButtonStyles.styles.js +1 -0
- package/lib-commonjs/components/Button/useButtonStyles.styles.js.map +1 -1
- package/lib-commonjs/components/CompoundButton/useCompoundButtonStyles.styles.js +1 -0
- package/lib-commonjs/components/CompoundButton/useCompoundButtonStyles.styles.js.map +1 -1
- package/lib-commonjs/components/MenuButton/useMenuButton.js +3 -2
- package/lib-commonjs/components/MenuButton/useMenuButton.js.map +1 -1
- package/lib-commonjs/components/MenuButton/useMenuButtonStyles.styles.js +1 -0
- package/lib-commonjs/components/MenuButton/useMenuButtonStyles.styles.js.map +1 -1
- package/lib-commonjs/components/SplitButton/useSplitButtonStyles.styles.js +1 -0
- package/lib-commonjs/components/SplitButton/useSplitButtonStyles.styles.js.map +1 -1
- package/lib-commonjs/components/ToggleButton/useToggleButtonStyles.styles.js +2 -1
- package/lib-commonjs/components/ToggleButton/useToggleButtonStyles.styles.js.map +1 -1
- package/package.json +9 -10
package/CHANGELOG.md
CHANGED
@@ -1,12 +1,38 @@
|
|
1
1
|
# Change Log - @fluentui/react-button
|
2
2
|
|
3
|
-
This log was last generated on
|
3
|
+
This log was last generated on Mon, 01 Jul 2024 20:25:55 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
+
## [9.3.85](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.3.85)
|
8
|
+
|
9
|
+
Mon, 01 Jul 2024 20:25:55 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.3.84..@fluentui/react-button_v9.3.85)
|
11
|
+
|
12
|
+
### Patches
|
13
|
+
|
14
|
+
- chore: add eslint react-compiler ([PR #31457](https://github.com/microsoft/fluentui/pull/31457) by seanmonahan@microsoft.com)
|
15
|
+
- chore: Update react-icons package to ^2.0.245 ([PR #31802](https://github.com/microsoft/fluentui/pull/31802) by ololubek@microsoft.com)
|
16
|
+
- fix: MenuButton is styled correctly when aria-expanded is a string ([PR #31809](https://github.com/microsoft/fluentui/pull/31809) by sarah.higley@microsoft.com)
|
17
|
+
- fix: Adding checked condition for icon styles when `ToggleButton` is checked + its appearance is subtle or transparent. ([PR #31789](https://github.com/microsoft/fluentui/pull/31789) by humbertomakotomorimoto@gmail.com)
|
18
|
+
- Bump @fluentui/react-aria to v9.13.0 ([PR #31861](https://github.com/microsoft/fluentui/pull/31861) by beachball)
|
19
|
+
- Bump @fluentui/react-jsx-runtime to v9.0.40 ([PR #31861](https://github.com/microsoft/fluentui/pull/31861) by beachball)
|
20
|
+
- Bump @fluentui/react-tabster to v9.22.1 ([PR #31861](https://github.com/microsoft/fluentui/pull/31861) by beachball)
|
21
|
+
- Bump @fluentui/react-utilities to v9.18.11 ([PR #31861](https://github.com/microsoft/fluentui/pull/31861) by beachball)
|
22
|
+
|
23
|
+
## [9.3.84](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.3.84)
|
24
|
+
|
25
|
+
Mon, 17 Jun 2024 07:34:17 GMT
|
26
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.3.83..@fluentui/react-button_v9.3.84)
|
27
|
+
|
28
|
+
### Patches
|
29
|
+
|
30
|
+
- Bump @fluentui/react-aria to v9.12.1 ([commit](https://github.com/microsoft/fluentui/commit/9ae683c22f2e65d94422a571ad5d3f97d0a77234) by beachball)
|
31
|
+
- Bump @fluentui/react-tabster to v9.22.0 ([commit](https://github.com/microsoft/fluentui/commit/9ae683c22f2e65d94422a571ad5d3f97d0a77234) by beachball)
|
32
|
+
|
7
33
|
## [9.3.83](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.3.83)
|
8
34
|
|
9
|
-
Thu, 06 Jun 2024 15:
|
35
|
+
Thu, 06 Jun 2024 15:26:45 GMT
|
10
36
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.3.82..@fluentui/react-button_v9.3.83)
|
11
37
|
|
12
38
|
### Patches
|
@@ -18,7 +44,7 @@ Thu, 06 Jun 2024 15:22:27 GMT
|
|
18
44
|
|
19
45
|
## [9.3.82](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.3.82)
|
20
46
|
|
21
|
-
Thu, 23 May 2024 08:02:40 GMT
|
47
|
+
Thu, 23 May 2024 08:02:40 GMT
|
22
48
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.3.81..@fluentui/react-button_v9.3.82)
|
23
49
|
|
24
50
|
### Patches
|
@@ -29,7 +55,7 @@ Thu, 23 May 2024 08:02:40 GMT
|
|
29
55
|
|
30
56
|
## [9.3.81](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.3.81)
|
31
57
|
|
32
|
-
Mon, 20 May 2024 12:44:52 GMT
|
58
|
+
Mon, 20 May 2024 12:44:52 GMT
|
33
59
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.3.80..@fluentui/react-button_v9.3.81)
|
34
60
|
|
35
61
|
### Patches
|
@@ -43,16 +69,16 @@ Mon, 20 May 2024 12:44:52 GMT
|
|
43
69
|
|
44
70
|
## [9.3.80](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.3.80)
|
45
71
|
|
46
|
-
Thu, 16 May 2024 09:25:12 GMT
|
72
|
+
Thu, 16 May 2024 09:25:12 GMT
|
47
73
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.3.79..@fluentui/react-button_v9.3.80)
|
48
74
|
|
49
75
|
### Patches
|
50
76
|
|
51
|
-
-
|
77
|
+
- chore: Upgrade react-icons version to 2.0.239 to pick up provider export map fix. ([PR #31287](https://github.com/microsoft/fluentui/pull/31287) by ololubek@microsoft.com)
|
52
78
|
|
53
79
|
## [9.3.79](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.3.79)
|
54
80
|
|
55
|
-
Thu, 09 May 2024 19:35:12 GMT
|
81
|
+
Thu, 09 May 2024 19:35:12 GMT
|
56
82
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.3.78..@fluentui/react-button_v9.3.79)
|
57
83
|
|
58
84
|
### Patches
|
@@ -62,7 +88,7 @@ Thu, 09 May 2024 19:35:12 GMT
|
|
62
88
|
|
63
89
|
## [9.3.78](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.3.78)
|
64
90
|
|
65
|
-
Mon, 06 May 2024 12:55:02 GMT
|
91
|
+
Mon, 06 May 2024 12:55:02 GMT
|
66
92
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.3.77..@fluentui/react-button_v9.3.78)
|
67
93
|
|
68
94
|
### Patches
|
@@ -75,18 +101,18 @@ Mon, 06 May 2024 12:55:02 GMT
|
|
75
101
|
|
76
102
|
## [9.3.77](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.3.77)
|
77
103
|
|
78
|
-
Thu, 02 May 2024 11:36:30 GMT
|
104
|
+
Thu, 02 May 2024 11:36:30 GMT
|
79
105
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.3.76..@fluentui/react-button_v9.3.77)
|
80
106
|
|
81
107
|
### Patches
|
82
108
|
|
83
|
-
-
|
109
|
+
- chore: upgrade @fluentui/react-icons to 2.0.237. ([PR #31139](https://github.com/microsoft/fluentui/pull/31139) by ololubek@microsoft.com)
|
84
110
|
- Bump @fluentui/react-aria to v9.11.0 ([PR #31231](https://github.com/microsoft/fluentui/pull/31231) by beachball)
|
85
111
|
- Bump @fluentui/react-tabster to v9.21.0 ([PR #31231](https://github.com/microsoft/fluentui/pull/31231) by beachball)
|
86
112
|
|
87
113
|
## [9.3.76](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.3.76)
|
88
114
|
|
89
|
-
Tue, 23 Apr 2024 08:17:49 GMT
|
115
|
+
Tue, 23 Apr 2024 08:17:49 GMT
|
90
116
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.3.75..@fluentui/react-button_v9.3.76)
|
91
117
|
|
92
118
|
### Patches
|
@@ -99,7 +125,7 @@ Tue, 23 Apr 2024 08:17:49 GMT
|
|
99
125
|
|
100
126
|
## [9.3.75](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.3.75)
|
101
127
|
|
102
|
-
Wed, 17 Apr 2024 21:53:48 GMT
|
128
|
+
Wed, 17 Apr 2024 21:53:48 GMT
|
103
129
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.3.74..@fluentui/react-button_v9.3.75)
|
104
130
|
|
105
131
|
### Patches
|
@@ -110,7 +136,7 @@ Wed, 17 Apr 2024 21:53:48 GMT
|
|
110
136
|
|
111
137
|
## [9.3.74](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.3.74)
|
112
138
|
|
113
|
-
Tue, 02 Apr 2024 09:48:01 GMT
|
139
|
+
Tue, 02 Apr 2024 09:48:01 GMT
|
114
140
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.3.73..@fluentui/react-button_v9.3.74)
|
115
141
|
|
116
142
|
### Patches
|
@@ -123,7 +149,7 @@ Tue, 02 Apr 2024 09:48:01 GMT
|
|
123
149
|
|
124
150
|
## [9.3.73](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.3.73)
|
125
151
|
|
126
|
-
Mon, 18 Mar 2024 19:50:46 GMT
|
152
|
+
Mon, 18 Mar 2024 19:50:46 GMT
|
127
153
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.3.72..@fluentui/react-button_v9.3.73)
|
128
154
|
|
129
155
|
### Patches
|
@@ -137,7 +163,7 @@ Mon, 18 Mar 2024 19:50:46 GMT
|
|
137
163
|
|
138
164
|
## [9.3.72](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.3.72)
|
139
165
|
|
140
|
-
Fri, 15 Mar 2024 21:43:48 GMT
|
166
|
+
Fri, 15 Mar 2024 21:43:48 GMT
|
141
167
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.3.71..@fluentui/react-button_v9.3.72)
|
142
168
|
|
143
169
|
### Patches
|
@@ -152,7 +178,7 @@ Fri, 15 Mar 2024 21:43:48 GMT
|
|
152
178
|
|
153
179
|
## [9.3.71](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.3.71)
|
154
180
|
|
155
|
-
Thu, 07 Mar 2024 19:33:27 GMT
|
181
|
+
Thu, 07 Mar 2024 19:33:27 GMT
|
156
182
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.3.70..@fluentui/react-button_v9.3.71)
|
157
183
|
|
158
184
|
### Patches
|
@@ -166,7 +192,7 @@ Thu, 07 Mar 2024 19:33:27 GMT
|
|
166
192
|
|
167
193
|
## [9.3.70](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.3.70)
|
168
194
|
|
169
|
-
Wed, 28 Feb 2024 02:34:19 GMT
|
195
|
+
Wed, 28 Feb 2024 02:34:19 GMT
|
170
196
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.3.69..@fluentui/react-button_v9.3.70)
|
171
197
|
|
172
198
|
### Patches
|
@@ -179,7 +205,7 @@ Wed, 28 Feb 2024 02:34:19 GMT
|
|
179
205
|
|
180
206
|
## [9.3.69](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.3.69)
|
181
207
|
|
182
|
-
Tue, 20 Feb 2024 14:22:30 GMT
|
208
|
+
Tue, 20 Feb 2024 14:22:30 GMT
|
183
209
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.3.68..@fluentui/react-button_v9.3.69)
|
184
210
|
|
185
211
|
### Patches
|
@@ -191,7 +217,7 @@ Tue, 20 Feb 2024 14:22:30 GMT
|
|
191
217
|
|
192
218
|
## [9.3.68](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.3.68)
|
193
219
|
|
194
|
-
Tue, 06 Feb 2024 17:55:21 GMT
|
220
|
+
Tue, 06 Feb 2024 17:55:21 GMT
|
195
221
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.3.67..@fluentui/react-button_v9.3.68)
|
196
222
|
|
197
223
|
### Patches
|
@@ -201,7 +227,7 @@ Tue, 06 Feb 2024 17:55:21 GMT
|
|
201
227
|
|
202
228
|
## [9.3.67](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.3.67)
|
203
229
|
|
204
|
-
Tue, 30 Jan 2024 23:16:54 GMT
|
230
|
+
Tue, 30 Jan 2024 23:16:54 GMT
|
205
231
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.3.66..@fluentui/react-button_v9.3.67)
|
206
232
|
|
207
233
|
### Patches
|
@@ -213,7 +239,7 @@ Tue, 30 Jan 2024 23:16:54 GMT
|
|
213
239
|
|
214
240
|
## [9.3.66](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.3.66)
|
215
241
|
|
216
|
-
Tue, 23 Jan 2024 15:11:00 GMT
|
242
|
+
Tue, 23 Jan 2024 15:11:00 GMT
|
217
243
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.3.65..@fluentui/react-button_v9.3.66)
|
218
244
|
|
219
245
|
### Patches
|
@@ -225,7 +251,7 @@ Tue, 23 Jan 2024 15:11:00 GMT
|
|
225
251
|
|
226
252
|
## [9.3.65](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.3.65)
|
227
253
|
|
228
|
-
Thu, 18 Jan 2024 14:25:03 GMT
|
254
|
+
Thu, 18 Jan 2024 14:25:03 GMT
|
229
255
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.3.64..@fluentui/react-button_v9.3.65)
|
230
256
|
|
231
257
|
### Patches
|
@@ -238,7 +264,7 @@ Thu, 18 Jan 2024 14:25:03 GMT
|
|
238
264
|
|
239
265
|
## [9.3.64](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.3.64)
|
240
266
|
|
241
|
-
Wed, 17 Jan 2024 16:18:50 GMT
|
267
|
+
Wed, 17 Jan 2024 16:18:50 GMT
|
242
268
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.3.63..@fluentui/react-button_v9.3.64)
|
243
269
|
|
244
270
|
### Patches
|
@@ -250,7 +276,7 @@ Wed, 17 Jan 2024 16:18:50 GMT
|
|
250
276
|
|
251
277
|
## [9.3.63](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.3.63)
|
252
278
|
|
253
|
-
Tue, 16 Jan 2024 13:14:15 GMT
|
279
|
+
Tue, 16 Jan 2024 13:14:15 GMT
|
254
280
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.3.62..@fluentui/react-button_v9.3.63)
|
255
281
|
|
256
282
|
### Patches
|
@@ -262,7 +288,7 @@ Tue, 16 Jan 2024 13:14:15 GMT
|
|
262
288
|
|
263
289
|
## [9.3.62](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.3.62)
|
264
290
|
|
265
|
-
Thu, 11 Jan 2024 09:04:29 GMT
|
291
|
+
Thu, 11 Jan 2024 09:04:29 GMT
|
266
292
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.3.61..@fluentui/react-button_v9.3.62)
|
267
293
|
|
268
294
|
### Patches
|
@@ -271,7 +297,7 @@ Thu, 11 Jan 2024 09:04:29 GMT
|
|
271
297
|
|
272
298
|
## [9.3.61](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.3.61)
|
273
299
|
|
274
|
-
Mon, 08 Jan 2024 16:24:20 GMT
|
300
|
+
Mon, 08 Jan 2024 16:24:20 GMT
|
275
301
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.3.60..@fluentui/react-button_v9.3.61)
|
276
302
|
|
277
303
|
### Patches
|
@@ -284,7 +310,7 @@ Mon, 08 Jan 2024 16:24:20 GMT
|
|
284
310
|
|
285
311
|
## [9.3.60](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.3.60)
|
286
312
|
|
287
|
-
Wed, 03 Jan 2024 09:26:44 GMT
|
313
|
+
Wed, 03 Jan 2024 09:26:44 GMT
|
288
314
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.3.59..@fluentui/react-button_v9.3.60)
|
289
315
|
|
290
316
|
### Patches
|
@@ -296,7 +322,7 @@ Wed, 03 Jan 2024 09:26:44 GMT
|
|
296
322
|
|
297
323
|
## [9.3.59](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.3.59)
|
298
324
|
|
299
|
-
Mon, 18 Dec 2023 14:40:45 GMT
|
325
|
+
Mon, 18 Dec 2023 14:40:45 GMT
|
300
326
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.3.58..@fluentui/react-button_v9.3.59)
|
301
327
|
|
302
328
|
### Patches
|
@@ -310,7 +336,7 @@ Mon, 18 Dec 2023 14:40:45 GMT
|
|
310
336
|
|
311
337
|
## [9.3.58](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.3.58)
|
312
338
|
|
313
|
-
Thu, 14 Dec 2023 09:58:46 GMT
|
339
|
+
Thu, 14 Dec 2023 09:58:46 GMT
|
314
340
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.3.57..@fluentui/react-button_v9.3.58)
|
315
341
|
|
316
342
|
### Patches
|
@@ -323,7 +349,7 @@ Thu, 14 Dec 2023 09:58:46 GMT
|
|
323
349
|
|
324
350
|
## [9.3.57](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.3.57)
|
325
351
|
|
326
|
-
Thu, 30 Nov 2023 13:42:08 GMT
|
352
|
+
Thu, 30 Nov 2023 13:42:08 GMT
|
327
353
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.3.56..@fluentui/react-button_v9.3.57)
|
328
354
|
|
329
355
|
### Patches
|
@@ -334,7 +360,7 @@ Thu, 30 Nov 2023 13:42:08 GMT
|
|
334
360
|
|
335
361
|
## [9.3.56](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.3.56)
|
336
362
|
|
337
|
-
Mon, 20 Nov 2023 09:55:10 GMT
|
363
|
+
Mon, 20 Nov 2023 09:55:10 GMT
|
338
364
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.3.55..@fluentui/react-button_v9.3.56)
|
339
365
|
|
340
366
|
### Patches
|
@@ -344,7 +370,7 @@ Mon, 20 Nov 2023 09:55:10 GMT
|
|
344
370
|
|
345
371
|
## [9.3.55](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.3.55)
|
346
372
|
|
347
|
-
Tue, 14 Nov 2023 17:51:27 GMT
|
373
|
+
Tue, 14 Nov 2023 17:51:27 GMT
|
348
374
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.3.54..@fluentui/react-button_v9.3.55)
|
349
375
|
|
350
376
|
### Patches
|
@@ -353,7 +379,7 @@ Tue, 14 Nov 2023 17:51:27 GMT
|
|
353
379
|
|
354
380
|
## [9.3.54](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.3.54)
|
355
381
|
|
356
|
-
Thu, 09 Nov 2023 17:29:51 GMT
|
382
|
+
Thu, 09 Nov 2023 17:29:51 GMT
|
357
383
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.3.53..@fluentui/react-button_v9.3.54)
|
358
384
|
|
359
385
|
### Patches
|
@@ -369,7 +395,7 @@ Thu, 09 Nov 2023 17:29:51 GMT
|
|
369
395
|
|
370
396
|
## [9.3.53](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.3.53)
|
371
397
|
|
372
|
-
Wed, 01 Nov 2023 12:55:59 GMT
|
398
|
+
Wed, 01 Nov 2023 12:55:59 GMT
|
373
399
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.3.52..@fluentui/react-button_v9.3.53)
|
374
400
|
|
375
401
|
### Patches
|
@@ -380,7 +406,7 @@ Wed, 01 Nov 2023 12:55:59 GMT
|
|
380
406
|
|
381
407
|
## [9.3.52](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.3.52)
|
382
408
|
|
383
|
-
Sat, 28 Oct 2023 23:35:59 GMT
|
409
|
+
Sat, 28 Oct 2023 23:35:59 GMT
|
384
410
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.3.51..@fluentui/react-button_v9.3.52)
|
385
411
|
|
386
412
|
### Patches
|
@@ -390,7 +416,7 @@ Sat, 28 Oct 2023 23:35:59 GMT
|
|
390
416
|
|
391
417
|
## [9.3.51](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.3.51)
|
392
418
|
|
393
|
-
Mon, 23 Oct 2023 09:51:57 GMT
|
419
|
+
Mon, 23 Oct 2023 09:51:57 GMT
|
394
420
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.3.50..@fluentui/react-button_v9.3.51)
|
395
421
|
|
396
422
|
### Patches
|
@@ -399,7 +425,7 @@ Mon, 23 Oct 2023 09:51:57 GMT
|
|
399
425
|
|
400
426
|
## [9.3.50](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.3.50)
|
401
427
|
|
402
|
-
Wed, 18 Oct 2023 17:54:02 GMT
|
428
|
+
Wed, 18 Oct 2023 17:54:02 GMT
|
403
429
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.3.49..@fluentui/react-button_v9.3.50)
|
404
430
|
|
405
431
|
### Patches
|
@@ -412,7 +438,7 @@ Wed, 18 Oct 2023 17:54:02 GMT
|
|
412
438
|
|
413
439
|
## [9.3.49](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.3.49)
|
414
440
|
|
415
|
-
Thu, 12 Oct 2023 14:55:42 GMT
|
441
|
+
Thu, 12 Oct 2023 14:55:42 GMT
|
416
442
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.3.48..@fluentui/react-button_v9.3.49)
|
417
443
|
|
418
444
|
### Patches
|
@@ -422,7 +448,7 @@ Thu, 12 Oct 2023 14:55:42 GMT
|
|
422
448
|
|
423
449
|
## [9.3.48](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.3.48)
|
424
450
|
|
425
|
-
Wed, 11 Oct 2023 13:54:22 GMT
|
451
|
+
Wed, 11 Oct 2023 13:54:22 GMT
|
426
452
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.3.47..@fluentui/react-button_v9.3.48)
|
427
453
|
|
428
454
|
### Patches
|
@@ -435,7 +461,7 @@ Wed, 11 Oct 2023 13:54:22 GMT
|
|
435
461
|
|
436
462
|
## [9.3.47](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.3.47)
|
437
463
|
|
438
|
-
Mon, 09 Oct 2023 20:45:44 GMT
|
464
|
+
Mon, 09 Oct 2023 20:45:44 GMT
|
439
465
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.3.46..@fluentui/react-button_v9.3.47)
|
440
466
|
|
441
467
|
### Patches
|
@@ -448,7 +474,7 @@ Mon, 09 Oct 2023 20:45:44 GMT
|
|
448
474
|
|
449
475
|
## [9.3.46](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.3.46)
|
450
476
|
|
451
|
-
Thu, 05 Oct 2023 15:25:35 GMT
|
477
|
+
Thu, 05 Oct 2023 15:25:35 GMT
|
452
478
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.3.45..@fluentui/react-button_v9.3.46)
|
453
479
|
|
454
480
|
### Patches
|
@@ -460,7 +486,7 @@ Thu, 05 Oct 2023 15:25:35 GMT
|
|
460
486
|
|
461
487
|
## [9.3.45](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.3.45)
|
462
488
|
|
463
|
-
Wed, 04 Oct 2023 08:45:45 GMT
|
489
|
+
Wed, 04 Oct 2023 08:45:45 GMT
|
464
490
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.3.44..@fluentui/react-button_v9.3.45)
|
465
491
|
|
466
492
|
### Patches
|
@@ -474,7 +500,7 @@ Wed, 04 Oct 2023 08:45:45 GMT
|
|
474
500
|
|
475
501
|
## [9.3.44](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.3.44)
|
476
502
|
|
477
|
-
Mon, 02 Oct 2023 08:56:03 GMT
|
503
|
+
Mon, 02 Oct 2023 08:56:03 GMT
|
478
504
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.3.43..@fluentui/react-button_v9.3.44)
|
479
505
|
|
480
506
|
### Patches
|
@@ -484,7 +510,7 @@ Mon, 02 Oct 2023 08:56:03 GMT
|
|
484
510
|
|
485
511
|
## [9.3.43](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.3.43)
|
486
512
|
|
487
|
-
Tue, 26 Sep 2023 17:49:03 GMT
|
513
|
+
Tue, 26 Sep 2023 17:49:03 GMT
|
488
514
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.3.42..@fluentui/react-button_v9.3.43)
|
489
515
|
|
490
516
|
### Patches
|
@@ -500,7 +526,7 @@ Tue, 26 Sep 2023 17:49:03 GMT
|
|
500
526
|
|
501
527
|
## [9.3.42](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.3.42)
|
502
528
|
|
503
|
-
Tue, 26 Sep 2023 15:32:04 GMT
|
529
|
+
Tue, 26 Sep 2023 15:32:04 GMT
|
504
530
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.3.41..@fluentui/react-button_v9.3.42)
|
505
531
|
|
506
532
|
### Patches
|
@@ -517,7 +543,7 @@ Tue, 26 Sep 2023 15:32:04 GMT
|
|
517
543
|
|
518
544
|
## [9.3.41](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.3.41)
|
519
545
|
|
520
|
-
Wed, 20 Sep 2023 17:47:35 GMT
|
546
|
+
Wed, 20 Sep 2023 17:47:35 GMT
|
521
547
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.3.40..@fluentui/react-button_v9.3.41)
|
522
548
|
|
523
549
|
### Patches
|
@@ -529,7 +555,7 @@ Wed, 20 Sep 2023 17:47:35 GMT
|
|
529
555
|
|
530
556
|
## [9.3.40](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.3.40)
|
531
557
|
|
532
|
-
Wed, 20 Sep 2023 14:59:53 GMT
|
558
|
+
Wed, 20 Sep 2023 14:59:53 GMT
|
533
559
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.3.39..@fluentui/react-button_v9.3.40)
|
534
560
|
|
535
561
|
### Patches
|
@@ -540,7 +566,7 @@ Wed, 20 Sep 2023 14:59:53 GMT
|
|
540
566
|
|
541
567
|
## [9.3.39](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.3.39)
|
542
568
|
|
543
|
-
Thu, 14 Sep 2023 16:44:47 GMT
|
569
|
+
Thu, 14 Sep 2023 16:44:47 GMT
|
544
570
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.3.38..@fluentui/react-button_v9.3.39)
|
545
571
|
|
546
572
|
### Patches
|
@@ -549,7 +575,7 @@ Thu, 14 Sep 2023 16:44:47 GMT
|
|
549
575
|
|
550
576
|
## [9.3.38](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.3.38)
|
551
577
|
|
552
|
-
Tue, 12 Sep 2023 08:51:31 GMT
|
578
|
+
Tue, 12 Sep 2023 08:51:31 GMT
|
553
579
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.3.37..@fluentui/react-button_v9.3.38)
|
554
580
|
|
555
581
|
### Patches
|
@@ -560,7 +586,7 @@ Tue, 12 Sep 2023 08:51:31 GMT
|
|
560
586
|
|
561
587
|
## [9.3.37](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.3.37)
|
562
588
|
|
563
|
-
Wed, 06 Sep 2023 13:31:31 GMT
|
589
|
+
Wed, 06 Sep 2023 13:31:31 GMT
|
564
590
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.3.36..@fluentui/react-button_v9.3.37)
|
565
591
|
|
566
592
|
### Patches
|
@@ -572,7 +598,7 @@ Wed, 06 Sep 2023 13:31:31 GMT
|
|
572
598
|
|
573
599
|
## [9.3.36](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.3.36)
|
574
600
|
|
575
|
-
Tue, 05 Sep 2023 15:39:04 GMT
|
601
|
+
Tue, 05 Sep 2023 15:39:04 GMT
|
576
602
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.3.35..@fluentui/react-button_v9.3.36)
|
577
603
|
|
578
604
|
### Patches
|
@@ -584,7 +610,7 @@ Tue, 05 Sep 2023 15:39:04 GMT
|
|
584
610
|
|
585
611
|
## [9.3.35](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.3.35)
|
586
612
|
|
587
|
-
Tue, 05 Sep 2023 13:29:17 GMT
|
613
|
+
Tue, 05 Sep 2023 13:29:17 GMT
|
588
614
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.3.34..@fluentui/react-button_v9.3.35)
|
589
615
|
|
590
616
|
### Patches
|
@@ -601,7 +627,7 @@ Tue, 05 Sep 2023 13:29:17 GMT
|
|
601
627
|
|
602
628
|
## [9.3.34](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.3.34)
|
603
629
|
|
604
|
-
Tue, 29 Aug 2023 12:57:33 GMT
|
630
|
+
Tue, 29 Aug 2023 12:57:33 GMT
|
605
631
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.3.33..@fluentui/react-button_v9.3.34)
|
606
632
|
|
607
633
|
### Patches
|
@@ -614,7 +640,7 @@ Tue, 29 Aug 2023 12:57:33 GMT
|
|
614
640
|
|
615
641
|
## [9.3.33](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.3.33)
|
616
642
|
|
617
|
-
Thu, 24 Aug 2023 10:26:35 GMT
|
643
|
+
Thu, 24 Aug 2023 10:26:35 GMT
|
618
644
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.3.32..@fluentui/react-button_v9.3.33)
|
619
645
|
|
620
646
|
### Patches
|
@@ -626,7 +652,7 @@ Thu, 24 Aug 2023 10:26:35 GMT
|
|
626
652
|
|
627
653
|
## [9.3.32](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.3.32)
|
628
654
|
|
629
|
-
Wed, 23 Aug 2023 12:01:49 GMT
|
655
|
+
Wed, 23 Aug 2023 12:01:49 GMT
|
630
656
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.3.31..@fluentui/react-button_v9.3.32)
|
631
657
|
|
632
658
|
### Patches
|
@@ -638,7 +664,7 @@ Wed, 23 Aug 2023 12:01:49 GMT
|
|
638
664
|
|
639
665
|
## [9.3.31](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.3.31)
|
640
666
|
|
641
|
-
Wed, 16 Aug 2023 17:41:08 GMT
|
667
|
+
Wed, 16 Aug 2023 17:41:08 GMT
|
642
668
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.3.30..@fluentui/react-button_v9.3.31)
|
643
669
|
|
644
670
|
### Patches
|
@@ -647,7 +673,7 @@ Wed, 16 Aug 2023 17:41:08 GMT
|
|
647
673
|
|
648
674
|
## [9.3.30](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.3.30)
|
649
675
|
|
650
|
-
Wed, 16 Aug 2023 11:38:33 GMT
|
676
|
+
Wed, 16 Aug 2023 11:38:33 GMT
|
651
677
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.3.29..@fluentui/react-button_v9.3.30)
|
652
678
|
|
653
679
|
### Patches
|
@@ -656,7 +682,7 @@ Wed, 16 Aug 2023 11:38:33 GMT
|
|
656
682
|
|
657
683
|
## [9.3.29](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.3.29)
|
658
684
|
|
659
|
-
Fri, 11 Aug 2023 12:14:26 GMT
|
685
|
+
Fri, 11 Aug 2023 12:14:26 GMT
|
660
686
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.3.28..@fluentui/react-button_v9.3.29)
|
661
687
|
|
662
688
|
### Patches
|
@@ -668,7 +694,7 @@ Fri, 11 Aug 2023 12:14:26 GMT
|
|
668
694
|
|
669
695
|
## [9.3.28](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.3.28)
|
670
696
|
|
671
|
-
Wed, 09 Aug 2023 13:16:51 GMT
|
697
|
+
Wed, 09 Aug 2023 13:16:51 GMT
|
672
698
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.3.27..@fluentui/react-button_v9.3.28)
|
673
699
|
|
674
700
|
### Patches
|
@@ -685,7 +711,7 @@ Wed, 09 Aug 2023 13:16:51 GMT
|
|
685
711
|
|
686
712
|
## [9.3.27](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.3.27)
|
687
713
|
|
688
|
-
Fri, 04 Aug 2023 08:52:58 GMT
|
714
|
+
Fri, 04 Aug 2023 08:52:58 GMT
|
689
715
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.3.26..@fluentui/react-button_v9.3.27)
|
690
716
|
|
691
717
|
### Patches
|
@@ -699,7 +725,7 @@ Fri, 04 Aug 2023 08:52:58 GMT
|
|
699
725
|
|
700
726
|
## [9.3.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.3.26)
|
701
727
|
|
702
|
-
Tue, 01 Aug 2023 10:17:21 GMT
|
728
|
+
Tue, 01 Aug 2023 10:17:21 GMT
|
703
729
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.3.25..@fluentui/react-button_v9.3.26)
|
704
730
|
|
705
731
|
### Patches
|
@@ -709,7 +735,7 @@ Tue, 01 Aug 2023 10:17:21 GMT
|
|
709
735
|
|
710
736
|
## [9.3.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.3.25)
|
711
737
|
|
712
|
-
Tue, 25 Jul 2023 13:29:17 GMT
|
738
|
+
Tue, 25 Jul 2023 13:29:17 GMT
|
713
739
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.3.24..@fluentui/react-button_v9.3.25)
|
714
740
|
|
715
741
|
### Patches
|
@@ -719,7 +745,7 @@ Tue, 25 Jul 2023 13:29:17 GMT
|
|
719
745
|
|
720
746
|
## [9.3.24](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.3.24)
|
721
747
|
|
722
|
-
Thu, 20 Jul 2023 18:27:26 GMT
|
748
|
+
Thu, 20 Jul 2023 18:27:26 GMT
|
723
749
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.3.23..@fluentui/react-button_v9.3.24)
|
724
750
|
|
725
751
|
### Patches
|
@@ -731,7 +757,7 @@ Thu, 20 Jul 2023 18:27:26 GMT
|
|
731
757
|
|
732
758
|
## [9.3.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.3.23)
|
733
759
|
|
734
|
-
Tue, 11 Jul 2023 18:46:36 GMT
|
760
|
+
Tue, 11 Jul 2023 18:46:36 GMT
|
735
761
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.3.22..@fluentui/react-button_v9.3.23)
|
736
762
|
|
737
763
|
### Patches
|
@@ -741,7 +767,7 @@ Tue, 11 Jul 2023 18:46:36 GMT
|
|
741
767
|
|
742
768
|
## [9.3.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.3.22)
|
743
769
|
|
744
|
-
Mon, 03 Jul 2023 13:34:28 GMT
|
770
|
+
Mon, 03 Jul 2023 13:34:28 GMT
|
745
771
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.3.21..@fluentui/react-button_v9.3.22)
|
746
772
|
|
747
773
|
### Patches
|
@@ -750,7 +776,7 @@ Mon, 03 Jul 2023 13:34:28 GMT
|
|
750
776
|
|
751
777
|
## [9.3.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.3.21)
|
752
778
|
|
753
|
-
Mon, 03 Jul 2023 11:57:14 GMT
|
779
|
+
Mon, 03 Jul 2023 11:57:14 GMT
|
754
780
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.3.20..@fluentui/react-button_v9.3.21)
|
755
781
|
|
756
782
|
### Patches
|
@@ -763,7 +789,7 @@ Mon, 03 Jul 2023 11:57:14 GMT
|
|
763
789
|
|
764
790
|
## [9.3.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.3.20)
|
765
791
|
|
766
|
-
Wed, 28 Jun 2023 11:12:23 GMT
|
792
|
+
Wed, 28 Jun 2023 11:12:23 GMT
|
767
793
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.3.19..@fluentui/react-button_v9.3.20)
|
768
794
|
|
769
795
|
### Patches
|
@@ -775,7 +801,7 @@ Wed, 28 Jun 2023 11:12:23 GMT
|
|
775
801
|
|
776
802
|
## [9.3.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.3.19)
|
777
803
|
|
778
|
-
Tue, 27 Jun 2023 11:21:23 GMT
|
804
|
+
Tue, 27 Jun 2023 11:21:23 GMT
|
779
805
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.3.18..@fluentui/react-button_v9.3.19)
|
780
806
|
|
781
807
|
### Patches
|
@@ -784,7 +810,7 @@ Tue, 27 Jun 2023 11:21:23 GMT
|
|
784
810
|
|
785
811
|
## [9.3.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.3.18)
|
786
812
|
|
787
|
-
Mon, 26 Jun 2023 09:53:55 GMT
|
813
|
+
Mon, 26 Jun 2023 09:53:55 GMT
|
788
814
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.3.17..@fluentui/react-button_v9.3.18)
|
789
815
|
|
790
816
|
### Patches
|
@@ -796,7 +822,7 @@ Mon, 26 Jun 2023 09:53:55 GMT
|
|
796
822
|
|
797
823
|
## [9.3.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.3.17)
|
798
824
|
|
799
|
-
Tue, 20 Jun 2023 12:38:55 GMT
|
825
|
+
Tue, 20 Jun 2023 12:38:55 GMT
|
800
826
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.3.16..@fluentui/react-button_v9.3.17)
|
801
827
|
|
802
828
|
### Patches
|
@@ -812,7 +838,7 @@ Tue, 20 Jun 2023 12:38:55 GMT
|
|
812
838
|
|
813
839
|
## [9.3.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.3.16)
|
814
840
|
|
815
|
-
Wed, 31 May 2023 06:46:09 GMT
|
841
|
+
Wed, 31 May 2023 06:46:09 GMT
|
816
842
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.3.15..@fluentui/react-button_v9.3.16)
|
817
843
|
|
818
844
|
### Patches
|
@@ -826,7 +852,7 @@ Wed, 31 May 2023 06:46:09 GMT
|
|
826
852
|
|
827
853
|
## [9.3.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.3.15)
|
828
854
|
|
829
|
-
Thu, 25 May 2023 10:00:48 GMT
|
855
|
+
Thu, 25 May 2023 10:00:48 GMT
|
830
856
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.3.14..@fluentui/react-button_v9.3.15)
|
831
857
|
|
832
858
|
### Patches
|
@@ -838,7 +864,7 @@ Thu, 25 May 2023 10:00:48 GMT
|
|
838
864
|
|
839
865
|
## [9.3.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.3.14)
|
840
866
|
|
841
|
-
Wed, 24 May 2023 20:45:24 GMT
|
867
|
+
Wed, 24 May 2023 20:45:24 GMT
|
842
868
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.3.13..@fluentui/react-button_v9.3.14)
|
843
869
|
|
844
870
|
### Patches
|
@@ -848,7 +874,7 @@ Wed, 24 May 2023 20:45:24 GMT
|
|
848
874
|
|
849
875
|
## [9.3.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.3.13)
|
850
876
|
|
851
|
-
Thu, 18 May 2023 13:11:08 GMT
|
877
|
+
Thu, 18 May 2023 13:11:08 GMT
|
852
878
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.3.12..@fluentui/react-button_v9.3.13)
|
853
879
|
|
854
880
|
### Patches
|
@@ -857,7 +883,7 @@ Thu, 18 May 2023 13:11:08 GMT
|
|
857
883
|
|
858
884
|
## [9.3.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.3.12)
|
859
885
|
|
860
|
-
Thu, 18 May 2023 00:39:03 GMT
|
886
|
+
Thu, 18 May 2023 00:39:03 GMT
|
861
887
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.3.11..@fluentui/react-button_v9.3.12)
|
862
888
|
|
863
889
|
### Patches
|
@@ -869,7 +895,7 @@ Thu, 18 May 2023 00:39:03 GMT
|
|
869
895
|
|
870
896
|
## [9.3.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.3.11)
|
871
897
|
|
872
|
-
Fri, 12 May 2023 20:28:17 GMT
|
898
|
+
Fri, 12 May 2023 20:28:17 GMT
|
873
899
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.3.10..@fluentui/react-button_v9.3.11)
|
874
900
|
|
875
901
|
### Patches
|
@@ -888,7 +914,7 @@ Fri, 12 May 2023 20:28:17 GMT
|
|
888
914
|
|
889
915
|
## [9.3.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.3.10)
|
890
916
|
|
891
|
-
Mon, 24 Apr 2023 08:12:32 GMT
|
917
|
+
Mon, 24 Apr 2023 08:12:32 GMT
|
892
918
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.3.9..@fluentui/react-button_v9.3.10)
|
893
919
|
|
894
920
|
### Patches
|
@@ -898,7 +924,7 @@ Mon, 24 Apr 2023 08:12:32 GMT
|
|
898
924
|
|
899
925
|
## [9.3.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.3.9)
|
900
926
|
|
901
|
-
Mon, 17 Apr 2023 17:54:02 GMT
|
927
|
+
Mon, 17 Apr 2023 17:54:02 GMT
|
902
928
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.3.8..@fluentui/react-button_v9.3.9)
|
903
929
|
|
904
930
|
### Patches
|
@@ -909,7 +935,7 @@ Mon, 17 Apr 2023 17:54:02 GMT
|
|
909
935
|
|
910
936
|
## [9.3.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.3.8)
|
911
937
|
|
912
|
-
Wed, 12 Apr 2023 09:31:45 GMT
|
938
|
+
Wed, 12 Apr 2023 09:31:45 GMT
|
913
939
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.3.7..@fluentui/react-button_v9.3.8)
|
914
940
|
|
915
941
|
### Patches
|
@@ -920,7 +946,7 @@ Wed, 12 Apr 2023 09:31:45 GMT
|
|
920
946
|
|
921
947
|
## [9.3.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.3.7)
|
922
948
|
|
923
|
-
Tue, 04 Apr 2023 18:44:50 GMT
|
949
|
+
Tue, 04 Apr 2023 18:44:50 GMT
|
924
950
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.3.5..@fluentui/react-button_v9.3.7)
|
925
951
|
|
926
952
|
### Patches
|
@@ -931,7 +957,7 @@ Tue, 04 Apr 2023 18:44:50 GMT
|
|
931
957
|
|
932
958
|
## [9.3.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.3.5)
|
933
959
|
|
934
|
-
Tue, 21 Mar 2023 21:23:25 GMT
|
960
|
+
Tue, 21 Mar 2023 21:23:25 GMT
|
935
961
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.3.4..@fluentui/react-button_v9.3.5)
|
936
962
|
|
937
963
|
### Patches
|
@@ -949,7 +975,7 @@ Tue, 21 Mar 2023 21:23:25 GMT
|
|
949
975
|
|
950
976
|
## [9.3.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.3.4)
|
951
977
|
|
952
|
-
Thu, 16 Mar 2023 14:36:59 GMT
|
978
|
+
Thu, 16 Mar 2023 14:36:59 GMT
|
953
979
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.3.3..@fluentui/react-button_v9.3.4)
|
954
980
|
|
955
981
|
### Patches
|
@@ -960,7 +986,7 @@ Thu, 16 Mar 2023 14:36:59 GMT
|
|
960
986
|
|
961
987
|
## [9.3.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.3.3)
|
962
988
|
|
963
|
-
Wed, 15 Mar 2023 10:19:53 GMT
|
989
|
+
Wed, 15 Mar 2023 10:19:53 GMT
|
964
990
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.3.2..@fluentui/react-button_v9.3.3)
|
965
991
|
|
966
992
|
### Patches
|
@@ -971,7 +997,7 @@ Wed, 15 Mar 2023 10:19:53 GMT
|
|
971
997
|
|
972
998
|
## [9.3.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.3.2)
|
973
999
|
|
974
|
-
Mon, 13 Mar 2023 08:58:26 GMT
|
1000
|
+
Mon, 13 Mar 2023 08:58:26 GMT
|
975
1001
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.3.1..@fluentui/react-button_v9.3.2)
|
976
1002
|
|
977
1003
|
### Patches
|
@@ -982,7 +1008,7 @@ Mon, 13 Mar 2023 08:58:26 GMT
|
|
982
1008
|
|
983
1009
|
## [9.3.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.3.1)
|
984
1010
|
|
985
|
-
Fri, 10 Mar 2023 07:14:01 GMT
|
1011
|
+
Fri, 10 Mar 2023 07:14:01 GMT
|
986
1012
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.3.0..@fluentui/react-button_v9.3.1)
|
987
1013
|
|
988
1014
|
### Patches
|
@@ -993,7 +1019,7 @@ Fri, 10 Mar 2023 07:14:01 GMT
|
|
993
1019
|
|
994
1020
|
## [9.3.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.3.0)
|
995
1021
|
|
996
|
-
Wed, 08 Mar 2023 17:42:27 GMT
|
1022
|
+
Wed, 08 Mar 2023 17:42:27 GMT
|
997
1023
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.2.5..@fluentui/react-button_v9.3.0)
|
998
1024
|
|
999
1025
|
### Minor changes
|
@@ -1006,7 +1032,7 @@ Wed, 08 Mar 2023 17:42:27 GMT
|
|
1006
1032
|
|
1007
1033
|
## [9.2.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.2.5)
|
1008
1034
|
|
1009
|
-
Wed, 15 Feb 2023 11:44:52 GMT
|
1035
|
+
Wed, 15 Feb 2023 11:44:52 GMT
|
1010
1036
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.2.4..@fluentui/react-button_v9.2.5)
|
1011
1037
|
|
1012
1038
|
### Patches
|
@@ -1017,7 +1043,7 @@ Wed, 15 Feb 2023 11:44:52 GMT
|
|
1017
1043
|
|
1018
1044
|
## [9.2.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.2.4)
|
1019
1045
|
|
1020
|
-
Mon, 13 Feb 2023 23:43:14 GMT
|
1046
|
+
Mon, 13 Feb 2023 23:43:14 GMT
|
1021
1047
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.2.3..@fluentui/react-button_v9.2.4)
|
1022
1048
|
|
1023
1049
|
### Patches
|
@@ -1028,7 +1054,7 @@ Mon, 13 Feb 2023 23:43:14 GMT
|
|
1028
1054
|
|
1029
1055
|
## [9.2.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.2.3)
|
1030
1056
|
|
1031
|
-
Fri, 10 Feb 2023 08:50:02 GMT
|
1057
|
+
Fri, 10 Feb 2023 08:50:02 GMT
|
1032
1058
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.2.2..@fluentui/react-button_v9.2.3)
|
1033
1059
|
|
1034
1060
|
### Patches
|
@@ -1039,7 +1065,7 @@ Fri, 10 Feb 2023 08:50:02 GMT
|
|
1039
1065
|
|
1040
1066
|
## [9.2.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.2.2)
|
1041
1067
|
|
1042
|
-
Tue, 07 Feb 2023 14:13:09 GMT
|
1068
|
+
Tue, 07 Feb 2023 14:13:09 GMT
|
1043
1069
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.2.1..@fluentui/react-button_v9.2.2)
|
1044
1070
|
|
1045
1071
|
### Patches
|
@@ -1049,7 +1075,7 @@ Tue, 07 Feb 2023 14:13:09 GMT
|
|
1049
1075
|
|
1050
1076
|
## [9.2.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.2.1)
|
1051
1077
|
|
1052
|
-
Tue, 31 Jan 2023 19:53:53 GMT
|
1078
|
+
Tue, 31 Jan 2023 19:53:53 GMT
|
1053
1079
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.2.0..@fluentui/react-button_v9.2.1)
|
1054
1080
|
|
1055
1081
|
### Patches
|
@@ -1061,7 +1087,7 @@ Tue, 31 Jan 2023 19:53:53 GMT
|
|
1061
1087
|
|
1062
1088
|
## [9.2.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.2.0)
|
1063
1089
|
|
1064
|
-
Thu, 26 Jan 2023 13:30:52 GMT
|
1090
|
+
Thu, 26 Jan 2023 13:30:52 GMT
|
1065
1091
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.1.16..@fluentui/react-button_v9.2.0)
|
1066
1092
|
|
1067
1093
|
### Minor changes
|
@@ -1077,7 +1103,7 @@ Thu, 26 Jan 2023 13:30:52 GMT
|
|
1077
1103
|
|
1078
1104
|
## [9.1.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.1.16)
|
1079
1105
|
|
1080
|
-
Wed, 18 Jan 2023 16:32:57 GMT
|
1106
|
+
Wed, 18 Jan 2023 16:32:57 GMT
|
1081
1107
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.1.15..@fluentui/react-button_v9.1.16)
|
1082
1108
|
|
1083
1109
|
### Patches
|
@@ -1086,7 +1112,7 @@ Wed, 18 Jan 2023 16:32:57 GMT
|
|
1086
1112
|
|
1087
1113
|
## [9.1.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.1.15)
|
1088
1114
|
|
1089
|
-
Mon, 16 Jan 2023 08:38:55 GMT
|
1115
|
+
Mon, 16 Jan 2023 08:38:55 GMT
|
1090
1116
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.1.14..@fluentui/react-button_v9.1.15)
|
1091
1117
|
|
1092
1118
|
### Patches
|
@@ -1095,7 +1121,7 @@ Mon, 16 Jan 2023 08:38:55 GMT
|
|
1095
1121
|
|
1096
1122
|
## [9.1.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.1.14)
|
1097
1123
|
|
1098
|
-
Mon, 09 Jan 2023 14:35:02 GMT
|
1124
|
+
Mon, 09 Jan 2023 14:35:02 GMT
|
1099
1125
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.1.13..@fluentui/react-button_v9.1.14)
|
1100
1126
|
|
1101
1127
|
### Patches
|
@@ -1106,7 +1132,7 @@ Mon, 09 Jan 2023 14:35:02 GMT
|
|
1106
1132
|
|
1107
1133
|
## [9.1.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.1.13)
|
1108
1134
|
|
1109
|
-
Wed, 04 Jan 2023 01:40:53 GMT
|
1135
|
+
Wed, 04 Jan 2023 01:40:53 GMT
|
1110
1136
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.1.12..@fluentui/react-button_v9.1.13)
|
1111
1137
|
|
1112
1138
|
### Patches
|
@@ -1119,7 +1145,7 @@ Wed, 04 Jan 2023 01:40:53 GMT
|
|
1119
1145
|
|
1120
1146
|
## [9.1.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.1.12)
|
1121
1147
|
|
1122
|
-
Wed, 21 Dec 2022 10:20:33 GMT
|
1148
|
+
Wed, 21 Dec 2022 10:20:33 GMT
|
1123
1149
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.1.11..@fluentui/react-button_v9.1.12)
|
1124
1150
|
|
1125
1151
|
### Patches
|
@@ -1129,7 +1155,7 @@ Wed, 21 Dec 2022 10:20:33 GMT
|
|
1129
1155
|
|
1130
1156
|
## [9.1.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.1.11)
|
1131
1157
|
|
1132
|
-
Tue, 20 Dec 2022 14:59:34 GMT
|
1158
|
+
Tue, 20 Dec 2022 14:59:34 GMT
|
1133
1159
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.1.10..@fluentui/react-button_v9.1.11)
|
1134
1160
|
|
1135
1161
|
### Patches
|
@@ -1141,7 +1167,7 @@ Tue, 20 Dec 2022 14:59:34 GMT
|
|
1141
1167
|
|
1142
1168
|
## [9.1.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.1.10)
|
1143
1169
|
|
1144
|
-
Mon, 05 Dec 2022 18:29:20 GMT
|
1170
|
+
Mon, 05 Dec 2022 18:29:20 GMT
|
1145
1171
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.1.9..@fluentui/react-button_v9.1.10)
|
1146
1172
|
|
1147
1173
|
### Patches
|
@@ -1152,7 +1178,7 @@ Mon, 05 Dec 2022 18:29:20 GMT
|
|
1152
1178
|
|
1153
1179
|
## [9.1.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.1.9)
|
1154
1180
|
|
1155
|
-
Thu, 17 Nov 2022 23:05:34 GMT
|
1181
|
+
Thu, 17 Nov 2022 23:05:34 GMT
|
1156
1182
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.1.8..@fluentui/react-button_v9.1.9)
|
1157
1183
|
|
1158
1184
|
### Patches
|
@@ -1163,7 +1189,7 @@ Thu, 17 Nov 2022 23:05:34 GMT
|
|
1163
1189
|
|
1164
1190
|
## [9.1.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.1.8)
|
1165
1191
|
|
1166
|
-
Fri, 11 Nov 2022 14:57:54 GMT
|
1192
|
+
Fri, 11 Nov 2022 14:57:54 GMT
|
1167
1193
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.1.7..@fluentui/react-button_v9.1.8)
|
1168
1194
|
|
1169
1195
|
### Patches
|
@@ -1181,7 +1207,7 @@ Fri, 11 Nov 2022 14:57:54 GMT
|
|
1181
1207
|
|
1182
1208
|
## [9.1.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.1.7)
|
1183
1209
|
|
1184
|
-
Wed, 02 Nov 2022 11:57:48 GMT
|
1210
|
+
Wed, 02 Nov 2022 11:57:48 GMT
|
1185
1211
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.1.6..@fluentui/react-button_v9.1.7)
|
1186
1212
|
|
1187
1213
|
### Patches
|
@@ -1194,7 +1220,7 @@ Wed, 02 Nov 2022 11:57:48 GMT
|
|
1194
1220
|
|
1195
1221
|
## [9.1.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.1.6)
|
1196
1222
|
|
1197
|
-
Tue, 25 Oct 2022 00:35:29 GMT
|
1223
|
+
Tue, 25 Oct 2022 00:35:29 GMT
|
1198
1224
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.1.5..@fluentui/react-button_v9.1.6)
|
1199
1225
|
|
1200
1226
|
### Patches
|
@@ -1203,7 +1229,7 @@ Tue, 25 Oct 2022 00:35:29 GMT
|
|
1203
1229
|
|
1204
1230
|
## [9.1.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.1.5)
|
1205
1231
|
|
1206
|
-
Thu, 20 Oct 2022 08:39:27 GMT
|
1232
|
+
Thu, 20 Oct 2022 08:39:27 GMT
|
1207
1233
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.1.4..@fluentui/react-button_v9.1.5)
|
1208
1234
|
|
1209
1235
|
### Patches
|
@@ -1219,7 +1245,7 @@ Thu, 20 Oct 2022 08:39:27 GMT
|
|
1219
1245
|
|
1220
1246
|
## [9.1.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.1.4)
|
1221
1247
|
|
1222
|
-
Thu, 13 Oct 2022 11:02:43 GMT
|
1248
|
+
Thu, 13 Oct 2022 11:02:43 GMT
|
1223
1249
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.1.3..@fluentui/react-button_v9.1.4)
|
1224
1250
|
|
1225
1251
|
### Patches
|
@@ -1233,7 +1259,7 @@ Thu, 13 Oct 2022 11:02:43 GMT
|
|
1233
1259
|
|
1234
1260
|
## [9.1.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.1.3)
|
1235
1261
|
|
1236
|
-
Mon, 03 Oct 2022 22:24:42 GMT
|
1262
|
+
Mon, 03 Oct 2022 22:24:42 GMT
|
1237
1263
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.1.2..@fluentui/react-button_v9.1.3)
|
1238
1264
|
|
1239
1265
|
### Patches
|
@@ -1243,7 +1269,7 @@ Mon, 03 Oct 2022 22:24:42 GMT
|
|
1243
1269
|
|
1244
1270
|
## [9.1.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.1.2)
|
1245
1271
|
|
1246
|
-
Tue, 20 Sep 2022 20:55:45 GMT
|
1272
|
+
Tue, 20 Sep 2022 20:55:45 GMT
|
1247
1273
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.1.1..@fluentui/react-button_v9.1.2)
|
1248
1274
|
|
1249
1275
|
### Patches
|
@@ -1252,7 +1278,7 @@ Tue, 20 Sep 2022 20:55:45 GMT
|
|
1252
1278
|
|
1253
1279
|
## [9.1.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.1.1)
|
1254
1280
|
|
1255
|
-
Thu, 15 Sep 2022 09:49:56 GMT
|
1281
|
+
Thu, 15 Sep 2022 09:49:56 GMT
|
1256
1282
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.1.0..@fluentui/react-button_v9.1.1)
|
1257
1283
|
|
1258
1284
|
### Patches
|
@@ -1271,7 +1297,7 @@ Thu, 15 Sep 2022 09:49:56 GMT
|
|
1271
1297
|
|
1272
1298
|
## [9.1.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.1.0)
|
1273
1299
|
|
1274
|
-
Wed, 03 Aug 2022 16:03:39 GMT
|
1300
|
+
Wed, 03 Aug 2022 16:03:39 GMT
|
1275
1301
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.3..@fluentui/react-button_v9.1.0)
|
1276
1302
|
|
1277
1303
|
### Minor changes
|
@@ -1287,7 +1313,7 @@ Wed, 03 Aug 2022 16:03:39 GMT
|
|
1287
1313
|
|
1288
1314
|
## [9.0.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.3)
|
1289
1315
|
|
1290
|
-
Thu, 14 Jul 2022 21:21:09 GMT
|
1316
|
+
Thu, 14 Jul 2022 21:21:09 GMT
|
1291
1317
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.2..@fluentui/react-button_v9.0.3)
|
1292
1318
|
|
1293
1319
|
### Patches
|
@@ -1299,7 +1325,7 @@ Thu, 14 Jul 2022 21:21:09 GMT
|
|
1299
1325
|
|
1300
1326
|
## [9.0.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.2)
|
1301
1327
|
|
1302
|
-
Thu, 14 Jul 2022 17:06:15 GMT
|
1328
|
+
Thu, 14 Jul 2022 17:06:15 GMT
|
1303
1329
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.1..@fluentui/react-button_v9.0.2)
|
1304
1330
|
|
1305
1331
|
### Patches
|
@@ -1312,7 +1338,7 @@ Thu, 14 Jul 2022 17:06:15 GMT
|
|
1312
1338
|
|
1313
1339
|
## [9.0.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.1)
|
1314
1340
|
|
1315
|
-
Tue, 28 Jun 2022 17:39:47 GMT
|
1341
|
+
Tue, 28 Jun 2022 17:39:47 GMT
|
1316
1342
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0..@fluentui/react-button_v9.0.1)
|
1317
1343
|
|
1318
1344
|
### Patches
|
@@ -1323,7 +1349,7 @@ Tue, 28 Jun 2022 17:39:47 GMT
|
|
1323
1349
|
|
1324
1350
|
## [9.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0)
|
1325
1351
|
|
1326
|
-
Tue, 28 Jun 2022 15:13:26 GMT
|
1352
|
+
Tue, 28 Jun 2022 15:13:26 GMT
|
1327
1353
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-rc.14..@fluentui/react-button_v9.0.0)
|
1328
1354
|
|
1329
1355
|
### Patches
|
@@ -1347,7 +1373,7 @@ Tue, 28 Jun 2022 15:13:26 GMT
|
|
1347
1373
|
|
1348
1374
|
## [9.0.0-rc.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-rc.14)
|
1349
1375
|
|
1350
|
-
Thu, 23 Jun 2022 14:25:31 GMT
|
1376
|
+
Thu, 23 Jun 2022 14:25:31 GMT
|
1351
1377
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-rc.13..@fluentui/react-button_v9.0.0-rc.14)
|
1352
1378
|
|
1353
1379
|
### Changes
|
@@ -1357,7 +1383,7 @@ Thu, 23 Jun 2022 14:25:31 GMT
|
|
1357
1383
|
|
1358
1384
|
## [9.0.0-rc.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-rc.13)
|
1359
1385
|
|
1360
|
-
Tue, 31 May 2022 21:28:36 GMT
|
1386
|
+
Tue, 31 May 2022 21:28:36 GMT
|
1361
1387
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-rc.12..@fluentui/react-button_v9.0.0-rc.13)
|
1362
1388
|
|
1363
1389
|
### Changes
|
@@ -1370,7 +1396,7 @@ Tue, 31 May 2022 21:28:36 GMT
|
|
1370
1396
|
|
1371
1397
|
## [9.0.0-rc.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-rc.12)
|
1372
1398
|
|
1373
|
-
Thu, 26 May 2022 21:01:23 GMT
|
1399
|
+
Thu, 26 May 2022 21:01:23 GMT
|
1374
1400
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-rc.11..@fluentui/react-button_v9.0.0-rc.12)
|
1375
1401
|
|
1376
1402
|
### Changes
|
@@ -1381,7 +1407,7 @@ Thu, 26 May 2022 21:01:23 GMT
|
|
1381
1407
|
|
1382
1408
|
## [9.0.0-rc.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-rc.11)
|
1383
1409
|
|
1384
|
-
Mon, 23 May 2022 18:56:41 GMT
|
1410
|
+
Mon, 23 May 2022 18:56:41 GMT
|
1385
1411
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-rc.10..@fluentui/react-button_v9.0.0-rc.11)
|
1386
1412
|
|
1387
1413
|
### Changes
|
@@ -1394,7 +1420,7 @@ Mon, 23 May 2022 18:56:41 GMT
|
|
1394
1420
|
|
1395
1421
|
## [9.0.0-rc.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-rc.10)
|
1396
1422
|
|
1397
|
-
Mon, 23 May 2022 12:14:03 GMT
|
1423
|
+
Mon, 23 May 2022 12:14:03 GMT
|
1398
1424
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-rc.9..@fluentui/react-button_v9.0.0-rc.10)
|
1399
1425
|
|
1400
1426
|
### Changes
|
@@ -1413,7 +1439,7 @@ Mon, 23 May 2022 12:14:03 GMT
|
|
1413
1439
|
|
1414
1440
|
## [9.0.0-rc.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-rc.9)
|
1415
1441
|
|
1416
|
-
Thu, 05 May 2022 18:26:29 GMT
|
1442
|
+
Thu, 05 May 2022 18:26:29 GMT
|
1417
1443
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-rc.8..@fluentui/react-button_v9.0.0-rc.9)
|
1418
1444
|
|
1419
1445
|
### Changes
|
@@ -1428,7 +1454,7 @@ Thu, 05 May 2022 18:26:29 GMT
|
|
1428
1454
|
|
1429
1455
|
## [9.0.0-rc.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-rc.8)
|
1430
1456
|
|
1431
|
-
Wed, 04 May 2022 13:26:38 GMT
|
1457
|
+
Wed, 04 May 2022 13:26:38 GMT
|
1432
1458
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-rc.7..@fluentui/react-button_v9.0.0-rc.8)
|
1433
1459
|
|
1434
1460
|
### Changes
|