@fluentui/react-overflow 0.0.0-nightly-20230404-0419.1 → 0.0.0-nightly-20230406-0417.1
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.json +38 -11
- package/CHANGELOG.md +19 -8
- package/package.json +5 -5
package/CHANGELOG.json
CHANGED
@@ -2,9 +2,9 @@
|
|
2
2
|
"name": "@fluentui/react-overflow",
|
3
3
|
"entries": [
|
4
4
|
{
|
5
|
-
"date": "
|
6
|
-
"tag": "@fluentui/react-overflow_v0.0.0-nightly-
|
7
|
-
"version": "0.0.0-nightly-
|
5
|
+
"date": "Thu, 06 Apr 2023 04:23:48 GMT",
|
6
|
+
"tag": "@fluentui/react-overflow_v0.0.0-nightly-20230406-0417.1",
|
7
|
+
"version": "0.0.0-nightly-20230406-0417.1",
|
8
8
|
"comments": {
|
9
9
|
"prerelease": [
|
10
10
|
{
|
@@ -16,26 +16,53 @@
|
|
16
16
|
{
|
17
17
|
"author": "beachball",
|
18
18
|
"package": "@fluentui/react-overflow",
|
19
|
-
"comment": "Bump @fluentui/priority-overflow to v0.0.0-nightly-
|
20
|
-
"commit": "
|
19
|
+
"comment": "Bump @fluentui/priority-overflow to v0.0.0-nightly-20230406-0417.1",
|
20
|
+
"commit": "6b7f70ea7424a1cdc3c140ad7ce9da2f04850be3"
|
21
21
|
},
|
22
22
|
{
|
23
23
|
"author": "beachball",
|
24
24
|
"package": "@fluentui/react-overflow",
|
25
|
-
"comment": "Bump @fluentui/react-context-selector to v0.0.0-nightly-
|
26
|
-
"commit": "
|
25
|
+
"comment": "Bump @fluentui/react-context-selector to v0.0.0-nightly-20230406-0417.1",
|
26
|
+
"commit": "6b7f70ea7424a1cdc3c140ad7ce9da2f04850be3"
|
27
27
|
},
|
28
28
|
{
|
29
29
|
"author": "beachball",
|
30
30
|
"package": "@fluentui/react-overflow",
|
31
|
-
"comment": "Bump @fluentui/react-theme to v0.0.0-nightly-
|
32
|
-
"commit": "
|
31
|
+
"comment": "Bump @fluentui/react-theme to v0.0.0-nightly-20230406-0417.1",
|
32
|
+
"commit": "6b7f70ea7424a1cdc3c140ad7ce9da2f04850be3"
|
33
33
|
},
|
34
34
|
{
|
35
35
|
"author": "beachball",
|
36
36
|
"package": "@fluentui/react-overflow",
|
37
|
-
"comment": "Bump @fluentui/react-utilities to v0.0.0-nightly-
|
38
|
-
"commit": "
|
37
|
+
"comment": "Bump @fluentui/react-utilities to v0.0.0-nightly-20230406-0417.1",
|
38
|
+
"commit": "6b7f70ea7424a1cdc3c140ad7ce9da2f04850be3"
|
39
|
+
}
|
40
|
+
]
|
41
|
+
}
|
42
|
+
},
|
43
|
+
{
|
44
|
+
"date": "Tue, 04 Apr 2023 18:44:49 GMT",
|
45
|
+
"tag": "@fluentui/react-overflow_v9.0.13",
|
46
|
+
"version": "9.0.13",
|
47
|
+
"comments": {
|
48
|
+
"patch": [
|
49
|
+
{
|
50
|
+
"author": "vkozlova@microsoft.com",
|
51
|
+
"package": "@fluentui/react-overflow",
|
52
|
+
"commit": "34124853ca638421e5b90d6c3b1ad2611b78b4f7",
|
53
|
+
"comment": "fix: overflow item style should be applied when overflow items are nested in wrapper elements"
|
54
|
+
},
|
55
|
+
{
|
56
|
+
"author": "beachball",
|
57
|
+
"package": "@fluentui/react-overflow",
|
58
|
+
"comment": "Bump @fluentui/react-context-selector to v9.1.16",
|
59
|
+
"commit": "6778d76bbbad7e1975c151c797f28c2708cde2ce"
|
60
|
+
},
|
61
|
+
{
|
62
|
+
"author": "beachball",
|
63
|
+
"package": "@fluentui/react-overflow",
|
64
|
+
"comment": "Bump @fluentui/react-utilities to v9.7.3",
|
65
|
+
"commit": "6778d76bbbad7e1975c151c797f28c2708cde2ce"
|
39
66
|
}
|
40
67
|
]
|
41
68
|
}
|
package/CHANGELOG.md
CHANGED
@@ -1,21 +1,32 @@
|
|
1
1
|
# Change Log - @fluentui/react-overflow
|
2
2
|
|
3
|
-
This log was last generated on
|
3
|
+
This log was last generated on Thu, 06 Apr 2023 04:23:48 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
-
## [0.0.0-nightly-
|
7
|
+
## [0.0.0-nightly-20230406-0417.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-overflow_v0.0.0-nightly-20230406-0417.1)
|
8
8
|
|
9
|
-
|
10
|
-
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-overflow_v9.0.
|
9
|
+
Thu, 06 Apr 2023 04:23:48 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-overflow_v9.0.13..@fluentui/react-overflow_v0.0.0-nightly-20230406-0417.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
|
-
- Bump @fluentui/priority-overflow to v0.0.0-nightly-
|
16
|
-
- Bump @fluentui/react-context-selector to v0.0.0-nightly-
|
17
|
-
- Bump @fluentui/react-theme to v0.0.0-nightly-
|
18
|
-
- Bump @fluentui/react-utilities to v0.0.0-nightly-
|
15
|
+
- Bump @fluentui/priority-overflow to v0.0.0-nightly-20230406-0417.1 ([commit](https://github.com/microsoft/fluentui/commit/6b7f70ea7424a1cdc3c140ad7ce9da2f04850be3) by beachball)
|
16
|
+
- Bump @fluentui/react-context-selector to v0.0.0-nightly-20230406-0417.1 ([commit](https://github.com/microsoft/fluentui/commit/6b7f70ea7424a1cdc3c140ad7ce9da2f04850be3) by beachball)
|
17
|
+
- Bump @fluentui/react-theme to v0.0.0-nightly-20230406-0417.1 ([commit](https://github.com/microsoft/fluentui/commit/6b7f70ea7424a1cdc3c140ad7ce9da2f04850be3) by beachball)
|
18
|
+
- Bump @fluentui/react-utilities to v0.0.0-nightly-20230406-0417.1 ([commit](https://github.com/microsoft/fluentui/commit/6b7f70ea7424a1cdc3c140ad7ce9da2f04850be3) by beachball)
|
19
|
+
|
20
|
+
## [9.0.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-overflow_v9.0.13)
|
21
|
+
|
22
|
+
Tue, 04 Apr 2023 18:44:49 GMT
|
23
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-overflow_v9.0.12..@fluentui/react-overflow_v9.0.13)
|
24
|
+
|
25
|
+
### Patches
|
26
|
+
|
27
|
+
- fix: overflow item style should be applied when overflow items are nested in wrapper elements ([PR #27402](https://github.com/microsoft/fluentui/pull/27402) by vkozlova@microsoft.com)
|
28
|
+
- Bump @fluentui/react-context-selector to v9.1.16 ([PR #27434](https://github.com/microsoft/fluentui/pull/27434) by beachball)
|
29
|
+
- Bump @fluentui/react-utilities to v9.7.3 ([PR #27434](https://github.com/microsoft/fluentui/pull/27434) by beachball)
|
19
30
|
|
20
31
|
## [9.0.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-overflow_v9.0.12)
|
21
32
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@fluentui/react-overflow",
|
3
|
-
"version": "0.0.0-nightly-
|
3
|
+
"version": "0.0.0-nightly-20230406-0417.1",
|
4
4
|
"description": "React bindings for @fluentui/priority-overflow",
|
5
5
|
"main": "lib-commonjs/index.js",
|
6
6
|
"module": "lib/index.js",
|
@@ -33,10 +33,10 @@
|
|
33
33
|
"@fluentui/scripts-tasks": "*"
|
34
34
|
},
|
35
35
|
"dependencies": {
|
36
|
-
"@fluentui/priority-overflow": "0.0.0-nightly-
|
37
|
-
"@fluentui/react-context-selector": "0.0.0-nightly-
|
38
|
-
"@fluentui/react-theme": "0.0.0-nightly-
|
39
|
-
"@fluentui/react-utilities": "0.0.0-nightly-
|
36
|
+
"@fluentui/priority-overflow": "0.0.0-nightly-20230406-0417.1",
|
37
|
+
"@fluentui/react-context-selector": "0.0.0-nightly-20230406-0417.1",
|
38
|
+
"@fluentui/react-theme": "0.0.0-nightly-20230406-0417.1",
|
39
|
+
"@fluentui/react-utilities": "0.0.0-nightly-20230406-0417.1",
|
40
40
|
"@griffel/react": "^1.5.2",
|
41
41
|
"@swc/helpers": "^0.4.14"
|
42
42
|
},
|