@fluentui/react-overflow 9.0.26 → 9.0.27
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.json +36 -3
- package/CHANGELOG.md +16 -4
- package/package.json +4 -4
package/CHANGELOG.json
CHANGED
@@ -2,7 +2,40 @@
|
|
2
2
|
"name": "@fluentui/react-overflow",
|
3
3
|
"entries": [
|
4
4
|
{
|
5
|
-
"date": "
|
5
|
+
"date": "Fri, 11 Aug 2023 12:10:19 GMT",
|
6
|
+
"tag": "@fluentui/react-overflow_v9.0.27",
|
7
|
+
"version": "9.0.27",
|
8
|
+
"comments": {
|
9
|
+
"patch": [
|
10
|
+
{
|
11
|
+
"author": "vkozlova@microsoft.com",
|
12
|
+
"package": "@fluentui/react-overflow",
|
13
|
+
"commit": "b52b54415c4d663885710fc113166be24d810742",
|
14
|
+
"comment": "fix: flickering in Overflow"
|
15
|
+
},
|
16
|
+
{
|
17
|
+
"author": "beachball",
|
18
|
+
"package": "@fluentui/react-overflow",
|
19
|
+
"comment": "Bump @fluentui/priority-overflow to v9.1.4",
|
20
|
+
"commit": "a77bcda1628e8b20b113d0237317efd7ebbc5294"
|
21
|
+
},
|
22
|
+
{
|
23
|
+
"author": "beachball",
|
24
|
+
"package": "@fluentui/react-overflow",
|
25
|
+
"comment": "Bump @fluentui/react-context-selector to v9.1.28",
|
26
|
+
"commit": "a77bcda1628e8b20b113d0237317efd7ebbc5294"
|
27
|
+
},
|
28
|
+
{
|
29
|
+
"author": "beachball",
|
30
|
+
"package": "@fluentui/react-overflow",
|
31
|
+
"comment": "Bump @fluentui/react-utilities to v9.11.1",
|
32
|
+
"commit": "a77bcda1628e8b20b113d0237317efd7ebbc5294"
|
33
|
+
}
|
34
|
+
]
|
35
|
+
}
|
36
|
+
},
|
37
|
+
{
|
38
|
+
"date": "Wed, 09 Aug 2023 13:16:59 GMT",
|
6
39
|
"tag": "@fluentui/react-overflow_v9.0.26",
|
7
40
|
"version": "9.0.26",
|
8
41
|
"comments": {
|
@@ -23,13 +56,13 @@
|
|
23
56
|
"author": "beachball",
|
24
57
|
"package": "@fluentui/react-overflow",
|
25
58
|
"comment": "Bump @fluentui/priority-overflow to v9.1.3",
|
26
|
-
"commit": "
|
59
|
+
"commit": "9509e950254d838cdfe3718a775ba5c78cb8f11a"
|
27
60
|
},
|
28
61
|
{
|
29
62
|
"author": "beachball",
|
30
63
|
"package": "@fluentui/react-overflow",
|
31
64
|
"comment": "Bump @fluentui/react-theme to v9.1.11",
|
32
|
-
"commit": "
|
65
|
+
"commit": "9509e950254d838cdfe3718a775ba5c78cb8f11a"
|
33
66
|
}
|
34
67
|
]
|
35
68
|
}
|
package/CHANGELOG.md
CHANGED
@@ -1,20 +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 Fri, 11 Aug 2023 12:10:19 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
+
## [9.0.27](https://github.com/microsoft/fluentui/tree/@fluentui/react-overflow_v9.0.27)
|
8
|
+
|
9
|
+
Fri, 11 Aug 2023 12:10:19 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-overflow_v9.0.26..@fluentui/react-overflow_v9.0.27)
|
11
|
+
|
12
|
+
### Patches
|
13
|
+
|
14
|
+
- fix: flickering in Overflow ([PR #28767](https://github.com/microsoft/fluentui/pull/28767) by vkozlova@microsoft.com)
|
15
|
+
- Bump @fluentui/priority-overflow to v9.1.4 ([PR #28808](https://github.com/microsoft/fluentui/pull/28808) by beachball)
|
16
|
+
- Bump @fluentui/react-context-selector to v9.1.28 ([PR #28808](https://github.com/microsoft/fluentui/pull/28808) by beachball)
|
17
|
+
- Bump @fluentui/react-utilities to v9.11.1 ([PR #28808](https://github.com/microsoft/fluentui/pull/28808) by beachball)
|
18
|
+
|
7
19
|
## [9.0.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-overflow_v9.0.26)
|
8
20
|
|
9
|
-
Wed, 09 Aug 2023 13:
|
21
|
+
Wed, 09 Aug 2023 13:16:59 GMT
|
10
22
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-overflow_v9.0.25..@fluentui/react-overflow_v9.0.26)
|
11
23
|
|
12
24
|
### Patches
|
13
25
|
|
14
26
|
- chore: Update Griffel to latest version ([PR #28684](https://github.com/microsoft/fluentui/pull/28684) by olfedias@microsoft.com)
|
15
27
|
- 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 ([
|
28
|
+
- Bump @fluentui/priority-overflow to v9.1.3 ([PR #28775](https://github.com/microsoft/fluentui/pull/28775) by beachball)
|
29
|
+
- Bump @fluentui/react-theme to v9.1.11 ([PR #28775](https://github.com/microsoft/fluentui/pull/28775) by beachball)
|
18
30
|
|
19
31
|
## [9.0.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-overflow_v9.0.25)
|
20
32
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@fluentui/react-overflow",
|
3
|
-
"version": "9.0.
|
3
|
+
"version": "9.0.27",
|
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.28",
|
39
39
|
"@fluentui/react-theme": "^9.1.11",
|
40
|
-
"@fluentui/react-utilities": "^9.11.
|
40
|
+
"@fluentui/react-utilities": "^9.11.1",
|
41
41
|
"@griffel/react": "^1.5.14",
|
42
42
|
"@swc/helpers": "^0.4.14"
|
43
43
|
},
|