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