@fluentui/react-positioning 9.0.0-rc.5 → 9.0.0-rc.6
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.json +48 -1
- package/CHANGELOG.md +14 -2
- package/package.json +6 -10
package/CHANGELOG.json
CHANGED
@@ -2,7 +2,54 @@
|
|
2
2
|
"name": "@fluentui/react-positioning",
|
3
3
|
"entries": [
|
4
4
|
{
|
5
|
-
"date": "
|
5
|
+
"date": "Tue, 19 Apr 2022 19:13:59 GMT",
|
6
|
+
"tag": "@fluentui/react-positioning_v9.0.0-rc.6",
|
7
|
+
"version": "9.0.0-rc.6",
|
8
|
+
"comments": {
|
9
|
+
"none": [
|
10
|
+
{
|
11
|
+
"author": "mgodbolt@microsoft.com",
|
12
|
+
"package": "@fluentui/react-positioning",
|
13
|
+
"commit": "905e46db07ada986fd7885531f72a71b7bbaabdc",
|
14
|
+
"comment": "create v9 api extractor config and set all v9 packags to use it, suppress forgotten export"
|
15
|
+
},
|
16
|
+
{
|
17
|
+
"author": "elcraig@microsoft.com",
|
18
|
+
"package": "@fluentui/react-positioning",
|
19
|
+
"commit": "b7f17e976f9e058f39c9fce4f0f9bb6eb4dfa577",
|
20
|
+
"comment": "Update React dev deps and hoist them to the repo root"
|
21
|
+
}
|
22
|
+
],
|
23
|
+
"prerelease": [
|
24
|
+
{
|
25
|
+
"author": "olfedias@microsoft.com",
|
26
|
+
"package": "@fluentui/react-positioning",
|
27
|
+
"commit": "e569d6e04d83cbcc6225e61db52ff81d2addd363",
|
28
|
+
"comment": "chore: Update Griffel to latest version"
|
29
|
+
},
|
30
|
+
{
|
31
|
+
"author": "beachball",
|
32
|
+
"package": "@fluentui/react-positioning",
|
33
|
+
"comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.5",
|
34
|
+
"commit": "9c8592decacb9f7b1dc608a03c9f991918806008"
|
35
|
+
},
|
36
|
+
{
|
37
|
+
"author": "beachball",
|
38
|
+
"package": "@fluentui/react-positioning",
|
39
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-rc.5",
|
40
|
+
"commit": "9c8592decacb9f7b1dc608a03c9f991918806008"
|
41
|
+
},
|
42
|
+
{
|
43
|
+
"author": "beachball",
|
44
|
+
"package": "@fluentui/react-positioning",
|
45
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.6",
|
46
|
+
"commit": "9c8592decacb9f7b1dc608a03c9f991918806008"
|
47
|
+
}
|
48
|
+
]
|
49
|
+
}
|
50
|
+
},
|
51
|
+
{
|
52
|
+
"date": "Fri, 04 Mar 2022 05:17:39 GMT",
|
6
53
|
"tag": "@fluentui/react-positioning_v9.0.0-rc.5",
|
7
54
|
"version": "9.0.0-rc.5",
|
8
55
|
"comments": {
|
package/CHANGELOG.md
CHANGED
@@ -1,12 +1,24 @@
|
|
1
1
|
# Change Log - @fluentui/react-positioning
|
2
2
|
|
3
|
-
This log was last generated on
|
3
|
+
This log was last generated on Tue, 19 Apr 2022 19:13:59 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
+
## [9.0.0-rc.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-rc.6)
|
8
|
+
|
9
|
+
Tue, 19 Apr 2022 19:13:59 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-rc.5..@fluentui/react-positioning_v9.0.0-rc.6)
|
11
|
+
|
12
|
+
### Changes
|
13
|
+
|
14
|
+
- chore: Update Griffel to latest version ([PR #21976](https://github.com/microsoft/fluentui/pull/21976) by olfedias@microsoft.com)
|
15
|
+
- Bump @fluentui/react-shared-contexts to v9.0.0-rc.5 ([PR #22367](https://github.com/microsoft/fluentui/pull/22367) by beachball)
|
16
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.5 ([PR #22367](https://github.com/microsoft/fluentui/pull/22367) by beachball)
|
17
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.6 ([PR #22367](https://github.com/microsoft/fluentui/pull/22367) by beachball)
|
18
|
+
|
7
19
|
## [9.0.0-rc.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.0.0-rc.5)
|
8
20
|
|
9
|
-
Fri, 04 Mar 2022 05:
|
21
|
+
Fri, 04 Mar 2022 05:17:39 GMT
|
10
22
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.0.0-rc.4..@fluentui/react-positioning_v9.0.0-rc.5)
|
11
23
|
|
12
24
|
### Changes
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@fluentui/react-positioning",
|
3
|
-
"version": "9.0.0-rc.
|
3
|
+
"version": "9.0.0-rc.6",
|
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",
|
@@ -25,17 +25,13 @@
|
|
25
25
|
},
|
26
26
|
"devDependencies": {
|
27
27
|
"@fluentui/eslint-plugin": "*",
|
28
|
-
"@fluentui/scripts": "^1.0.0"
|
29
|
-
"@types/react": "16.9.42",
|
30
|
-
"@types/react-dom": "16.9.10",
|
31
|
-
"react": "16.8.6",
|
32
|
-
"react-dom": "16.8.6"
|
28
|
+
"@fluentui/scripts": "^1.0.0"
|
33
29
|
},
|
34
30
|
"dependencies": {
|
35
|
-
"@griffel/react": "1.0.
|
36
|
-
"@fluentui/react-shared-contexts": "9.0.0-rc.
|
37
|
-
"@fluentui/react-theme": "9.0.0-rc.
|
38
|
-
"@fluentui/react-utilities": "9.0.0-rc.
|
31
|
+
"@griffel/react": "1.0.3",
|
32
|
+
"@fluentui/react-shared-contexts": "9.0.0-rc.5",
|
33
|
+
"@fluentui/react-theme": "9.0.0-rc.5",
|
34
|
+
"@fluentui/react-utilities": "9.0.0-rc.6",
|
39
35
|
"@popperjs/core": "~2.4.3",
|
40
36
|
"tslib": "^2.1.0"
|
41
37
|
},
|