@fluentui/react-overflow 9.0.22 → 9.0.24

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.json CHANGED
@@ -2,7 +2,64 @@
2
2
  "name": "@fluentui/react-overflow",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 28 Jun 2023 11:08:31 GMT",
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",
42
+ "tag": "@fluentui/react-overflow_v9.0.23",
43
+ "version": "9.0.23",
44
+ "comments": {
45
+ "patch": [
46
+ {
47
+ "author": "beachball",
48
+ "package": "@fluentui/react-overflow",
49
+ "comment": "Bump @fluentui/react-context-selector to v9.1.26",
50
+ "commit": "61633ba5de03e0ddf4839dba6da325e30c7ce9bd"
51
+ },
52
+ {
53
+ "author": "beachball",
54
+ "package": "@fluentui/react-overflow",
55
+ "comment": "Bump @fluentui/react-utilities to v9.10.1",
56
+ "commit": "61633ba5de03e0ddf4839dba6da325e30c7ce9bd"
57
+ }
58
+ ]
59
+ }
60
+ },
61
+ {
62
+ "date": "Wed, 28 Jun 2023 11:12:29 GMT",
6
63
  "tag": "@fluentui/react-overflow_v9.0.22",
7
64
  "version": "9.0.22",
8
65
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,32 @@
1
1
  # Change Log - @fluentui/react-overflow
2
2
 
3
- This log was last generated on Wed, 28 Jun 2023 11:08:31 GMT and should not be manually modified.
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
+
17
+ ## [9.0.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-overflow_v9.0.23)
18
+
19
+ Mon, 03 Jul 2023 11:57:14 GMT
20
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-overflow_v9.0.22..@fluentui/react-overflow_v9.0.23)
21
+
22
+ ### Patches
23
+
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)
26
+
7
27
  ## [9.0.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-overflow_v9.0.22)
8
28
 
9
- Wed, 28 Jun 2023 11:08:31 GMT
29
+ Wed, 28 Jun 2023 11:12:29 GMT
10
30
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-overflow_v9.0.21..@fluentui/react-overflow_v9.0.22)
11
31
 
12
32
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-overflow",
3
- "version": "9.0.22",
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": "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.25",
37
+ "@fluentui/priority-overflow": "^9.1.2",
38
+ "@fluentui/react-context-selector": "^9.1.26",
39
39
  "@fluentui/react-theme": "^9.1.9",
40
- "@fluentui/react-utilities": "^9.10.0",
40
+ "@fluentui/react-utilities": "^9.10.1",
41
41
  "@griffel/react": "^1.5.7",
42
42
  "@swc/helpers": "^0.4.14"
43
43
  },