@fluentui/react-badge 9.2.38 → 9.2.40
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +134 -110
- package/lib/Badge.js.map +1 -1
- package/lib/CounterBadge.js.map +1 -1
- package/lib/PresenceBadge.js.map +1 -1
- package/lib/components/Badge/Badge.js.map +1 -1
- package/lib/components/Badge/Badge.types.js.map +1 -1
- package/lib/components/Badge/index.js.map +1 -1
- package/lib/components/Badge/renderBadge.js.map +1 -1
- package/lib/components/Badge/useBadge.js.map +1 -1
- package/lib/components/Badge/useBadgeStyles.styles.js +2 -0
- package/lib/components/Badge/useBadgeStyles.styles.js.map +1 -1
- package/lib/components/CounterBadge/CounterBadge.js.map +1 -1
- package/lib/components/CounterBadge/CounterBadge.types.js.map +1 -1
- package/lib/components/CounterBadge/index.js.map +1 -1
- package/lib/components/CounterBadge/useCounterBadge.js.map +1 -1
- package/lib/components/CounterBadge/useCounterBadgeStyles.styles.js +2 -0
- package/lib/components/CounterBadge/useCounterBadgeStyles.styles.js.map +1 -1
- package/lib/components/PresenceBadge/PresenceBadge.js.map +1 -1
- package/lib/components/PresenceBadge/PresenceBadge.types.js.map +1 -1
- package/lib/components/PresenceBadge/index.js.map +1 -1
- package/lib/components/PresenceBadge/presenceIcons.js.map +1 -1
- package/lib/components/PresenceBadge/usePresenceBadge.js.map +1 -1
- package/lib/components/PresenceBadge/usePresenceBadgeStyles.styles.js +2 -0
- package/lib/components/PresenceBadge/usePresenceBadgeStyles.styles.js.map +1 -1
- package/lib/index.js.map +1 -1
- package/lib-commonjs/Badge.js.map +1 -1
- package/lib-commonjs/CounterBadge.js.map +1 -1
- package/lib-commonjs/PresenceBadge.js.map +1 -1
- package/lib-commonjs/components/Badge/Badge.js.map +1 -1
- package/lib-commonjs/components/Badge/Badge.types.js.map +1 -1
- package/lib-commonjs/components/Badge/index.js.map +1 -1
- package/lib-commonjs/components/Badge/renderBadge.js.map +1 -1
- package/lib-commonjs/components/Badge/useBadge.js.map +1 -1
- package/lib-commonjs/components/Badge/useBadgeStyles.styles.js +1 -0
- package/lib-commonjs/components/Badge/useBadgeStyles.styles.js.map +1 -1
- package/lib-commonjs/components/CounterBadge/CounterBadge.js.map +1 -1
- package/lib-commonjs/components/CounterBadge/CounterBadge.types.js.map +1 -1
- package/lib-commonjs/components/CounterBadge/index.js.map +1 -1
- package/lib-commonjs/components/CounterBadge/useCounterBadge.js.map +1 -1
- package/lib-commonjs/components/CounterBadge/useCounterBadgeStyles.styles.js +1 -0
- package/lib-commonjs/components/CounterBadge/useCounterBadgeStyles.styles.js.map +1 -1
- package/lib-commonjs/components/PresenceBadge/PresenceBadge.js.map +1 -1
- package/lib-commonjs/components/PresenceBadge/PresenceBadge.types.js.map +1 -1
- package/lib-commonjs/components/PresenceBadge/index.js.map +1 -1
- package/lib-commonjs/components/PresenceBadge/presenceIcons.js +10 -10
- package/lib-commonjs/components/PresenceBadge/presenceIcons.js.map +1 -1
- package/lib-commonjs/components/PresenceBadge/usePresenceBadge.js.map +1 -1
- package/lib-commonjs/components/PresenceBadge/usePresenceBadgeStyles.styles.js +1 -0
- package/lib-commonjs/components/PresenceBadge/usePresenceBadgeStyles.styles.js.map +1 -1
- package/lib-commonjs/index.js +32 -32
- package/lib-commonjs/index.js.map +1 -1
- package/package.json +8 -9
package/CHANGELOG.md
CHANGED
@@ -1,12 +1,36 @@
|
|
1
1
|
# Change Log - @fluentui/react-badge
|
2
2
|
|
3
|
-
This log was last generated on
|
3
|
+
This log was last generated on Mon, 15 Jul 2024 17:20:36 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
+
## [9.2.40](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.2.40)
|
8
|
+
|
9
|
+
Mon, 15 Jul 2024 17:20:36 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.2.39..@fluentui/react-badge_v9.2.40)
|
11
|
+
|
12
|
+
### Patches
|
13
|
+
|
14
|
+
- fix: revert incorectly set npm versions in all packages ([PR #31937](https://github.com/microsoft/fluentui/pull/31937) by martinhochel@microsoft.com)
|
15
|
+
- Bump @fluentui/react-jsx-runtime to v9.0.41 ([PR #31998](https://github.com/microsoft/fluentui/pull/31998) by beachball)
|
16
|
+
- Bump @fluentui/react-shared-contexts to v9.19.1 ([PR #31998](https://github.com/microsoft/fluentui/pull/31998) by beachball)
|
17
|
+
- Bump @fluentui/react-utilities to v9.18.12 ([PR #31998](https://github.com/microsoft/fluentui/pull/31998) by beachball)
|
18
|
+
|
19
|
+
## [9.2.39](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.2.39)
|
20
|
+
|
21
|
+
Mon, 01 Jul 2024 20:30:41 GMT
|
22
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.2.38..@fluentui/react-badge_v9.2.39)
|
23
|
+
|
24
|
+
### Patches
|
25
|
+
|
26
|
+
- chore: add eslint react-compiler ([PR #31457](https://github.com/microsoft/fluentui/pull/31457) by seanmonahan@microsoft.com)
|
27
|
+
- chore: Update react-icons package to ^2.0.245 ([PR #31802](https://github.com/microsoft/fluentui/pull/31802) by ololubek@microsoft.com)
|
28
|
+
- Bump @fluentui/react-jsx-runtime to v9.0.40 ([PR #31861](https://github.com/microsoft/fluentui/pull/31861) by beachball)
|
29
|
+
- Bump @fluentui/react-utilities to v9.18.11 ([PR #31861](https://github.com/microsoft/fluentui/pull/31861) by beachball)
|
30
|
+
|
7
31
|
## [9.2.38](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.2.38)
|
8
32
|
|
9
|
-
Thu, 06 Jun 2024 15:
|
33
|
+
Thu, 06 Jun 2024 15:26:45 GMT
|
10
34
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.2.37..@fluentui/react-badge_v9.2.38)
|
11
35
|
|
12
36
|
### Patches
|
@@ -16,7 +40,7 @@ Thu, 06 Jun 2024 15:22:27 GMT
|
|
16
40
|
|
17
41
|
## [9.2.37](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.2.37)
|
18
42
|
|
19
|
-
Thu, 23 May 2024 08:02:40 GMT
|
43
|
+
Thu, 23 May 2024 08:02:40 GMT
|
20
44
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.2.36..@fluentui/react-badge_v9.2.37)
|
21
45
|
|
22
46
|
### Patches
|
@@ -25,7 +49,7 @@ Thu, 23 May 2024 08:02:40 GMT
|
|
25
49
|
|
26
50
|
## [9.2.36](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.2.36)
|
27
51
|
|
28
|
-
Mon, 20 May 2024 12:44:52 GMT
|
52
|
+
Mon, 20 May 2024 12:44:52 GMT
|
29
53
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.2.35..@fluentui/react-badge_v9.2.36)
|
30
54
|
|
31
55
|
### Patches
|
@@ -37,16 +61,16 @@ Mon, 20 May 2024 12:44:52 GMT
|
|
37
61
|
|
38
62
|
## [9.2.35](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.2.35)
|
39
63
|
|
40
|
-
Thu, 16 May 2024 09:25:12 GMT
|
64
|
+
Thu, 16 May 2024 09:25:12 GMT
|
41
65
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.2.34..@fluentui/react-badge_v9.2.35)
|
42
66
|
|
43
67
|
### Patches
|
44
68
|
|
45
|
-
-
|
69
|
+
- 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)
|
46
70
|
|
47
71
|
## [9.2.34](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.2.34)
|
48
72
|
|
49
|
-
Mon, 06 May 2024 12:55:02 GMT
|
73
|
+
Mon, 06 May 2024 12:55:02 GMT
|
50
74
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.2.33..@fluentui/react-badge_v9.2.34)
|
51
75
|
|
52
76
|
### Patches
|
@@ -57,16 +81,16 @@ Mon, 06 May 2024 12:55:02 GMT
|
|
57
81
|
|
58
82
|
## [9.2.33](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.2.33)
|
59
83
|
|
60
|
-
Thu, 02 May 2024 11:36:30 GMT
|
84
|
+
Thu, 02 May 2024 11:36:30 GMT
|
61
85
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.2.32..@fluentui/react-badge_v9.2.33)
|
62
86
|
|
63
87
|
### Patches
|
64
88
|
|
65
|
-
-
|
89
|
+
- chore: upgrade @fluentui/react-icons to 2.0.237. ([PR #31139](https://github.com/microsoft/fluentui/pull/31139) by ololubek@microsoft.com)
|
66
90
|
|
67
91
|
## [9.2.32](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.2.32)
|
68
92
|
|
69
|
-
Tue, 23 Apr 2024 08:17:49 GMT
|
93
|
+
Tue, 23 Apr 2024 08:17:49 GMT
|
70
94
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.2.31..@fluentui/react-badge_v9.2.32)
|
71
95
|
|
72
96
|
### Patches
|
@@ -77,7 +101,7 @@ Tue, 23 Apr 2024 08:17:49 GMT
|
|
77
101
|
|
78
102
|
## [9.2.31](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.2.31)
|
79
103
|
|
80
|
-
Wed, 17 Apr 2024 21:53:48 GMT
|
104
|
+
Wed, 17 Apr 2024 21:53:48 GMT
|
81
105
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.2.30..@fluentui/react-badge_v9.2.31)
|
82
106
|
|
83
107
|
### Patches
|
@@ -86,7 +110,7 @@ Wed, 17 Apr 2024 21:53:48 GMT
|
|
86
110
|
|
87
111
|
## [9.2.30](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.2.30)
|
88
112
|
|
89
|
-
Tue, 02 Apr 2024 09:48:01 GMT
|
113
|
+
Tue, 02 Apr 2024 09:48:01 GMT
|
90
114
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.2.29..@fluentui/react-badge_v9.2.30)
|
91
115
|
|
92
116
|
### Patches
|
@@ -97,7 +121,7 @@ Tue, 02 Apr 2024 09:48:01 GMT
|
|
97
121
|
|
98
122
|
## [9.2.29](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.2.29)
|
99
123
|
|
100
|
-
Mon, 18 Mar 2024 19:50:46 GMT
|
124
|
+
Mon, 18 Mar 2024 19:50:46 GMT
|
101
125
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.2.28..@fluentui/react-badge_v9.2.29)
|
102
126
|
|
103
127
|
### Patches
|
@@ -109,7 +133,7 @@ Mon, 18 Mar 2024 19:50:46 GMT
|
|
109
133
|
|
110
134
|
## [9.2.28](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.2.28)
|
111
135
|
|
112
|
-
Fri, 15 Mar 2024 21:43:49 GMT
|
136
|
+
Fri, 15 Mar 2024 21:43:49 GMT
|
113
137
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.2.27..@fluentui/react-badge_v9.2.28)
|
114
138
|
|
115
139
|
### Patches
|
@@ -121,7 +145,7 @@ Fri, 15 Mar 2024 21:43:49 GMT
|
|
121
145
|
|
122
146
|
## [9.2.27](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.2.27)
|
123
147
|
|
124
|
-
Thu, 07 Mar 2024 19:33:27 GMT
|
148
|
+
Thu, 07 Mar 2024 19:33:27 GMT
|
125
149
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.2.26..@fluentui/react-badge_v9.2.27)
|
126
150
|
|
127
151
|
### Patches
|
@@ -133,7 +157,7 @@ Thu, 07 Mar 2024 19:33:27 GMT
|
|
133
157
|
|
134
158
|
## [9.2.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.2.26)
|
135
159
|
|
136
|
-
Wed, 28 Feb 2024 02:34:19 GMT
|
160
|
+
Wed, 28 Feb 2024 02:34:19 GMT
|
137
161
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.2.25..@fluentui/react-badge_v9.2.26)
|
138
162
|
|
139
163
|
### Patches
|
@@ -144,7 +168,7 @@ Wed, 28 Feb 2024 02:34:19 GMT
|
|
144
168
|
|
145
169
|
## [9.2.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.2.25)
|
146
170
|
|
147
|
-
Tue, 20 Feb 2024 14:22:30 GMT
|
171
|
+
Tue, 20 Feb 2024 14:22:30 GMT
|
148
172
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.2.24..@fluentui/react-badge_v9.2.25)
|
149
173
|
|
150
174
|
### Patches
|
@@ -154,7 +178,7 @@ Tue, 20 Feb 2024 14:22:30 GMT
|
|
154
178
|
|
155
179
|
## [9.2.24](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.2.24)
|
156
180
|
|
157
|
-
Tue, 30 Jan 2024 23:16:54 GMT
|
181
|
+
Tue, 30 Jan 2024 23:16:54 GMT
|
158
182
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.2.23..@fluentui/react-badge_v9.2.24)
|
159
183
|
|
160
184
|
### Patches
|
@@ -164,7 +188,7 @@ Tue, 30 Jan 2024 23:16:54 GMT
|
|
164
188
|
|
165
189
|
## [9.2.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.2.23)
|
166
190
|
|
167
|
-
Tue, 23 Jan 2024 15:11:00 GMT
|
191
|
+
Tue, 23 Jan 2024 15:11:00 GMT
|
168
192
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.2.22..@fluentui/react-badge_v9.2.23)
|
169
193
|
|
170
194
|
### Patches
|
@@ -174,7 +198,7 @@ Tue, 23 Jan 2024 15:11:00 GMT
|
|
174
198
|
|
175
199
|
## [9.2.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.2.22)
|
176
200
|
|
177
|
-
Thu, 18 Jan 2024 14:25:03 GMT
|
201
|
+
Thu, 18 Jan 2024 14:25:03 GMT
|
178
202
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.2.21..@fluentui/react-badge_v9.2.22)
|
179
203
|
|
180
204
|
### Patches
|
@@ -185,7 +209,7 @@ Thu, 18 Jan 2024 14:25:03 GMT
|
|
185
209
|
|
186
210
|
## [9.2.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.2.21)
|
187
211
|
|
188
|
-
Wed, 17 Jan 2024 16:18:50 GMT
|
212
|
+
Wed, 17 Jan 2024 16:18:50 GMT
|
189
213
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.2.20..@fluentui/react-badge_v9.2.21)
|
190
214
|
|
191
215
|
### Patches
|
@@ -195,7 +219,7 @@ Wed, 17 Jan 2024 16:18:50 GMT
|
|
195
219
|
|
196
220
|
## [9.2.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.2.20)
|
197
221
|
|
198
|
-
Tue, 16 Jan 2024 13:14:14 GMT
|
222
|
+
Tue, 16 Jan 2024 13:14:14 GMT
|
199
223
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.2.19..@fluentui/react-badge_v9.2.20)
|
200
224
|
|
201
225
|
### Patches
|
@@ -205,7 +229,7 @@ Tue, 16 Jan 2024 13:14:14 GMT
|
|
205
229
|
|
206
230
|
## [9.2.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.2.19)
|
207
231
|
|
208
|
-
Mon, 08 Jan 2024 16:24:20 GMT
|
232
|
+
Mon, 08 Jan 2024 16:24:20 GMT
|
209
233
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.2.18..@fluentui/react-badge_v9.2.19)
|
210
234
|
|
211
235
|
### Patches
|
@@ -216,7 +240,7 @@ Mon, 08 Jan 2024 16:24:20 GMT
|
|
216
240
|
|
217
241
|
## [9.2.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.2.18)
|
218
242
|
|
219
|
-
Wed, 03 Jan 2024 09:26:44 GMT
|
243
|
+
Wed, 03 Jan 2024 09:26:44 GMT
|
220
244
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.2.17..@fluentui/react-badge_v9.2.18)
|
221
245
|
|
222
246
|
### Patches
|
@@ -226,7 +250,7 @@ Wed, 03 Jan 2024 09:26:44 GMT
|
|
226
250
|
|
227
251
|
## [9.2.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.2.17)
|
228
252
|
|
229
|
-
Mon, 18 Dec 2023 14:40:46 GMT
|
253
|
+
Mon, 18 Dec 2023 14:40:46 GMT
|
230
254
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.2.16..@fluentui/react-badge_v9.2.17)
|
231
255
|
|
232
256
|
### Patches
|
@@ -237,7 +261,7 @@ Mon, 18 Dec 2023 14:40:46 GMT
|
|
237
261
|
|
238
262
|
## [9.2.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.2.16)
|
239
263
|
|
240
|
-
Thu, 14 Dec 2023 09:58:46 GMT
|
264
|
+
Thu, 14 Dec 2023 09:58:46 GMT
|
241
265
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.2.15..@fluentui/react-badge_v9.2.16)
|
242
266
|
|
243
267
|
### Patches
|
@@ -248,7 +272,7 @@ Thu, 14 Dec 2023 09:58:46 GMT
|
|
248
272
|
|
249
273
|
## [9.2.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.2.15)
|
250
274
|
|
251
|
-
Thu, 30 Nov 2023 13:42:08 GMT
|
275
|
+
Thu, 30 Nov 2023 13:42:08 GMT
|
252
276
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.2.14..@fluentui/react-badge_v9.2.15)
|
253
277
|
|
254
278
|
### Patches
|
@@ -257,7 +281,7 @@ Thu, 30 Nov 2023 13:42:08 GMT
|
|
257
281
|
|
258
282
|
## [9.2.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.2.14)
|
259
283
|
|
260
|
-
Mon, 20 Nov 2023 09:55:10 GMT
|
284
|
+
Mon, 20 Nov 2023 09:55:10 GMT
|
261
285
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.2.13..@fluentui/react-badge_v9.2.14)
|
262
286
|
|
263
287
|
### Patches
|
@@ -266,7 +290,7 @@ Mon, 20 Nov 2023 09:55:10 GMT
|
|
266
290
|
|
267
291
|
## [9.2.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.2.13)
|
268
292
|
|
269
|
-
Thu, 09 Nov 2023 17:29:50 GMT
|
293
|
+
Thu, 09 Nov 2023 17:29:50 GMT
|
270
294
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.2.12..@fluentui/react-badge_v9.2.13)
|
271
295
|
|
272
296
|
### Patches
|
@@ -279,7 +303,7 @@ Thu, 09 Nov 2023 17:29:50 GMT
|
|
279
303
|
|
280
304
|
## [9.2.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.2.12)
|
281
305
|
|
282
|
-
Wed, 01 Nov 2023 12:55:59 GMT
|
306
|
+
Wed, 01 Nov 2023 12:55:59 GMT
|
283
307
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.2.11..@fluentui/react-badge_v9.2.12)
|
284
308
|
|
285
309
|
### Patches
|
@@ -289,7 +313,7 @@ Wed, 01 Nov 2023 12:55:59 GMT
|
|
289
313
|
|
290
314
|
## [9.2.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.2.11)
|
291
315
|
|
292
|
-
Sat, 28 Oct 2023 23:35:59 GMT
|
316
|
+
Sat, 28 Oct 2023 23:35:59 GMT
|
293
317
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.2.10..@fluentui/react-badge_v9.2.11)
|
294
318
|
|
295
319
|
### Patches
|
@@ -298,7 +322,7 @@ Sat, 28 Oct 2023 23:35:59 GMT
|
|
298
322
|
|
299
323
|
## [9.2.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.2.10)
|
300
324
|
|
301
|
-
Wed, 18 Oct 2023 17:54:01 GMT
|
325
|
+
Wed, 18 Oct 2023 17:54:01 GMT
|
302
326
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.2.9..@fluentui/react-badge_v9.2.10)
|
303
327
|
|
304
328
|
### Patches
|
@@ -309,7 +333,7 @@ Wed, 18 Oct 2023 17:54:01 GMT
|
|
309
333
|
|
310
334
|
## [9.2.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.2.9)
|
311
335
|
|
312
|
-
Thu, 12 Oct 2023 14:55:44 GMT
|
336
|
+
Thu, 12 Oct 2023 14:55:44 GMT
|
313
337
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.2.8..@fluentui/react-badge_v9.2.9)
|
314
338
|
|
315
339
|
### Patches
|
@@ -318,7 +342,7 @@ Thu, 12 Oct 2023 14:55:44 GMT
|
|
318
342
|
|
319
343
|
## [9.2.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.2.8)
|
320
344
|
|
321
|
-
Wed, 11 Oct 2023 13:54:26 GMT
|
345
|
+
Wed, 11 Oct 2023 13:54:26 GMT
|
322
346
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.2.7..@fluentui/react-badge_v9.2.8)
|
323
347
|
|
324
348
|
### Patches
|
@@ -328,7 +352,7 @@ Wed, 11 Oct 2023 13:54:26 GMT
|
|
328
352
|
|
329
353
|
## [9.2.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.2.7)
|
330
354
|
|
331
|
-
Mon, 09 Oct 2023 20:45:44 GMT
|
355
|
+
Mon, 09 Oct 2023 20:45:44 GMT
|
332
356
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.2.6..@fluentui/react-badge_v9.2.7)
|
333
357
|
|
334
358
|
### Patches
|
@@ -339,7 +363,7 @@ Mon, 09 Oct 2023 20:45:44 GMT
|
|
339
363
|
|
340
364
|
## [9.2.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.2.6)
|
341
365
|
|
342
|
-
Thu, 05 Oct 2023 15:25:35 GMT
|
366
|
+
Thu, 05 Oct 2023 15:25:35 GMT
|
343
367
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.2.5..@fluentui/react-badge_v9.2.6)
|
344
368
|
|
345
369
|
### Patches
|
@@ -349,7 +373,7 @@ Thu, 05 Oct 2023 15:25:35 GMT
|
|
349
373
|
|
350
374
|
## [9.2.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.2.5)
|
351
375
|
|
352
|
-
Wed, 04 Oct 2023 08:45:47 GMT
|
376
|
+
Wed, 04 Oct 2023 08:45:47 GMT
|
353
377
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.2.4..@fluentui/react-badge_v9.2.5)
|
354
378
|
|
355
379
|
### Patches
|
@@ -359,7 +383,7 @@ Wed, 04 Oct 2023 08:45:47 GMT
|
|
359
383
|
|
360
384
|
## [9.2.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.2.4)
|
361
385
|
|
362
|
-
Mon, 02 Oct 2023 08:56:05 GMT
|
386
|
+
Mon, 02 Oct 2023 08:56:05 GMT
|
363
387
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.2.3..@fluentui/react-badge_v9.2.4)
|
364
388
|
|
365
389
|
### Patches
|
@@ -368,7 +392,7 @@ Mon, 02 Oct 2023 08:56:05 GMT
|
|
368
392
|
|
369
393
|
## [9.2.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.2.3)
|
370
394
|
|
371
|
-
Tue, 26 Sep 2023 17:49:02 GMT
|
395
|
+
Tue, 26 Sep 2023 17:49:02 GMT
|
372
396
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.2.2..@fluentui/react-badge_v9.2.3)
|
373
397
|
|
374
398
|
### Patches
|
@@ -381,7 +405,7 @@ Tue, 26 Sep 2023 17:49:02 GMT
|
|
381
405
|
|
382
406
|
## [9.2.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.2.2)
|
383
407
|
|
384
|
-
Tue, 26 Sep 2023 15:32:05 GMT
|
408
|
+
Tue, 26 Sep 2023 15:32:05 GMT
|
385
409
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.2.1..@fluentui/react-badge_v9.2.2)
|
386
410
|
|
387
411
|
### Patches
|
@@ -395,7 +419,7 @@ Tue, 26 Sep 2023 15:32:05 GMT
|
|
395
419
|
|
396
420
|
## [9.2.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.2.1)
|
397
421
|
|
398
|
-
Wed, 20 Sep 2023 17:47:35 GMT
|
422
|
+
Wed, 20 Sep 2023 17:47:35 GMT
|
399
423
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.2.0..@fluentui/react-badge_v9.2.1)
|
400
424
|
|
401
425
|
### Patches
|
@@ -406,7 +430,7 @@ Wed, 20 Sep 2023 17:47:35 GMT
|
|
406
430
|
|
407
431
|
## [9.2.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.2.0)
|
408
432
|
|
409
|
-
Wed, 20 Sep 2023 14:59:53 GMT
|
433
|
+
Wed, 20 Sep 2023 14:59:53 GMT
|
410
434
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.1.36..@fluentui/react-badge_v9.2.0)
|
411
435
|
|
412
436
|
### Minor changes
|
@@ -417,7 +441,7 @@ Wed, 20 Sep 2023 14:59:53 GMT
|
|
417
441
|
|
418
442
|
## [9.1.36](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.1.36)
|
419
443
|
|
420
|
-
Thu, 14 Sep 2023 16:44:47 GMT
|
444
|
+
Thu, 14 Sep 2023 16:44:47 GMT
|
421
445
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.1.35..@fluentui/react-badge_v9.1.36)
|
422
446
|
|
423
447
|
### Patches
|
@@ -426,7 +450,7 @@ Thu, 14 Sep 2023 16:44:47 GMT
|
|
426
450
|
|
427
451
|
## [9.1.35](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.1.35)
|
428
452
|
|
429
|
-
Tue, 12 Sep 2023 08:51:34 GMT
|
453
|
+
Tue, 12 Sep 2023 08:51:34 GMT
|
430
454
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.1.34..@fluentui/react-badge_v9.1.35)
|
431
455
|
|
432
456
|
### Patches
|
@@ -435,7 +459,7 @@ Tue, 12 Sep 2023 08:51:34 GMT
|
|
435
459
|
|
436
460
|
## [9.1.34](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.1.34)
|
437
461
|
|
438
|
-
Wed, 06 Sep 2023 13:31:31 GMT
|
462
|
+
Wed, 06 Sep 2023 13:31:31 GMT
|
439
463
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.1.33..@fluentui/react-badge_v9.1.34)
|
440
464
|
|
441
465
|
### Patches
|
@@ -445,7 +469,7 @@ Wed, 06 Sep 2023 13:31:31 GMT
|
|
445
469
|
|
446
470
|
## [9.1.33](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.1.33)
|
447
471
|
|
448
|
-
Tue, 05 Sep 2023 15:39:04 GMT
|
472
|
+
Tue, 05 Sep 2023 15:39:04 GMT
|
449
473
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.1.32..@fluentui/react-badge_v9.1.33)
|
450
474
|
|
451
475
|
### Patches
|
@@ -455,7 +479,7 @@ Tue, 05 Sep 2023 15:39:04 GMT
|
|
455
479
|
|
456
480
|
## [9.1.32](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.1.32)
|
457
481
|
|
458
|
-
Tue, 05 Sep 2023 13:29:16 GMT
|
482
|
+
Tue, 05 Sep 2023 13:29:16 GMT
|
459
483
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.1.31..@fluentui/react-badge_v9.1.32)
|
460
484
|
|
461
485
|
### Patches
|
@@ -469,7 +493,7 @@ Tue, 05 Sep 2023 13:29:16 GMT
|
|
469
493
|
|
470
494
|
## [9.1.31](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.1.31)
|
471
495
|
|
472
|
-
Tue, 29 Aug 2023 12:57:36 GMT
|
496
|
+
Tue, 29 Aug 2023 12:57:36 GMT
|
473
497
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.1.30..@fluentui/react-badge_v9.1.31)
|
474
498
|
|
475
499
|
### Patches
|
@@ -479,7 +503,7 @@ Tue, 29 Aug 2023 12:57:36 GMT
|
|
479
503
|
|
480
504
|
## [9.1.30](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.1.30)
|
481
505
|
|
482
|
-
Thu, 24 Aug 2023 10:26:35 GMT
|
506
|
+
Thu, 24 Aug 2023 10:26:35 GMT
|
483
507
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.1.29..@fluentui/react-badge_v9.1.30)
|
484
508
|
|
485
509
|
### Patches
|
@@ -489,7 +513,7 @@ Thu, 24 Aug 2023 10:26:35 GMT
|
|
489
513
|
|
490
514
|
## [9.1.29](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.1.29)
|
491
515
|
|
492
|
-
Wed, 23 Aug 2023 12:01:49 GMT
|
516
|
+
Wed, 23 Aug 2023 12:01:49 GMT
|
493
517
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.1.28..@fluentui/react-badge_v9.1.29)
|
494
518
|
|
495
519
|
### Patches
|
@@ -499,7 +523,7 @@ Wed, 23 Aug 2023 12:01:49 GMT
|
|
499
523
|
|
500
524
|
## [9.1.28](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.1.28)
|
501
525
|
|
502
|
-
Wed, 16 Aug 2023 17:41:08 GMT
|
526
|
+
Wed, 16 Aug 2023 17:41:08 GMT
|
503
527
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.1.27..@fluentui/react-badge_v9.1.28)
|
504
528
|
|
505
529
|
### Patches
|
@@ -508,7 +532,7 @@ Wed, 16 Aug 2023 17:41:08 GMT
|
|
508
532
|
|
509
533
|
## [9.1.27](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.1.27)
|
510
534
|
|
511
|
-
Wed, 16 Aug 2023 11:38:33 GMT
|
535
|
+
Wed, 16 Aug 2023 11:38:33 GMT
|
512
536
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.1.26..@fluentui/react-badge_v9.1.27)
|
513
537
|
|
514
538
|
### Patches
|
@@ -517,7 +541,7 @@ Wed, 16 Aug 2023 11:38:33 GMT
|
|
517
541
|
|
518
542
|
## [9.1.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.1.26)
|
519
543
|
|
520
|
-
Fri, 11 Aug 2023 12:14:26 GMT
|
544
|
+
Fri, 11 Aug 2023 12:14:26 GMT
|
521
545
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.1.25..@fluentui/react-badge_v9.1.26)
|
522
546
|
|
523
547
|
### Patches
|
@@ -527,7 +551,7 @@ Fri, 11 Aug 2023 12:14:26 GMT
|
|
527
551
|
|
528
552
|
## [9.1.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.1.25)
|
529
553
|
|
530
|
-
Wed, 09 Aug 2023 13:16:50 GMT
|
554
|
+
Wed, 09 Aug 2023 13:16:50 GMT
|
531
555
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.1.24..@fluentui/react-badge_v9.1.25)
|
532
556
|
|
533
557
|
### Patches
|
@@ -540,7 +564,7 @@ Wed, 09 Aug 2023 13:16:50 GMT
|
|
540
564
|
|
541
565
|
## [9.1.24](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.1.24)
|
542
566
|
|
543
|
-
Fri, 04 Aug 2023 08:52:58 GMT
|
567
|
+
Fri, 04 Aug 2023 08:52:58 GMT
|
544
568
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.1.23..@fluentui/react-badge_v9.1.24)
|
545
569
|
|
546
570
|
### Patches
|
@@ -552,7 +576,7 @@ Fri, 04 Aug 2023 08:52:58 GMT
|
|
552
576
|
|
553
577
|
## [9.1.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.1.23)
|
554
578
|
|
555
|
-
Tue, 01 Aug 2023 10:17:21 GMT
|
579
|
+
Tue, 01 Aug 2023 10:17:21 GMT
|
556
580
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.1.22..@fluentui/react-badge_v9.1.23)
|
557
581
|
|
558
582
|
### Patches
|
@@ -561,7 +585,7 @@ Tue, 01 Aug 2023 10:17:21 GMT
|
|
561
585
|
|
562
586
|
## [9.1.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.1.22)
|
563
587
|
|
564
|
-
Tue, 25 Jul 2023 13:29:16 GMT
|
588
|
+
Tue, 25 Jul 2023 13:29:16 GMT
|
565
589
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.1.21..@fluentui/react-badge_v9.1.22)
|
566
590
|
|
567
591
|
### Patches
|
@@ -570,7 +594,7 @@ Tue, 25 Jul 2023 13:29:16 GMT
|
|
570
594
|
|
571
595
|
## [9.1.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.1.21)
|
572
596
|
|
573
|
-
Thu, 20 Jul 2023 18:27:26 GMT
|
597
|
+
Thu, 20 Jul 2023 18:27:26 GMT
|
574
598
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.1.20..@fluentui/react-badge_v9.1.21)
|
575
599
|
|
576
600
|
### Patches
|
@@ -579,7 +603,7 @@ Thu, 20 Jul 2023 18:27:26 GMT
|
|
579
603
|
|
580
604
|
## [9.1.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.1.20)
|
581
605
|
|
582
|
-
Tue, 11 Jul 2023 18:46:36 GMT
|
606
|
+
Tue, 11 Jul 2023 18:46:36 GMT
|
583
607
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.1.19..@fluentui/react-badge_v9.1.20)
|
584
608
|
|
585
609
|
### Patches
|
@@ -589,7 +613,7 @@ Tue, 11 Jul 2023 18:46:36 GMT
|
|
589
613
|
|
590
614
|
## [9.1.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.1.19)
|
591
615
|
|
592
|
-
Mon, 03 Jul 2023 11:57:14 GMT
|
616
|
+
Mon, 03 Jul 2023 11:57:14 GMT
|
593
617
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.1.18..@fluentui/react-badge_v9.1.19)
|
594
618
|
|
595
619
|
### Patches
|
@@ -600,7 +624,7 @@ Mon, 03 Jul 2023 11:57:14 GMT
|
|
600
624
|
|
601
625
|
## [9.1.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.1.18)
|
602
626
|
|
603
|
-
Wed, 28 Jun 2023 11:12:23 GMT
|
627
|
+
Wed, 28 Jun 2023 11:12:23 GMT
|
604
628
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.1.17..@fluentui/react-badge_v9.1.18)
|
605
629
|
|
606
630
|
### Patches
|
@@ -610,7 +634,7 @@ Wed, 28 Jun 2023 11:12:23 GMT
|
|
610
634
|
|
611
635
|
## [9.1.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.1.17)
|
612
636
|
|
613
|
-
Mon, 26 Jun 2023 09:53:55 GMT
|
637
|
+
Mon, 26 Jun 2023 09:53:55 GMT
|
614
638
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.1.16..@fluentui/react-badge_v9.1.17)
|
615
639
|
|
616
640
|
### Patches
|
@@ -620,7 +644,7 @@ Mon, 26 Jun 2023 09:53:55 GMT
|
|
620
644
|
|
621
645
|
## [9.1.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.1.16)
|
622
646
|
|
623
|
-
Tue, 20 Jun 2023 12:38:55 GMT
|
647
|
+
Tue, 20 Jun 2023 12:38:55 GMT
|
624
648
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.1.15..@fluentui/react-badge_v9.1.16)
|
625
649
|
|
626
650
|
### Patches
|
@@ -634,7 +658,7 @@ Tue, 20 Jun 2023 12:38:55 GMT
|
|
634
658
|
|
635
659
|
## [9.1.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.1.15)
|
636
660
|
|
637
|
-
Wed, 31 May 2023 06:46:09 GMT
|
661
|
+
Wed, 31 May 2023 06:46:09 GMT
|
638
662
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.1.14..@fluentui/react-badge_v9.1.15)
|
639
663
|
|
640
664
|
### Patches
|
@@ -646,7 +670,7 @@ Wed, 31 May 2023 06:46:09 GMT
|
|
646
670
|
|
647
671
|
## [9.1.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.1.14)
|
648
672
|
|
649
|
-
Thu, 25 May 2023 10:00:48 GMT
|
673
|
+
Thu, 25 May 2023 10:00:48 GMT
|
650
674
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.1.13..@fluentui/react-badge_v9.1.14)
|
651
675
|
|
652
676
|
### Patches
|
@@ -656,7 +680,7 @@ Thu, 25 May 2023 10:00:48 GMT
|
|
656
680
|
|
657
681
|
## [9.1.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.1.13)
|
658
682
|
|
659
|
-
Wed, 24 May 2023 20:45:24 GMT
|
683
|
+
Wed, 24 May 2023 20:45:24 GMT
|
660
684
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.1.12..@fluentui/react-badge_v9.1.13)
|
661
685
|
|
662
686
|
### Patches
|
@@ -665,7 +689,7 @@ Wed, 24 May 2023 20:45:24 GMT
|
|
665
689
|
|
666
690
|
## [9.1.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.1.12)
|
667
691
|
|
668
|
-
Thu, 18 May 2023 00:39:02 GMT
|
692
|
+
Thu, 18 May 2023 00:39:02 GMT
|
669
693
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.1.11..@fluentui/react-badge_v9.1.12)
|
670
694
|
|
671
695
|
### Patches
|
@@ -675,7 +699,7 @@ Thu, 18 May 2023 00:39:02 GMT
|
|
675
699
|
|
676
700
|
## [9.1.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.1.11)
|
677
701
|
|
678
|
-
Fri, 12 May 2023 20:28:16 GMT
|
702
|
+
Fri, 12 May 2023 20:28:16 GMT
|
679
703
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.1.10..@fluentui/react-badge_v9.1.11)
|
680
704
|
|
681
705
|
### Patches
|
@@ -692,7 +716,7 @@ Fri, 12 May 2023 20:28:16 GMT
|
|
692
716
|
|
693
717
|
## [9.1.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.1.10)
|
694
718
|
|
695
|
-
Mon, 24 Apr 2023 08:12:32 GMT
|
719
|
+
Mon, 24 Apr 2023 08:12:32 GMT
|
696
720
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.1.9..@fluentui/react-badge_v9.1.10)
|
697
721
|
|
698
722
|
### Patches
|
@@ -702,7 +726,7 @@ Mon, 24 Apr 2023 08:12:32 GMT
|
|
702
726
|
|
703
727
|
## [9.1.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.1.9)
|
704
728
|
|
705
|
-
Mon, 17 Apr 2023 17:54:02 GMT
|
729
|
+
Mon, 17 Apr 2023 17:54:02 GMT
|
706
730
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.1.8..@fluentui/react-badge_v9.1.9)
|
707
731
|
|
708
732
|
### Patches
|
@@ -711,7 +735,7 @@ Mon, 17 Apr 2023 17:54:02 GMT
|
|
711
735
|
|
712
736
|
## [9.1.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.1.8)
|
713
737
|
|
714
|
-
Wed, 12 Apr 2023 09:31:42 GMT
|
738
|
+
Wed, 12 Apr 2023 09:31:42 GMT
|
715
739
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.1.7..@fluentui/react-badge_v9.1.8)
|
716
740
|
|
717
741
|
### Patches
|
@@ -721,7 +745,7 @@ Wed, 12 Apr 2023 09:31:42 GMT
|
|
721
745
|
|
722
746
|
## [9.1.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.1.7)
|
723
747
|
|
724
|
-
Tue, 04 Apr 2023 18:44:50 GMT
|
748
|
+
Tue, 04 Apr 2023 18:44:50 GMT
|
725
749
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.1.5..@fluentui/react-badge_v9.1.7)
|
726
750
|
|
727
751
|
### Patches
|
@@ -730,7 +754,7 @@ Tue, 04 Apr 2023 18:44:50 GMT
|
|
730
754
|
|
731
755
|
## [9.1.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.1.5)
|
732
756
|
|
733
|
-
Tue, 21 Mar 2023 21:23:24 GMT
|
757
|
+
Tue, 21 Mar 2023 21:23:24 GMT
|
734
758
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.1.4..@fluentui/react-badge_v9.1.5)
|
735
759
|
|
736
760
|
### Patches
|
@@ -746,7 +770,7 @@ Tue, 21 Mar 2023 21:23:24 GMT
|
|
746
770
|
|
747
771
|
## [9.1.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.1.4)
|
748
772
|
|
749
|
-
Thu, 16 Mar 2023 14:36:59 GMT
|
773
|
+
Thu, 16 Mar 2023 14:36:59 GMT
|
750
774
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.1.3..@fluentui/react-badge_v9.1.4)
|
751
775
|
|
752
776
|
### Patches
|
@@ -755,7 +779,7 @@ Thu, 16 Mar 2023 14:36:59 GMT
|
|
755
779
|
|
756
780
|
## [9.1.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.1.3)
|
757
781
|
|
758
|
-
Wed, 15 Mar 2023 10:19:53 GMT
|
782
|
+
Wed, 15 Mar 2023 10:19:53 GMT
|
759
783
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.1.2..@fluentui/react-badge_v9.1.3)
|
760
784
|
|
761
785
|
### Patches
|
@@ -765,7 +789,7 @@ Wed, 15 Mar 2023 10:19:53 GMT
|
|
765
789
|
|
766
790
|
## [9.1.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.1.2)
|
767
791
|
|
768
|
-
Mon, 13 Mar 2023 08:58:26 GMT
|
792
|
+
Mon, 13 Mar 2023 08:58:26 GMT
|
769
793
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.1.1..@fluentui/react-badge_v9.1.2)
|
770
794
|
|
771
795
|
### Patches
|
@@ -774,7 +798,7 @@ Mon, 13 Mar 2023 08:58:26 GMT
|
|
774
798
|
|
775
799
|
## [9.1.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.1.1)
|
776
800
|
|
777
|
-
Fri, 10 Mar 2023 07:14:01 GMT
|
801
|
+
Fri, 10 Mar 2023 07:14:01 GMT
|
778
802
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.1.0..@fluentui/react-badge_v9.1.1)
|
779
803
|
|
780
804
|
### Patches
|
@@ -783,7 +807,7 @@ Fri, 10 Mar 2023 07:14:01 GMT
|
|
783
807
|
|
784
808
|
## [9.1.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.1.0)
|
785
809
|
|
786
|
-
Wed, 08 Mar 2023 17:42:27 GMT
|
810
|
+
Wed, 08 Mar 2023 17:42:27 GMT
|
787
811
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.26..@fluentui/react-badge_v9.1.0)
|
788
812
|
|
789
813
|
### Minor changes
|
@@ -798,7 +822,7 @@ Wed, 08 Mar 2023 17:42:27 GMT
|
|
798
822
|
|
799
823
|
## [9.0.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.26)
|
800
824
|
|
801
|
-
Wed, 15 Feb 2023 11:44:52 GMT
|
825
|
+
Wed, 15 Feb 2023 11:44:52 GMT
|
802
826
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.25..@fluentui/react-badge_v9.0.26)
|
803
827
|
|
804
828
|
### Patches
|
@@ -807,7 +831,7 @@ Wed, 15 Feb 2023 11:44:52 GMT
|
|
807
831
|
|
808
832
|
## [9.0.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.25)
|
809
833
|
|
810
|
-
Mon, 13 Feb 2023 23:43:13 GMT
|
834
|
+
Mon, 13 Feb 2023 23:43:13 GMT
|
811
835
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.24..@fluentui/react-badge_v9.0.25)
|
812
836
|
|
813
837
|
### Patches
|
@@ -817,7 +841,7 @@ Mon, 13 Feb 2023 23:43:13 GMT
|
|
817
841
|
|
818
842
|
## [9.0.24](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.24)
|
819
843
|
|
820
|
-
Fri, 10 Feb 2023 08:50:02 GMT
|
844
|
+
Fri, 10 Feb 2023 08:50:02 GMT
|
821
845
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.23..@fluentui/react-badge_v9.0.24)
|
822
846
|
|
823
847
|
### Patches
|
@@ -826,7 +850,7 @@ Fri, 10 Feb 2023 08:50:02 GMT
|
|
826
850
|
|
827
851
|
## [9.0.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.23)
|
828
852
|
|
829
|
-
Tue, 07 Feb 2023 14:13:08 GMT
|
853
|
+
Tue, 07 Feb 2023 14:13:08 GMT
|
830
854
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.22..@fluentui/react-badge_v9.0.23)
|
831
855
|
|
832
856
|
### Patches
|
@@ -835,7 +859,7 @@ Tue, 07 Feb 2023 14:13:08 GMT
|
|
835
859
|
|
836
860
|
## [9.0.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.22)
|
837
861
|
|
838
|
-
Tue, 31 Jan 2023 19:53:53 GMT
|
862
|
+
Tue, 31 Jan 2023 19:53:53 GMT
|
839
863
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.21..@fluentui/react-badge_v9.0.22)
|
840
864
|
|
841
865
|
### Patches
|
@@ -845,7 +869,7 @@ Tue, 31 Jan 2023 19:53:53 GMT
|
|
845
869
|
|
846
870
|
## [9.0.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.21)
|
847
871
|
|
848
|
-
Thu, 26 Jan 2023 13:31:03 GMT
|
872
|
+
Thu, 26 Jan 2023 13:31:03 GMT
|
849
873
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.20..@fluentui/react-badge_v9.0.21)
|
850
874
|
|
851
875
|
### Patches
|
@@ -854,7 +878,7 @@ Thu, 26 Jan 2023 13:31:03 GMT
|
|
854
878
|
|
855
879
|
## [9.0.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.20)
|
856
880
|
|
857
|
-
Tue, 17 Jan 2023 12:22:54 GMT
|
881
|
+
Tue, 17 Jan 2023 12:22:54 GMT
|
858
882
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.19..@fluentui/react-badge_v9.0.20)
|
859
883
|
|
860
884
|
### Patches
|
@@ -863,7 +887,7 @@ Tue, 17 Jan 2023 12:22:54 GMT
|
|
863
887
|
|
864
888
|
## [9.0.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.18)
|
865
889
|
|
866
|
-
Mon, 09 Jan 2023 14:35:02 GMT
|
890
|
+
Mon, 09 Jan 2023 14:35:02 GMT
|
867
891
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.17..@fluentui/react-badge_v9.0.18)
|
868
892
|
|
869
893
|
### Patches
|
@@ -872,7 +896,7 @@ Mon, 09 Jan 2023 14:35:02 GMT
|
|
872
896
|
|
873
897
|
## [9.0.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.17)
|
874
898
|
|
875
|
-
Wed, 04 Jan 2023 01:40:52 GMT
|
899
|
+
Wed, 04 Jan 2023 01:40:52 GMT
|
876
900
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.16..@fluentui/react-badge_v9.0.17)
|
877
901
|
|
878
902
|
### Patches
|
@@ -883,7 +907,7 @@ Wed, 04 Jan 2023 01:40:52 GMT
|
|
883
907
|
|
884
908
|
## [9.0.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.16)
|
885
909
|
|
886
|
-
Wed, 21 Dec 2022 10:20:33 GMT
|
910
|
+
Wed, 21 Dec 2022 10:20:33 GMT
|
887
911
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.15..@fluentui/react-badge_v9.0.16)
|
888
912
|
|
889
913
|
### Patches
|
@@ -892,7 +916,7 @@ Wed, 21 Dec 2022 10:20:33 GMT
|
|
892
916
|
|
893
917
|
## [9.0.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.15)
|
894
918
|
|
895
|
-
Tue, 20 Dec 2022 14:59:34 GMT
|
919
|
+
Tue, 20 Dec 2022 14:59:34 GMT
|
896
920
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.14..@fluentui/react-badge_v9.0.15)
|
897
921
|
|
898
922
|
### Patches
|
@@ -902,7 +926,7 @@ Tue, 20 Dec 2022 14:59:34 GMT
|
|
902
926
|
|
903
927
|
## [9.0.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.14)
|
904
928
|
|
905
|
-
Mon, 05 Dec 2022 18:29:39 GMT
|
929
|
+
Mon, 05 Dec 2022 18:29:39 GMT
|
906
930
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.13..@fluentui/react-badge_v9.0.14)
|
907
931
|
|
908
932
|
### Patches
|
@@ -911,7 +935,7 @@ Mon, 05 Dec 2022 18:29:39 GMT
|
|
911
935
|
|
912
936
|
## [9.0.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.13)
|
913
937
|
|
914
|
-
Thu, 17 Nov 2022 23:05:34 GMT
|
938
|
+
Thu, 17 Nov 2022 23:05:34 GMT
|
915
939
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.12..@fluentui/react-badge_v9.0.13)
|
916
940
|
|
917
941
|
### Patches
|
@@ -922,7 +946,7 @@ Thu, 17 Nov 2022 23:05:34 GMT
|
|
922
946
|
|
923
947
|
## [9.0.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.12)
|
924
948
|
|
925
|
-
Fri, 11 Nov 2022 14:57:54 GMT
|
949
|
+
Fri, 11 Nov 2022 14:57:54 GMT
|
926
950
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.11..@fluentui/react-badge_v9.0.12)
|
927
951
|
|
928
952
|
### Patches
|
@@ -934,7 +958,7 @@ Fri, 11 Nov 2022 14:57:54 GMT
|
|
934
958
|
|
935
959
|
## [9.0.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.11)
|
936
960
|
|
937
|
-
Wed, 02 Nov 2022 11:57:48 GMT
|
961
|
+
Wed, 02 Nov 2022 11:57:48 GMT
|
938
962
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.10..@fluentui/react-badge_v9.0.11)
|
939
963
|
|
940
964
|
### Patches
|
@@ -945,7 +969,7 @@ Wed, 02 Nov 2022 11:57:48 GMT
|
|
945
969
|
|
946
970
|
## [9.0.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.10)
|
947
971
|
|
948
|
-
Tue, 25 Oct 2022 00:35:28 GMT
|
972
|
+
Tue, 25 Oct 2022 00:35:28 GMT
|
949
973
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.9..@fluentui/react-badge_v9.0.10)
|
950
974
|
|
951
975
|
### Patches
|
@@ -954,7 +978,7 @@ Tue, 25 Oct 2022 00:35:28 GMT
|
|
954
978
|
|
955
979
|
## [9.0.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.9)
|
956
980
|
|
957
|
-
Thu, 20 Oct 2022 08:39:27 GMT
|
981
|
+
Thu, 20 Oct 2022 08:39:27 GMT
|
958
982
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.8..@fluentui/react-badge_v9.0.9)
|
959
983
|
|
960
984
|
### Patches
|
@@ -967,7 +991,7 @@ Thu, 20 Oct 2022 08:39:27 GMT
|
|
967
991
|
|
968
992
|
## [9.0.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.8)
|
969
993
|
|
970
|
-
Thu, 13 Oct 2022 11:02:43 GMT
|
994
|
+
Thu, 13 Oct 2022 11:02:43 GMT
|
971
995
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.7..@fluentui/react-badge_v9.0.8)
|
972
996
|
|
973
997
|
### Patches
|
@@ -978,7 +1002,7 @@ Thu, 13 Oct 2022 11:02:43 GMT
|
|
978
1002
|
|
979
1003
|
## [9.0.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.7)
|
980
1004
|
|
981
|
-
Mon, 03 Oct 2022 22:24:35 GMT
|
1005
|
+
Mon, 03 Oct 2022 22:24:35 GMT
|
982
1006
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.6..@fluentui/react-badge_v9.0.7)
|
983
1007
|
|
984
1008
|
### Patches
|
@@ -987,7 +1011,7 @@ Mon, 03 Oct 2022 22:24:35 GMT
|
|
987
1011
|
|
988
1012
|
## [9.0.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.6)
|
989
1013
|
|
990
|
-
Tue, 20 Sep 2022 20:55:45 GMT
|
1014
|
+
Tue, 20 Sep 2022 20:55:45 GMT
|
991
1015
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.5..@fluentui/react-badge_v9.0.6)
|
992
1016
|
|
993
1017
|
### Patches
|
@@ -996,7 +1020,7 @@ Tue, 20 Sep 2022 20:55:45 GMT
|
|
996
1020
|
|
997
1021
|
## [9.0.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.5)
|
998
1022
|
|
999
|
-
Thu, 15 Sep 2022 09:49:54 GMT
|
1023
|
+
Thu, 15 Sep 2022 09:49:54 GMT
|
1000
1024
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.4..@fluentui/react-badge_v9.0.5)
|
1001
1025
|
|
1002
1026
|
### Patches
|
@@ -1010,7 +1034,7 @@ Thu, 15 Sep 2022 09:49:54 GMT
|
|
1010
1034
|
|
1011
1035
|
## [9.0.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.4)
|
1012
1036
|
|
1013
|
-
Wed, 03 Aug 2022 16:03:39 GMT
|
1037
|
+
Wed, 03 Aug 2022 16:03:39 GMT
|
1014
1038
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.3..@fluentui/react-badge_v9.0.4)
|
1015
1039
|
|
1016
1040
|
### Patches
|
@@ -1020,7 +1044,7 @@ Wed, 03 Aug 2022 16:03:39 GMT
|
|
1020
1044
|
|
1021
1045
|
## [9.0.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.3)
|
1022
1046
|
|
1023
|
-
Thu, 14 Jul 2022 21:21:09 GMT
|
1047
|
+
Thu, 14 Jul 2022 21:21:09 GMT
|
1024
1048
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.2..@fluentui/react-badge_v9.0.3)
|
1025
1049
|
|
1026
1050
|
### Patches
|
@@ -1030,7 +1054,7 @@ Thu, 14 Jul 2022 21:21:09 GMT
|
|
1030
1054
|
|
1031
1055
|
## [9.0.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.2)
|
1032
1056
|
|
1033
|
-
Thu, 14 Jul 2022 17:06:14 GMT
|
1057
|
+
Thu, 14 Jul 2022 17:06:14 GMT
|
1034
1058
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.1..@fluentui/react-badge_v9.0.2)
|
1035
1059
|
|
1036
1060
|
### Patches
|
@@ -1042,7 +1066,7 @@ Thu, 14 Jul 2022 17:06:14 GMT
|
|
1042
1066
|
|
1043
1067
|
## [9.0.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.1)
|
1044
1068
|
|
1045
|
-
Tue, 28 Jun 2022 17:39:47 GMT
|
1069
|
+
Tue, 28 Jun 2022 17:39:47 GMT
|
1046
1070
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0..@fluentui/react-badge_v9.0.1)
|
1047
1071
|
|
1048
1072
|
### Patches
|
@@ -1052,7 +1076,7 @@ Tue, 28 Jun 2022 17:39:47 GMT
|
|
1052
1076
|
|
1053
1077
|
## [9.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0)
|
1054
1078
|
|
1055
|
-
Tue, 28 Jun 2022 15:14:19 GMT
|
1079
|
+
Tue, 28 Jun 2022 15:14:19 GMT
|
1056
1080
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-rc.13..@fluentui/react-badge_v9.0.0)
|
1057
1081
|
|
1058
1082
|
### Patches
|
@@ -1072,7 +1096,7 @@ Tue, 28 Jun 2022 15:14:19 GMT
|
|
1072
1096
|
|
1073
1097
|
## [9.0.0-rc.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-rc.13)
|
1074
1098
|
|
1075
|
-
Thu, 23 Jun 2022 14:25:31 GMT
|
1099
|
+
Thu, 23 Jun 2022 14:25:31 GMT
|
1076
1100
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-rc.12..@fluentui/react-badge_v9.0.0-rc.13)
|
1077
1101
|
|
1078
1102
|
### Changes
|
@@ -1081,7 +1105,7 @@ Thu, 23 Jun 2022 14:25:31 GMT
|
|
1081
1105
|
|
1082
1106
|
## [9.0.0-rc.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-rc.12)
|
1083
1107
|
|
1084
|
-
Tue, 31 May 2022 21:28:36 GMT
|
1108
|
+
Tue, 31 May 2022 21:28:36 GMT
|
1085
1109
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-rc.11..@fluentui/react-badge_v9.0.0-rc.12)
|
1086
1110
|
|
1087
1111
|
### Changes
|
@@ -1092,7 +1116,7 @@ Tue, 31 May 2022 21:28:36 GMT
|
|
1092
1116
|
|
1093
1117
|
## [9.0.0-rc.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-rc.11)
|
1094
1118
|
|
1095
|
-
Thu, 26 May 2022 21:01:22 GMT
|
1119
|
+
Thu, 26 May 2022 21:01:22 GMT
|
1096
1120
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-rc.10..@fluentui/react-badge_v9.0.0-rc.11)
|
1097
1121
|
|
1098
1122
|
### Changes
|
@@ -1101,7 +1125,7 @@ Thu, 26 May 2022 21:01:22 GMT
|
|
1101
1125
|
|
1102
1126
|
## [9.0.0-rc.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-rc.10)
|
1103
1127
|
|
1104
|
-
Mon, 23 May 2022 18:56:41 GMT
|
1128
|
+
Mon, 23 May 2022 18:56:41 GMT
|
1105
1129
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-rc.9..@fluentui/react-badge_v9.0.0-rc.10)
|
1106
1130
|
|
1107
1131
|
### Changes
|
@@ -1113,7 +1137,7 @@ Mon, 23 May 2022 18:56:41 GMT
|
|
1113
1137
|
|
1114
1138
|
## [9.0.0-rc.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-rc.9)
|
1115
1139
|
|
1116
|
-
Mon, 23 May 2022 12:14:01 GMT
|
1140
|
+
Mon, 23 May 2022 12:14:01 GMT
|
1117
1141
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-rc.8..@fluentui/react-badge_v9.0.0-rc.9)
|
1118
1142
|
|
1119
1143
|
### Changes
|
@@ -1220,7 +1244,7 @@ Thu, 10 Feb 2022 08:51:40 GMT
|
|
1220
1244
|
- update @fluentui/react-icons package ([PR #21498](https://github.com/microsoft/fluentui/pull/21498) by olfedias@microsoft.com)
|
1221
1245
|
- use Griffel packages ([PR #21437](https://github.com/microsoft/fluentui/pull/21437) by olfedias@microsoft.com)
|
1222
1246
|
- react-badge: Replacing use of functions in makeStyles with direct use of tokens. ([PR #21038](https://github.com/microsoft/fluentui/pull/21038) by Humberto.Morimoto@microsoft.com)
|
1223
|
-
- 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)
|
1247
|
+
- 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)
|
1224
1248
|
- fix: Add uniform padding and modify gaps ([PR #20974](https://github.com/microsoft/fluentui/pull/20974) by lingfangao@hotmail.com)
|
1225
1249
|
- Bump @fluentui/react-theme to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
|
1226
1250
|
- Bump @fluentui/react-utilities to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
|