@fluentui/react-virtualizer 9.0.0-alpha.6 → 9.0.0-alpha.8

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": "Wed, 15 Feb 2023 11:41:24 GMT",
5
+ "date": "Thu, 16 Feb 2023 19:18:19 GMT",
6
+ "tag": "@fluentui/react-virtualizer_v9.0.0-alpha.8",
7
+ "version": "9.0.0-alpha.8",
8
+ "comments": {
9
+ "prerelease": [
10
+ {
11
+ "author": "mgodbolt@microsoft.com",
12
+ "package": "@fluentui/react-virtualizer",
13
+ "commit": "c6f47613e95f8e43ef00792ea673d673881e14fb",
14
+ "comment": "fixing build issues"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Thu, 16 Feb 2023 16:18:01 GMT",
21
+ "tag": "@fluentui/react-virtualizer_v9.0.0-alpha.7",
22
+ "version": "9.0.0-alpha.7",
23
+ "comments": {
24
+ "prerelease": [
25
+ {
26
+ "author": "mgodbolt@microsoft.com",
27
+ "package": "@fluentui/react-virtualizer",
28
+ "commit": "4af9156bc869948b12610689f15b2a778aa690ca",
29
+ "comment": "fix: Updating peer dependencies to support React 18."
30
+ }
31
+ ]
32
+ }
33
+ },
34
+ {
35
+ "date": "Wed, 15 Feb 2023 11:44:52 GMT",
6
36
  "tag": "@fluentui/react-virtualizer_v9.0.0-alpha.6",
7
37
  "version": "9.0.0-alpha.6",
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 Wed, 15 Feb 2023 11:41:24 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 16 Feb 2023 19:18:19 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.0-alpha.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-virtualizer_v9.0.0-alpha.8)
8
+
9
+ Thu, 16 Feb 2023 19:18:19 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-virtualizer_v9.0.0-alpha.7..@fluentui/react-virtualizer_v9.0.0-alpha.8)
11
+
12
+ ### Changes
13
+
14
+ - fixing build issues ([PR #26877](https://github.com/microsoft/fluentui/pull/26877) by mgodbolt@microsoft.com)
15
+
16
+ ## [9.0.0-alpha.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-virtualizer_v9.0.0-alpha.7)
17
+
18
+ Thu, 16 Feb 2023 16:18:01 GMT
19
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-virtualizer_v9.0.0-alpha.6..@fluentui/react-virtualizer_v9.0.0-alpha.7)
20
+
21
+ ### Changes
22
+
23
+ - fix: Updating peer dependencies to support React 18. ([PR #26866](https://github.com/microsoft/fluentui/pull/26866) by mgodbolt@microsoft.com)
24
+
7
25
  ## [9.0.0-alpha.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-virtualizer_v9.0.0-alpha.6)
8
26
 
9
- Wed, 15 Feb 2023 11:41:24 GMT
27
+ Wed, 15 Feb 2023 11:44:52 GMT
10
28
  [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
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.6",
3
+ "version": "9.0.0-alpha.8",
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": [