@fluentui/react-overflow 9.0.0-beta.11 → 9.0.0-beta.13

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.json CHANGED
@@ -2,7 +2,96 @@
2
2
  "name": "@fluentui/react-overflow",
3
3
  "entries": [
4
4
  {
5
- "date": "Thu, 13 Oct 2022 10:59:30 GMT",
5
+ "date": "Wed, 02 Nov 2022 11:54:56 GMT",
6
+ "tag": "@fluentui/react-overflow_v9.0.0-beta.13",
7
+ "version": "9.0.0-beta.13",
8
+ "comments": {
9
+ "prerelease": [
10
+ {
11
+ "author": "olfedias@microsoft.com",
12
+ "package": "@fluentui/react-overflow",
13
+ "commit": "c619ba066f11a8654e95375314824ba6b81b003e",
14
+ "comment": "chore: Update Griffel to latest version"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui/react-overflow",
19
+ "comment": "Bump @fluentui/react-context-selector to v9.1.0",
20
+ "commit": "393a7b169155997a97a6ce1ad36ee3eafc6f461b"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@fluentui/react-overflow",
25
+ "comment": "Bump @fluentui/react-utilities to v9.2.0",
26
+ "commit": "393a7b169155997a97a6ce1ad36ee3eafc6f461b"
27
+ }
28
+ ]
29
+ }
30
+ },
31
+ {
32
+ "date": "Tue, 25 Oct 2022 00:35:33 GMT",
33
+ "tag": "@fluentui/react-overflow_v9.0.0-beta.12",
34
+ "version": "9.0.0-beta.12",
35
+ "comments": {
36
+ "none": [
37
+ {
38
+ "author": "miroslav.stastny@microsoft.com",
39
+ "package": "@fluentui/react-overflow",
40
+ "commit": "6ced976a8d0e6a0e2e207da8fe0eb810e2bd19bc",
41
+ "comment": "Update package readme"
42
+ }
43
+ ]
44
+ }
45
+ },
46
+ {
47
+ "date": "Thu, 20 Oct 2022 08:39:38 GMT",
48
+ "tag": "@fluentui/react-overflow_v9.0.0-beta.12",
49
+ "version": "9.0.0-beta.12",
50
+ "comments": {
51
+ "prerelease": [
52
+ {
53
+ "author": "olfedias@microsoft.com",
54
+ "package": "@fluentui/react-overflow",
55
+ "commit": "06865dada128321804646582f564ee86d835d174",
56
+ "comment": "chore: Update Griffel to latest version"
57
+ },
58
+ {
59
+ "author": "mgodbolt@microsoft.com",
60
+ "package": "@fluentui/react-overflow",
61
+ "commit": "17096b3137d9d3e7c7443ddc3ce0738b2910a334",
62
+ "comment": "chore: Bump peer deps to support React 18"
63
+ },
64
+ {
65
+ "author": "beachball",
66
+ "package": "@fluentui/react-overflow",
67
+ "comment": "Bump @fluentui/react-context-selector to v9.0.5",
68
+ "commit": "5ea1372675d910d76cf1b9cbd74d05b7c4e8fcbc"
69
+ },
70
+ {
71
+ "author": "beachball",
72
+ "package": "@fluentui/react-overflow",
73
+ "comment": "Bump @fluentui/react-theme to v9.1.1",
74
+ "commit": "5ea1372675d910d76cf1b9cbd74d05b7c4e8fcbc"
75
+ },
76
+ {
77
+ "author": "beachball",
78
+ "package": "@fluentui/react-overflow",
79
+ "comment": "Bump @fluentui/react-utilities to v9.1.2",
80
+ "commit": "5ea1372675d910d76cf1b9cbd74d05b7c4e8fcbc"
81
+ }
82
+ ],
83
+ "none": [
84
+ {
85
+ "author": "lingfangao@hotmail.com",
86
+ "package": "@fluentui/react-overflow",
87
+ "commit": "099d9f0f3d9e033ebb3bb450f31cf3e5765ec8f0",
88
+ "comment": "Remove it.only from unit tests"
89
+ }
90
+ ]
91
+ }
92
+ },
93
+ {
94
+ "date": "Thu, 13 Oct 2022 11:02:54 GMT",
6
95
  "tag": "@fluentui/react-overflow_v9.0.0-beta.11",
7
96
  "version": "9.0.0-beta.11",
8
97
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,36 @@
1
1
  # Change Log - @fluentui/react-overflow
2
2
 
3
- This log was last generated on Thu, 13 Oct 2022 10:59:30 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 02 Nov 2022 11:54:56 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.0-beta.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-overflow_v9.0.0-beta.13)
8
+
9
+ Wed, 02 Nov 2022 11:54:56 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-overflow_v9.0.0-beta.12..@fluentui/react-overflow_v9.0.0-beta.13)
11
+
12
+ ### Changes
13
+
14
+ - chore: Update Griffel to latest version ([PR #25412](https://github.com/microsoft/fluentui/pull/25412) by olfedias@microsoft.com)
15
+ - Bump @fluentui/react-context-selector to v9.1.0 ([PR #25456](https://github.com/microsoft/fluentui/pull/25456) by beachball)
16
+ - Bump @fluentui/react-utilities to v9.2.0 ([PR #25456](https://github.com/microsoft/fluentui/pull/25456) by beachball)
17
+
18
+ ## [9.0.0-beta.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-overflow_v9.0.0-beta.12)
19
+
20
+ Thu, 20 Oct 2022 08:39:38 GMT
21
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-overflow_v9.0.0-beta.11..@fluentui/react-overflow_v9.0.0-beta.12)
22
+
23
+ ### Changes
24
+
25
+ - chore: Update Griffel to latest version ([PR #25212](https://github.com/microsoft/fluentui/pull/25212) by olfedias@microsoft.com)
26
+ - chore: Bump peer deps to support React 18 ([PR #24972](https://github.com/microsoft/fluentui/pull/24972) by mgodbolt@microsoft.com)
27
+ - Bump @fluentui/react-context-selector to v9.0.5 ([PR #25265](https://github.com/microsoft/fluentui/pull/25265) by beachball)
28
+ - Bump @fluentui/react-theme to v9.1.1 ([PR #25265](https://github.com/microsoft/fluentui/pull/25265) by beachball)
29
+ - Bump @fluentui/react-utilities to v9.1.2 ([PR #25265](https://github.com/microsoft/fluentui/pull/25265) by beachball)
30
+
7
31
  ## [9.0.0-beta.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-overflow_v9.0.0-beta.11)
8
32
 
9
- Thu, 13 Oct 2022 10:59:30 GMT
33
+ Thu, 13 Oct 2022 11:02:54 GMT
10
34
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-overflow_v9.0.0-beta.10..@fluentui/react-overflow_v9.0.0-beta.11)
11
35
 
12
36
  ### Changes
package/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
  # @fluentui/react-overflow
2
2
 
3
- **React Priority Overflow components for [Fluent UI React](https://developer.microsoft.com/en-us/fluentui)**
3
+ **React Priority Overflow components for [Fluent UI React](https://react.fluentui.dev)**
4
4
 
5
5
  These are not production-ready components and **should never be used in product**. This space is useful for testing new components whose APIs might change before final release.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-overflow",
3
- "version": "9.0.0-beta.11",
3
+ "version": "9.0.0-beta.13",
4
4
  "description": "React bindings for @fluentui/priority-overflow",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -32,17 +32,17 @@
32
32
  },
33
33
  "dependencies": {
34
34
  "@fluentui/priority-overflow": "^9.0.0-beta.3",
35
- "@fluentui/react-context-selector": "^9.0.4",
36
- "@fluentui/react-theme": "^9.1.0",
37
- "@fluentui/react-utilities": "^9.1.1",
38
- "@griffel/react": "^1.4.0",
35
+ "@fluentui/react-context-selector": "^9.1.0",
36
+ "@fluentui/react-theme": "^9.1.1",
37
+ "@fluentui/react-utilities": "^9.2.0",
38
+ "@griffel/react": "^1.4.2",
39
39
  "tslib": "^2.1.0"
40
40
  },
41
41
  "peerDependencies": {
42
- "@types/react": ">=16.8.0 <18.0.0",
43
- "@types/react-dom": ">=16.8.0 <18.0.0",
44
- "react": ">=16.8.0 <18.0.0",
45
- "react-dom": ">=16.8.0 <18.0.0",
42
+ "@types/react": ">=16.8.0 <19.0.0",
43
+ "@types/react-dom": ">=16.8.0 <19.0.0",
44
+ "react": ">=16.8.0 <19.0.0",
45
+ "react-dom": ">=16.8.0 <19.0.0",
46
46
  "scheduler": "^0.19.0 || ^0.20.0"
47
47
  },
48
48
  "beachball": {