@fluentui/react-tooltip 9.0.0-beta.2 → 9.0.0-nightly.d730088d7f.0
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.json +76 -1
- package/CHANGELOG.md +21 -2
- package/package.json +10 -10
package/CHANGELOG.json
CHANGED
@@ -2,7 +2,82 @@
|
|
2
2
|
"name": "@fluentui/react-tooltip",
|
3
3
|
"entries": [
|
4
4
|
{
|
5
|
-
"date": "
|
5
|
+
"date": "Wed, 20 Oct 2021 09:19:30 GMT",
|
6
|
+
"tag": "@fluentui/react-tooltip_v9.0.0-nightly.d730088d7f.0",
|
7
|
+
"version": "9.0.0-nightly.d730088d7f.0",
|
8
|
+
"comments": {
|
9
|
+
"prerelease": [
|
10
|
+
{
|
11
|
+
"author": "email not defined",
|
12
|
+
"package": "@fluentui/react-tooltip",
|
13
|
+
"comment": "Release nightly v9",
|
14
|
+
"commit": "ec40cc4bf5af48d100161d7fc692fa8624507dee"
|
15
|
+
},
|
16
|
+
{
|
17
|
+
"author": "peter@draxler.ml",
|
18
|
+
"package": "@fluentui/react-tooltip",
|
19
|
+
"comment": "added styling of documentation",
|
20
|
+
"commit": "ec40cc4bf5af48d100161d7fc692fa8624507dee"
|
21
|
+
},
|
22
|
+
{
|
23
|
+
"author": "beachball",
|
24
|
+
"package": "@fluentui/react-tooltip",
|
25
|
+
"comment": "Bump @fluentui/react-make-styles to v9.0.0-nightly.d730088d7f.0",
|
26
|
+
"commit": "ec40cc4bf5af48d100161d7fc692fa8624507dee"
|
27
|
+
},
|
28
|
+
{
|
29
|
+
"author": "beachball",
|
30
|
+
"package": "@fluentui/react-tooltip",
|
31
|
+
"comment": "Bump @fluentui/react-portal to v9.0.0-nightly.d730088d7f.0",
|
32
|
+
"commit": "ec40cc4bf5af48d100161d7fc692fa8624507dee"
|
33
|
+
},
|
34
|
+
{
|
35
|
+
"author": "beachball",
|
36
|
+
"package": "@fluentui/react-tooltip",
|
37
|
+
"comment": "Bump @fluentui/react-positioning to v9.0.0-nightly.d730088d7f.0",
|
38
|
+
"commit": "ec40cc4bf5af48d100161d7fc692fa8624507dee"
|
39
|
+
},
|
40
|
+
{
|
41
|
+
"author": "beachball",
|
42
|
+
"package": "@fluentui/react-tooltip",
|
43
|
+
"comment": "Bump @fluentui/react-shared-contexts to v9.0.0-nightly.d730088d7f.0",
|
44
|
+
"commit": "ec40cc4bf5af48d100161d7fc692fa8624507dee"
|
45
|
+
},
|
46
|
+
{
|
47
|
+
"author": "beachball",
|
48
|
+
"package": "@fluentui/react-tooltip",
|
49
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-nightly.d730088d7f.0",
|
50
|
+
"commit": "ec40cc4bf5af48d100161d7fc692fa8624507dee"
|
51
|
+
},
|
52
|
+
{
|
53
|
+
"author": "beachball",
|
54
|
+
"package": "@fluentui/react-tooltip",
|
55
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-nightly.d730088d7f.0",
|
56
|
+
"commit": "ec40cc4bf5af48d100161d7fc692fa8624507dee"
|
57
|
+
},
|
58
|
+
{
|
59
|
+
"author": "beachball",
|
60
|
+
"package": "@fluentui/react-tooltip",
|
61
|
+
"comment": "Bump @fluentui/babel-make-styles to v9.0.0-nightly.d730088d7f.0",
|
62
|
+
"commit": "ec40cc4bf5af48d100161d7fc692fa8624507dee"
|
63
|
+
},
|
64
|
+
{
|
65
|
+
"author": "beachball",
|
66
|
+
"package": "@fluentui/react-tooltip",
|
67
|
+
"comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-nightly.d730088d7f.0",
|
68
|
+
"commit": "ec40cc4bf5af48d100161d7fc692fa8624507dee"
|
69
|
+
},
|
70
|
+
{
|
71
|
+
"author": "beachball",
|
72
|
+
"package": "@fluentui/react-tooltip",
|
73
|
+
"comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-nightly.d730088d7f.0",
|
74
|
+
"commit": "ec40cc4bf5af48d100161d7fc692fa8624507dee"
|
75
|
+
}
|
76
|
+
]
|
77
|
+
}
|
78
|
+
},
|
79
|
+
{
|
80
|
+
"date": "Tue, 12 Oct 2021 19:45:58 GMT",
|
6
81
|
"tag": "@fluentui/react-tooltip_v9.0.0-beta.2",
|
7
82
|
"version": "9.0.0-beta.2",
|
8
83
|
"comments": {
|
package/CHANGELOG.md
CHANGED
@@ -1,12 +1,31 @@
|
|
1
1
|
# Change Log - @fluentui/react-tooltip
|
2
2
|
|
3
|
-
This log was last generated on
|
3
|
+
This log was last generated on Wed, 20 Oct 2021 09:19:30 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
+
## [9.0.0-nightly.d730088d7f.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-nightly.d730088d7f.0)
|
8
|
+
|
9
|
+
Wed, 20 Oct 2021 09:19:30 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-beta.2..@fluentui/react-tooltip_v9.0.0-nightly.d730088d7f.0)
|
11
|
+
|
12
|
+
### Changes
|
13
|
+
|
14
|
+
- Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/ec40cc4bf5af48d100161d7fc692fa8624507dee) by email not defined)
|
15
|
+
- added styling of documentation ([commit](https://github.com/microsoft/fluentui/commit/ec40cc4bf5af48d100161d7fc692fa8624507dee) by peter@draxler.ml)
|
16
|
+
- Bump @fluentui/react-make-styles to v9.0.0-nightly.d730088d7f.0 ([commit](https://github.com/microsoft/fluentui/commit/ec40cc4bf5af48d100161d7fc692fa8624507dee) by beachball)
|
17
|
+
- Bump @fluentui/react-portal to v9.0.0-nightly.d730088d7f.0 ([commit](https://github.com/microsoft/fluentui/commit/ec40cc4bf5af48d100161d7fc692fa8624507dee) by beachball)
|
18
|
+
- Bump @fluentui/react-positioning to v9.0.0-nightly.d730088d7f.0 ([commit](https://github.com/microsoft/fluentui/commit/ec40cc4bf5af48d100161d7fc692fa8624507dee) by beachball)
|
19
|
+
- Bump @fluentui/react-shared-contexts to v9.0.0-nightly.d730088d7f.0 ([commit](https://github.com/microsoft/fluentui/commit/ec40cc4bf5af48d100161d7fc692fa8624507dee) by beachball)
|
20
|
+
- Bump @fluentui/react-theme to v9.0.0-nightly.d730088d7f.0 ([commit](https://github.com/microsoft/fluentui/commit/ec40cc4bf5af48d100161d7fc692fa8624507dee) by beachball)
|
21
|
+
- Bump @fluentui/react-utilities to v9.0.0-nightly.d730088d7f.0 ([commit](https://github.com/microsoft/fluentui/commit/ec40cc4bf5af48d100161d7fc692fa8624507dee) by beachball)
|
22
|
+
- Bump @fluentui/babel-make-styles to v9.0.0-nightly.d730088d7f.0 ([commit](https://github.com/microsoft/fluentui/commit/ec40cc4bf5af48d100161d7fc692fa8624507dee) by beachball)
|
23
|
+
- Bump @fluentui/jest-serializer-make-styles to v9.0.0-nightly.d730088d7f.0 ([commit](https://github.com/microsoft/fluentui/commit/ec40cc4bf5af48d100161d7fc692fa8624507dee) by beachball)
|
24
|
+
- Bump @fluentui/react-conformance-make-styles to v9.0.0-nightly.d730088d7f.0 ([commit](https://github.com/microsoft/fluentui/commit/ec40cc4bf5af48d100161d7fc692fa8624507dee) by beachball)
|
25
|
+
|
7
26
|
## [9.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-beta.2)
|
8
27
|
|
9
|
-
Tue, 12 Oct 2021 19:45:
|
28
|
+
Tue, 12 Oct 2021 19:45:58 GMT
|
10
29
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-beta.1..@fluentui/react-tooltip_v9.0.0-beta.2)
|
11
30
|
|
12
31
|
### Changes
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@fluentui/react-tooltip",
|
3
|
-
"version": "9.0.0-
|
3
|
+
"version": "9.0.0-nightly.d730088d7f.0",
|
4
4
|
"description": "React components for building web experiences",
|
5
5
|
"main": "lib-commonjs/index.js",
|
6
6
|
"module": "lib/index.js",
|
@@ -25,11 +25,11 @@
|
|
25
25
|
"storybook": "start-storybook"
|
26
26
|
},
|
27
27
|
"devDependencies": {
|
28
|
-
"@fluentui/babel-make-styles": "9.0.0-
|
28
|
+
"@fluentui/babel-make-styles": "9.0.0-nightly.d730088d7f.0",
|
29
29
|
"@fluentui/eslint-plugin": "*",
|
30
|
-
"@fluentui/jest-serializer-make-styles": "9.0.0-
|
30
|
+
"@fluentui/jest-serializer-make-styles": "9.0.0-nightly.d730088d7f.0",
|
31
31
|
"@fluentui/react-conformance": "*",
|
32
|
-
"@fluentui/react-conformance-make-styles": "9.0.0-
|
32
|
+
"@fluentui/react-conformance-make-styles": "9.0.0-nightly.d730088d7f.0",
|
33
33
|
"@fluentui/scripts": "^1.0.0",
|
34
34
|
"@types/enzyme": "3.10.3",
|
35
35
|
"@types/enzyme-adapter-react-16": "1.0.3",
|
@@ -43,12 +43,12 @@
|
|
43
43
|
"react-test-renderer": "^16.3.0"
|
44
44
|
},
|
45
45
|
"dependencies": {
|
46
|
-
"@fluentui/react-make-styles": "9.0.0-
|
47
|
-
"@fluentui/react-portal": "9.0.0-
|
48
|
-
"@fluentui/react-positioning": "9.0.0-
|
49
|
-
"@fluentui/react-shared-contexts": "9.0.0-
|
50
|
-
"@fluentui/react-theme": "9.0.0-
|
51
|
-
"@fluentui/react-utilities": "9.0.0-
|
46
|
+
"@fluentui/react-make-styles": "9.0.0-nightly.d730088d7f.0",
|
47
|
+
"@fluentui/react-portal": "9.0.0-nightly.d730088d7f.0",
|
48
|
+
"@fluentui/react-positioning": "9.0.0-nightly.d730088d7f.0",
|
49
|
+
"@fluentui/react-shared-contexts": "9.0.0-nightly.d730088d7f.0",
|
50
|
+
"@fluentui/react-theme": "9.0.0-nightly.d730088d7f.0",
|
51
|
+
"@fluentui/react-utilities": "9.0.0-nightly.d730088d7f.0",
|
52
52
|
"tslib": "^2.1.0"
|
53
53
|
},
|
54
54
|
"peerDependencies": {
|