@fluentui/react-positioning 9.0.0-rc.6 → 9.0.0-rc.9
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.json +117 -4
- package/CHANGELOG.md +113 -76
- package/dist/{react-positioning.d.ts → index.d.ts} +0 -0
- package/{lib → dist}/tsdoc-metadata.json +0 -0
- package/lib/index.js +4 -5
- package/lib/index.js.map +1 -1
- package/lib-commonjs/index.js +38 -8
- package/lib-commonjs/index.js.map +1 -1
- package/package.json +7 -7
- package/lib/createArrowStyles.d.ts +0 -64
- package/lib/createVirtualElementFromClick.d.ts +0 -6
- package/lib/index.d.ts +0 -6
- package/lib/isIntersectingModifier.d.ts +0 -4
- package/lib/types.d.ts +0 -89
- package/lib/usePopper.d.ts +0 -23
- package/lib/usePopperMouseTarget.d.ts +0 -11
- package/lib/utils/getBasePlacement.d.ts +0 -8
- package/lib/utils/getBoundary.d.ts +0 -6
- package/lib/utils/getReactFiberFromNode.d.ts +0 -108
- package/lib/utils/getScrollParent.d.ts +0 -12
- package/lib/utils/index.d.ts +0 -8
- package/lib/utils/mergeArrowOffset.d.ts +0 -10
- package/lib/utils/positioningHelper.d.ts +0 -7
- package/lib/utils/resolvePositioningShorthand.d.ts +0 -2
- package/lib/utils/useCallbackRef.d.ts +0 -19
- package/lib-commonjs/createArrowStyles.d.ts +0 -64
- package/lib-commonjs/createVirtualElementFromClick.d.ts +0 -6
- package/lib-commonjs/index.d.ts +0 -6
- package/lib-commonjs/isIntersectingModifier.d.ts +0 -4
- package/lib-commonjs/types.d.ts +0 -89
- package/lib-commonjs/usePopper.d.ts +0 -23
- package/lib-commonjs/usePopperMouseTarget.d.ts +0 -11
- package/lib-commonjs/utils/getBasePlacement.d.ts +0 -8
- package/lib-commonjs/utils/getBoundary.d.ts +0 -6
- package/lib-commonjs/utils/getReactFiberFromNode.d.ts +0 -108
- package/lib-commonjs/utils/getScrollParent.d.ts +0 -12
- package/lib-commonjs/utils/index.d.ts +0 -8
- package/lib-commonjs/utils/mergeArrowOffset.d.ts +0 -10
- package/lib-commonjs/utils/positioningHelper.d.ts +0 -7
- package/lib-commonjs/utils/resolvePositioningShorthand.d.ts +0 -2
- package/lib-commonjs/utils/useCallbackRef.d.ts +0 -19
package/CHANGELOG.json
CHANGED
@@ -2,7 +2,120 @@
|
|
2
2
|
"name": "@fluentui/react-positioning",
|
3
3
|
"entries": [
|
4
4
|
{
|
5
|
-
"date": "
|
5
|
+
"date": "Mon, 23 May 2022 12:09:59 GMT",
|
6
|
+
"tag": "@fluentui/react-positioning_v9.0.0-rc.9",
|
7
|
+
"version": "9.0.0-rc.9",
|
8
|
+
"comments": {
|
9
|
+
"prerelease": [
|
10
|
+
{
|
11
|
+
"author": "martinhochel@microsoft.com",
|
12
|
+
"package": "@fluentui/react-positioning",
|
13
|
+
"commit": "e7b70cb06f4422e5574993fd2ad44d9073647417",
|
14
|
+
"comment": "feat: ship rolluped only dts"
|
15
|
+
},
|
16
|
+
{
|
17
|
+
"author": "olfedias@microsoft.com",
|
18
|
+
"package": "@fluentui/react-positioning",
|
19
|
+
"commit": "60804cec07a495b8a5d1fc66338bf0443b212144",
|
20
|
+
"comment": "chore: Update Griffel to latest version"
|
21
|
+
},
|
22
|
+
{
|
23
|
+
"author": "olfedias@microsoft.com",
|
24
|
+
"package": "@fluentui/react-positioning",
|
25
|
+
"commit": "f120fe9160ad7311a87af0cfacd8d2fb26275e34",
|
26
|
+
"comment": "chore: Update Griffel to latest version"
|
27
|
+
},
|
28
|
+
{
|
29
|
+
"author": "beachball",
|
30
|
+
"package": "@fluentui/react-positioning",
|
31
|
+
"comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.8",
|
32
|
+
"commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
|
33
|
+
},
|
34
|
+
{
|
35
|
+
"author": "beachball",
|
36
|
+
"package": "@fluentui/react-positioning",
|
37
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-rc.8",
|
38
|
+
"commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
|
39
|
+
},
|
40
|
+
{
|
41
|
+
"author": "beachball",
|
42
|
+
"package": "@fluentui/react-positioning",
|
43
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.9",
|
44
|
+
"commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
|
45
|
+
}
|
46
|
+
]
|
47
|
+
}
|
48
|
+
},
|
49
|
+
{
|
50
|
+
"date": "Thu, 05 May 2022 18:26:25 GMT",
|
51
|
+
"tag": "@fluentui/react-positioning_v9.0.0-rc.8",
|
52
|
+
"version": "9.0.0-rc.8",
|
53
|
+
"comments": {
|
54
|
+
"prerelease": [
|
55
|
+
{
|
56
|
+
"author": "humberto_makoto@hotmail.com",
|
57
|
+
"package": "@fluentui/react-positioning",
|
58
|
+
"commit": "de4f22fd2febb817c720c59c5798200bb56fbe06",
|
59
|
+
"comment": "Removing star exports."
|
60
|
+
},
|
61
|
+
{
|
62
|
+
"author": "beachball",
|
63
|
+
"package": "@fluentui/react-positioning",
|
64
|
+
"comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.7",
|
65
|
+
"commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
|
66
|
+
},
|
67
|
+
{
|
68
|
+
"author": "beachball",
|
69
|
+
"package": "@fluentui/react-positioning",
|
70
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-rc.7",
|
71
|
+
"commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
|
72
|
+
},
|
73
|
+
{
|
74
|
+
"author": "beachball",
|
75
|
+
"package": "@fluentui/react-positioning",
|
76
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.8",
|
77
|
+
"commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
|
78
|
+
}
|
79
|
+
]
|
80
|
+
}
|
81
|
+
},
|
82
|
+
{
|
83
|
+
"date": "Wed, 04 May 2022 13:26:47 GMT",
|
84
|
+
"tag": "@fluentui/react-positioning_v9.0.0-rc.7",
|
85
|
+
"version": "9.0.0-rc.7",
|
86
|
+
"comments": {
|
87
|
+
"none": [
|
88
|
+
{
|
89
|
+
"author": "tristan.watanabe@gmail.com",
|
90
|
+
"package": "@fluentui/react-positioning",
|
91
|
+
"commit": "8ec3d32fa26e6cf803ab9d18671fd51ba06c74ab",
|
92
|
+
"comment": "react-positioning: Move to new common folder."
|
93
|
+
}
|
94
|
+
],
|
95
|
+
"prerelease": [
|
96
|
+
{
|
97
|
+
"author": "beachball",
|
98
|
+
"package": "@fluentui/react-positioning",
|
99
|
+
"comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.6",
|
100
|
+
"commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
|
101
|
+
},
|
102
|
+
{
|
103
|
+
"author": "beachball",
|
104
|
+
"package": "@fluentui/react-positioning",
|
105
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-rc.6",
|
106
|
+
"commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
|
107
|
+
},
|
108
|
+
{
|
109
|
+
"author": "beachball",
|
110
|
+
"package": "@fluentui/react-positioning",
|
111
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.7",
|
112
|
+
"commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
|
113
|
+
}
|
114
|
+
]
|
115
|
+
}
|
116
|
+
},
|
117
|
+
{
|
118
|
+
"date": "Tue, 19 Apr 2022 19:16:49 GMT",
|
6
119
|
"tag": "@fluentui/react-positioning_v9.0.0-rc.6",
|
7
120
|
"version": "9.0.0-rc.6",
|
8
121
|
"comments": {
|
@@ -31,19 +144,19 @@
|
|
31
144
|
"author": "beachball",
|
32
145
|
"package": "@fluentui/react-positioning",
|
33
146
|
"comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.5",
|
34
|
-
"commit": "
|
147
|
+
"commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
|
35
148
|
},
|
36
149
|
{
|
37
150
|
"author": "beachball",
|
38
151
|
"package": "@fluentui/react-positioning",
|
39
152
|
"comment": "Bump @fluentui/react-theme to v9.0.0-rc.5",
|
40
|
-
"commit": "
|
153
|
+
"commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
|
41
154
|
},
|
42
155
|
{
|
43
156
|
"author": "beachball",
|
44
157
|
"package": "@fluentui/react-positioning",
|
45
158
|
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.6",
|
46
|
-
"commit": "
|
159
|
+
"commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
|
47
160
|
}
|
48
161
|
]
|
49
162
|
}
|