@fluentui/react-virtualizer 9.0.0-alpha.6 → 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,22 @@
2
2
  "name": "@fluentui/react-virtualizer",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 15 Feb 2023 11:41:24 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",
6
21
  "tag": "@fluentui/react-virtualizer_v9.0.0-alpha.6",
7
22
  "version": "9.0.0-alpha.6",
8
23
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,21 @@
1
1
  # Change Log - @fluentui/react-virtualizer
2
2
 
3
- This log was last generated on Wed, 15 Feb 2023 11:41:24 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
+
7
16
  ## [9.0.0-alpha.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-virtualizer_v9.0.0-alpha.6)
8
17
 
9
- Wed, 15 Feb 2023 11:41:24 GMT
18
+ Wed, 15 Feb 2023 11:44:52 GMT
10
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)
11
20
 
12
21
  ### Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-virtualizer",
3
- "version": "9.0.0-alpha.6",
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",
@@ -36,10 +36,10 @@
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": [