@fluentui/react-positioning 9.5.10 → 9.5.11
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.json +42 -1
- package/CHANGELOG.md +14 -2
- package/package.json +4 -4
- package/.swcrc +0 -30
package/CHANGELOG.json
CHANGED
@@ -2,7 +2,48 @@
|
|
2
2
|
"name": "@fluentui/react-positioning",
|
3
3
|
"entries": [
|
4
4
|
{
|
5
|
-
"date": "
|
5
|
+
"date": "Fri, 12 May 2023 20:22:04 GMT",
|
6
|
+
"tag": "@fluentui/react-positioning_v9.5.11",
|
7
|
+
"version": "9.5.11",
|
8
|
+
"comments": {
|
9
|
+
"none": [
|
10
|
+
{
|
11
|
+
"author": "martinhochel@microsoft.com",
|
12
|
+
"package": "@fluentui/react-positioning",
|
13
|
+
"commit": "dbda7fa69e3000aaf8dd4a061e254ebd35198b8e",
|
14
|
+
"comment": "fix: update npmignore files to fix npm8/node16 regression how npm publish works"
|
15
|
+
}
|
16
|
+
],
|
17
|
+
"patch": [
|
18
|
+
{
|
19
|
+
"author": "olfedias@microsoft.com",
|
20
|
+
"package": "@fluentui/react-positioning",
|
21
|
+
"commit": "c28decb23d191a0daaaf6d5d1832429715102129",
|
22
|
+
"comment": "chore: exclude .swcrc from being published"
|
23
|
+
},
|
24
|
+
{
|
25
|
+
"author": "beachball",
|
26
|
+
"package": "@fluentui/react-positioning",
|
27
|
+
"comment": "Bump @fluentui/react-shared-contexts to v9.4.0",
|
28
|
+
"commit": "79c08ce5bbf6387b2b18ba4c3d2d5681e0177d4b"
|
29
|
+
},
|
30
|
+
{
|
31
|
+
"author": "beachball",
|
32
|
+
"package": "@fluentui/react-positioning",
|
33
|
+
"comment": "Bump @fluentui/react-theme to v9.1.8",
|
34
|
+
"commit": "79c08ce5bbf6387b2b18ba4c3d2d5681e0177d4b"
|
35
|
+
},
|
36
|
+
{
|
37
|
+
"author": "beachball",
|
38
|
+
"package": "@fluentui/react-positioning",
|
39
|
+
"comment": "Bump @fluentui/react-utilities to v9.8.1",
|
40
|
+
"commit": "79c08ce5bbf6387b2b18ba4c3d2d5681e0177d4b"
|
41
|
+
}
|
42
|
+
]
|
43
|
+
}
|
44
|
+
},
|
45
|
+
{
|
46
|
+
"date": "Mon, 17 Apr 2023 17:54:02 GMT",
|
6
47
|
"tag": "@fluentui/react-positioning_v9.5.10",
|
7
48
|
"version": "9.5.10",
|
8
49
|
"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 Fri, 12 May 2023 20:22:04 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
+
## [9.5.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.5.11)
|
8
|
+
|
9
|
+
Fri, 12 May 2023 20:22:04 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.5.10..@fluentui/react-positioning_v9.5.11)
|
11
|
+
|
12
|
+
### Patches
|
13
|
+
|
14
|
+
- chore: exclude .swcrc from being published ([PR #27740](https://github.com/microsoft/fluentui/pull/27740) by olfedias@microsoft.com)
|
15
|
+
- Bump @fluentui/react-shared-contexts to v9.4.0 ([PR #27827](https://github.com/microsoft/fluentui/pull/27827) by beachball)
|
16
|
+
- Bump @fluentui/react-theme to v9.1.8 ([PR #27827](https://github.com/microsoft/fluentui/pull/27827) by beachball)
|
17
|
+
- Bump @fluentui/react-utilities to v9.8.1 ([PR #27827](https://github.com/microsoft/fluentui/pull/27827) by beachball)
|
18
|
+
|
7
19
|
## [9.5.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.5.10)
|
8
20
|
|
9
|
-
Mon, 17 Apr 2023 17:
|
21
|
+
Mon, 17 Apr 2023 17:54:02 GMT
|
10
22
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.5.9..@fluentui/react-positioning_v9.5.10)
|
11
23
|
|
12
24
|
### Patches
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@fluentui/react-positioning",
|
3
|
-
"version": "9.5.
|
3
|
+
"version": "9.5.11",
|
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,9 +29,9 @@
|
|
29
29
|
},
|
30
30
|
"dependencies": {
|
31
31
|
"@floating-ui/dom": "^1.2.0",
|
32
|
-
"@fluentui/react-shared-contexts": "^9.
|
33
|
-
"@fluentui/react-theme": "^9.1.
|
34
|
-
"@fluentui/react-utilities": "^9.8.
|
32
|
+
"@fluentui/react-shared-contexts": "^9.4.0",
|
33
|
+
"@fluentui/react-theme": "^9.1.8",
|
34
|
+
"@fluentui/react-utilities": "^9.8.1",
|
35
35
|
"@griffel/react": "^1.5.2",
|
36
36
|
"@swc/helpers": "^0.4.14"
|
37
37
|
},
|
package/.swcrc
DELETED
@@ -1,30 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"$schema": "https://json.schemastore.org/swcrc",
|
3
|
-
"exclude": [
|
4
|
-
"/testing",
|
5
|
-
"/**/*.cy.ts",
|
6
|
-
"/**/*.cy.tsx",
|
7
|
-
"/**/*.spec.ts",
|
8
|
-
"/**/*.spec.tsx",
|
9
|
-
"/**/*.test.ts",
|
10
|
-
"/**/*.test.tsx"
|
11
|
-
],
|
12
|
-
"jsc": {
|
13
|
-
"parser": {
|
14
|
-
"syntax": "typescript",
|
15
|
-
"tsx": true,
|
16
|
-
"decorators": false,
|
17
|
-
"dynamicImport": false
|
18
|
-
},
|
19
|
-
"externalHelpers": true,
|
20
|
-
"transform": {
|
21
|
-
"react": {
|
22
|
-
"runtime": "classic",
|
23
|
-
"useSpread": true
|
24
|
-
}
|
25
|
-
},
|
26
|
-
"target": "es2019"
|
27
|
-
},
|
28
|
-
"minify": false,
|
29
|
-
"sourceMaps": true
|
30
|
-
}
|