@fluentui/react-positioning 9.2.1 → 9.2.2
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.json +40 -1
- package/CHANGELOG.md +15 -2
- package/package.json +9 -9
package/CHANGELOG.json
CHANGED
@@ -2,7 +2,46 @@
|
|
2
2
|
"name": "@fluentui/react-positioning",
|
3
3
|
"entries": [
|
4
4
|
{
|
5
|
-
"date": "Thu,
|
5
|
+
"date": "Thu, 20 Oct 2022 08:35:18 GMT",
|
6
|
+
"tag": "@fluentui/react-positioning_v9.2.2",
|
7
|
+
"version": "9.2.2",
|
8
|
+
"comments": {
|
9
|
+
"patch": [
|
10
|
+
{
|
11
|
+
"author": "olfedias@microsoft.com",
|
12
|
+
"package": "@fluentui/react-positioning",
|
13
|
+
"commit": "06865dada128321804646582f564ee86d835d174",
|
14
|
+
"comment": "chore: Update Griffel to latest version"
|
15
|
+
},
|
16
|
+
{
|
17
|
+
"author": "mgodbolt@microsoft.com",
|
18
|
+
"package": "@fluentui/react-positioning",
|
19
|
+
"commit": "17096b3137d9d3e7c7443ddc3ce0738b2910a334",
|
20
|
+
"comment": "chore: Bump peer deps to support React 18"
|
21
|
+
},
|
22
|
+
{
|
23
|
+
"author": "beachball",
|
24
|
+
"package": "@fluentui/react-positioning",
|
25
|
+
"comment": "Bump @fluentui/react-shared-contexts to v9.0.2",
|
26
|
+
"commit": "be27026d83b8a019bcb945d0f42635ae76c00385"
|
27
|
+
},
|
28
|
+
{
|
29
|
+
"author": "beachball",
|
30
|
+
"package": "@fluentui/react-positioning",
|
31
|
+
"comment": "Bump @fluentui/react-theme to v9.1.1",
|
32
|
+
"commit": "be27026d83b8a019bcb945d0f42635ae76c00385"
|
33
|
+
},
|
34
|
+
{
|
35
|
+
"author": "beachball",
|
36
|
+
"package": "@fluentui/react-positioning",
|
37
|
+
"comment": "Bump @fluentui/react-utilities to v9.1.2",
|
38
|
+
"commit": "be27026d83b8a019bcb945d0f42635ae76c00385"
|
39
|
+
}
|
40
|
+
]
|
41
|
+
}
|
42
|
+
},
|
43
|
+
{
|
44
|
+
"date": "Thu, 13 Oct 2022 11:02:57 GMT",
|
6
45
|
"tag": "@fluentui/react-positioning_v9.2.1",
|
7
46
|
"version": "9.2.1",
|
8
47
|
"comments": {
|
package/CHANGELOG.md
CHANGED
@@ -1,12 +1,25 @@
|
|
1
1
|
# Change Log - @fluentui/react-positioning
|
2
2
|
|
3
|
-
This log was last generated on Thu,
|
3
|
+
This log was last generated on Thu, 20 Oct 2022 08:35:18 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
+
## [9.2.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.2.2)
|
8
|
+
|
9
|
+
Thu, 20 Oct 2022 08:35:18 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.2.1..@fluentui/react-positioning_v9.2.2)
|
11
|
+
|
12
|
+
### Patches
|
13
|
+
|
14
|
+
- chore: Update Griffel to latest version ([PR #25212](https://github.com/microsoft/fluentui/pull/25212) by olfedias@microsoft.com)
|
15
|
+
- chore: Bump peer deps to support React 18 ([PR #24972](https://github.com/microsoft/fluentui/pull/24972) by mgodbolt@microsoft.com)
|
16
|
+
- Bump @fluentui/react-shared-contexts to v9.0.2 ([commit](https://github.com/microsoft/fluentui/commit/be27026d83b8a019bcb945d0f42635ae76c00385) by beachball)
|
17
|
+
- Bump @fluentui/react-theme to v9.1.1 ([commit](https://github.com/microsoft/fluentui/commit/be27026d83b8a019bcb945d0f42635ae76c00385) by beachball)
|
18
|
+
- Bump @fluentui/react-utilities to v9.1.2 ([commit](https://github.com/microsoft/fluentui/commit/be27026d83b8a019bcb945d0f42635ae76c00385) by beachball)
|
19
|
+
|
7
20
|
## [9.2.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.2.1)
|
8
21
|
|
9
|
-
Thu, 13 Oct 2022
|
22
|
+
Thu, 13 Oct 2022 11:02:57 GMT
|
10
23
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.2.0..@fluentui/react-positioning_v9.2.1)
|
11
24
|
|
12
25
|
### Patches
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@fluentui/react-positioning",
|
3
|
-
"version": "9.2.
|
3
|
+
"version": "9.2.2",
|
4
4
|
"description": "A react wrapper around Popper.js for Fluent UI",
|
5
5
|
"main": "lib-commonjs/index.js",
|
6
6
|
"module": "lib/index.js",
|
@@ -29,17 +29,17 @@
|
|
29
29
|
},
|
30
30
|
"dependencies": {
|
31
31
|
"@floating-ui/dom": "^1.0.0",
|
32
|
-
"@fluentui/react-shared-contexts": "^9.0.
|
33
|
-
"@fluentui/react-theme": "^9.1.
|
34
|
-
"@fluentui/react-utilities": "^9.1.
|
35
|
-
"@griffel/react": "^1.4.
|
32
|
+
"@fluentui/react-shared-contexts": "^9.0.2",
|
33
|
+
"@fluentui/react-theme": "^9.1.1",
|
34
|
+
"@fluentui/react-utilities": "^9.1.2",
|
35
|
+
"@griffel/react": "^1.4.1",
|
36
36
|
"tslib": "^2.1.0"
|
37
37
|
},
|
38
38
|
"peerDependencies": {
|
39
|
-
"@types/react": ">=16.8.0 <
|
40
|
-
"@types/react-dom": ">=16.8.0 <
|
41
|
-
"react": ">=16.8.0 <
|
42
|
-
"react-dom": ">=16.8.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": [
|