@fluentui/react-tags 9.0.8 → 9.0.10

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