@fluentui/priority-overflow 9.1.8 → 9.1.9

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,12 +1,21 @@
1
1
  # Change Log - @fluentui/priority-overflow
2
2
 
3
- This log was last generated on Mon, 23 Oct 2023 09:48:54 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 09 Nov 2023 17:23:19 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.1.9](https://github.com/microsoft/fluentui/tree/@fluentui/priority-overflow_v9.1.9)
8
+
9
+ Thu, 09 Nov 2023 17:23:19 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/priority-overflow_v9.1.8..@fluentui/priority-overflow_v9.1.9)
11
+
12
+ ### Patches
13
+
14
+ - chore: use package.json#files setup instead of npmignore for all v9 libraries ([PR #29734](https://github.com/microsoft/fluentui/pull/29734) by martinhochel@microsoft.com)
15
+
7
16
  ## [9.1.8](https://github.com/microsoft/fluentui/tree/@fluentui/priority-overflow_v9.1.8)
8
17
 
9
- Mon, 23 Oct 2023 09:48:54 GMT
18
+ Mon, 23 Oct 2023 09:51:55 GMT
10
19
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/priority-overflow_v9.1.7..@fluentui/priority-overflow_v9.1.8)
11
20
 
12
21
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/priority-overflow",
3
- "version": "9.1.8",
3
+ "version": "9.1.9",
4
4
  "description": "Vanilla JS utilities to implement overflow menus",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -45,5 +45,11 @@
45
45
  "require": "./lib-commonjs/index.js"
46
46
  },
47
47
  "./package.json": "./package.json"
48
- }
48
+ },
49
+ "files": [
50
+ "*.md",
51
+ "dist/*.d.ts",
52
+ "lib",
53
+ "lib-commonjs"
54
+ ]
49
55
  }
package/CHANGELOG.json DELETED
@@ -1,471 +0,0 @@
1
- {
2
- "name": "@fluentui/priority-overflow",
3
- "entries": [
4
- {
5
- "date": "Mon, 23 Oct 2023 09:48:54 GMT",
6
- "tag": "@fluentui/priority-overflow_v9.1.8",
7
- "version": "9.1.8",
8
- "comments": {
9
- "patch": [
10
- {
11
- "author": "lingfangao@hotmail.com",
12
- "package": "@fluentui/priority-overflow",
13
- "commit": "17dbeb93ab542e982942aef91ce3747acc8053c4",
14
- "comment": "fix: Use container window's resize observer"
15
- }
16
- ]
17
- }
18
- },
19
- {
20
- "date": "Tue, 26 Sep 2023 17:49:01 GMT",
21
- "tag": "@fluentui/priority-overflow_v9.1.7",
22
- "version": "9.1.7",
23
- "comments": {
24
- "patch": [
25
- {
26
- "author": "yuanboxue@microsoft.com",
27
- "package": "@fluentui/priority-overflow",
28
- "commit": "05a23f6f5f331841c9ac9fb63764440c543f791d",
29
- "comment": "chore: trigger manual version bump after broken release"
30
- }
31
- ]
32
- }
33
- },
34
- {
35
- "date": "Tue, 26 Sep 2023 15:32:06 GMT",
36
- "tag": "@fluentui/priority-overflow_v9.1.6",
37
- "version": "9.1.6",
38
- "comments": {
39
- "patch": [
40
- {
41
- "author": "martinhochel@microsoft.com",
42
- "package": "@fluentui/priority-overflow",
43
- "commit": "e61473fa10195f6ebf2308205c1e72e91b711831",
44
- "comment": "fix: bump swc core to mitigate transpilation memory leaks"
45
- }
46
- ]
47
- }
48
- },
49
- {
50
- "date": "Tue, 05 Sep 2023 13:29:14 GMT",
51
- "tag": "@fluentui/priority-overflow_v9.1.5",
52
- "version": "9.1.5",
53
- "comments": {
54
- "patch": [
55
- {
56
- "author": "bernardo.sunderhus@gmail.com",
57
- "package": "@fluentui/priority-overflow",
58
- "commit": "b93c2ac22355b6cb6f33dd509c6cd9c21f4fffc8",
59
- "comment": "bumps @swc/helpers version to 0.5.1"
60
- }
61
- ]
62
- }
63
- },
64
- {
65
- "date": "Fri, 11 Aug 2023 12:14:24 GMT",
66
- "tag": "@fluentui/priority-overflow_v9.1.4",
67
- "version": "9.1.4",
68
- "comments": {
69
- "patch": [
70
- {
71
- "author": "vkozlova@microsoft.com",
72
- "package": "@fluentui/priority-overflow",
73
- "commit": "b52b54415c4d663885710fc113166be24d810742",
74
- "comment": "fix: flickering in Overflow"
75
- }
76
- ]
77
- }
78
- },
79
- {
80
- "date": "Wed, 09 Aug 2023 13:16:48 GMT",
81
- "tag": "@fluentui/priority-overflow_v9.1.3",
82
- "version": "9.1.3",
83
- "comments": {
84
- "patch": [
85
- {
86
- "author": "vkozlova@microsoft.com",
87
- "package": "@fluentui/priority-overflow",
88
- "commit": "6247214bde5df11e951247f0a6d1278cc98490ea",
89
- "comment": "fix: inaccurate calculation of size"
90
- }
91
- ]
92
- }
93
- },
94
- {
95
- "date": "Tue, 25 Jul 2023 13:29:15 GMT",
96
- "tag": "@fluentui/priority-overflow_v9.1.2",
97
- "version": "9.1.2",
98
- "comments": {
99
- "patch": [
100
- {
101
- "author": "lingfan.gao@microsoft.com",
102
- "package": "@fluentui/priority-overflow",
103
- "commit": "d8493a92520cacac29e9fe341a17d3595bc48343",
104
- "comment": "fix: Overflow update should run show/hide steps twice"
105
- }
106
- ]
107
- }
108
- },
109
- {
110
- "date": "Thu, 20 Jul 2023 18:27:25 GMT",
111
- "tag": "@fluentui/priority-overflow_v9.1.1",
112
- "version": "9.1.1",
113
- "comments": {
114
- "none": [
115
- {
116
- "author": "olfedias@microsoft.com",
117
- "package": "@fluentui/priority-overflow",
118
- "commit": "5a4b16715e8e929f11d8113f710e578ca73acaa6",
119
- "comment": "chore: migrate to monosize"
120
- }
121
- ]
122
- }
123
- },
124
- {
125
- "date": "Wed, 28 Jun 2023 11:12:22 GMT",
126
- "tag": "@fluentui/priority-overflow_v9.1.1",
127
- "version": "9.1.1",
128
- "comments": {
129
- "none": [
130
- {
131
- "author": "martinhochel@microsoft.com",
132
- "package": "@fluentui/priority-overflow",
133
- "commit": "fbe878e9c9785588197481f172c42c2c0a230292",
134
- "comment": "fix: update .npmignore to unify v8 packages and exclude project.json"
135
- }
136
- ]
137
- }
138
- },
139
- {
140
- "date": "Mon, 26 Jun 2023 09:53:53 GMT",
141
- "tag": "@fluentui/priority-overflow_v9.1.1",
142
- "version": "9.1.1",
143
- "comments": {
144
- "patch": [
145
- {
146
- "author": "vkozlova@microsoft.com",
147
- "package": "@fluentui/priority-overflow",
148
- "commit": "d93cb0b8cb80f56e753ad18c645eeb84a9c10256",
149
- "comment": "fix: remove overflow menu if the last overflowed item can take its place"
150
- }
151
- ]
152
- }
153
- },
154
- {
155
- "date": "Tue, 20 Jun 2023 12:38:54 GMT",
156
- "tag": "@fluentui/priority-overflow_v9.1.0",
157
- "version": "9.1.0",
158
- "comments": {
159
- "minor": [
160
- {
161
- "author": "vkozlova@microsoft.com",
162
- "package": "@fluentui/priority-overflow",
163
- "commit": "4dedf40597f3b5cfa63d8f2e28a79276eb816bda",
164
- "comment": "feat: Added support for custom divider"
165
- }
166
- ]
167
- }
168
- },
169
- {
170
- "date": "Wed, 24 May 2023 20:45:22 GMT",
171
- "tag": "@fluentui/priority-overflow_v9.0.3",
172
- "version": "9.0.3",
173
- "comments": {
174
- "none": [
175
- {
176
- "author": "olfedias@microsoft.com",
177
- "package": "@fluentui/priority-overflow",
178
- "commit": "69e0617a93cb44ef42f3bd19284b7dc5fe27fed3",
179
- "comment": "chore: update test-ssr script"
180
- }
181
- ]
182
- }
183
- },
184
- {
185
- "date": "Thu, 18 May 2023 00:39:01 GMT",
186
- "tag": "@fluentui/priority-overflow_v9.0.3",
187
- "version": "9.0.3",
188
- "comments": {
189
- "none": [
190
- {
191
- "author": "olfedias@microsoft.com",
192
- "package": "@fluentui/priority-overflow",
193
- "commit": "06cd515eda59a3078bfe32f9cc7c1f281cd20208",
194
- "comment": "chore: add test-ssr script to v9 packages"
195
- }
196
- ]
197
- }
198
- },
199
- {
200
- "date": "Fri, 12 May 2023 20:28:09 GMT",
201
- "tag": "@fluentui/priority-overflow_v9.0.3",
202
- "version": "9.0.3",
203
- "comments": {
204
- "patch": [
205
- {
206
- "author": "lingfangao@hotmail.com",
207
- "package": "@fluentui/priority-overflow",
208
- "commit": "4e90c5c22a67d62d9da2a9a186ad01051dad7f46",
209
- "comment": "fix: overflowManager should always dispatch initial state"
210
- },
211
- {
212
- "author": "olfedias@microsoft.com",
213
- "package": "@fluentui/priority-overflow",
214
- "commit": "c28decb23d191a0daaaf6d5d1832429715102129",
215
- "comment": "chore: exclude .swcrc from being published"
216
- }
217
- ],
218
- "none": [
219
- {
220
- "author": "martinhochel@microsoft.com",
221
- "package": "@fluentui/priority-overflow",
222
- "commit": "dbda7fa69e3000aaf8dd4a061e254ebd35198b8e",
223
- "comment": "fix: update npmignore files to fix npm8/node16 regression how npm publish works"
224
- }
225
- ]
226
- }
227
- },
228
- {
229
- "date": "Tue, 21 Mar 2023 21:23:19 GMT",
230
- "tag": "@fluentui/priority-overflow_v9.0.2",
231
- "version": "9.0.2",
232
- "comments": {
233
- "patch": [
234
- {
235
- "author": "tristan.watanabe@gmail.com",
236
- "package": "@fluentui/priority-overflow",
237
- "commit": "ead1c6d4c2ac3f3596b62b8cbc07b0a03041f11f",
238
- "comment": "fix: add node field to package.json exports map."
239
- },
240
- {
241
- "author": "tristan.watanabe@gmail.com",
242
- "package": "@fluentui/priority-overflow",
243
- "commit": "2fac1a139149bd13b76b1306207bc988dca9c72c",
244
- "comment": "chore: migrate to swc transpilation approach."
245
- }
246
- ]
247
- }
248
- },
249
- {
250
- "date": "Tue, 07 Feb 2023 14:13:08 GMT",
251
- "tag": "@fluentui/priority-overflow_v9.0.1",
252
- "version": "9.0.1",
253
- "comments": {
254
- "patch": [
255
- {
256
- "author": "lingfangao@hotmail.com",
257
- "package": "@fluentui/priority-overflow",
258
- "commit": "7274228423cc06749b72ab6a8a112db6f18f5378",
259
- "comment": "fix: New overflow items all always dispatch updates to subscriber"
260
- }
261
- ]
262
- }
263
- },
264
- {
265
- "date": "Wed, 18 Jan 2023 16:32:53 GMT",
266
- "tag": "@fluentui/priority-overflow_v9.0.0",
267
- "version": "9.0.0",
268
- "comments": {
269
- "patch": [
270
- {
271
- "author": "lingfangao@hotmail.com",
272
- "package": "@fluentui/priority-overflow",
273
- "commit": "e59f114d3244739a7917813ea02c59d53406d902",
274
- "comment": "Release as stable"
275
- }
276
- ]
277
- }
278
- },
279
- {
280
- "date": "Mon, 16 Jan 2023 08:38:54 GMT",
281
- "tag": "@fluentui/priority-overflow_v9.0.0-rc.2",
282
- "version": "9.0.0-rc.2",
283
- "comments": {
284
- "none": [
285
- {
286
- "author": "martinhochel@microsoft.com",
287
- "package": "@fluentui/priority-overflow",
288
- "commit": "64bb45980d68de1219c6b36a7db5363f0a9cff9f",
289
- "comment": "chore: migrate to packaged scripts"
290
- }
291
- ]
292
- }
293
- },
294
- {
295
- "date": "Mon, 09 Jan 2023 14:34:54 GMT",
296
- "tag": "@fluentui/priority-overflow_v9.0.0-rc.2",
297
- "version": "9.0.0-rc.2",
298
- "comments": {
299
- "prerelease": [
300
- {
301
- "author": "lingfangao@hotmail.com",
302
- "package": "@fluentui/priority-overflow",
303
- "commit": "2611ae5441e4bc702c4ce6404c7186f6c2de7cc3",
304
- "comment": "fix: Minimum visible overflow items should be respected"
305
- }
306
- ]
307
- }
308
- },
309
- {
310
- "date": "Wed, 04 Jan 2023 01:40:47 GMT",
311
- "tag": "@fluentui/priority-overflow_v9.0.0-rc.1",
312
- "version": "9.0.0-rc.1",
313
- "comments": {
314
- "none": [
315
- {
316
- "author": "martinhochel@microsoft.com",
317
- "package": "@fluentui/priority-overflow",
318
- "commit": "4ec2b998b294d6d9c3196d3d82893bdd97d0c105",
319
- "comment": "chore(scripts): move index.ts to to follow sub-folder domain packaging"
320
- },
321
- {
322
- "author": "martinhochel@microsoft.com",
323
- "package": "@fluentui/priority-overflow",
324
- "commit": "194b0cf0cc27c1c1233aa945f09b3ad29778d8ca",
325
- "comment": "chore(scripts): use for @fluentui/scripts version within all package.json"
326
- }
327
- ]
328
- }
329
- },
330
- {
331
- "date": "Thu, 17 Nov 2022 23:05:32 GMT",
332
- "tag": "@fluentui/priority-overflow_v9.0.0-rc.1",
333
- "version": "9.0.0-rc.1",
334
- "comments": {
335
- "prerelease": [
336
- {
337
- "author": "lingfangao@hotmail.com",
338
- "package": "@fluentui/priority-overflow",
339
- "commit": "80075557d5f685b21d145de3b538af5e80534feb",
340
- "comment": "feat: Bump to RC"
341
- }
342
- ],
343
- "none": [
344
- {
345
- "author": "martinhochel@microsoft.com",
346
- "package": "@fluentui/priority-overflow",
347
- "commit": "ea768501802d65d63ddc63fff3816fb6b5008ae4",
348
- "comment": "chore: update package scaffold"
349
- }
350
- ]
351
- }
352
- },
353
- {
354
- "date": "Fri, 11 Nov 2022 14:57:50 GMT",
355
- "tag": "@fluentui/priority-overflow_v9.0.0-beta.4",
356
- "version": "9.0.0-beta.4",
357
- "comments": {
358
- "prerelease": [
359
- {
360
- "author": "martinhochel@microsoft.com",
361
- "package": "@fluentui/priority-overflow",
362
- "commit": "b3907043bd8d7b650c55e8e7c3119b14f2606c38",
363
- "comment": "fix: create valid export maps"
364
- }
365
- ]
366
- }
367
- },
368
- {
369
- "date": "Tue, 25 Oct 2022 22:09:50 GMT",
370
- "tag": "@fluentui/priority-overflow_v9.0.0-beta.3",
371
- "version": "9.0.0-beta.3",
372
- "comments": {
373
- "none": [
374
- {
375
- "author": "tristan.watanabe@gmail.com",
376
- "package": "@fluentui/priority-overflow",
377
- "commit": "2435ea50f924fa6467a07829f3d4715e545d93c0",
378
- "comment": "chore: Migrate to new package structure."
379
- }
380
- ]
381
- }
382
- },
383
- {
384
- "date": "Tue, 25 Oct 2022 00:35:27 GMT",
385
- "tag": "@fluentui/priority-overflow_v9.0.0-beta.3",
386
- "version": "9.0.0-beta.3",
387
- "comments": {
388
- "none": [
389
- {
390
- "author": "miroslav.stastny@microsoft.com",
391
- "package": "@fluentui/priority-overflow",
392
- "commit": "6ced976a8d0e6a0e2e207da8fe0eb810e2bd19bc",
393
- "comment": "Update package readme"
394
- }
395
- ]
396
- }
397
- },
398
- {
399
- "date": "Thu, 13 Oct 2022 11:02:41 GMT",
400
- "tag": "@fluentui/priority-overflow_v9.0.0-beta.3",
401
- "version": "9.0.0-beta.3",
402
- "comments": {
403
- "prerelease": [
404
- {
405
- "author": "lingfangao@hotmail.com",
406
- "package": "@fluentui/priority-overflow",
407
- "commit": "6440417cb5db157acfb33d9f2c93de9bf7493791",
408
- "comment": "feat: Adds API to register overflow menus for better available space calculation"
409
- },
410
- {
411
- "author": "lingfangao@hotmail.com",
412
- "package": "@fluentui/priority-overflow",
413
- "commit": "d59683655d4d2a3775df4a2b41a09504cddd72ad",
414
- "comment": "new overflow items should only be enqueued while observing"
415
- }
416
- ]
417
- }
418
- },
419
- {
420
- "date": "Thu, 15 Sep 2022 09:49:45 GMT",
421
- "tag": "@fluentui/priority-overflow_v9.0.0-beta.2",
422
- "version": "9.0.0-beta.2",
423
- "comments": {
424
- "none": [
425
- {
426
- "author": "martinhochel@microsoft.com",
427
- "package": "@fluentui/priority-overflow",
428
- "commit": "e6cf183695d6d67a24e038c49a876224e5ed35e5",
429
- "comment": "chore: update package scaffold"
430
- },
431
- {
432
- "author": "martinhochel@microsoft.com",
433
- "package": "@fluentui/priority-overflow",
434
- "commit": "16aa65dcae8f75c6a221225fd0eb43800650ac66",
435
- "comment": "chore(priority-flow): re-generate api.md"
436
- }
437
- ]
438
- }
439
- },
440
- {
441
- "date": "Tue, 28 Jun 2022 15:14:10 GMT",
442
- "tag": "@fluentui/priority-overflow_v9.0.0-beta.2",
443
- "version": "9.0.0-beta.2",
444
- "comments": {
445
- "prerelease": [
446
- {
447
- "author": "lingfangao@hotmail.com",
448
- "package": "@fluentui/priority-overflow",
449
- "commit": "2da4428ae7d6e464c538b7ed10e425ce0e531144",
450
- "comment": "chore: Mark internal APIs with @internal"
451
- }
452
- ]
453
- }
454
- },
455
- {
456
- "date": "Mon, 23 May 2022 12:13:58 GMT",
457
- "tag": "@fluentui/priority-overflow_v9.0.0-beta.1",
458
- "version": "9.0.0-beta.1",
459
- "comments": {
460
- "prerelease": [
461
- {
462
- "author": "lingfangao@hotmail.com",
463
- "package": "@fluentui/priority-overflow",
464
- "commit": "4ae08d6ecf85ac29593ddc2abb23f8a073711b38",
465
- "comment": "feat: Initial beta release"
466
- }
467
- ]
468
- }
469
- }
470
- ]
471
- }