@fluentui/react-overflow 9.0.26 → 9.0.28
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 +57 -3
- package/CHANGELOG.md +26 -4
- package/package.json +4 -4
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,61 @@
|
|
|
2
2
|
"name": "@fluentui/react-overflow",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "Wed,
|
|
5
|
+
"date": "Wed, 23 Aug 2023 11:58:32 GMT",
|
|
6
|
+
"tag": "@fluentui/react-overflow_v9.0.28",
|
|
7
|
+
"version": "9.0.28",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "beachball",
|
|
12
|
+
"package": "@fluentui/react-overflow",
|
|
13
|
+
"comment": "Bump @fluentui/react-context-selector to v9.1.29",
|
|
14
|
+
"commit": "f94b6d05d7642563cb96e2718402fbbbab65cbbc"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"author": "beachball",
|
|
18
|
+
"package": "@fluentui/react-overflow",
|
|
19
|
+
"comment": "Bump @fluentui/react-utilities to v9.11.2",
|
|
20
|
+
"commit": "f94b6d05d7642563cb96e2718402fbbbab65cbbc"
|
|
21
|
+
}
|
|
22
|
+
]
|
|
23
|
+
}
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"date": "Fri, 11 Aug 2023 12:14:25 GMT",
|
|
27
|
+
"tag": "@fluentui/react-overflow_v9.0.27",
|
|
28
|
+
"version": "9.0.27",
|
|
29
|
+
"comments": {
|
|
30
|
+
"patch": [
|
|
31
|
+
{
|
|
32
|
+
"author": "vkozlova@microsoft.com",
|
|
33
|
+
"package": "@fluentui/react-overflow",
|
|
34
|
+
"commit": "b52b54415c4d663885710fc113166be24d810742",
|
|
35
|
+
"comment": "fix: flickering in Overflow"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"author": "beachball",
|
|
39
|
+
"package": "@fluentui/react-overflow",
|
|
40
|
+
"comment": "Bump @fluentui/priority-overflow to v9.1.4",
|
|
41
|
+
"commit": "a77bcda1628e8b20b113d0237317efd7ebbc5294"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"author": "beachball",
|
|
45
|
+
"package": "@fluentui/react-overflow",
|
|
46
|
+
"comment": "Bump @fluentui/react-context-selector to v9.1.28",
|
|
47
|
+
"commit": "a77bcda1628e8b20b113d0237317efd7ebbc5294"
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"author": "beachball",
|
|
51
|
+
"package": "@fluentui/react-overflow",
|
|
52
|
+
"comment": "Bump @fluentui/react-utilities to v9.11.1",
|
|
53
|
+
"commit": "a77bcda1628e8b20b113d0237317efd7ebbc5294"
|
|
54
|
+
}
|
|
55
|
+
]
|
|
56
|
+
}
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"date": "Wed, 09 Aug 2023 13:16:59 GMT",
|
|
6
60
|
"tag": "@fluentui/react-overflow_v9.0.26",
|
|
7
61
|
"version": "9.0.26",
|
|
8
62
|
"comments": {
|
|
@@ -23,13 +77,13 @@
|
|
|
23
77
|
"author": "beachball",
|
|
24
78
|
"package": "@fluentui/react-overflow",
|
|
25
79
|
"comment": "Bump @fluentui/priority-overflow to v9.1.3",
|
|
26
|
-
"commit": "
|
|
80
|
+
"commit": "9509e950254d838cdfe3718a775ba5c78cb8f11a"
|
|
27
81
|
},
|
|
28
82
|
{
|
|
29
83
|
"author": "beachball",
|
|
30
84
|
"package": "@fluentui/react-overflow",
|
|
31
85
|
"comment": "Bump @fluentui/react-theme to v9.1.11",
|
|
32
|
-
"commit": "
|
|
86
|
+
"commit": "9509e950254d838cdfe3718a775ba5c78cb8f11a"
|
|
33
87
|
}
|
|
34
88
|
]
|
|
35
89
|
}
|
package/CHANGELOG.md
CHANGED
|
@@ -1,20 +1,42 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-overflow
|
|
2
2
|
|
|
3
|
-
This log was last generated on Wed,
|
|
3
|
+
This log was last generated on Wed, 23 Aug 2023 11:58:32 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.0.28](https://github.com/microsoft/fluentui/tree/@fluentui/react-overflow_v9.0.28)
|
|
8
|
+
|
|
9
|
+
Wed, 23 Aug 2023 11:58:32 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-overflow_v9.0.27..@fluentui/react-overflow_v9.0.28)
|
|
11
|
+
|
|
12
|
+
### Patches
|
|
13
|
+
|
|
14
|
+
- Bump @fluentui/react-context-selector to v9.1.29 ([PR #28957](https://github.com/microsoft/fluentui/pull/28957) by beachball)
|
|
15
|
+
- Bump @fluentui/react-utilities to v9.11.2 ([PR #28957](https://github.com/microsoft/fluentui/pull/28957) by beachball)
|
|
16
|
+
|
|
17
|
+
## [9.0.27](https://github.com/microsoft/fluentui/tree/@fluentui/react-overflow_v9.0.27)
|
|
18
|
+
|
|
19
|
+
Fri, 11 Aug 2023 12:14:25 GMT
|
|
20
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-overflow_v9.0.26..@fluentui/react-overflow_v9.0.27)
|
|
21
|
+
|
|
22
|
+
### Patches
|
|
23
|
+
|
|
24
|
+
- fix: flickering in Overflow ([PR #28767](https://github.com/microsoft/fluentui/pull/28767) by vkozlova@microsoft.com)
|
|
25
|
+
- Bump @fluentui/priority-overflow to v9.1.4 ([PR #28808](https://github.com/microsoft/fluentui/pull/28808) by beachball)
|
|
26
|
+
- Bump @fluentui/react-context-selector to v9.1.28 ([PR #28808](https://github.com/microsoft/fluentui/pull/28808) by beachball)
|
|
27
|
+
- Bump @fluentui/react-utilities to v9.11.1 ([PR #28808](https://github.com/microsoft/fluentui/pull/28808) by beachball)
|
|
28
|
+
|
|
7
29
|
## [9.0.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-overflow_v9.0.26)
|
|
8
30
|
|
|
9
|
-
Wed, 09 Aug 2023 13:
|
|
31
|
+
Wed, 09 Aug 2023 13:16:59 GMT
|
|
10
32
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-overflow_v9.0.25..@fluentui/react-overflow_v9.0.26)
|
|
11
33
|
|
|
12
34
|
### Patches
|
|
13
35
|
|
|
14
36
|
- chore: Update Griffel to latest version ([PR #28684](https://github.com/microsoft/fluentui/pull/28684) by olfedias@microsoft.com)
|
|
15
37
|
- fix: inaccurate calculation of size ([PR #28728](https://github.com/microsoft/fluentui/pull/28728) by vkozlova@microsoft.com)
|
|
16
|
-
- Bump @fluentui/priority-overflow to v9.1.3 ([
|
|
17
|
-
- Bump @fluentui/react-theme to v9.1.11 ([
|
|
38
|
+
- Bump @fluentui/priority-overflow to v9.1.3 ([PR #28775](https://github.com/microsoft/fluentui/pull/28775) by beachball)
|
|
39
|
+
- Bump @fluentui/react-theme to v9.1.11 ([PR #28775](https://github.com/microsoft/fluentui/pull/28775) by beachball)
|
|
18
40
|
|
|
19
41
|
## [9.0.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-overflow_v9.0.25)
|
|
20
42
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui/react-overflow",
|
|
3
|
-
"version": "9.0.
|
|
3
|
+
"version": "9.0.28",
|
|
4
4
|
"description": "React bindings for @fluentui/priority-overflow",
|
|
5
5
|
"main": "lib-commonjs/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -34,10 +34,10 @@
|
|
|
34
34
|
"@fluentui/scripts-tasks": "*"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@fluentui/priority-overflow": "^9.1.
|
|
38
|
-
"@fluentui/react-context-selector": "^9.1.
|
|
37
|
+
"@fluentui/priority-overflow": "^9.1.4",
|
|
38
|
+
"@fluentui/react-context-selector": "^9.1.29",
|
|
39
39
|
"@fluentui/react-theme": "^9.1.11",
|
|
40
|
-
"@fluentui/react-utilities": "^9.11.
|
|
40
|
+
"@fluentui/react-utilities": "^9.11.2",
|
|
41
41
|
"@griffel/react": "^1.5.14",
|
|
42
42
|
"@swc/helpers": "^0.4.14"
|
|
43
43
|
},
|