@fluentui/react-overflow 9.0.23 → 9.0.25

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.json CHANGED
@@ -2,7 +2,70 @@
2
2
  "name": "@fluentui/react-overflow",
3
3
  "entries": [
4
4
  {
5
- "date": "Mon, 03 Jul 2023 11:54:01 GMT",
5
+ "date": "Fri, 04 Aug 2023 08:48:25 GMT",
6
+ "tag": "@fluentui/react-overflow_v9.0.25",
7
+ "version": "9.0.25",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui/react-overflow",
13
+ "comment": "Bump @fluentui/react-context-selector to v9.1.27",
14
+ "commit": "0bf7d9438c1d0ff90cd2b28bc4cceb4f807afbca"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui/react-overflow",
19
+ "comment": "Bump @fluentui/react-theme to v9.1.10",
20
+ "commit": "0bf7d9438c1d0ff90cd2b28bc4cceb4f807afbca"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@fluentui/react-overflow",
25
+ "comment": "Bump @fluentui/react-utilities to v9.11.0",
26
+ "commit": "0bf7d9438c1d0ff90cd2b28bc4cceb4f807afbca"
27
+ }
28
+ ]
29
+ }
30
+ },
31
+ {
32
+ "date": "Tue, 25 Jul 2023 13:29:20 GMT",
33
+ "tag": "@fluentui/react-overflow_v9.0.24",
34
+ "version": "9.0.24",
35
+ "comments": {
36
+ "patch": [
37
+ {
38
+ "author": "lingfan.gao@microsoft.com",
39
+ "package": "@fluentui/react-overflow",
40
+ "commit": "d8493a92520cacac29e9fe341a17d3595bc48343",
41
+ "comment": "fix: Overflow update should run show/hide steps twice"
42
+ },
43
+ {
44
+ "author": "beachball",
45
+ "package": "@fluentui/react-overflow",
46
+ "comment": "Bump @fluentui/priority-overflow to v9.1.2",
47
+ "commit": "e59b4b305eb656c5af005fefbfa2b1f69afcdc43"
48
+ }
49
+ ]
50
+ }
51
+ },
52
+ {
53
+ "date": "Thu, 20 Jul 2023 18:27:31 GMT",
54
+ "tag": "@fluentui/react-overflow_v9.0.23",
55
+ "version": "9.0.23",
56
+ "comments": {
57
+ "none": [
58
+ {
59
+ "author": "olfedias@microsoft.com",
60
+ "package": "@fluentui/react-overflow",
61
+ "commit": "5a4b16715e8e929f11d8113f710e578ca73acaa6",
62
+ "comment": "chore: migrate to monosize"
63
+ }
64
+ ]
65
+ }
66
+ },
67
+ {
68
+ "date": "Mon, 03 Jul 2023 11:57:14 GMT",
6
69
  "tag": "@fluentui/react-overflow_v9.0.23",
7
70
  "version": "9.0.23",
8
71
  "comments": {
@@ -11,13 +74,13 @@
11
74
  "author": "beachball",
12
75
  "package": "@fluentui/react-overflow",
13
76
  "comment": "Bump @fluentui/react-context-selector to v9.1.26",
14
- "commit": "e7a838bfd1ce4b077d265295fcbef8dc2177e724"
77
+ "commit": "61633ba5de03e0ddf4839dba6da325e30c7ce9bd"
15
78
  },
16
79
  {
17
80
  "author": "beachball",
18
81
  "package": "@fluentui/react-overflow",
19
82
  "comment": "Bump @fluentui/react-utilities to v9.10.1",
20
- "commit": "e7a838bfd1ce4b077d265295fcbef8dc2177e724"
83
+ "commit": "61633ba5de03e0ddf4839dba6da325e30c7ce9bd"
21
84
  }
22
85
  ]
23
86
  }
package/CHANGELOG.md CHANGED
@@ -1,18 +1,39 @@
1
1
  # Change Log - @fluentui/react-overflow
2
2
 
3
- This log was last generated on Mon, 03 Jul 2023 11:54:01 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 04 Aug 2023 08:48:25 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-overflow_v9.0.25)
8
+
9
+ Fri, 04 Aug 2023 08:48:25 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-overflow_v9.0.24..@fluentui/react-overflow_v9.0.25)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-context-selector to v9.1.27 ([commit](https://github.com/microsoft/fluentui/commit/0bf7d9438c1d0ff90cd2b28bc4cceb4f807afbca) by beachball)
15
+ - Bump @fluentui/react-theme to v9.1.10 ([commit](https://github.com/microsoft/fluentui/commit/0bf7d9438c1d0ff90cd2b28bc4cceb4f807afbca) by beachball)
16
+ - Bump @fluentui/react-utilities to v9.11.0 ([commit](https://github.com/microsoft/fluentui/commit/0bf7d9438c1d0ff90cd2b28bc4cceb4f807afbca) by beachball)
17
+
18
+ ## [9.0.24](https://github.com/microsoft/fluentui/tree/@fluentui/react-overflow_v9.0.24)
19
+
20
+ Tue, 25 Jul 2023 13:29:20 GMT
21
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-overflow_v9.0.23..@fluentui/react-overflow_v9.0.24)
22
+
23
+ ### Patches
24
+
25
+ - fix: Overflow update should run show/hide steps twice ([PR #28628](https://github.com/microsoft/fluentui/pull/28628) by lingfan.gao@microsoft.com)
26
+ - Bump @fluentui/priority-overflow to v9.1.2 ([PR #28622](https://github.com/microsoft/fluentui/pull/28622) by beachball)
27
+
7
28
  ## [9.0.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-overflow_v9.0.23)
8
29
 
9
- Mon, 03 Jul 2023 11:54:01 GMT
30
+ Mon, 03 Jul 2023 11:57:14 GMT
10
31
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-overflow_v9.0.22..@fluentui/react-overflow_v9.0.23)
11
32
 
12
33
  ### Patches
13
34
 
14
- - Bump @fluentui/react-context-selector to v9.1.26 ([PR #28399](https://github.com/microsoft/fluentui/pull/28399) by beachball)
15
- - Bump @fluentui/react-utilities to v9.10.1 ([PR #28399](https://github.com/microsoft/fluentui/pull/28399) by beachball)
35
+ - Bump @fluentui/react-context-selector to v9.1.26 ([PR #28412](https://github.com/microsoft/fluentui/pull/28412) by beachball)
36
+ - Bump @fluentui/react-utilities to v9.10.1 ([PR #28412](https://github.com/microsoft/fluentui/pull/28412) by beachball)
16
37
 
17
38
  ## [9.0.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-overflow_v9.0.22)
18
39
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-overflow",
3
- "version": "9.0.23",
3
+ "version": "9.0.25",
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": "bundle-size measure",
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,10 +34,10 @@
34
34
  "@fluentui/scripts-tasks": "*"
35
35
  },
36
36
  "dependencies": {
37
- "@fluentui/priority-overflow": "^9.1.1",
38
- "@fluentui/react-context-selector": "^9.1.26",
39
- "@fluentui/react-theme": "^9.1.9",
40
- "@fluentui/react-utilities": "^9.10.1",
37
+ "@fluentui/priority-overflow": "^9.1.2",
38
+ "@fluentui/react-context-selector": "^9.1.27",
39
+ "@fluentui/react-theme": "^9.1.10",
40
+ "@fluentui/react-utilities": "^9.11.0",
41
41
  "@griffel/react": "^1.5.7",
42
42
  "@swc/helpers": "^0.4.14"
43
43
  },