@fluentui/priority-overflow 0.0.0-nightly-20221012-0423.1 → 0.0.0-nightly-20221014-0424.1

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.json CHANGED
@@ -2,9 +2,9 @@
2
2
  "name": "@fluentui/priority-overflow",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 12 Oct 2022 04:30:10 GMT",
6
- "tag": "@fluentui/priority-overflow_v0.0.0-nightly-20221012-0423.1",
7
- "version": "0.0.0-nightly-20221012-0423.1",
5
+ "date": "Fri, 14 Oct 2022 04:30:01 GMT",
6
+ "tag": "@fluentui/priority-overflow_v0.0.0-nightly-20221014-0424.1",
7
+ "version": "0.0.0-nightly-20221014-0424.1",
8
8
  "comments": {
9
9
  "prerelease": [
10
10
  {
@@ -16,6 +16,27 @@
16
16
  ]
17
17
  }
18
18
  },
19
+ {
20
+ "date": "Thu, 13 Oct 2022 11:02:41 GMT",
21
+ "tag": "@fluentui/priority-overflow_v9.0.0-beta.3",
22
+ "version": "9.0.0-beta.3",
23
+ "comments": {
24
+ "prerelease": [
25
+ {
26
+ "author": "lingfangao@hotmail.com",
27
+ "package": "@fluentui/priority-overflow",
28
+ "commit": "6440417cb5db157acfb33d9f2c93de9bf7493791",
29
+ "comment": "feat: Adds API to register overflow menus for better available space calculation"
30
+ },
31
+ {
32
+ "author": "lingfangao@hotmail.com",
33
+ "package": "@fluentui/priority-overflow",
34
+ "commit": "d59683655d4d2a3775df4a2b41a09504cddd72ad",
35
+ "comment": "new overflow items should only be enqueued while observing"
36
+ }
37
+ ]
38
+ }
39
+ },
19
40
  {
20
41
  "date": "Thu, 15 Sep 2022 09:49:45 GMT",
21
42
  "tag": "@fluentui/priority-overflow_v9.0.0-beta.2",
package/CHANGELOG.md CHANGED
@@ -1,18 +1,28 @@
1
1
  # Change Log - @fluentui/priority-overflow
2
2
 
3
- This log was last generated on Wed, 12 Oct 2022 04:30:10 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 14 Oct 2022 04:30:01 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
- ## [0.0.0-nightly-20221012-0423.1](https://github.com/microsoft/fluentui/tree/@fluentui/priority-overflow_v0.0.0-nightly-20221012-0423.1)
7
+ ## [0.0.0-nightly-20221014-0424.1](https://github.com/microsoft/fluentui/tree/@fluentui/priority-overflow_v0.0.0-nightly-20221014-0424.1)
8
8
 
9
- Wed, 12 Oct 2022 04:30:10 GMT
10
- [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/priority-overflow_v9.0.0-beta.2..@fluentui/priority-overflow_v0.0.0-nightly-20221012-0423.1)
9
+ Fri, 14 Oct 2022 04:30:01 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/priority-overflow_v9.0.0-beta.3..@fluentui/priority-overflow_v0.0.0-nightly-20221014-0424.1)
11
11
 
12
12
  ### Changes
13
13
 
14
14
  - Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/not available) by fluentui-internal@service.microsoft.com)
15
15
 
16
+ ## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/priority-overflow_v9.0.0-beta.3)
17
+
18
+ Thu, 13 Oct 2022 11:02:41 GMT
19
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/priority-overflow_v9.0.0-beta.2..@fluentui/priority-overflow_v9.0.0-beta.3)
20
+
21
+ ### Changes
22
+
23
+ - feat: Adds API to register overflow menus for better available space calculation ([PR #25091](https://github.com/microsoft/fluentui/pull/25091) by lingfangao@hotmail.com)
24
+ - new overflow items should only be enqueued while observing ([PR #25122](https://github.com/microsoft/fluentui/pull/25122) by lingfangao@hotmail.com)
25
+
16
26
  ## [9.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/priority-overflow_v9.0.0-beta.2)
17
27
 
18
28
  Tue, 28 Jun 2022 15:14:10 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/priority-overflow",
3
- "version": "0.0.0-nightly-20221012-0423.1",
3
+ "version": "0.0.0-nightly-20221014-0424.1",
4
4
  "description": "Vanilla JS utilities to implement overflow menus",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",