@fluentui/react-virtualizer
Advanced tools
Comparing version 9.0.0-alpha.6 to 9.0.0-alpha.7
@@ -5,3 +5,18 @@ { | ||
{ | ||
"date": "Wed, 15 Feb 2023 11:41:24 GMT", | ||
"date": "Wed, 15 Feb 2023 23:35:10 GMT", | ||
"tag": "@fluentui/react-virtualizer_v9.0.0-alpha.7", | ||
"version": "9.0.0-alpha.7", | ||
"comments": { | ||
"prerelease": [ | ||
{ | ||
"author": "mgodbolt@microsoft.com", | ||
"package": "@fluentui/react-virtualizer", | ||
"commit": "4af9156bc869948b12610689f15b2a778aa690ca", | ||
"comment": "fix: Updating peer dependencies to support React 18." | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Wed, 15 Feb 2023 11:44:52 GMT", | ||
"tag": "@fluentui/react-virtualizer_v9.0.0-alpha.6", | ||
@@ -8,0 +23,0 @@ "version": "9.0.0-alpha.6", |
# Change Log - @fluentui/react-virtualizer | ||
This log was last generated on Wed, 15 Feb 2023 11:41:24 GMT and should not be manually modified. | ||
This log was last generated on Wed, 15 Feb 2023 23:35:10 GMT and should not be manually modified. | ||
<!-- Start content --> | ||
## [9.0.0-alpha.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-virtualizer_v9.0.0-alpha.7) | ||
Wed, 15 Feb 2023 23:35:10 GMT | ||
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-virtualizer_v9.0.0-alpha.6..@fluentui/react-virtualizer_v9.0.0-alpha.7) | ||
### Changes | ||
- fix: Updating peer dependencies to support React 18. ([PR #26866](https://github.com/microsoft/fluentui/pull/26866) by mgodbolt@microsoft.com) | ||
## [9.0.0-alpha.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-virtualizer_v9.0.0-alpha.6) | ||
Wed, 15 Feb 2023 11:41:24 GMT | ||
Wed, 15 Feb 2023 11:44:52 GMT | ||
[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,0 +20,0 @@ |
{ | ||
"name": "@fluentui/react-virtualizer", | ||
"version": "9.0.0-alpha.6", | ||
"version": "9.0.0-alpha.7", | ||
"description": "Generic and composable virtualizer framework built on browser intersection observer", | ||
@@ -39,6 +39,6 @@ "main": "lib-commonjs/index.js", | ||
"peerDependencies": { | ||
"@types/react": ">=16.8.0 <18.0.0", | ||
"@types/react-dom": ">=16.8.0 <18.0.0", | ||
"react": ">=16.8.0 <18.0.0", | ||
"react-dom": ">=16.8.0 <18.0.0" | ||
"@types/react": ">=16.8.0 <19.0.0", | ||
"@types/react-dom": ">=16.8.0 <19.0.0", | ||
"react": ">=16.8.0 <19.0.0", | ||
"react-dom": ">=16.8.0 <19.0.0" | ||
}, | ||
@@ -45,0 +45,0 @@ "beachball": { |
156834
1490