@fluentui/react-virtualizer 9.0.0-alpha.55 → 9.0.0-alpha.56

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 +14 -2
  2. package/package.json +11 -5
  3. package/CHANGELOG.json +0 -1166
package/CHANGELOG.md CHANGED
@@ -1,12 +1,24 @@
1
1
  # Change Log - @fluentui/react-virtualizer
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 Thu, 09 Nov 2023 17:23:18 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.0-alpha.56](https://github.com/microsoft/fluentui/tree/@fluentui/react-virtualizer_v9.0.0-alpha.56)
8
+
9
+ Thu, 09 Nov 2023 17:23:18 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-virtualizer_v9.0.0-alpha.55..@fluentui/react-virtualizer_v9.0.0-alpha.56)
11
+
12
+ ### Changes
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/react-jsx-runtime to v9.0.19 ([PR #29800](https://github.com/microsoft/fluentui/pull/29800) by beachball)
16
+ - Bump @fluentui/react-utilities to v9.15.2 ([PR #29800](https://github.com/microsoft/fluentui/pull/29800) by beachball)
17
+ - Bump @fluentui/react-shared-contexts to v9.12.0 ([PR #29800](https://github.com/microsoft/fluentui/pull/29800) by beachball)
18
+
7
19
  ## [9.0.0-alpha.55](https://github.com/microsoft/fluentui/tree/@fluentui/react-virtualizer_v9.0.0-alpha.55)
8
20
 
9
- Wed, 01 Nov 2023 12:51:07 GMT
21
+ Wed, 01 Nov 2023 12:55:59 GMT
10
22
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-virtualizer_v9.0.0-alpha.54..@fluentui/react-virtualizer_v9.0.0-alpha.55)
11
23
 
12
24
  ### Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-virtualizer",
3
- "version": "9.0.0-alpha.55",
3
+ "version": "9.0.0-alpha.56",
4
4
  "description": "Generic and composable virtualizer framework built on browser intersection observer",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -32,9 +32,9 @@
32
32
  "@fluentui/scripts-tasks": "*"
33
33
  },
34
34
  "dependencies": {
35
- "@fluentui/react-jsx-runtime": "^9.0.18",
36
- "@fluentui/react-utilities": "^9.15.1",
37
- "@fluentui/react-shared-contexts": "^9.11.1",
35
+ "@fluentui/react-jsx-runtime": "^9.0.19",
36
+ "@fluentui/react-utilities": "^9.15.2",
37
+ "@fluentui/react-shared-contexts": "^9.12.0",
38
38
  "@griffel/react": "^1.5.14",
39
39
  "@swc/helpers": "^0.5.1"
40
40
  },
@@ -59,5 +59,11 @@
59
59
  "require": "./lib-commonjs/index.js"
60
60
  },
61
61
  "./package.json": "./package.json"
62
- }
62
+ },
63
+ "files": [
64
+ "*.md",
65
+ "dist/*.d.ts",
66
+ "lib",
67
+ "lib-commonjs"
68
+ ]
63
69
  }
package/CHANGELOG.json DELETED
@@ -1,1166 +0,0 @@
1
- {
2
- "name": "@fluentui/react-virtualizer",
3
- "entries": [
4
- {
5
- "date": "Wed, 01 Nov 2023 12:51:07 GMT",
6
- "tag": "@fluentui/react-virtualizer_v9.0.0-alpha.55",
7
- "version": "9.0.0-alpha.55",
8
- "comments": {
9
- "prerelease": [
10
- {
11
- "author": "beachball",
12
- "package": "@fluentui/react-virtualizer",
13
- "comment": "Bump @fluentui/react-shared-contexts to v9.11.1",
14
- "commit": "838b05367dbdddb17732b9e0c807090e0a4445d5"
15
- }
16
- ]
17
- }
18
- },
19
- {
20
- "date": "Sat, 28 Oct 2023 23:35:59 GMT",
21
- "tag": "@fluentui/react-virtualizer_v9.0.0-alpha.54",
22
- "version": "9.0.0-alpha.54",
23
- "comments": {
24
- "prerelease": [
25
- {
26
- "author": "beachball",
27
- "package": "@fluentui/react-virtualizer",
28
- "comment": "Bump @fluentui/react-shared-contexts to v9.11.0",
29
- "commit": "555b0fae3ec7f052e765557ae243c58000514f92"
30
- }
31
- ]
32
- }
33
- },
34
- {
35
- "date": "Mon, 23 Oct 2023 09:51:57 GMT",
36
- "tag": "@fluentui/react-virtualizer_v9.0.0-alpha.53",
37
- "version": "9.0.0-alpha.53",
38
- "comments": {
39
- "prerelease": [
40
- {
41
- "author": "lingfangao@hotmail.com",
42
- "package": "@fluentui/react-virtualizer",
43
- "commit": "17dbeb93ab542e982942aef91ce3747acc8053c4",
44
- "comment": "fix: use targetDocument resize observer"
45
- }
46
- ]
47
- }
48
- },
49
- {
50
- "date": "Wed, 18 Oct 2023 17:54:08 GMT",
51
- "tag": "@fluentui/react-virtualizer_v9.0.0-alpha.52",
52
- "version": "9.0.0-alpha.52",
53
- "comments": {
54
- "prerelease": [
55
- {
56
- "author": "beachball",
57
- "package": "@fluentui/react-virtualizer",
58
- "comment": "Bump @fluentui/react-jsx-runtime to v9.0.18",
59
- "commit": "c0d3065982e1646c54ba00c1d524248b792dbcad"
60
- },
61
- {
62
- "author": "beachball",
63
- "package": "@fluentui/react-virtualizer",
64
- "comment": "Bump @fluentui/react-utilities to v9.15.1",
65
- "commit": "c0d3065982e1646c54ba00c1d524248b792dbcad"
66
- }
67
- ]
68
- }
69
- },
70
- {
71
- "date": "Thu, 12 Oct 2023 14:55:44 GMT",
72
- "tag": "@fluentui/react-virtualizer_v9.0.0-alpha.51",
73
- "version": "9.0.0-alpha.51",
74
- "comments": {
75
- "prerelease": [
76
- {
77
- "author": "beachball",
78
- "package": "@fluentui/react-virtualizer",
79
- "comment": "Bump @fluentui/react-jsx-runtime to v9.0.17",
80
- "commit": "8178c3cae60005bc21137aa1f3e766e18cdb4a30"
81
- }
82
- ]
83
- }
84
- },
85
- {
86
- "date": "Wed, 11 Oct 2023 13:54:26 GMT",
87
- "tag": "@fluentui/react-virtualizer_v9.0.0-alpha.50",
88
- "version": "9.0.0-alpha.50",
89
- "comments": {
90
- "prerelease": [
91
- {
92
- "author": "beachball",
93
- "package": "@fluentui/react-virtualizer",
94
- "comment": "Bump @fluentui/react-jsx-runtime to v9.0.16",
95
- "commit": "b4466a0b9d3568e8e1ee1d814db5c8449dfd65b8"
96
- },
97
- {
98
- "author": "beachball",
99
- "package": "@fluentui/react-virtualizer",
100
- "comment": "Bump @fluentui/react-utilities to v9.15.0",
101
- "commit": "b4466a0b9d3568e8e1ee1d814db5c8449dfd65b8"
102
- }
103
- ]
104
- }
105
- },
106
- {
107
- "date": "Mon, 09 Oct 2023 20:45:44 GMT",
108
- "tag": "@fluentui/react-virtualizer_v9.0.0-alpha.49",
109
- "version": "9.0.0-alpha.49",
110
- "comments": {
111
- "prerelease": [
112
- {
113
- "author": "beachball",
114
- "package": "@fluentui/react-virtualizer",
115
- "comment": "Bump @fluentui/react-jsx-runtime to v9.0.15",
116
- "commit": "d2196ea1ca001fbc22f38fcb258016f1df6c87e4"
117
- },
118
- {
119
- "author": "beachball",
120
- "package": "@fluentui/react-virtualizer",
121
- "comment": "Bump @fluentui/react-utilities to v9.14.2",
122
- "commit": "d2196ea1ca001fbc22f38fcb258016f1df6c87e4"
123
- }
124
- ]
125
- }
126
- },
127
- {
128
- "date": "Thu, 05 Oct 2023 15:25:35 GMT",
129
- "tag": "@fluentui/react-virtualizer_v9.0.0-alpha.48",
130
- "version": "9.0.0-alpha.48",
131
- "comments": {
132
- "prerelease": [
133
- {
134
- "author": "beachball",
135
- "package": "@fluentui/react-virtualizer",
136
- "comment": "Bump @fluentui/react-jsx-runtime to v9.0.14",
137
- "commit": "690590449dc3d65cd40b2b06a990fd920180919d"
138
- },
139
- {
140
- "author": "beachball",
141
- "package": "@fluentui/react-virtualizer",
142
- "comment": "Bump @fluentui/react-utilities to v9.14.1",
143
- "commit": "690590449dc3d65cd40b2b06a990fd920180919d"
144
- }
145
- ]
146
- }
147
- },
148
- {
149
- "date": "Wed, 04 Oct 2023 08:45:47 GMT",
150
- "tag": "@fluentui/react-virtualizer_v9.0.0-alpha.47",
151
- "version": "9.0.0-alpha.47",
152
- "comments": {
153
- "prerelease": [
154
- {
155
- "author": "beachball",
156
- "package": "@fluentui/react-virtualizer",
157
- "comment": "Bump @fluentui/react-jsx-runtime to v9.0.13",
158
- "commit": "67b6cc6534e684ed32704dc6c0faee632bb840dc"
159
- },
160
- {
161
- "author": "beachball",
162
- "package": "@fluentui/react-virtualizer",
163
- "comment": "Bump @fluentui/react-utilities to v9.14.0",
164
- "commit": "67b6cc6534e684ed32704dc6c0faee632bb840dc"
165
- }
166
- ]
167
- }
168
- },
169
- {
170
- "date": "Tue, 26 Sep 2023 17:49:15 GMT",
171
- "tag": "@fluentui/react-virtualizer_v9.0.0-alpha.46",
172
- "version": "9.0.0-alpha.46",
173
- "comments": {
174
- "prerelease": [
175
- {
176
- "author": "yuanboxue@microsoft.com",
177
- "package": "@fluentui/react-virtualizer",
178
- "commit": "05a23f6f5f331841c9ac9fb63764440c543f791d",
179
- "comment": "chore: trigger manual version bump after broken release"
180
- },
181
- {
182
- "author": "beachball",
183
- "package": "@fluentui/react-virtualizer",
184
- "comment": "Bump @fluentui/react-jsx-runtime to v9.0.12",
185
- "commit": "05a23f6f5f331841c9ac9fb63764440c543f791d"
186
- },
187
- {
188
- "author": "beachball",
189
- "package": "@fluentui/react-virtualizer",
190
- "comment": "Bump @fluentui/react-utilities to v9.13.5",
191
- "commit": "05a23f6f5f331841c9ac9fb63764440c543f791d"
192
- }
193
- ]
194
- }
195
- },
196
- {
197
- "date": "Tue, 26 Sep 2023 15:31:40 GMT",
198
- "tag": "@fluentui/react-virtualizer_v9.0.0-alpha.45",
199
- "version": "9.0.0-alpha.45",
200
- "comments": {
201
- "prerelease": [
202
- {
203
- "author": "martinhochel@microsoft.com",
204
- "package": "@fluentui/react-virtualizer",
205
- "commit": "e61473fa10195f6ebf2308205c1e72e91b711831",
206
- "comment": "fix: bump swc core to mitigate transpilation memory leaks"
207
- },
208
- {
209
- "author": "beachball",
210
- "package": "@fluentui/react-virtualizer",
211
- "comment": "Bump @fluentui/react-jsx-runtime to v9.0.11",
212
- "commit": "e16520437e10cd824ac254dd797e32762b5de72d"
213
- },
214
- {
215
- "author": "beachball",
216
- "package": "@fluentui/react-virtualizer",
217
- "comment": "Bump @fluentui/react-utilities to v9.13.4",
218
- "commit": "e16520437e10cd824ac254dd797e32762b5de72d"
219
- }
220
- ]
221
- }
222
- },
223
- {
224
- "date": "Wed, 20 Sep 2023 17:47:45 GMT",
225
- "tag": "@fluentui/react-virtualizer_v9.0.0-alpha.44",
226
- "version": "9.0.0-alpha.44",
227
- "comments": {
228
- "prerelease": [
229
- {
230
- "author": "martinhochel@microsoft.com",
231
- "package": "@fluentui/react-virtualizer",
232
- "commit": "41d0ed0376ad79f1f5f5c4c7487515a1c6be35f0",
233
- "comment": "chore: trigger manual version bump after broken release"
234
- },
235
- {
236
- "author": "beachball",
237
- "package": "@fluentui/react-virtualizer",
238
- "comment": "Bump @fluentui/react-jsx-runtime to v9.0.10",
239
- "commit": "41d0ed0376ad79f1f5f5c4c7487515a1c6be35f0"
240
- }
241
- ]
242
- }
243
- },
244
- {
245
- "date": "Wed, 20 Sep 2023 14:59:53 GMT",
246
- "tag": "@fluentui/react-virtualizer_v9.0.0-alpha.43",
247
- "version": "9.0.0-alpha.43",
248
- "comments": {
249
- "prerelease": [
250
- {
251
- "author": "beachball",
252
- "package": "@fluentui/react-virtualizer",
253
- "comment": "Bump @fluentui/react-jsx-runtime to v9.0.9",
254
- "commit": "c60d4e7169457535c8d23701f6b951d1fff478ab"
255
- }
256
- ]
257
- }
258
- },
259
- {
260
- "date": "Thu, 14 Sep 2023 16:44:47 GMT",
261
- "tag": "@fluentui/react-virtualizer_v9.0.0-alpha.42",
262
- "version": "9.0.0-alpha.42",
263
- "comments": {
264
- "prerelease": [
265
- {
266
- "author": "beachball",
267
- "package": "@fluentui/react-virtualizer",
268
- "comment": "Bump @fluentui/react-jsx-runtime to v9.0.8",
269
- "commit": "bad33fa7f241bc772b5bc4c6ee624d6ff6b4a473"
270
- }
271
- ]
272
- }
273
- },
274
- {
275
- "date": "Tue, 12 Sep 2023 08:51:34 GMT",
276
- "tag": "@fluentui/react-virtualizer_v9.0.0-alpha.41",
277
- "version": "9.0.0-alpha.41",
278
- "comments": {
279
- "prerelease": [
280
- {
281
- "author": "beachball",
282
- "package": "@fluentui/react-virtualizer",
283
- "comment": "Bump @fluentui/react-jsx-runtime to v9.0.7",
284
- "commit": "6fa505d282299778ee9c160ab91f2f510e2d4335"
285
- }
286
- ]
287
- }
288
- },
289
- {
290
- "date": "Wed, 06 Sep 2023 13:31:31 GMT",
291
- "tag": "@fluentui/react-virtualizer_v9.0.0-alpha.40",
292
- "version": "9.0.0-alpha.40",
293
- "comments": {
294
- "prerelease": [
295
- {
296
- "author": "beachball",
297
- "package": "@fluentui/react-virtualizer",
298
- "comment": "Bump @fluentui/react-jsx-runtime to v9.0.6",
299
- "commit": "52532950407fd4d3664ec6aa337855214233813b"
300
- },
301
- {
302
- "author": "beachball",
303
- "package": "@fluentui/react-virtualizer",
304
- "comment": "Bump @fluentui/react-utilities to v9.13.3",
305
- "commit": "52532950407fd4d3664ec6aa337855214233813b"
306
- }
307
- ]
308
- }
309
- },
310
- {
311
- "date": "Tue, 05 Sep 2023 15:39:04 GMT",
312
- "tag": "@fluentui/react-virtualizer_v9.0.0-alpha.39",
313
- "version": "9.0.0-alpha.39",
314
- "comments": {
315
- "prerelease": [
316
- {
317
- "author": "beachball",
318
- "package": "@fluentui/react-virtualizer",
319
- "comment": "Bump @fluentui/react-jsx-runtime to v9.0.5",
320
- "commit": "94019033dfe3fd39ec0cde7dfb3b57c22805aa91"
321
- },
322
- {
323
- "author": "beachball",
324
- "package": "@fluentui/react-virtualizer",
325
- "comment": "Bump @fluentui/react-utilities to v9.13.2",
326
- "commit": "94019033dfe3fd39ec0cde7dfb3b57c22805aa91"
327
- }
328
- ]
329
- }
330
- },
331
- {
332
- "date": "Tue, 05 Sep 2023 13:29:12 GMT",
333
- "tag": "@fluentui/react-virtualizer_v9.0.0-alpha.38",
334
- "version": "9.0.0-alpha.38",
335
- "comments": {
336
- "prerelease": [
337
- {
338
- "author": "bernardo.sunderhus@gmail.com",
339
- "package": "@fluentui/react-virtualizer",
340
- "commit": "eea6d93a62249ba4fba3347fb291c67ee1a3fb24",
341
- "comment": "chore: migrate package to use JSX importSource"
342
- },
343
- {
344
- "author": "bernardo.sunderhus@gmail.com",
345
- "package": "@fluentui/react-virtualizer",
346
- "commit": "b93c2ac22355b6cb6f33dd509c6cd9c21f4fffc8",
347
- "comment": "bumps @swc/helpers version to 0.5.1"
348
- },
349
- {
350
- "author": "beachball",
351
- "package": "@fluentui/react-virtualizer",
352
- "comment": "Bump @fluentui/react-jsx-runtime to v9.0.4",
353
- "commit": "da959e66f36b429e40ae61810d08dc71c16e154a"
354
- },
355
- {
356
- "author": "beachball",
357
- "package": "@fluentui/react-virtualizer",
358
- "comment": "Bump @fluentui/react-utilities to v9.13.1",
359
- "commit": "da959e66f36b429e40ae61810d08dc71c16e154a"
360
- }
361
- ]
362
- }
363
- },
364
- {
365
- "date": "Tue, 29 Aug 2023 12:57:36 GMT",
366
- "tag": "@fluentui/react-virtualizer_v9.0.0-alpha.37",
367
- "version": "9.0.0-alpha.37",
368
- "comments": {
369
- "prerelease": [
370
- {
371
- "author": "beachball",
372
- "package": "@fluentui/react-virtualizer",
373
- "comment": "Bump @fluentui/react-jsx-runtime to v9.0.3",
374
- "commit": "f40ca42c8392904750bf1ef24826d273d1a5b4d5"
375
- },
376
- {
377
- "author": "beachball",
378
- "package": "@fluentui/react-virtualizer",
379
- "comment": "Bump @fluentui/react-utilities to v9.13.0",
380
- "commit": "f40ca42c8392904750bf1ef24826d273d1a5b4d5"
381
- }
382
- ]
383
- }
384
- },
385
- {
386
- "date": "Thu, 24 Aug 2023 10:26:35 GMT",
387
- "tag": "@fluentui/react-virtualizer_v9.0.0-alpha.36",
388
- "version": "9.0.0-alpha.36",
389
- "comments": {
390
- "prerelease": [
391
- {
392
- "author": "beachball",
393
- "package": "@fluentui/react-virtualizer",
394
- "comment": "Bump @fluentui/react-jsx-runtime to v9.0.2",
395
- "commit": "3f6c5a749ef403c06b9c9e753df9afbb84a2ecb5"
396
- },
397
- {
398
- "author": "beachball",
399
- "package": "@fluentui/react-virtualizer",
400
- "comment": "Bump @fluentui/react-utilities to v9.12.0",
401
- "commit": "3f6c5a749ef403c06b9c9e753df9afbb84a2ecb5"
402
- }
403
- ]
404
- }
405
- },
406
- {
407
- "date": "Wed, 23 Aug 2023 12:01:49 GMT",
408
- "tag": "@fluentui/react-virtualizer_v9.0.0-alpha.35",
409
- "version": "9.0.0-alpha.35",
410
- "comments": {
411
- "prerelease": [
412
- {
413
- "author": "beachball",
414
- "package": "@fluentui/react-virtualizer",
415
- "comment": "Bump @fluentui/react-jsx-runtime to v9.0.1",
416
- "commit": "f94b6d05d7642563cb96e2718402fbbbab65cbbc"
417
- },
418
- {
419
- "author": "beachball",
420
- "package": "@fluentui/react-virtualizer",
421
- "comment": "Bump @fluentui/react-utilities to v9.11.2",
422
- "commit": "f94b6d05d7642563cb96e2718402fbbbab65cbbc"
423
- }
424
- ]
425
- }
426
- },
427
- {
428
- "date": "Wed, 16 Aug 2023 17:41:08 GMT",
429
- "tag": "@fluentui/react-virtualizer_v9.0.0-alpha.34",
430
- "version": "9.0.0-alpha.34",
431
- "comments": {
432
- "prerelease": [
433
- {
434
- "author": "mifraser@microsoft.com",
435
- "package": "@fluentui/react-virtualizer",
436
- "commit": "e40f1181983bbf4b0926cd15fb8dbc7a9e3188a3",
437
- "comment": "Fix: Ensure scrollViewRef is merged with container ref"
438
- },
439
- {
440
- "author": "beachball",
441
- "package": "@fluentui/react-virtualizer",
442
- "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0",
443
- "commit": "b331b368030e157e0ff38a59c9d4aaf1d01d9b6a"
444
- }
445
- ]
446
- }
447
- },
448
- {
449
- "date": "Wed, 16 Aug 2023 11:38:33 GMT",
450
- "tag": "@fluentui/react-virtualizer_v9.0.0-alpha.33",
451
- "version": "9.0.0-alpha.33",
452
- "comments": {
453
- "prerelease": [
454
- {
455
- "author": "beachball",
456
- "package": "@fluentui/react-virtualizer",
457
- "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.16",
458
- "commit": "70fb3a013a466af6f5918b7301761b14dc46cea3"
459
- }
460
- ]
461
- }
462
- },
463
- {
464
- "date": "Fri, 11 Aug 2023 12:14:25 GMT",
465
- "tag": "@fluentui/react-virtualizer_v9.0.0-alpha.32",
466
- "version": "9.0.0-alpha.32",
467
- "comments": {
468
- "prerelease": [
469
- {
470
- "author": "bernardo.sunderhus@gmail.com",
471
- "package": "@fluentui/react-virtualizer",
472
- "commit": "742ae8f17c984b1e0098785c457e35f5a8054438",
473
- "comment": "chore(react-virtualizer): migrate to new slot API"
474
- },
475
- {
476
- "author": "beachball",
477
- "package": "@fluentui/react-virtualizer",
478
- "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.15",
479
- "commit": "a77bcda1628e8b20b113d0237317efd7ebbc5294"
480
- },
481
- {
482
- "author": "beachball",
483
- "package": "@fluentui/react-virtualizer",
484
- "comment": "Bump @fluentui/react-utilities to v9.11.1",
485
- "commit": "a77bcda1628e8b20b113d0237317efd7ebbc5294"
486
- }
487
- ]
488
- }
489
- },
490
- {
491
- "date": "Wed, 09 Aug 2023 13:17:10 GMT",
492
- "tag": "@fluentui/react-virtualizer_v9.0.0-alpha.31",
493
- "version": "9.0.0-alpha.31",
494
- "comments": {
495
- "prerelease": [
496
- {
497
- "author": "olfedias@microsoft.com",
498
- "package": "@fluentui/react-virtualizer",
499
- "commit": "b090c0339983847a62b9dc6187d08dc8c4b1d55f",
500
- "comment": "chore: Update Griffel to latest version"
501
- },
502
- {
503
- "author": "beachball",
504
- "package": "@fluentui/react-virtualizer",
505
- "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.14",
506
- "commit": "9509e950254d838cdfe3718a775ba5c78cb8f11a"
507
- }
508
- ]
509
- }
510
- },
511
- {
512
- "date": "Fri, 04 Aug 2023 08:52:58 GMT",
513
- "tag": "@fluentui/react-virtualizer_v9.0.0-alpha.30",
514
- "version": "9.0.0-alpha.30",
515
- "comments": {
516
- "prerelease": [
517
- {
518
- "author": "beachball",
519
- "package": "@fluentui/react-virtualizer",
520
- "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.13",
521
- "commit": "0bf7d9438c1d0ff90cd2b28bc4cceb4f807afbca"
522
- },
523
- {
524
- "author": "beachball",
525
- "package": "@fluentui/react-virtualizer",
526
- "comment": "Bump @fluentui/react-utilities to v9.11.0",
527
- "commit": "0bf7d9438c1d0ff90cd2b28bc4cceb4f807afbca"
528
- }
529
- ]
530
- }
531
- },
532
- {
533
- "date": "Thu, 20 Jul 2023 18:27:36 GMT",
534
- "tag": "@fluentui/react-virtualizer_v9.0.0-alpha.29",
535
- "version": "9.0.0-alpha.29",
536
- "comments": {
537
- "prerelease": [
538
- {
539
- "author": "beachball",
540
- "package": "@fluentui/react-virtualizer",
541
- "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.12",
542
- "commit": "5a4b16715e8e929f11d8113f710e578ca73acaa6"
543
- }
544
- ]
545
- }
546
- },
547
- {
548
- "date": "Mon, 17 Jul 2023 21:27:36 GMT",
549
- "tag": "@fluentui/react-virtualizer_v9.0.0-alpha.28",
550
- "version": "9.0.0-alpha.28",
551
- "comments": {
552
- "prerelease": [
553
- {
554
- "author": "mifraser@microsoft.com",
555
- "package": "@fluentui/react-virtualizer",
556
- "commit": "2971c4f9e3273db1e46e14c424ec32db0f67f8d5",
557
- "comment": "Feat: Add imperative ref access to both virtualizer length and current index"
558
- }
559
- ]
560
- }
561
- },
562
- {
563
- "date": "Thu, 13 Jul 2023 21:25:48 GMT",
564
- "tag": "@fluentui/react-virtualizer_v9.0.0-alpha.27",
565
- "version": "9.0.0-alpha.27",
566
- "comments": {
567
- "none": [
568
- {
569
- "author": "martinhochel@microsoft.com",
570
- "package": "@fluentui/react-virtualizer",
571
- "commit": "8a9e1018f2abb2c7608c49d32acf44e93c43cba6",
572
- "comment": "chore: update devDependencies to use * for inner workspace dependencies"
573
- }
574
- ]
575
- }
576
- },
577
- {
578
- "date": "Tue, 11 Jul 2023 18:46:36 GMT",
579
- "tag": "@fluentui/react-virtualizer_v9.0.0-alpha.27",
580
- "version": "9.0.0-alpha.27",
581
- "comments": {
582
- "prerelease": [
583
- {
584
- "author": "mifraser@microsoft.com",
585
- "package": "@fluentui/react-virtualizer",
586
- "commit": "2fa67922261c28392dbe659fff44f3e86eff2efb",
587
- "comment": "Fix: Ensure 'start buffer' is margin padded into the non-virtualized space on horizontal layouts"
588
- },
589
- {
590
- "author": "beachball",
591
- "package": "@fluentui/react-virtualizer",
592
- "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.11",
593
- "commit": "f958e7e175264e289a6ecdc5b108e826f6b34e74"
594
- },
595
- {
596
- "author": "beachball",
597
- "package": "@fluentui/react-virtualizer",
598
- "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0",
599
- "commit": "f958e7e175264e289a6ecdc5b108e826f6b34e74"
600
- }
601
- ]
602
- }
603
- },
604
- {
605
- "date": "Mon, 03 Jul 2023 11:57:14 GMT",
606
- "tag": "@fluentui/react-virtualizer_v9.0.0-alpha.26",
607
- "version": "9.0.0-alpha.26",
608
- "comments": {
609
- "prerelease": [
610
- {
611
- "author": "beachball",
612
- "package": "@fluentui/react-virtualizer",
613
- "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.10",
614
- "commit": "61633ba5de03e0ddf4839dba6da325e30c7ce9bd"
615
- },
616
- {
617
- "author": "beachball",
618
- "package": "@fluentui/react-virtualizer",
619
- "comment": "Bump @fluentui/react-utilities to v9.10.1",
620
- "commit": "61633ba5de03e0ddf4839dba6da325e30c7ce9bd"
621
- }
622
- ]
623
- }
624
- },
625
- {
626
- "date": "Wed, 28 Jun 2023 11:12:36 GMT",
627
- "tag": "@fluentui/react-virtualizer_v9.0.0-alpha.25",
628
- "version": "9.0.0-alpha.25",
629
- "comments": {
630
- "none": [
631
- {
632
- "author": "martinhochel@microsoft.com",
633
- "package": "@fluentui/react-virtualizer",
634
- "commit": "fbe878e9c9785588197481f172c42c2c0a230292",
635
- "comment": "fix: update .npmignore to unify v8 packages and exclude project.json"
636
- }
637
- ],
638
- "prerelease": [
639
- {
640
- "author": "beachball",
641
- "package": "@fluentui/react-virtualizer",
642
- "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.9",
643
- "commit": "08de131d5f3346e001dcd8d2f0f3809c698f16d7"
644
- },
645
- {
646
- "author": "beachball",
647
- "package": "@fluentui/react-virtualizer",
648
- "comment": "Bump @fluentui/react-utilities to v9.10.0",
649
- "commit": "08de131d5f3346e001dcd8d2f0f3809c698f16d7"
650
- }
651
- ]
652
- }
653
- },
654
- {
655
- "date": "Mon, 26 Jun 2023 09:53:55 GMT",
656
- "tag": "@fluentui/react-virtualizer_v9.0.0-alpha.24",
657
- "version": "9.0.0-alpha.24",
658
- "comments": {
659
- "prerelease": [
660
- {
661
- "author": "beachball",
662
- "package": "@fluentui/react-virtualizer",
663
- "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.8",
664
- "commit": "3e47257676ace0598b9ed336a54befd4d063c332"
665
- },
666
- {
667
- "author": "beachball",
668
- "package": "@fluentui/react-virtualizer",
669
- "comment": "Bump @fluentui/react-utilities to v9.9.4",
670
- "commit": "3e47257676ace0598b9ed336a54befd4d063c332"
671
- }
672
- ]
673
- }
674
- },
675
- {
676
- "date": "Tue, 20 Jun 2023 12:39:06 GMT",
677
- "tag": "@fluentui/react-virtualizer_v9.0.0-alpha.23",
678
- "version": "9.0.0-alpha.23",
679
- "comments": {
680
- "prerelease": [
681
- {
682
- "author": "mifraser@microsoft.com",
683
- "package": "@fluentui/react-virtualizer",
684
- "commit": "ab901891c51f8bd5d1a5099e66011c9c84372566",
685
- "comment": "feature: Add scrollTo index hook and callbacks, isScrolling flag"
686
- },
687
- {
688
- "author": "martinhochel@microsoft.com",
689
- "package": "@fluentui/react-virtualizer",
690
- "commit": "cf6b94ba6559236150bc1f1814b023607edaeb20",
691
- "comment": "chore: migrate to ts 4.7 which wont emit undefined anymore for optional arguments"
692
- },
693
- {
694
- "author": "beachball",
695
- "package": "@fluentui/react-virtualizer",
696
- "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.7",
697
- "commit": "81c9b35e0830297b2aca2cece2ae67b3899c4647"
698
- },
699
- {
700
- "author": "beachball",
701
- "package": "@fluentui/react-virtualizer",
702
- "comment": "Bump @fluentui/react-utilities to v9.9.3",
703
- "commit": "81c9b35e0830297b2aca2cece2ae67b3899c4647"
704
- },
705
- {
706
- "author": "beachball",
707
- "package": "@fluentui/react-virtualizer",
708
- "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.23",
709
- "commit": "81c9b35e0830297b2aca2cece2ae67b3899c4647"
710
- }
711
- ]
712
- }
713
- },
714
- {
715
- "date": "Wed, 31 May 2023 06:46:23 GMT",
716
- "tag": "@fluentui/react-virtualizer_v9.0.0-alpha.22",
717
- "version": "9.0.0-alpha.22",
718
- "comments": {
719
- "prerelease": [
720
- {
721
- "author": "seanmonahan@microsoft.com",
722
- "package": "@fluentui/react-virtualizer",
723
- "commit": "d640b972d7ac86bfb76ae6c6329f12cdd33b3b7c",
724
- "comment": "chore: Update Griffel to v1.5.7."
725
- },
726
- {
727
- "author": "olfedias@microsoft.com",
728
- "package": "@fluentui/react-virtualizer",
729
- "commit": "588b9393a673137dd8a867686d1e1cd45c350ca4",
730
- "comment": "chore: move makeStyles() calls to .styles.ts files"
731
- },
732
- {
733
- "author": "beachball",
734
- "package": "@fluentui/react-virtualizer",
735
- "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.6",
736
- "commit": "17ca96c6b7f684f36a5c63e40e78b4986a86c713"
737
- },
738
- {
739
- "author": "beachball",
740
- "package": "@fluentui/react-virtualizer",
741
- "comment": "Bump @fluentui/react-utilities to v9.9.2",
742
- "commit": "17ca96c6b7f684f36a5c63e40e78b4986a86c713"
743
- },
744
- {
745
- "author": "beachball",
746
- "package": "@fluentui/react-virtualizer",
747
- "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.22",
748
- "commit": "17ca96c6b7f684f36a5c63e40e78b4986a86c713"
749
- }
750
- ]
751
- }
752
- },
753
- {
754
- "date": "Thu, 25 May 2023 10:00:48 GMT",
755
- "tag": "@fluentui/react-virtualizer_v9.0.0-alpha.21",
756
- "version": "9.0.0-alpha.21",
757
- "comments": {
758
- "prerelease": [
759
- {
760
- "author": "beachball",
761
- "package": "@fluentui/react-virtualizer",
762
- "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.5",
763
- "commit": "8f7c1b7591b3e665ae39e1b22ab0f0b28fb795c4"
764
- },
765
- {
766
- "author": "beachball",
767
- "package": "@fluentui/react-virtualizer",
768
- "comment": "Bump @fluentui/react-utilities to v9.9.1",
769
- "commit": "8f7c1b7591b3e665ae39e1b22ab0f0b28fb795c4"
770
- }
771
- ]
772
- }
773
- },
774
- {
775
- "date": "Wed, 24 May 2023 20:45:37 GMT",
776
- "tag": "@fluentui/react-virtualizer_v9.0.0-alpha.20",
777
- "version": "9.0.0-alpha.20",
778
- "comments": {
779
- "none": [
780
- {
781
- "author": "olfedias@microsoft.com",
782
- "package": "@fluentui/react-virtualizer",
783
- "commit": "69e0617a93cb44ef42f3bd19284b7dc5fe27fed3",
784
- "comment": "chore: update test-ssr script"
785
- }
786
- ]
787
- }
788
- },
789
- {
790
- "date": "Thu, 18 May 2023 00:39:19 GMT",
791
- "tag": "@fluentui/react-virtualizer_v9.0.0-alpha.20",
792
- "version": "9.0.0-alpha.20",
793
- "comments": {
794
- "none": [
795
- {
796
- "author": "olfedias@microsoft.com",
797
- "package": "@fluentui/react-virtualizer",
798
- "commit": "06cd515eda59a3078bfe32f9cc7c1f281cd20208",
799
- "comment": "chore: add test-ssr script to v9 packages"
800
- }
801
- ],
802
- "prerelease": [
803
- {
804
- "author": "beachball",
805
- "package": "@fluentui/react-virtualizer",
806
- "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.4",
807
- "commit": "c496a1cf1ec82c08753df72c9061e84b77b7daeb"
808
- },
809
- {
810
- "author": "beachball",
811
- "package": "@fluentui/react-virtualizer",
812
- "comment": "Bump @fluentui/react-utilities to v9.9.0",
813
- "commit": "c496a1cf1ec82c08753df72c9061e84b77b7daeb"
814
- }
815
- ]
816
- }
817
- },
818
- {
819
- "date": "Fri, 12 May 2023 20:28:06 GMT",
820
- "tag": "@fluentui/react-virtualizer_v9.0.0-alpha.19",
821
- "version": "9.0.0-alpha.19",
822
- "comments": {
823
- "none": [
824
- {
825
- "author": "martinhochel@microsoft.com",
826
- "package": "@fluentui/react-virtualizer",
827
- "commit": "dbda7fa69e3000aaf8dd4a061e254ebd35198b8e",
828
- "comment": "fix: update npmignore files to fix npm8/node16 regression how npm publish works"
829
- }
830
- ],
831
- "prerelease": [
832
- {
833
- "author": "olfedias@microsoft.com",
834
- "package": "@fluentui/react-virtualizer",
835
- "commit": "c28decb23d191a0daaaf6d5d1832429715102129",
836
- "comment": "chore: exclude .swcrc from being published"
837
- },
838
- {
839
- "author": "mifraser@microsoft.com",
840
- "package": "@fluentui/react-virtualizer",
841
- "commit": "0ffdc48b94a76bfd209015b1a9c49eb62aca1ba0",
842
- "comment": "feature: Add dynamically sized virtualizer scroll view"
843
- },
844
- {
845
- "author": "beachball",
846
- "package": "@fluentui/react-virtualizer",
847
- "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.3",
848
- "commit": "79c08ce5bbf6387b2b18ba4c3d2d5681e0177d4b"
849
- },
850
- {
851
- "author": "beachball",
852
- "package": "@fluentui/react-virtualizer",
853
- "comment": "Bump @fluentui/react-utilities to v9.8.1",
854
- "commit": "79c08ce5bbf6387b2b18ba4c3d2d5681e0177d4b"
855
- },
856
- {
857
- "author": "beachball",
858
- "package": "@fluentui/react-virtualizer",
859
- "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.21",
860
- "commit": "79c08ce5bbf6387b2b18ba4c3d2d5681e0177d4b"
861
- }
862
- ]
863
- }
864
- },
865
- {
866
- "date": "Mon, 24 Apr 2023 08:12:46 GMT",
867
- "tag": "@fluentui/react-virtualizer_v9.0.0-alpha.18",
868
- "version": "9.0.0-alpha.18",
869
- "comments": {
870
- "prerelease": [
871
- {
872
- "author": "bernardo.sunderhus@gmail.com",
873
- "package": "@fluentui/react-virtualizer",
874
- "commit": "142c07abdeedea8f6b2e0cc15acf02795ce7f0fc",
875
- "comment": "chore: adopt custom JSX pragma"
876
- },
877
- {
878
- "author": "beachball",
879
- "package": "@fluentui/react-virtualizer",
880
- "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.2",
881
- "commit": "505433ac64f144c9cca456097413d6af4582e5ee"
882
- }
883
- ]
884
- }
885
- },
886
- {
887
- "date": "Mon, 17 Apr 2023 17:54:02 GMT",
888
- "tag": "@fluentui/react-virtualizer_v9.0.0-alpha.17",
889
- "version": "9.0.0-alpha.17",
890
- "comments": {
891
- "prerelease": [
892
- {
893
- "author": "beachball",
894
- "package": "@fluentui/react-virtualizer",
895
- "comment": "Bump @fluentui/react-utilities to v9.8.0",
896
- "commit": "35d247e0b6a8c2b22e69942afbabe18043e59585"
897
- }
898
- ]
899
- }
900
- },
901
- {
902
- "date": "Wed, 12 Apr 2023 09:31:45 GMT",
903
- "tag": "@fluentui/react-virtualizer_v9.0.0-alpha.16",
904
- "version": "9.0.0-alpha.16",
905
- "comments": {
906
- "prerelease": [
907
- {
908
- "author": "beachball",
909
- "package": "@fluentui/react-virtualizer",
910
- "comment": "Bump @fluentui/react-utilities to v9.7.4",
911
- "commit": "45cb6089b0f5f464ae0dd9e9cba7e199a9d67cd8"
912
- }
913
- ]
914
- }
915
- },
916
- {
917
- "date": "Tue, 04 Apr 2023 18:44:50 GMT",
918
- "tag": "@fluentui/react-virtualizer_v9.0.0-alpha.15",
919
- "version": "9.0.0-alpha.15",
920
- "comments": {
921
- "prerelease": [
922
- {
923
- "author": "martinhochel@microsoft.com",
924
- "package": "@fluentui/react-virtualizer",
925
- "commit": "5c53cfd7875712af78dd5bca396ce0d24030973c",
926
- "comment": "fix: remove disallowed v9 react-fabric/v8 from dependency to mitigate dep-tree creep"
927
- },
928
- {
929
- "author": "beachball",
930
- "package": "@fluentui/react-virtualizer",
931
- "comment": "Bump @fluentui/react-utilities to v9.7.3",
932
- "commit": "6778d76bbbad7e1975c151c797f28c2708cde2ce"
933
- }
934
- ]
935
- }
936
- },
937
- {
938
- "date": "Fri, 24 Mar 2023 10:15:27 GMT",
939
- "tag": "@fluentui/react-virtualizer_v9.0.0-alpha.14",
940
- "version": "9.0.0-alpha.14",
941
- "comments": {
942
- "prerelease": [
943
- {
944
- "author": "mifraser@microsoft.com",
945
- "package": "@fluentui/react-virtualizer",
946
- "commit": "19801e7edc22f433eeace3cf636f4722ea02a36b",
947
- "comment": "[feat] Add static measurement hooks and embedded scroll option"
948
- }
949
- ]
950
- }
951
- },
952
- {
953
- "date": "Tue, 21 Mar 2023 21:23:16 GMT",
954
- "tag": "@fluentui/react-virtualizer_v9.0.0-alpha.13",
955
- "version": "9.0.0-alpha.13",
956
- "comments": {
957
- "prerelease": [
958
- {
959
- "author": "tristan.watanabe@gmail.com",
960
- "package": "@fluentui/react-virtualizer",
961
- "commit": "2fac1a139149bd13b76b1306207bc988dca9c72c",
962
- "comment": "chore: migrate to swc transpilation approach."
963
- },
964
- {
965
- "author": "tristan.watanabe@gmail.com",
966
- "package": "@fluentui/react-virtualizer",
967
- "commit": "ead1c6d4c2ac3f3596b62b8cbc07b0a03041f11f",
968
- "comment": "fix: add node field to package.json exports map."
969
- },
970
- {
971
- "author": "beachball",
972
- "package": "@fluentui/react-virtualizer",
973
- "comment": "Bump @fluentui/react-utilities to v9.7.2",
974
- "commit": "b7a26f6263c80e3253c6b8338c33b73bae33e2b5"
975
- },
976
- {
977
- "author": "beachball",
978
- "package": "@fluentui/react-virtualizer",
979
- "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.20",
980
- "commit": "b7a26f6263c80e3253c6b8338c33b73bae33e2b5"
981
- }
982
- ]
983
- }
984
- },
985
- {
986
- "date": "Thu, 16 Mar 2023 14:36:59 GMT",
987
- "tag": "@fluentui/react-virtualizer_v9.0.0-alpha.12",
988
- "version": "9.0.0-alpha.12",
989
- "comments": {
990
- "prerelease": [
991
- {
992
- "author": "beachball",
993
- "package": "@fluentui/react-virtualizer",
994
- "comment": "Bump @fluentui/react-utilities to v9.7.1",
995
- "commit": "e7dcadf7cabae6bc6811ca04a630e7d850388f81"
996
- }
997
- ]
998
- }
999
- },
1000
- {
1001
- "date": "Mon, 13 Mar 2023 08:58:26 GMT",
1002
- "tag": "@fluentui/react-virtualizer_v9.0.0-alpha.11",
1003
- "version": "9.0.0-alpha.11",
1004
- "comments": {
1005
- "prerelease": [
1006
- {
1007
- "author": "beachball",
1008
- "package": "@fluentui/react-virtualizer",
1009
- "comment": "Bump @fluentui/react-utilities to v9.7.0",
1010
- "commit": "edf96a6b5d6f13843ada1400480e347b84384b8e"
1011
- }
1012
- ]
1013
- }
1014
- },
1015
- {
1016
- "date": "Fri, 10 Mar 2023 07:14:01 GMT",
1017
- "tag": "@fluentui/react-virtualizer_v9.0.0-alpha.10",
1018
- "version": "9.0.0-alpha.10",
1019
- "comments": {
1020
- "prerelease": [
1021
- {
1022
- "author": "beachball",
1023
- "package": "@fluentui/react-virtualizer",
1024
- "comment": "Bump @fluentui/react-utilities to v9.6.2",
1025
- "commit": "3cefc38eed17e3f37cd38fca9099cc9d700cd584"
1026
- }
1027
- ]
1028
- }
1029
- },
1030
- {
1031
- "date": "Wed, 08 Mar 2023 17:42:51 GMT",
1032
- "tag": "@fluentui/react-virtualizer_v9.0.0-alpha.9",
1033
- "version": "9.0.0-alpha.9",
1034
- "comments": {
1035
- "prerelease": [
1036
- {
1037
- "author": "beachball",
1038
- "package": "@fluentui/react-virtualizer",
1039
- "comment": "Bump @fluentui/react-utilities to v9.6.1",
1040
- "commit": "e0d11faf97f6466f4cd23ed18266cf1e80094f56"
1041
- }
1042
- ]
1043
- }
1044
- },
1045
- {
1046
- "date": "Thu, 16 Feb 2023 19:18:49 GMT",
1047
- "tag": "@fluentui/react-virtualizer_v9.0.0-alpha.8",
1048
- "version": "9.0.0-alpha.8",
1049
- "comments": {
1050
- "prerelease": [
1051
- {
1052
- "author": "mgodbolt@microsoft.com",
1053
- "package": "@fluentui/react-virtualizer",
1054
- "commit": "c6f47613e95f8e43ef00792ea673d673881e14fb",
1055
- "comment": "fixing build issues"
1056
- }
1057
- ]
1058
- }
1059
- },
1060
- {
1061
- "date": "Thu, 16 Feb 2023 16:18:01 GMT",
1062
- "tag": "@fluentui/react-virtualizer_v9.0.0-alpha.7",
1063
- "version": "9.0.0-alpha.7",
1064
- "comments": {
1065
- "prerelease": [
1066
- {
1067
- "author": "mgodbolt@microsoft.com",
1068
- "package": "@fluentui/react-virtualizer",
1069
- "commit": "4af9156bc869948b12610689f15b2a778aa690ca",
1070
- "comment": "fix: Updating peer dependencies to support React 18."
1071
- }
1072
- ]
1073
- }
1074
- },
1075
- {
1076
- "date": "Wed, 15 Feb 2023 11:44:52 GMT",
1077
- "tag": "@fluentui/react-virtualizer_v9.0.0-alpha.6",
1078
- "version": "9.0.0-alpha.6",
1079
- "comments": {
1080
- "prerelease": [
1081
- {
1082
- "author": "beachball",
1083
- "package": "@fluentui/react-virtualizer",
1084
- "comment": "Bump @fluentui/react-utilities to v9.6.0",
1085
- "commit": "087d981aab96bef2e332a373069a19bc702a7ca2"
1086
- }
1087
- ]
1088
- }
1089
- },
1090
- {
1091
- "date": "Mon, 13 Feb 2023 23:43:14 GMT",
1092
- "tag": "@fluentui/react-virtualizer_v9.0.0-alpha.5",
1093
- "version": "9.0.0-alpha.5",
1094
- "comments": {
1095
- "prerelease": [
1096
- {
1097
- "author": "beachball",
1098
- "package": "@fluentui/react-virtualizer",
1099
- "comment": "Bump @fluentui/react-utilities to v9.5.3",
1100
- "commit": "29e62b13706c2845b21d665d43cdacf1ef1b1513"
1101
- }
1102
- ]
1103
- }
1104
- },
1105
- {
1106
- "date": "Fri, 10 Feb 2023 08:50:02 GMT",
1107
- "tag": "@fluentui/react-virtualizer_v9.0.0-alpha.4",
1108
- "version": "9.0.0-alpha.4",
1109
- "comments": {
1110
- "prerelease": [
1111
- {
1112
- "author": "beachball",
1113
- "package": "@fluentui/react-virtualizer",
1114
- "comment": "Bump @fluentui/react-utilities to v9.5.2",
1115
- "commit": "cc62f050f8231e8f21a2cf7dddf33003e0ba3931"
1116
- }
1117
- ]
1118
- }
1119
- },
1120
- {
1121
- "date": "Tue, 31 Jan 2023 19:53:58 GMT",
1122
- "tag": "@fluentui/react-virtualizer_v9.0.0-alpha.3",
1123
- "version": "9.0.0-alpha.3",
1124
- "comments": {
1125
- "prerelease": [
1126
- {
1127
- "author": "beachball",
1128
- "package": "@fluentui/react-virtualizer",
1129
- "comment": "Bump @fluentui/react-utilities to v9.5.1",
1130
- "commit": "794d9e845cb952f597ba786e70cd8d248be62746"
1131
- }
1132
- ]
1133
- }
1134
- },
1135
- {
1136
- "date": "Thu, 26 Jan 2023 13:31:03 GMT",
1137
- "tag": "@fluentui/react-virtualizer_v9.0.0-alpha.2",
1138
- "version": "9.0.0-alpha.2",
1139
- "comments": {
1140
- "prerelease": [
1141
- {
1142
- "author": "beachball",
1143
- "package": "@fluentui/react-virtualizer",
1144
- "comment": "Bump @fluentui/react-utilities to v9.5.0",
1145
- "commit": "403e1370f1effca7d3db131eda381abf31cf66b1"
1146
- }
1147
- ]
1148
- }
1149
- },
1150
- {
1151
- "date": "Mon, 23 Jan 2023 16:43:12 GMT",
1152
- "tag": "@fluentui/react-virtualizer_v9.0.0-alpha.1",
1153
- "version": "9.0.0-alpha.1",
1154
- "comments": {
1155
- "prerelease": [
1156
- {
1157
- "author": "mifraser@microsoft.com",
1158
- "package": "@fluentui/react-virtualizer",
1159
- "commit": "547235ce85eef5fc65ed0cdd51ef5244d480b4b6",
1160
- "comment": "feat: Initial unstable release of the Virtualizer"
1161
- }
1162
- ]
1163
- }
1164
- }
1165
- ]
1166
- }