@fluentui/react-menu-grid-preview 0.0.0-nightly-20250908-0407.1 → 0.1.1
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.md +13 -15
- package/package.json +16 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,26 +1,24 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-menu-grid-preview
|
|
2
2
|
|
|
3
|
-
This log was last generated on Mon, 08 Sep 2025
|
|
3
|
+
This log was last generated on Mon, 08 Sep 2025 12:41:45 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
-
## [0.
|
|
7
|
+
## [0.1.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu-grid-preview_v0.1.1)
|
|
8
8
|
|
|
9
|
-
Mon, 08 Sep 2025
|
|
10
|
-
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu-grid-preview_v0.1.0..@fluentui/react-menu-grid-preview_v0.
|
|
9
|
+
Mon, 08 Sep 2025 12:41:45 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu-grid-preview_v0.1.0..@fluentui/react-menu-grid-preview_v0.1.1)
|
|
11
11
|
|
|
12
|
-
###
|
|
12
|
+
### Patches
|
|
13
13
|
|
|
14
|
-
-
|
|
15
|
-
-
|
|
16
|
-
- Bump @fluentui/react-
|
|
17
|
-
- Bump @fluentui/react-
|
|
18
|
-
- Bump @fluentui/react-
|
|
19
|
-
- Bump @fluentui/react-
|
|
20
|
-
- Bump @fluentui/react-
|
|
21
|
-
- Bump @fluentui/react-utilities to
|
|
22
|
-
- Bump @fluentui/react-conformance to v0.0.0-nightly-20250908-0407.1 ([commit](https://github.com/microsoft/fluentui/commit/14c8afa624fc4000155a09a66ccc9aad2a269c93) by beachball)
|
|
23
|
-
- Bump @fluentui/react-conformance-griffel to v0.0.0-nightly-20250908-0407.1 ([commit](https://github.com/microsoft/fluentui/commit/14c8afa624fc4000155a09a66ccc9aad2a269c93) by beachball)
|
|
14
|
+
- chore: enforce explicit module boundary types ([PR #35080](https://github.com/microsoft/fluentui/pull/35080) by dmytrokirpa@microsoft.com)
|
|
15
|
+
- chore: extend peer dependencies versions to support React 19 ([PR #35145](https://github.com/microsoft/fluentui/pull/35145) by dmytrokirpa@microsoft.com)
|
|
16
|
+
- Bump @fluentui/react-menu to v9.19.6 ([commit](https://github.com/microsoft/fluentui/commit/17af11b3c9f4cac2beeaf4342a81c1f08e95fd29) by beachball)
|
|
17
|
+
- Bump @fluentui/react-table to v9.18.6 ([commit](https://github.com/microsoft/fluentui/commit/17af11b3c9f4cac2beeaf4342a81c1f08e95fd29) by beachball)
|
|
18
|
+
- Bump @fluentui/react-tabster to v9.26.5 ([commit](https://github.com/microsoft/fluentui/commit/17af11b3c9f4cac2beeaf4342a81c1f08e95fd29) by beachball)
|
|
19
|
+
- Bump @fluentui/react-jsx-runtime to v9.2.0 ([commit](https://github.com/microsoft/fluentui/commit/17af11b3c9f4cac2beeaf4342a81c1f08e95fd29) by beachball)
|
|
20
|
+
- Bump @fluentui/react-shared-contexts to v9.25.1 ([commit](https://github.com/microsoft/fluentui/commit/17af11b3c9f4cac2beeaf4342a81c1f08e95fd29) by beachball)
|
|
21
|
+
- Bump @fluentui/react-utilities to v9.24.1 ([commit](https://github.com/microsoft/fluentui/commit/17af11b3c9f4cac2beeaf4342a81c1f08e95fd29) by beachball)
|
|
24
22
|
|
|
25
23
|
## [0.1.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu-grid-preview_v0.1.0)
|
|
26
24
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui/react-menu-grid-preview",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "New fluentui react package",
|
|
5
5
|
"main": "lib-commonjs/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -19,18 +19,18 @@
|
|
|
19
19
|
"license": "MIT",
|
|
20
20
|
"devDependencies": {
|
|
21
21
|
"@fluentui/eslint-plugin": "*",
|
|
22
|
-
"@fluentui/react-conformance": "
|
|
23
|
-
"@fluentui/react-conformance-griffel": "
|
|
22
|
+
"@fluentui/react-conformance": "*",
|
|
23
|
+
"@fluentui/react-conformance-griffel": "*",
|
|
24
24
|
"@fluentui/scripts-api-extractor": "*"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@fluentui/react-menu": "
|
|
28
|
-
"@fluentui/react-table": "
|
|
29
|
-
"@fluentui/react-tabster": "
|
|
30
|
-
"@fluentui/react-jsx-runtime": "
|
|
31
|
-
"@fluentui/react-shared-contexts": "
|
|
32
|
-
"@fluentui/react-theme": "
|
|
33
|
-
"@fluentui/react-utilities": "
|
|
27
|
+
"@fluentui/react-menu": "^9.19.6",
|
|
28
|
+
"@fluentui/react-table": "^9.18.6",
|
|
29
|
+
"@fluentui/react-tabster": "^9.26.5",
|
|
30
|
+
"@fluentui/react-jsx-runtime": "^9.2.0",
|
|
31
|
+
"@fluentui/react-shared-contexts": "^9.25.1",
|
|
32
|
+
"@fluentui/react-theme": "^9.2.0",
|
|
33
|
+
"@fluentui/react-utilities": "^9.24.1",
|
|
34
34
|
"@griffel/react": "^1.5.22",
|
|
35
35
|
"@swc/helpers": "^0.5.1"
|
|
36
36
|
},
|
|
@@ -49,5 +49,10 @@
|
|
|
49
49
|
},
|
|
50
50
|
"./package.json": "./package.json"
|
|
51
51
|
},
|
|
52
|
-
"beachball": {
|
|
52
|
+
"beachball": {
|
|
53
|
+
"disallowedChangeTypes": [
|
|
54
|
+
"major",
|
|
55
|
+
"prerelease"
|
|
56
|
+
]
|
|
57
|
+
}
|
|
53
58
|
}
|