@fluentui/react-virtualizer 9.0.0-alpha.5 → 9.0.0-alpha.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.json CHANGED
@@ -2,7 +2,37 @@
2
2
  "name": "@fluentui/react-virtualizer",
3
3
  "entries": [
4
4
  {
5
- "date": "Mon, 13 Feb 2023 23:40:50 GMT",
5
+ "date": "Wed, 15 Feb 2023 23:35:10 GMT",
6
+ "tag": "@fluentui/react-virtualizer_v9.0.0-alpha.7",
7
+ "version": "9.0.0-alpha.7",
8
+ "comments": {
9
+ "prerelease": [
10
+ {
11
+ "author": "mgodbolt@microsoft.com",
12
+ "package": "@fluentui/react-virtualizer",
13
+ "commit": "4af9156bc869948b12610689f15b2a778aa690ca",
14
+ "comment": "fix: Updating peer dependencies to support React 18."
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Wed, 15 Feb 2023 11:44:52 GMT",
21
+ "tag": "@fluentui/react-virtualizer_v9.0.0-alpha.6",
22
+ "version": "9.0.0-alpha.6",
23
+ "comments": {
24
+ "prerelease": [
25
+ {
26
+ "author": "beachball",
27
+ "package": "@fluentui/react-virtualizer",
28
+ "comment": "Bump @fluentui/react-utilities to v9.6.0",
29
+ "commit": "087d981aab96bef2e332a373069a19bc702a7ca2"
30
+ }
31
+ ]
32
+ }
33
+ },
34
+ {
35
+ "date": "Mon, 13 Feb 2023 23:43:14 GMT",
6
36
  "tag": "@fluentui/react-virtualizer_v9.0.0-alpha.5",
7
37
  "version": "9.0.0-alpha.5",
8
38
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,30 @@
1
1
  # Change Log - @fluentui/react-virtualizer
2
2
 
3
- This log was last generated on Mon, 13 Feb 2023 23:40:50 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 15 Feb 2023 23:35:10 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.0-alpha.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-virtualizer_v9.0.0-alpha.7)
8
+
9
+ Wed, 15 Feb 2023 23:35:10 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-virtualizer_v9.0.0-alpha.6..@fluentui/react-virtualizer_v9.0.0-alpha.7)
11
+
12
+ ### Changes
13
+
14
+ - fix: Updating peer dependencies to support React 18. ([PR #26866](https://github.com/microsoft/fluentui/pull/26866) by mgodbolt@microsoft.com)
15
+
16
+ ## [9.0.0-alpha.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-virtualizer_v9.0.0-alpha.6)
17
+
18
+ Wed, 15 Feb 2023 11:44:52 GMT
19
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-virtualizer_v9.0.0-alpha.5..@fluentui/react-virtualizer_v9.0.0-alpha.6)
20
+
21
+ ### Changes
22
+
23
+ - Bump @fluentui/react-utilities to v9.6.0 ([PR #26845](https://github.com/microsoft/fluentui/pull/26845) by beachball)
24
+
7
25
  ## [9.0.0-alpha.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-virtualizer_v9.0.0-alpha.5)
8
26
 
9
- Mon, 13 Feb 2023 23:40:50 GMT
27
+ Mon, 13 Feb 2023 23:43:14 GMT
10
28
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-virtualizer_v9.0.0-alpha.4..@fluentui/react-virtualizer_v9.0.0-alpha.5)
11
29
 
12
30
  ### Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-virtualizer",
3
- "version": "9.0.0-alpha.5",
3
+ "version": "9.0.0-alpha.7",
4
4
  "description": "Generic and composable virtualizer framework built on browser intersection observer",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -31,15 +31,15 @@
31
31
  "@fluentui/scripts-tasks": "*"
32
32
  },
33
33
  "dependencies": {
34
- "@fluentui/react-utilities": "^9.5.3",
34
+ "@fluentui/react-utilities": "^9.6.0",
35
35
  "@griffel/react": "^1.5.2",
36
36
  "tslib": "^2.1.0"
37
37
  },
38
38
  "peerDependencies": {
39
- "@types/react": ">=16.8.0 <18.0.0",
40
- "@types/react-dom": ">=16.8.0 <18.0.0",
41
- "react": ">=16.8.0 <18.0.0",
42
- "react-dom": ">=16.8.0 <18.0.0"
39
+ "@types/react": ">=16.8.0 <19.0.0",
40
+ "@types/react-dom": ">=16.8.0 <19.0.0",
41
+ "react": ">=16.8.0 <19.0.0",
42
+ "react-dom": ">=16.8.0 <19.0.0"
43
43
  },
44
44
  "beachball": {
45
45
  "disallowedChangeTypes": [