@fluentui/react-tags 9.0.7 → 9.0.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/CHANGELOG.md +31 -2
  2. package/package.json +16 -10
  3. package/CHANGELOG.json +0 -1165
package/CHANGELOG.md CHANGED
@@ -1,12 +1,41 @@
1
1
  # Change Log - @fluentui/react-tags
2
2
 
3
- This log was last generated on Sat, 28 Oct 2023 23:32:06 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 09 Nov 2023 17:23:14 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-tags_v9.0.9)
8
+
9
+ Thu, 09 Nov 2023 17:23:14 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tags_v9.0.8..@fluentui/react-tags_v9.0.9)
11
+
12
+ ### Patches
13
+
14
+ - chore: use package.json#files setup instead of npmignore for all v9 libraries ([PR #29734](https://github.com/microsoft/fluentui/pull/29734) by martinhochel@microsoft.com)
15
+ - Bump @fluentui/keyboard-keys to v9.0.7 ([PR #29800](https://github.com/microsoft/fluentui/pull/29800) by beachball)
16
+ - Bump @fluentui/react-aria to v9.3.44 ([PR #29800](https://github.com/microsoft/fluentui/pull/29800) by beachball)
17
+ - Bump @fluentui/react-avatar to v9.5.45 ([PR #29800](https://github.com/microsoft/fluentui/pull/29800) by beachball)
18
+ - Bump @fluentui/react-jsx-runtime to v9.0.19 ([PR #29800](https://github.com/microsoft/fluentui/pull/29800) by beachball)
19
+ - Bump @fluentui/react-shared-contexts to v9.12.0 ([PR #29800](https://github.com/microsoft/fluentui/pull/29800) by beachball)
20
+ - Bump @fluentui/react-tabster to v9.14.4 ([PR #29800](https://github.com/microsoft/fluentui/pull/29800) by beachball)
21
+ - Bump @fluentui/react-theme to v9.1.16 ([PR #29800](https://github.com/microsoft/fluentui/pull/29800) by beachball)
22
+ - Bump @fluentui/react-utilities to v9.15.2 ([PR #29800](https://github.com/microsoft/fluentui/pull/29800) by beachball)
23
+
24
+ ## [9.0.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-tags_v9.0.8)
25
+
26
+ Wed, 01 Nov 2023 12:55:59 GMT
27
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tags_v9.0.7..@fluentui/react-tags_v9.0.8)
28
+
29
+ ### Patches
30
+
31
+ - Bump @fluentui/react-avatar to v9.5.44 ([PR #29663](https://github.com/microsoft/fluentui/pull/29663) by beachball)
32
+ - Bump @fluentui/react-shared-contexts to v9.11.1 ([PR #29663](https://github.com/microsoft/fluentui/pull/29663) by beachball)
33
+ - Bump @fluentui/react-tabster to v9.14.3 ([PR #29663](https://github.com/microsoft/fluentui/pull/29663) by beachball)
34
+ - Bump @fluentui/react-theme to v9.1.15 ([PR #29663](https://github.com/microsoft/fluentui/pull/29663) by beachball)
35
+
7
36
  ## [9.0.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-tags_v9.0.7)
8
37
 
9
- Sat, 28 Oct 2023 23:32:06 GMT
38
+ Sat, 28 Oct 2023 23:35:59 GMT
10
39
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tags_v9.0.6..@fluentui/react-tags_v9.0.7)
11
40
 
12
41
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-tags",
3
- "version": "9.0.7",
3
+ "version": "9.0.9",
4
4
  "description": "Fluent UI Tag component",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -36,15 +36,15 @@
36
36
  "@fluentui/scripts-tasks": "*"
37
37
  },
38
38
  "dependencies": {
39
- "@fluentui/keyboard-keys": "^9.0.6",
40
- "@fluentui/react-aria": "^9.3.43",
41
- "@fluentui/react-avatar": "^9.5.43",
39
+ "@fluentui/keyboard-keys": "^9.0.7",
40
+ "@fluentui/react-aria": "^9.3.44",
41
+ "@fluentui/react-avatar": "^9.5.45",
42
42
  "@fluentui/react-icons": "^2.0.217",
43
- "@fluentui/react-jsx-runtime": "^9.0.18",
44
- "@fluentui/react-shared-contexts": "^9.11.0",
45
- "@fluentui/react-tabster": "^9.14.2",
46
- "@fluentui/react-theme": "^9.1.14",
47
- "@fluentui/react-utilities": "^9.15.1",
43
+ "@fluentui/react-jsx-runtime": "^9.0.19",
44
+ "@fluentui/react-shared-contexts": "^9.12.0",
45
+ "@fluentui/react-tabster": "^9.14.4",
46
+ "@fluentui/react-theme": "^9.1.16",
47
+ "@fluentui/react-utilities": "^9.15.2",
48
48
  "@griffel/react": "^1.5.14",
49
49
  "@swc/helpers": "^0.5.1"
50
50
  },
@@ -68,5 +68,11 @@
68
68
  "require": "./lib-commonjs/index.js"
69
69
  },
70
70
  "./package.json": "./package.json"
71
- }
71
+ },
72
+ "files": [
73
+ "*.md",
74
+ "dist/*.d.ts",
75
+ "lib",
76
+ "lib-commonjs"
77
+ ]
72
78
  }
package/CHANGELOG.json DELETED
@@ -1,1165 +0,0 @@
1
- {
2
- "name": "@fluentui/react-tags",
3
- "entries": [
4
- {
5
- "date": "Sat, 28 Oct 2023 23:32:06 GMT",
6
- "tag": "@fluentui/react-tags_v9.0.7",
7
- "version": "9.0.7",
8
- "comments": {
9
- "patch": [
10
- {
11
- "author": "beachball",
12
- "package": "@fluentui/react-tags",
13
- "comment": "Bump @fluentui/react-avatar to v9.5.43",
14
- "commit": "555b0fae3ec7f052e765557ae243c58000514f92"
15
- },
16
- {
17
- "author": "beachball",
18
- "package": "@fluentui/react-tags",
19
- "comment": "Bump @fluentui/react-shared-contexts to v9.11.0",
20
- "commit": "555b0fae3ec7f052e765557ae243c58000514f92"
21
- },
22
- {
23
- "author": "beachball",
24
- "package": "@fluentui/react-tags",
25
- "comment": "Bump @fluentui/react-tabster to v9.14.2",
26
- "commit": "555b0fae3ec7f052e765557ae243c58000514f92"
27
- }
28
- ]
29
- }
30
- },
31
- {
32
- "date": "Mon, 23 Oct 2023 09:51:57 GMT",
33
- "tag": "@fluentui/react-tags_v9.0.6",
34
- "version": "9.0.6",
35
- "comments": {
36
- "patch": [
37
- {
38
- "author": "beachball",
39
- "package": "@fluentui/react-tags",
40
- "comment": "Bump @fluentui/react-avatar to v9.5.42",
41
- "commit": "e4ef1febe8a185dddc10f8936944d177d50bc396"
42
- },
43
- {
44
- "author": "beachball",
45
- "package": "@fluentui/react-tags",
46
- "comment": "Bump @fluentui/react-tabster to v9.14.1",
47
- "commit": "e4ef1febe8a185dddc10f8936944d177d50bc396"
48
- }
49
- ]
50
- }
51
- },
52
- {
53
- "date": "Wed, 18 Oct 2023 17:54:08 GMT",
54
- "tag": "@fluentui/react-tags_v9.0.5",
55
- "version": "9.0.5",
56
- "comments": {
57
- "patch": [
58
- {
59
- "author": "beachball",
60
- "package": "@fluentui/react-tags",
61
- "comment": "Bump @fluentui/react-aria to v9.3.43",
62
- "commit": "c0d3065982e1646c54ba00c1d524248b792dbcad"
63
- },
64
- {
65
- "author": "beachball",
66
- "package": "@fluentui/react-tags",
67
- "comment": "Bump @fluentui/react-avatar to v9.5.41",
68
- "commit": "c0d3065982e1646c54ba00c1d524248b792dbcad"
69
- },
70
- {
71
- "author": "beachball",
72
- "package": "@fluentui/react-tags",
73
- "comment": "Bump @fluentui/react-jsx-runtime to v9.0.18",
74
- "commit": "c0d3065982e1646c54ba00c1d524248b792dbcad"
75
- },
76
- {
77
- "author": "beachball",
78
- "package": "@fluentui/react-tags",
79
- "comment": "Bump @fluentui/react-tabster to v9.14.0",
80
- "commit": "c0d3065982e1646c54ba00c1d524248b792dbcad"
81
- },
82
- {
83
- "author": "beachball",
84
- "package": "@fluentui/react-tags",
85
- "comment": "Bump @fluentui/react-utilities to v9.15.1",
86
- "commit": "c0d3065982e1646c54ba00c1d524248b792dbcad"
87
- }
88
- ]
89
- }
90
- },
91
- {
92
- "date": "Thu, 12 Oct 2023 14:55:44 GMT",
93
- "tag": "@fluentui/react-tags_v9.0.4",
94
- "version": "9.0.4",
95
- "comments": {
96
- "patch": [
97
- {
98
- "author": "beachball",
99
- "package": "@fluentui/react-tags",
100
- "comment": "Bump @fluentui/react-avatar to v9.5.40",
101
- "commit": "8178c3cae60005bc21137aa1f3e766e18cdb4a30"
102
- },
103
- {
104
- "author": "beachball",
105
- "package": "@fluentui/react-tags",
106
- "comment": "Bump @fluentui/react-jsx-runtime to v9.0.17",
107
- "commit": "8178c3cae60005bc21137aa1f3e766e18cdb4a30"
108
- }
109
- ]
110
- }
111
- },
112
- {
113
- "date": "Wed, 11 Oct 2023 13:54:26 GMT",
114
- "tag": "@fluentui/react-tags_v9.0.3",
115
- "version": "9.0.3",
116
- "comments": {
117
- "patch": [
118
- {
119
- "author": "beachball",
120
- "package": "@fluentui/react-tags",
121
- "comment": "Bump @fluentui/react-aria to v9.3.42",
122
- "commit": "b4466a0b9d3568e8e1ee1d814db5c8449dfd65b8"
123
- },
124
- {
125
- "author": "beachball",
126
- "package": "@fluentui/react-tags",
127
- "comment": "Bump @fluentui/react-avatar to v9.5.39",
128
- "commit": "b4466a0b9d3568e8e1ee1d814db5c8449dfd65b8"
129
- },
130
- {
131
- "author": "beachball",
132
- "package": "@fluentui/react-tags",
133
- "comment": "Bump @fluentui/react-jsx-runtime to v9.0.16",
134
- "commit": "b4466a0b9d3568e8e1ee1d814db5c8449dfd65b8"
135
- },
136
- {
137
- "author": "beachball",
138
- "package": "@fluentui/react-tags",
139
- "comment": "Bump @fluentui/react-tabster to v9.13.6",
140
- "commit": "b4466a0b9d3568e8e1ee1d814db5c8449dfd65b8"
141
- },
142
- {
143
- "author": "beachball",
144
- "package": "@fluentui/react-tags",
145
- "comment": "Bump @fluentui/react-utilities to v9.15.0",
146
- "commit": "b4466a0b9d3568e8e1ee1d814db5c8449dfd65b8"
147
- }
148
- ]
149
- }
150
- },
151
- {
152
- "date": "Mon, 09 Oct 2023 20:45:44 GMT",
153
- "tag": "@fluentui/react-tags_v9.0.2",
154
- "version": "9.0.2",
155
- "comments": {
156
- "patch": [
157
- {
158
- "author": "beachball",
159
- "package": "@fluentui/react-tags",
160
- "comment": "Bump @fluentui/react-aria to v9.3.41",
161
- "commit": "d2196ea1ca001fbc22f38fcb258016f1df6c87e4"
162
- },
163
- {
164
- "author": "beachball",
165
- "package": "@fluentui/react-tags",
166
- "comment": "Bump @fluentui/react-avatar to v9.5.38",
167
- "commit": "d2196ea1ca001fbc22f38fcb258016f1df6c87e4"
168
- },
169
- {
170
- "author": "beachball",
171
- "package": "@fluentui/react-tags",
172
- "comment": "Bump @fluentui/react-jsx-runtime to v9.0.15",
173
- "commit": "d2196ea1ca001fbc22f38fcb258016f1df6c87e4"
174
- },
175
- {
176
- "author": "beachball",
177
- "package": "@fluentui/react-tags",
178
- "comment": "Bump @fluentui/react-shared-contexts to v9.10.0",
179
- "commit": "d2196ea1ca001fbc22f38fcb258016f1df6c87e4"
180
- },
181
- {
182
- "author": "beachball",
183
- "package": "@fluentui/react-tags",
184
- "comment": "Bump @fluentui/react-tabster to v9.13.5",
185
- "commit": "d2196ea1ca001fbc22f38fcb258016f1df6c87e4"
186
- },
187
- {
188
- "author": "beachball",
189
- "package": "@fluentui/react-tags",
190
- "comment": "Bump @fluentui/react-utilities to v9.14.2",
191
- "commit": "d2196ea1ca001fbc22f38fcb258016f1df6c87e4"
192
- }
193
- ]
194
- }
195
- },
196
- {
197
- "date": "Thu, 05 Oct 2023 15:25:33 GMT",
198
- "tag": "@fluentui/react-tags_v9.0.1",
199
- "version": "9.0.1",
200
- "comments": {
201
- "patch": [
202
- {
203
- "author": "bernardo.sunderhus@gmail.com",
204
- "package": "@fluentui/react-tags",
205
- "commit": "86dd76990e3da5af1f2b6b04a3aec46141d5a653",
206
- "comment": "chore: migrate from getNativeElementProps to getIntrinsicElementProps"
207
- },
208
- {
209
- "author": "beachball",
210
- "package": "@fluentui/react-tags",
211
- "comment": "Bump @fluentui/react-aria to v9.3.40",
212
- "commit": "690590449dc3d65cd40b2b06a990fd920180919d"
213
- },
214
- {
215
- "author": "beachball",
216
- "package": "@fluentui/react-tags",
217
- "comment": "Bump @fluentui/react-avatar to v9.5.37",
218
- "commit": "690590449dc3d65cd40b2b06a990fd920180919d"
219
- },
220
- {
221
- "author": "beachball",
222
- "package": "@fluentui/react-tags",
223
- "comment": "Bump @fluentui/react-jsx-runtime to v9.0.14",
224
- "commit": "690590449dc3d65cd40b2b06a990fd920180919d"
225
- },
226
- {
227
- "author": "beachball",
228
- "package": "@fluentui/react-tags",
229
- "comment": "Bump @fluentui/react-tabster to v9.13.4",
230
- "commit": "690590449dc3d65cd40b2b06a990fd920180919d"
231
- },
232
- {
233
- "author": "beachball",
234
- "package": "@fluentui/react-tags",
235
- "comment": "Bump @fluentui/react-utilities to v9.14.1",
236
- "commit": "690590449dc3d65cd40b2b06a990fd920180919d"
237
- }
238
- ]
239
- }
240
- },
241
- {
242
- "date": "Wed, 04 Oct 2023 08:45:46 GMT",
243
- "tag": "@fluentui/react-tags_v9.0.0",
244
- "version": "9.0.0",
245
- "comments": {
246
- "minor": [
247
- {
248
- "author": "yuanboxue@microsoft.com",
249
- "package": "@fluentui/react-tags",
250
- "commit": "e81fd717e06cab9d563e32a721fdf07346d084f9",
251
- "comment": "feat: initial release"
252
- },
253
- {
254
- "author": "beachball",
255
- "package": "@fluentui/react-tags",
256
- "comment": "Bump @fluentui/react-aria to v9.3.39",
257
- "commit": "67b6cc6534e684ed32704dc6c0faee632bb840dc"
258
- },
259
- {
260
- "author": "beachball",
261
- "package": "@fluentui/react-tags",
262
- "comment": "Bump @fluentui/react-avatar to v9.5.36",
263
- "commit": "67b6cc6534e684ed32704dc6c0faee632bb840dc"
264
- },
265
- {
266
- "author": "beachball",
267
- "package": "@fluentui/react-tags",
268
- "comment": "Bump @fluentui/react-jsx-runtime to v9.0.13",
269
- "commit": "67b6cc6534e684ed32704dc6c0faee632bb840dc"
270
- },
271
- {
272
- "author": "beachball",
273
- "package": "@fluentui/react-tags",
274
- "comment": "Bump @fluentui/react-tabster to v9.13.3",
275
- "commit": "67b6cc6534e684ed32704dc6c0faee632bb840dc"
276
- },
277
- {
278
- "author": "beachball",
279
- "package": "@fluentui/react-tags",
280
- "comment": "Bump @fluentui/react-utilities to v9.14.0",
281
- "commit": "67b6cc6534e684ed32704dc6c0faee632bb840dc"
282
- }
283
- ]
284
- }
285
- },
286
- {
287
- "date": "Mon, 02 Oct 2023 08:56:05 GMT",
288
- "tag": "@fluentui/react-tags-preview_v0.4.0",
289
- "version": "0.4.0",
290
- "comments": {
291
- "minor": [
292
- {
293
- "author": "yuanboxue@microsoft.com",
294
- "package": "@fluentui/react-tags-preview",
295
- "commit": "6e692ab6be8e4169807a15ec1d2787cd29e64715",
296
- "comment": "chore: properly type ref in state hook"
297
- },
298
- {
299
- "author": "beachball",
300
- "package": "@fluentui/react-tags-preview",
301
- "comment": "Bump @fluentui/react-avatar to v9.5.35",
302
- "commit": "da9a08817e5de95639e2dd7aa6d6709d47faa7f4"
303
- },
304
- {
305
- "author": "beachball",
306
- "package": "@fluentui/react-tags-preview",
307
- "comment": "Bump @fluentui/react-shared-contexts to v9.9.2",
308
- "commit": "da9a08817e5de95639e2dd7aa6d6709d47faa7f4"
309
- },
310
- {
311
- "author": "beachball",
312
- "package": "@fluentui/react-tags-preview",
313
- "comment": "Bump @fluentui/react-tabster to v9.13.2",
314
- "commit": "da9a08817e5de95639e2dd7aa6d6709d47faa7f4"
315
- }
316
- ]
317
- }
318
- },
319
- {
320
- "date": "Tue, 26 Sep 2023 17:49:13 GMT",
321
- "tag": "@fluentui/react-tags-preview_v0.3.1",
322
- "version": "0.3.1",
323
- "comments": {
324
- "patch": [
325
- {
326
- "author": "yuanboxue@microsoft.com",
327
- "package": "@fluentui/react-tags-preview",
328
- "commit": "05a23f6f5f331841c9ac9fb63764440c543f791d",
329
- "comment": "chore: trigger manual version bump after broken release"
330
- },
331
- {
332
- "author": "beachball",
333
- "package": "@fluentui/react-tags-preview",
334
- "comment": "Bump @fluentui/keyboard-keys to v9.0.6",
335
- "commit": "05a23f6f5f331841c9ac9fb63764440c543f791d"
336
- },
337
- {
338
- "author": "beachball",
339
- "package": "@fluentui/react-tags-preview",
340
- "comment": "Bump @fluentui/react-aria to v9.3.38",
341
- "commit": "05a23f6f5f331841c9ac9fb63764440c543f791d"
342
- },
343
- {
344
- "author": "beachball",
345
- "package": "@fluentui/react-tags-preview",
346
- "comment": "Bump @fluentui/react-avatar to v9.5.34",
347
- "commit": "05a23f6f5f331841c9ac9fb63764440c543f791d"
348
- },
349
- {
350
- "author": "beachball",
351
- "package": "@fluentui/react-tags-preview",
352
- "comment": "Bump @fluentui/react-jsx-runtime to v9.0.12",
353
- "commit": "05a23f6f5f331841c9ac9fb63764440c543f791d"
354
- },
355
- {
356
- "author": "beachball",
357
- "package": "@fluentui/react-tags-preview",
358
- "comment": "Bump @fluentui/react-shared-contexts to v9.9.1",
359
- "commit": "05a23f6f5f331841c9ac9fb63764440c543f791d"
360
- },
361
- {
362
- "author": "beachball",
363
- "package": "@fluentui/react-tags-preview",
364
- "comment": "Bump @fluentui/react-tabster to v9.13.1",
365
- "commit": "05a23f6f5f331841c9ac9fb63764440c543f791d"
366
- },
367
- {
368
- "author": "beachball",
369
- "package": "@fluentui/react-tags-preview",
370
- "comment": "Bump @fluentui/react-theme to v9.1.14",
371
- "commit": "05a23f6f5f331841c9ac9fb63764440c543f791d"
372
- },
373
- {
374
- "author": "beachball",
375
- "package": "@fluentui/react-tags-preview",
376
- "comment": "Bump @fluentui/react-utilities to v9.13.5",
377
- "commit": "05a23f6f5f331841c9ac9fb63764440c543f791d"
378
- }
379
- ]
380
- }
381
- },
382
- {
383
- "date": "Tue, 26 Sep 2023 15:31:45 GMT",
384
- "tag": "@fluentui/react-tags-preview_v0.3.0",
385
- "version": "0.3.0",
386
- "comments": {
387
- "patch": [
388
- {
389
- "author": "yuanboxue@microsoft.com",
390
- "package": "@fluentui/react-tags-preview",
391
- "commit": "cb6dfbf4f9d0f7839fbecd5450221477aadb5987",
392
- "comment": "fix: remove double curve from dismissible circular InteractionTag on windows high contrast"
393
- },
394
- {
395
- "author": "yuanboxue@microsoft.com",
396
- "package": "@fluentui/react-tags-preview",
397
- "commit": "36a932b757a01a5b234fd05fed91f0cdf4192b99",
398
- "comment": "fix: useTag `getNativeElementProps` should conditionally use 'button' or 'span'"
399
- },
400
- {
401
- "author": "martinhochel@microsoft.com",
402
- "package": "@fluentui/react-tags-preview",
403
- "commit": "e61473fa10195f6ebf2308205c1e72e91b711831",
404
- "comment": "fix: bump swc core to mitigate transpilation memory leaks"
405
- },
406
- {
407
- "author": "yuanboxue@microsoft.com",
408
- "package": "@fluentui/react-tags-preview",
409
- "commit": "92acc9161762e2db41199023197b2c94a15a3c25",
410
- "comment": "chore: update props descriptions"
411
- },
412
- {
413
- "author": "yuanboxue@microsoft.com",
414
- "package": "@fluentui/react-tags-preview",
415
- "commit": "e90de0d64d3611c8dfc3b53acde21f00ad19597f",
416
- "comment": "fix: remove hover color for disabled InteractionTag under windows high contrast"
417
- },
418
- {
419
- "author": "ololubek@microsoft.com",
420
- "package": "@fluentui/react-tags-preview",
421
- "commit": "a31e7394d9f169bc5aa55430a22cdc65425a1b49",
422
- "comment": "chore: Update react-icons version to pick up IconDirectionContextProvider updated export"
423
- }
424
- ],
425
- "minor": [
426
- {
427
- "author": "yuanboxue@microsoft.com",
428
- "package": "@fluentui/react-tags-preview",
429
- "commit": "c9b7dde0872c3fe5a639165a8f507b6099daed7f",
430
- "comment": "feat: set default aria-labelledby on InteractionTagSecondary"
431
- },
432
- {
433
- "author": "yuanboxue@microsoft.com",
434
- "package": "@fluentui/react-tags-preview",
435
- "commit": "53ce54c431c9caa77aa7d9f03476769880e982ed",
436
- "comment": "fix: update handleTagDismiss type"
437
- },
438
- {
439
- "author": "yuanboxue@microsoft.com",
440
- "package": "@fluentui/react-tags-preview",
441
- "commit": "45ab251870368226b02c57882e8f7ca0deb86c8f",
442
- "comment": "feat: add custom style hooks for tag components"
443
- },
444
- {
445
- "author": "beachball",
446
- "package": "@fluentui/react-tags-preview",
447
- "comment": "Bump @fluentui/keyboard-keys to v9.0.5",
448
- "commit": "e16520437e10cd824ac254dd797e32762b5de72d"
449
- },
450
- {
451
- "author": "beachball",
452
- "package": "@fluentui/react-tags-preview",
453
- "comment": "Bump @fluentui/react-aria to v9.3.37",
454
- "commit": "e16520437e10cd824ac254dd797e32762b5de72d"
455
- },
456
- {
457
- "author": "beachball",
458
- "package": "@fluentui/react-tags-preview",
459
- "comment": "Bump @fluentui/react-avatar to v9.5.33",
460
- "commit": "e16520437e10cd824ac254dd797e32762b5de72d"
461
- },
462
- {
463
- "author": "beachball",
464
- "package": "@fluentui/react-tags-preview",
465
- "comment": "Bump @fluentui/react-jsx-runtime to v9.0.11",
466
- "commit": "e16520437e10cd824ac254dd797e32762b5de72d"
467
- },
468
- {
469
- "author": "beachball",
470
- "package": "@fluentui/react-tags-preview",
471
- "comment": "Bump @fluentui/react-shared-contexts to v9.9.0",
472
- "commit": "e16520437e10cd824ac254dd797e32762b5de72d"
473
- },
474
- {
475
- "author": "beachball",
476
- "package": "@fluentui/react-tags-preview",
477
- "comment": "Bump @fluentui/react-tabster to v9.13.0",
478
- "commit": "e16520437e10cd824ac254dd797e32762b5de72d"
479
- },
480
- {
481
- "author": "beachball",
482
- "package": "@fluentui/react-tags-preview",
483
- "comment": "Bump @fluentui/react-theme to v9.1.13",
484
- "commit": "e16520437e10cd824ac254dd797e32762b5de72d"
485
- },
486
- {
487
- "author": "beachball",
488
- "package": "@fluentui/react-tags-preview",
489
- "comment": "Bump @fluentui/react-utilities to v9.13.4",
490
- "commit": "e16520437e10cd824ac254dd797e32762b5de72d"
491
- }
492
- ]
493
- }
494
- },
495
- {
496
- "date": "Wed, 20 Sep 2023 17:47:44 GMT",
497
- "tag": "@fluentui/react-tags-preview_v0.2.12",
498
- "version": "0.2.12",
499
- "comments": {
500
- "patch": [
501
- {
502
- "author": "martinhochel@microsoft.com",
503
- "package": "@fluentui/react-tags-preview",
504
- "commit": "41d0ed0376ad79f1f5f5c4c7487515a1c6be35f0",
505
- "comment": "chore: trigger manual version bump after broken release"
506
- },
507
- {
508
- "author": "beachball",
509
- "package": "@fluentui/react-tags-preview",
510
- "comment": "Bump @fluentui/react-avatar to v9.5.32",
511
- "commit": "41d0ed0376ad79f1f5f5c4c7487515a1c6be35f0"
512
- },
513
- {
514
- "author": "beachball",
515
- "package": "@fluentui/react-tags-preview",
516
- "comment": "Bump @fluentui/react-jsx-runtime to v9.0.10",
517
- "commit": "41d0ed0376ad79f1f5f5c4c7487515a1c6be35f0"
518
- },
519
- {
520
- "author": "beachball",
521
- "package": "@fluentui/react-tags-preview",
522
- "comment": "Bump @fluentui/react-shared-contexts to v9.8.1",
523
- "commit": "41d0ed0376ad79f1f5f5c4c7487515a1c6be35f0"
524
- },
525
- {
526
- "author": "beachball",
527
- "package": "@fluentui/react-tags-preview",
528
- "comment": "Bump @fluentui/react-tabster to v9.12.11",
529
- "commit": "41d0ed0376ad79f1f5f5c4c7487515a1c6be35f0"
530
- }
531
- ]
532
- }
533
- },
534
- {
535
- "date": "Wed, 20 Sep 2023 14:59:51 GMT",
536
- "tag": "@fluentui/react-tags-preview_v0.2.11",
537
- "version": "0.2.11",
538
- "comments": {
539
- "patch": [
540
- {
541
- "author": "yuanboxue@microsoft.com",
542
- "package": "@fluentui/react-tags-preview",
543
- "commit": "1e2ab4016c440153eac5482a0d733aa3fffc21ee",
544
- "comment": "chore: add cypress tests"
545
- },
546
- {
547
- "author": "yuanboxue@microsoft.com",
548
- "package": "@fluentui/react-tags-preview",
549
- "commit": "4976455d91695bc93383831cdda347f722db80aa",
550
- "comment": "fix: remove onClick handler for non-dismissible Tag to prevent screen readers announce 'clickable'"
551
- },
552
- {
553
- "author": "beachball",
554
- "package": "@fluentui/react-tags-preview",
555
- "comment": "Bump @fluentui/react-avatar to v9.5.31",
556
- "commit": "c60d4e7169457535c8d23701f6b951d1fff478ab"
557
- },
558
- {
559
- "author": "beachball",
560
- "package": "@fluentui/react-tags-preview",
561
- "comment": "Bump @fluentui/react-jsx-runtime to v9.0.9",
562
- "commit": "c60d4e7169457535c8d23701f6b951d1fff478ab"
563
- },
564
- {
565
- "author": "beachball",
566
- "package": "@fluentui/react-tags-preview",
567
- "comment": "Bump @fluentui/react-shared-contexts to v9.8.0",
568
- "commit": "c60d4e7169457535c8d23701f6b951d1fff478ab"
569
- },
570
- {
571
- "author": "beachball",
572
- "package": "@fluentui/react-tags-preview",
573
- "comment": "Bump @fluentui/react-tabster to v9.12.10",
574
- "commit": "c60d4e7169457535c8d23701f6b951d1fff478ab"
575
- }
576
- ]
577
- }
578
- },
579
- {
580
- "date": "Thu, 14 Sep 2023 16:44:47 GMT",
581
- "tag": "@fluentui/react-tags-preview_v0.2.10",
582
- "version": "0.2.10",
583
- "comments": {
584
- "patch": [
585
- {
586
- "author": "beachball",
587
- "package": "@fluentui/react-tags-preview",
588
- "comment": "Bump @fluentui/react-avatar to v9.5.30",
589
- "commit": "bad33fa7f241bc772b5bc4c6ee624d6ff6b4a473"
590
- },
591
- {
592
- "author": "beachball",
593
- "package": "@fluentui/react-tags-preview",
594
- "comment": "Bump @fluentui/react-jsx-runtime to v9.0.8",
595
- "commit": "bad33fa7f241bc772b5bc4c6ee624d6ff6b4a473"
596
- }
597
- ]
598
- }
599
- },
600
- {
601
- "date": "Tue, 12 Sep 2023 08:51:34 GMT",
602
- "tag": "@fluentui/react-tags-preview_v0.2.9",
603
- "version": "0.2.9",
604
- "comments": {
605
- "patch": [
606
- {
607
- "author": "beachball",
608
- "package": "@fluentui/react-tags-preview",
609
- "comment": "Bump @fluentui/react-avatar to v9.5.29",
610
- "commit": "6fa505d282299778ee9c160ab91f2f510e2d4335"
611
- },
612
- {
613
- "author": "beachball",
614
- "package": "@fluentui/react-tags-preview",
615
- "comment": "Bump @fluentui/react-jsx-runtime to v9.0.7",
616
- "commit": "6fa505d282299778ee9c160ab91f2f510e2d4335"
617
- },
618
- {
619
- "author": "beachball",
620
- "package": "@fluentui/react-tags-preview",
621
- "comment": "Bump @fluentui/react-tabster to v9.12.9",
622
- "commit": "6fa505d282299778ee9c160ab91f2f510e2d4335"
623
- }
624
- ]
625
- }
626
- },
627
- {
628
- "date": "Wed, 06 Sep 2023 13:31:31 GMT",
629
- "tag": "@fluentui/react-tags-preview_v0.2.8",
630
- "version": "0.2.8",
631
- "comments": {
632
- "patch": [
633
- {
634
- "author": "beachball",
635
- "package": "@fluentui/react-tags-preview",
636
- "comment": "Bump @fluentui/react-aria to v9.3.36",
637
- "commit": "52532950407fd4d3664ec6aa337855214233813b"
638
- },
639
- {
640
- "author": "beachball",
641
- "package": "@fluentui/react-tags-preview",
642
- "comment": "Bump @fluentui/react-avatar to v9.5.28",
643
- "commit": "52532950407fd4d3664ec6aa337855214233813b"
644
- },
645
- {
646
- "author": "beachball",
647
- "package": "@fluentui/react-tags-preview",
648
- "comment": "Bump @fluentui/react-jsx-runtime to v9.0.6",
649
- "commit": "52532950407fd4d3664ec6aa337855214233813b"
650
- },
651
- {
652
- "author": "beachball",
653
- "package": "@fluentui/react-tags-preview",
654
- "comment": "Bump @fluentui/react-tabster to v9.12.8",
655
- "commit": "52532950407fd4d3664ec6aa337855214233813b"
656
- },
657
- {
658
- "author": "beachball",
659
- "package": "@fluentui/react-tags-preview",
660
- "comment": "Bump @fluentui/react-utilities to v9.13.3",
661
- "commit": "52532950407fd4d3664ec6aa337855214233813b"
662
- }
663
- ]
664
- }
665
- },
666
- {
667
- "date": "Tue, 05 Sep 2023 15:39:04 GMT",
668
- "tag": "@fluentui/react-tags-preview_v0.2.7",
669
- "version": "0.2.7",
670
- "comments": {
671
- "patch": [
672
- {
673
- "author": "beachball",
674
- "package": "@fluentui/react-tags-preview",
675
- "comment": "Bump @fluentui/react-aria to v9.3.35",
676
- "commit": "94019033dfe3fd39ec0cde7dfb3b57c22805aa91"
677
- },
678
- {
679
- "author": "beachball",
680
- "package": "@fluentui/react-tags-preview",
681
- "comment": "Bump @fluentui/react-avatar to v9.5.27",
682
- "commit": "94019033dfe3fd39ec0cde7dfb3b57c22805aa91"
683
- },
684
- {
685
- "author": "beachball",
686
- "package": "@fluentui/react-tags-preview",
687
- "comment": "Bump @fluentui/react-jsx-runtime to v9.0.5",
688
- "commit": "94019033dfe3fd39ec0cde7dfb3b57c22805aa91"
689
- },
690
- {
691
- "author": "beachball",
692
- "package": "@fluentui/react-tags-preview",
693
- "comment": "Bump @fluentui/react-tabster to v9.12.7",
694
- "commit": "94019033dfe3fd39ec0cde7dfb3b57c22805aa91"
695
- },
696
- {
697
- "author": "beachball",
698
- "package": "@fluentui/react-tags-preview",
699
- "comment": "Bump @fluentui/react-utilities to v9.13.2",
700
- "commit": "94019033dfe3fd39ec0cde7dfb3b57c22805aa91"
701
- }
702
- ]
703
- }
704
- },
705
- {
706
- "date": "Tue, 05 Sep 2023 13:29:06 GMT",
707
- "tag": "@fluentui/react-tags-preview_v0.2.6",
708
- "version": "0.2.6",
709
- "comments": {
710
- "patch": [
711
- {
712
- "author": "yuanboxue@microsoft.com",
713
- "package": "@fluentui/react-tags-preview",
714
- "commit": "1ed23ee0efb3131fd263a72fd9a76aed08930a1b",
715
- "comment": "fix: add style for windows high contrast"
716
- },
717
- {
718
- "author": "bernardo.sunderhus@gmail.com",
719
- "package": "@fluentui/react-tags-preview",
720
- "commit": "eea6d93a62249ba4fba3347fb291c67ee1a3fb24",
721
- "comment": "chore: migrate package to use JSX importSource"
722
- },
723
- {
724
- "author": "bernardo.sunderhus@gmail.com",
725
- "package": "@fluentui/react-tags-preview",
726
- "commit": "b93c2ac22355b6cb6f33dd509c6cd9c21f4fffc8",
727
- "comment": "bumps @swc/helpers version to 0.5.1"
728
- },
729
- {
730
- "author": "yuanboxue@microsoft.com",
731
- "package": "@fluentui/react-tags-preview",
732
- "commit": "e051b031c0b823f03c252ed59e329ade794b0686",
733
- "comment": "chore: use makeResetStyles to reduce classNames"
734
- },
735
- {
736
- "author": "yuanboxue@microsoft.com",
737
- "package": "@fluentui/react-tags-preview",
738
- "commit": "5d2f8b98de08a514bd5b8fa0f3d69adf4e6f426d",
739
- "comment": "fix: remember last focused element in TagGroup"
740
- },
741
- {
742
- "author": "beachball",
743
- "package": "@fluentui/react-tags-preview",
744
- "comment": "Bump @fluentui/keyboard-keys to v9.0.4",
745
- "commit": "da959e66f36b429e40ae61810d08dc71c16e154a"
746
- },
747
- {
748
- "author": "beachball",
749
- "package": "@fluentui/react-tags-preview",
750
- "comment": "Bump @fluentui/react-aria to v9.3.34",
751
- "commit": "da959e66f36b429e40ae61810d08dc71c16e154a"
752
- },
753
- {
754
- "author": "beachball",
755
- "package": "@fluentui/react-tags-preview",
756
- "comment": "Bump @fluentui/react-avatar to v9.5.26",
757
- "commit": "da959e66f36b429e40ae61810d08dc71c16e154a"
758
- },
759
- {
760
- "author": "beachball",
761
- "package": "@fluentui/react-tags-preview",
762
- "comment": "Bump @fluentui/react-jsx-runtime to v9.0.4",
763
- "commit": "da959e66f36b429e40ae61810d08dc71c16e154a"
764
- },
765
- {
766
- "author": "beachball",
767
- "package": "@fluentui/react-tags-preview",
768
- "comment": "Bump @fluentui/react-shared-contexts to v9.7.3",
769
- "commit": "da959e66f36b429e40ae61810d08dc71c16e154a"
770
- },
771
- {
772
- "author": "beachball",
773
- "package": "@fluentui/react-tags-preview",
774
- "comment": "Bump @fluentui/react-tabster to v9.12.6",
775
- "commit": "da959e66f36b429e40ae61810d08dc71c16e154a"
776
- },
777
- {
778
- "author": "beachball",
779
- "package": "@fluentui/react-tags-preview",
780
- "comment": "Bump @fluentui/react-theme to v9.1.12",
781
- "commit": "da959e66f36b429e40ae61810d08dc71c16e154a"
782
- },
783
- {
784
- "author": "beachball",
785
- "package": "@fluentui/react-tags-preview",
786
- "comment": "Bump @fluentui/react-utilities to v9.13.1",
787
- "commit": "da959e66f36b429e40ae61810d08dc71c16e154a"
788
- }
789
- ]
790
- }
791
- },
792
- {
793
- "date": "Tue, 29 Aug 2023 12:57:35 GMT",
794
- "tag": "@fluentui/react-tags-preview_v0.2.5",
795
- "version": "0.2.5",
796
- "comments": {
797
- "patch": [
798
- {
799
- "author": "yuanboxue@microsoft.com",
800
- "package": "@fluentui/react-tags-preview",
801
- "commit": "a37c90201e40ee2b5cfa4372355788c244060e56",
802
- "comment": "fix: tag with secondary text has no top border under windows high contrast"
803
- },
804
- {
805
- "author": "yuanboxue@microsoft.com",
806
- "package": "@fluentui/react-tags-preview",
807
- "commit": "1f13e55593905c2a04cf39f580b79fd44ccd2eba",
808
- "comment": "fix: use regular icon for dismiss"
809
- },
810
- {
811
- "author": "beachball",
812
- "package": "@fluentui/react-tags-preview",
813
- "comment": "Bump @fluentui/react-aria to v9.3.33",
814
- "commit": "f40ca42c8392904750bf1ef24826d273d1a5b4d5"
815
- },
816
- {
817
- "author": "beachball",
818
- "package": "@fluentui/react-tags-preview",
819
- "comment": "Bump @fluentui/react-avatar to v9.5.25",
820
- "commit": "f40ca42c8392904750bf1ef24826d273d1a5b4d5"
821
- },
822
- {
823
- "author": "beachball",
824
- "package": "@fluentui/react-tags-preview",
825
- "comment": "Bump @fluentui/react-jsx-runtime to v9.0.3",
826
- "commit": "f40ca42c8392904750bf1ef24826d273d1a5b4d5"
827
- },
828
- {
829
- "author": "beachball",
830
- "package": "@fluentui/react-tags-preview",
831
- "comment": "Bump @fluentui/react-tabster to v9.12.5",
832
- "commit": "f40ca42c8392904750bf1ef24826d273d1a5b4d5"
833
- },
834
- {
835
- "author": "beachball",
836
- "package": "@fluentui/react-tags-preview",
837
- "comment": "Bump @fluentui/react-utilities to v9.13.0",
838
- "commit": "f40ca42c8392904750bf1ef24826d273d1a5b4d5"
839
- }
840
- ]
841
- }
842
- },
843
- {
844
- "date": "Thu, 24 Aug 2023 10:26:35 GMT",
845
- "tag": "@fluentui/react-tags-preview_v0.2.4",
846
- "version": "0.2.4",
847
- "comments": {
848
- "patch": [
849
- {
850
- "author": "beachball",
851
- "package": "@fluentui/react-tags-preview",
852
- "comment": "Bump @fluentui/react-aria to v9.3.32",
853
- "commit": "3f6c5a749ef403c06b9c9e753df9afbb84a2ecb5"
854
- },
855
- {
856
- "author": "beachball",
857
- "package": "@fluentui/react-tags-preview",
858
- "comment": "Bump @fluentui/react-avatar to v9.5.24",
859
- "commit": "3f6c5a749ef403c06b9c9e753df9afbb84a2ecb5"
860
- },
861
- {
862
- "author": "beachball",
863
- "package": "@fluentui/react-tags-preview",
864
- "comment": "Bump @fluentui/react-jsx-runtime to v9.0.2",
865
- "commit": "3f6c5a749ef403c06b9c9e753df9afbb84a2ecb5"
866
- },
867
- {
868
- "author": "beachball",
869
- "package": "@fluentui/react-tags-preview",
870
- "comment": "Bump @fluentui/react-tabster to v9.12.4",
871
- "commit": "3f6c5a749ef403c06b9c9e753df9afbb84a2ecb5"
872
- },
873
- {
874
- "author": "beachball",
875
- "package": "@fluentui/react-tags-preview",
876
- "comment": "Bump @fluentui/react-utilities to v9.12.0",
877
- "commit": "3f6c5a749ef403c06b9c9e753df9afbb84a2ecb5"
878
- }
879
- ]
880
- }
881
- },
882
- {
883
- "date": "Wed, 23 Aug 2023 12:01:49 GMT",
884
- "tag": "@fluentui/react-tags-preview_v0.2.3",
885
- "version": "0.2.3",
886
- "comments": {
887
- "patch": [
888
- {
889
- "author": "beachball",
890
- "package": "@fluentui/react-tags-preview",
891
- "comment": "Bump @fluentui/react-aria to v9.3.31",
892
- "commit": "f94b6d05d7642563cb96e2718402fbbbab65cbbc"
893
- },
894
- {
895
- "author": "beachball",
896
- "package": "@fluentui/react-tags-preview",
897
- "comment": "Bump @fluentui/react-avatar to v9.5.23",
898
- "commit": "f94b6d05d7642563cb96e2718402fbbbab65cbbc"
899
- },
900
- {
901
- "author": "beachball",
902
- "package": "@fluentui/react-tags-preview",
903
- "comment": "Bump @fluentui/react-jsx-runtime to v9.0.1",
904
- "commit": "f94b6d05d7642563cb96e2718402fbbbab65cbbc"
905
- },
906
- {
907
- "author": "beachball",
908
- "package": "@fluentui/react-tags-preview",
909
- "comment": "Bump @fluentui/react-tabster to v9.12.3",
910
- "commit": "f94b6d05d7642563cb96e2718402fbbbab65cbbc"
911
- },
912
- {
913
- "author": "beachball",
914
- "package": "@fluentui/react-tags-preview",
915
- "comment": "Bump @fluentui/react-utilities to v9.11.2",
916
- "commit": "f94b6d05d7642563cb96e2718402fbbbab65cbbc"
917
- }
918
- ]
919
- }
920
- },
921
- {
922
- "date": "Mon, 21 Aug 2023 11:38:02 GMT",
923
- "tag": "@fluentui/react-tags-preview_v0.2.2",
924
- "version": "0.2.2",
925
- "comments": {
926
- "patch": [
927
- {
928
- "author": "yuanboxue@microsoft.com",
929
- "package": "@fluentui/react-tags-preview",
930
- "commit": "ad2fe1f95bbd2c9a053e9a058ccabc7e153b413c",
931
- "comment": "chore: add documentation"
932
- },
933
- {
934
- "author": "yuanboxue@microsoft.com",
935
- "package": "@fluentui/react-tags-preview",
936
- "commit": "55e07ffc8d180554fb027841e7d2a89637cefcb3",
937
- "comment": "fix: use `:active` selector for pressed style instead of `:hover:active`"
938
- },
939
- {
940
- "author": "beachball",
941
- "package": "@fluentui/react-tags-preview",
942
- "comment": "Bump @fluentui/react-avatar to v9.5.22",
943
- "commit": "55e07ffc8d180554fb027841e7d2a89637cefcb3"
944
- }
945
- ]
946
- }
947
- },
948
- {
949
- "date": "Wed, 16 Aug 2023 17:41:08 GMT",
950
- "tag": "@fluentui/react-tags-preview_v0.2.1",
951
- "version": "0.2.1",
952
- "comments": {
953
- "patch": [
954
- {
955
- "author": "yuanboxue@microsoft.com",
956
- "package": "@fluentui/react-tags-preview",
957
- "commit": "70fb3a013a466af6f5918b7301761b14dc46cea3",
958
- "comment": "fix: tag changes hover pointer only when hovering dismiss icon"
959
- },
960
- {
961
- "author": "beachball",
962
- "package": "@fluentui/react-tags-preview",
963
- "comment": "Bump @fluentui/react-avatar to v9.5.21",
964
- "commit": "b331b368030e157e0ff38a59c9d4aaf1d01d9b6a"
965
- },
966
- {
967
- "author": "beachball",
968
- "package": "@fluentui/react-tags-preview",
969
- "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0",
970
- "commit": "b331b368030e157e0ff38a59c9d4aaf1d01d9b6a"
971
- }
972
- ]
973
- }
974
- },
975
- {
976
- "date": "Wed, 16 Aug 2023 11:38:33 GMT",
977
- "tag": "@fluentui/react-tags-preview_v0.2.0",
978
- "version": "0.2.0",
979
- "comments": {
980
- "minor": [
981
- {
982
- "author": "yuanboxue@microsoft.com",
983
- "package": "@fluentui/react-tags-preview",
984
- "commit": "a0cf8651e27d09ce9a76a3be0c993ab24a96a80e",
985
- "comment": "BREAKING CHANGE: use JSX children for InteractionTag's action buttons"
986
- },
987
- {
988
- "author": "beachball",
989
- "package": "@fluentui/react-tags-preview",
990
- "comment": "Bump @fluentui/react-avatar to v9.5.20",
991
- "commit": "70fb3a013a466af6f5918b7301761b14dc46cea3"
992
- },
993
- {
994
- "author": "beachball",
995
- "package": "@fluentui/react-tags-preview",
996
- "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.16",
997
- "commit": "70fb3a013a466af6f5918b7301761b14dc46cea3"
998
- }
999
- ]
1000
- }
1001
- },
1002
- {
1003
- "date": "Fri, 11 Aug 2023 12:14:26 GMT",
1004
- "tag": "@fluentui/react-tags-preview_v0.1.3",
1005
- "version": "0.1.3",
1006
- "comments": {
1007
- "patch": [
1008
- {
1009
- "author": "beachball",
1010
- "package": "@fluentui/react-tags-preview",
1011
- "comment": "Bump @fluentui/react-aria to v9.3.30",
1012
- "commit": "a77bcda1628e8b20b113d0237317efd7ebbc5294"
1013
- },
1014
- {
1015
- "author": "beachball",
1016
- "package": "@fluentui/react-tags-preview",
1017
- "comment": "Bump @fluentui/react-avatar to v9.5.19",
1018
- "commit": "a77bcda1628e8b20b113d0237317efd7ebbc5294"
1019
- },
1020
- {
1021
- "author": "beachball",
1022
- "package": "@fluentui/react-tags-preview",
1023
- "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.15",
1024
- "commit": "a77bcda1628e8b20b113d0237317efd7ebbc5294"
1025
- },
1026
- {
1027
- "author": "beachball",
1028
- "package": "@fluentui/react-tags-preview",
1029
- "comment": "Bump @fluentui/react-tabster to v9.12.2",
1030
- "commit": "a77bcda1628e8b20b113d0237317efd7ebbc5294"
1031
- },
1032
- {
1033
- "author": "beachball",
1034
- "package": "@fluentui/react-tags-preview",
1035
- "comment": "Bump @fluentui/react-utilities to v9.11.1",
1036
- "commit": "a77bcda1628e8b20b113d0237317efd7ebbc5294"
1037
- }
1038
- ]
1039
- }
1040
- },
1041
- {
1042
- "date": "Wed, 09 Aug 2023 13:17:06 GMT",
1043
- "tag": "@fluentui/react-tags-preview_v0.1.2",
1044
- "version": "0.1.2",
1045
- "comments": {
1046
- "patch": [
1047
- {
1048
- "author": "bernardo.sunderhus@gmail.com",
1049
- "package": "@fluentui/react-tags-preview",
1050
- "commit": "e615f12c54c8a4acad49930a02c3b703fd64692b",
1051
- "comment": "chore(teams-prg): migrate to new slot API"
1052
- },
1053
- {
1054
- "author": "olfedias@microsoft.com",
1055
- "package": "@fluentui/react-tags-preview",
1056
- "commit": "b090c0339983847a62b9dc6187d08dc8c4b1d55f",
1057
- "comment": "chore: Update Griffel to latest version"
1058
- },
1059
- {
1060
- "author": "beachball",
1061
- "package": "@fluentui/react-tags-preview",
1062
- "comment": "Bump @fluentui/react-aria to v9.3.29",
1063
- "commit": "9509e950254d838cdfe3718a775ba5c78cb8f11a"
1064
- },
1065
- {
1066
- "author": "beachball",
1067
- "package": "@fluentui/react-tags-preview",
1068
- "comment": "Bump @fluentui/react-avatar to v9.5.18",
1069
- "commit": "9509e950254d838cdfe3718a775ba5c78cb8f11a"
1070
- },
1071
- {
1072
- "author": "beachball",
1073
- "package": "@fluentui/react-tags-preview",
1074
- "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.14",
1075
- "commit": "9509e950254d838cdfe3718a775ba5c78cb8f11a"
1076
- },
1077
- {
1078
- "author": "beachball",
1079
- "package": "@fluentui/react-tags-preview",
1080
- "comment": "Bump @fluentui/react-shared-contexts to v9.7.2",
1081
- "commit": "9509e950254d838cdfe3718a775ba5c78cb8f11a"
1082
- },
1083
- {
1084
- "author": "beachball",
1085
- "package": "@fluentui/react-tags-preview",
1086
- "comment": "Bump @fluentui/react-tabster to v9.12.1",
1087
- "commit": "9509e950254d838cdfe3718a775ba5c78cb8f11a"
1088
- },
1089
- {
1090
- "author": "beachball",
1091
- "package": "@fluentui/react-tags-preview",
1092
- "comment": "Bump @fluentui/react-theme to v9.1.11",
1093
- "commit": "9509e950254d838cdfe3718a775ba5c78cb8f11a"
1094
- }
1095
- ]
1096
- }
1097
- },
1098
- {
1099
- "date": "Fri, 04 Aug 2023 08:52:58 GMT",
1100
- "tag": "@fluentui/react-tags-preview_v0.1.1",
1101
- "version": "0.1.1",
1102
- "comments": {
1103
- "patch": [
1104
- {
1105
- "author": "beachball",
1106
- "package": "@fluentui/react-tags-preview",
1107
- "comment": "Bump @fluentui/react-aria to v9.3.28",
1108
- "commit": "0bf7d9438c1d0ff90cd2b28bc4cceb4f807afbca"
1109
- },
1110
- {
1111
- "author": "beachball",
1112
- "package": "@fluentui/react-tags-preview",
1113
- "comment": "Bump @fluentui/react-avatar to v9.5.17",
1114
- "commit": "0bf7d9438c1d0ff90cd2b28bc4cceb4f807afbca"
1115
- },
1116
- {
1117
- "author": "beachball",
1118
- "package": "@fluentui/react-tags-preview",
1119
- "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.13",
1120
- "commit": "0bf7d9438c1d0ff90cd2b28bc4cceb4f807afbca"
1121
- },
1122
- {
1123
- "author": "beachball",
1124
- "package": "@fluentui/react-tags-preview",
1125
- "comment": "Bump @fluentui/react-shared-contexts to v9.7.1",
1126
- "commit": "0bf7d9438c1d0ff90cd2b28bc4cceb4f807afbca"
1127
- },
1128
- {
1129
- "author": "beachball",
1130
- "package": "@fluentui/react-tags-preview",
1131
- "comment": "Bump @fluentui/react-tabster to v9.12.0",
1132
- "commit": "0bf7d9438c1d0ff90cd2b28bc4cceb4f807afbca"
1133
- },
1134
- {
1135
- "author": "beachball",
1136
- "package": "@fluentui/react-tags-preview",
1137
- "comment": "Bump @fluentui/react-theme to v9.1.10",
1138
- "commit": "0bf7d9438c1d0ff90cd2b28bc4cceb4f807afbca"
1139
- },
1140
- {
1141
- "author": "beachball",
1142
- "package": "@fluentui/react-tags-preview",
1143
- "comment": "Bump @fluentui/react-utilities to v9.11.0",
1144
- "commit": "0bf7d9438c1d0ff90cd2b28bc4cceb4f807afbca"
1145
- }
1146
- ]
1147
- }
1148
- },
1149
- {
1150
- "date": "Tue, 01 Aug 2023 13:04:25 GMT",
1151
- "tag": "@fluentui/react-tags-preview_v0.1.0",
1152
- "version": "0.1.0",
1153
- "comments": {
1154
- "minor": [
1155
- {
1156
- "author": "yuanboxue@microsoft.com",
1157
- "package": "@fluentui/react-tags-preview",
1158
- "commit": "ed5421e62b010bfb8cb368757c2c34baccb0076e",
1159
- "comment": "feat: release preview package"
1160
- }
1161
- ]
1162
- }
1163
- }
1164
- ]
1165
- }