@fluentui/react-overflow 9.0.23 → 9.0.24
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.json +39 -3
- package/CHANGELOG.md +14 -4
- package/package.json +3 -3
package/CHANGELOG.json
CHANGED
@@ -2,7 +2,43 @@
|
|
2
2
|
"name": "@fluentui/react-overflow",
|
3
3
|
"entries": [
|
4
4
|
{
|
5
|
-
"date": "
|
5
|
+
"date": "Tue, 25 Jul 2023 13:26:23 GMT",
|
6
|
+
"tag": "@fluentui/react-overflow_v9.0.24",
|
7
|
+
"version": "9.0.24",
|
8
|
+
"comments": {
|
9
|
+
"patch": [
|
10
|
+
{
|
11
|
+
"author": "lingfan.gao@microsoft.com",
|
12
|
+
"package": "@fluentui/react-overflow",
|
13
|
+
"commit": "d8493a92520cacac29e9fe341a17d3595bc48343",
|
14
|
+
"comment": "fix: Overflow update should run show/hide steps twice"
|
15
|
+
},
|
16
|
+
{
|
17
|
+
"author": "beachball",
|
18
|
+
"package": "@fluentui/react-overflow",
|
19
|
+
"comment": "Bump @fluentui/priority-overflow to v9.1.2",
|
20
|
+
"commit": "c0c62f9383781f0dbebd800eaa2c64ef761075a2"
|
21
|
+
}
|
22
|
+
]
|
23
|
+
}
|
24
|
+
},
|
25
|
+
{
|
26
|
+
"date": "Thu, 20 Jul 2023 18:27:31 GMT",
|
27
|
+
"tag": "@fluentui/react-overflow_v9.0.23",
|
28
|
+
"version": "9.0.23",
|
29
|
+
"comments": {
|
30
|
+
"none": [
|
31
|
+
{
|
32
|
+
"author": "olfedias@microsoft.com",
|
33
|
+
"package": "@fluentui/react-overflow",
|
34
|
+
"commit": "5a4b16715e8e929f11d8113f710e578ca73acaa6",
|
35
|
+
"comment": "chore: migrate to monosize"
|
36
|
+
}
|
37
|
+
]
|
38
|
+
}
|
39
|
+
},
|
40
|
+
{
|
41
|
+
"date": "Mon, 03 Jul 2023 11:57:14 GMT",
|
6
42
|
"tag": "@fluentui/react-overflow_v9.0.23",
|
7
43
|
"version": "9.0.23",
|
8
44
|
"comments": {
|
@@ -11,13 +47,13 @@
|
|
11
47
|
"author": "beachball",
|
12
48
|
"package": "@fluentui/react-overflow",
|
13
49
|
"comment": "Bump @fluentui/react-context-selector to v9.1.26",
|
14
|
-
"commit": "
|
50
|
+
"commit": "61633ba5de03e0ddf4839dba6da325e30c7ce9bd"
|
15
51
|
},
|
16
52
|
{
|
17
53
|
"author": "beachball",
|
18
54
|
"package": "@fluentui/react-overflow",
|
19
55
|
"comment": "Bump @fluentui/react-utilities to v9.10.1",
|
20
|
-
"commit": "
|
56
|
+
"commit": "61633ba5de03e0ddf4839dba6da325e30c7ce9bd"
|
21
57
|
}
|
22
58
|
]
|
23
59
|
}
|
package/CHANGELOG.md
CHANGED
@@ -1,18 +1,28 @@
|
|
1
1
|
# Change Log - @fluentui/react-overflow
|
2
2
|
|
3
|
-
This log was last generated on
|
3
|
+
This log was last generated on Tue, 25 Jul 2023 13:26:23 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
+
## [9.0.24](https://github.com/microsoft/fluentui/tree/@fluentui/react-overflow_v9.0.24)
|
8
|
+
|
9
|
+
Tue, 25 Jul 2023 13:26:23 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-overflow_v9.0.23..@fluentui/react-overflow_v9.0.24)
|
11
|
+
|
12
|
+
### Patches
|
13
|
+
|
14
|
+
- fix: Overflow update should run show/hide steps twice ([PR #28628](https://github.com/microsoft/fluentui/pull/28628) by lingfan.gao@microsoft.com)
|
15
|
+
- Bump @fluentui/priority-overflow to v9.1.2 ([PR #28530](https://github.com/microsoft/fluentui/pull/28530) by beachball)
|
16
|
+
|
7
17
|
## [9.0.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-overflow_v9.0.23)
|
8
18
|
|
9
|
-
Mon, 03 Jul 2023 11:
|
19
|
+
Mon, 03 Jul 2023 11:57:14 GMT
|
10
20
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-overflow_v9.0.22..@fluentui/react-overflow_v9.0.23)
|
11
21
|
|
12
22
|
### Patches
|
13
23
|
|
14
|
-
- Bump @fluentui/react-context-selector to v9.1.26 ([PR #
|
15
|
-
- Bump @fluentui/react-utilities to v9.10.1 ([PR #
|
24
|
+
- Bump @fluentui/react-context-selector to v9.1.26 ([PR #28412](https://github.com/microsoft/fluentui/pull/28412) by beachball)
|
25
|
+
- Bump @fluentui/react-utilities to v9.10.1 ([PR #28412](https://github.com/microsoft/fluentui/pull/28412) by beachball)
|
16
26
|
|
17
27
|
## [9.0.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-overflow_v9.0.22)
|
18
28
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@fluentui/react-overflow",
|
3
|
-
"version": "9.0.
|
3
|
+
"version": "9.0.24",
|
4
4
|
"description": "React bindings for @fluentui/priority-overflow",
|
5
5
|
"main": "lib-commonjs/index.js",
|
6
6
|
"module": "lib/index.js",
|
@@ -13,7 +13,7 @@
|
|
13
13
|
"license": "MIT",
|
14
14
|
"scripts": {
|
15
15
|
"build": "just-scripts build",
|
16
|
-
"bundle-size": "
|
16
|
+
"bundle-size": "monosize measure",
|
17
17
|
"clean": "just-scripts clean",
|
18
18
|
"code-style": "just-scripts code-style",
|
19
19
|
"e2e": "cypress run --component",
|
@@ -34,7 +34,7 @@
|
|
34
34
|
"@fluentui/scripts-tasks": "*"
|
35
35
|
},
|
36
36
|
"dependencies": {
|
37
|
-
"@fluentui/priority-overflow": "^9.1.
|
37
|
+
"@fluentui/priority-overflow": "^9.1.2",
|
38
38
|
"@fluentui/react-context-selector": "^9.1.26",
|
39
39
|
"@fluentui/react-theme": "^9.1.9",
|
40
40
|
"@fluentui/react-utilities": "^9.10.1",
|