@fluentui/react-virtualizer 9.0.0-alpha.14 → 9.0.0-alpha.16

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,43 @@
2
2
  "name": "@fluentui/react-virtualizer",
3
3
  "entries": [
4
4
  {
5
- "date": "Fri, 24 Mar 2023 10:15:03 GMT",
5
+ "date": "Wed, 12 Apr 2023 09:28:17 GMT",
6
+ "tag": "@fluentui/react-virtualizer_v9.0.0-alpha.16",
7
+ "version": "9.0.0-alpha.16",
8
+ "comments": {
9
+ "prerelease": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui/react-virtualizer",
13
+ "comment": "Bump @fluentui/react-utilities to v9.7.4",
14
+ "commit": "b48890859f5ce28fe12fd40f6bda26ed486c5e47"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Tue, 04 Apr 2023 18:44:50 GMT",
21
+ "tag": "@fluentui/react-virtualizer_v9.0.0-alpha.15",
22
+ "version": "9.0.0-alpha.15",
23
+ "comments": {
24
+ "prerelease": [
25
+ {
26
+ "author": "martinhochel@microsoft.com",
27
+ "package": "@fluentui/react-virtualizer",
28
+ "commit": "5c53cfd7875712af78dd5bca396ce0d24030973c",
29
+ "comment": "fix: remove disallowed v9 react-fabric/v8 from dependency to mitigate dep-tree creep"
30
+ },
31
+ {
32
+ "author": "beachball",
33
+ "package": "@fluentui/react-virtualizer",
34
+ "comment": "Bump @fluentui/react-utilities to v9.7.3",
35
+ "commit": "6778d76bbbad7e1975c151c797f28c2708cde2ce"
36
+ }
37
+ ]
38
+ }
39
+ },
40
+ {
41
+ "date": "Fri, 24 Mar 2023 10:15:27 GMT",
6
42
  "tag": "@fluentui/react-virtualizer_v9.0.0-alpha.14",
7
43
  "version": "9.0.0-alpha.14",
8
44
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,31 @@
1
1
  # Change Log - @fluentui/react-virtualizer
2
2
 
3
- This log was last generated on Fri, 24 Mar 2023 10:15:03 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 12 Apr 2023 09:28:17 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.0-alpha.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-virtualizer_v9.0.0-alpha.16)
8
+
9
+ Wed, 12 Apr 2023 09:28:17 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-virtualizer_v9.0.0-alpha.15..@fluentui/react-virtualizer_v9.0.0-alpha.16)
11
+
12
+ ### Changes
13
+
14
+ - Bump @fluentui/react-utilities to v9.7.4 ([commit](https://github.com/microsoft/fluentui/commit/b48890859f5ce28fe12fd40f6bda26ed486c5e47) by beachball)
15
+
16
+ ## [9.0.0-alpha.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-virtualizer_v9.0.0-alpha.15)
17
+
18
+ Tue, 04 Apr 2023 18:44:50 GMT
19
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-virtualizer_v9.0.0-alpha.14..@fluentui/react-virtualizer_v9.0.0-alpha.15)
20
+
21
+ ### Changes
22
+
23
+ - fix: remove disallowed v9 react-fabric/v8 from dependency to mitigate dep-tree creep ([PR #27334](https://github.com/microsoft/fluentui/pull/27334) by martinhochel@microsoft.com)
24
+ - Bump @fluentui/react-utilities to v9.7.3 ([PR #27434](https://github.com/microsoft/fluentui/pull/27434) by beachball)
25
+
7
26
  ## [9.0.0-alpha.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-virtualizer_v9.0.0-alpha.14)
8
27
 
9
- Fri, 24 Mar 2023 10:15:03 GMT
28
+ Fri, 24 Mar 2023 10:15:27 GMT
10
29
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-virtualizer_v9.0.0-alpha.13..@fluentui/react-virtualizer_v9.0.0-alpha.14)
11
30
 
12
31
  ### Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-virtualizer",
3
- "version": "9.0.0-alpha.14",
3
+ "version": "9.0.0-alpha.16",
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,8 +31,7 @@
31
31
  "@fluentui/scripts-tasks": "*"
32
32
  },
33
33
  "dependencies": {
34
- "@fluentui/react-utilities": "^9.7.2",
35
- "@fluentui/react": "^8.106.8",
34
+ "@fluentui/react-utilities": "^9.7.4",
36
35
  "@griffel/react": "^1.5.2",
37
36
  "@swc/helpers": "^0.4.14"
38
37
  },