react-magic-portal 1.1.6 → 1.1.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [1.1.7](https://github.com/molvqingtai/react-magic-portal/compare/v1.1.6...v1.1.7) (2025-09-28)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Performance Improvements
|
|
5
|
+
|
|
6
|
+
* add peerDependencies in the root directory ([dd60ab0](https://github.com/molvqingtai/react-magic-portal/commit/dd60ab0f22ed32bfc024fb956d89b00d68ef4d81))
|
|
7
|
+
|
|
1
8
|
## [1.1.6](https://github.com/molvqingtai/react-magic-portal/compare/v1.1.5...v1.1.6) (2025-09-27)
|
|
2
9
|
|
|
3
10
|
|
package/__tests__/package.json
CHANGED
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"@testing-library/user-event": "^14.6.1",
|
|
24
24
|
"@types/react": "^19.1.14",
|
|
25
25
|
"@types/react-dom": "^19.1.9",
|
|
26
|
-
"@vitejs/plugin-react": "^5.0.
|
|
26
|
+
"@vitejs/plugin-react": "^5.0.4",
|
|
27
27
|
"@vitest/coverage-v8": "^3.2.4",
|
|
28
28
|
"@vitest/ui": "^3.2.4",
|
|
29
29
|
"eslint": "^9.36.0",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-magic-portal",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.7",
|
|
4
4
|
"description": "React Portal with dynamic mounting support",
|
|
5
5
|
"main": "packages/component/dist/index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -22,23 +22,12 @@
|
|
|
22
22
|
"prepare": "husky"
|
|
23
23
|
},
|
|
24
24
|
"keywords": [
|
|
25
|
-
"react",
|
|
26
|
-
"
|
|
27
|
-
"dynamic",
|
|
25
|
+
"react-portal",
|
|
26
|
+
"anchor",
|
|
28
27
|
"browser-extension",
|
|
29
28
|
"content-script",
|
|
30
29
|
"mutation-observer",
|
|
31
|
-
"
|
|
32
|
-
"mount",
|
|
33
|
-
"anchor",
|
|
34
|
-
"reactdom",
|
|
35
|
-
"createportal",
|
|
36
|
-
"web-extension",
|
|
37
|
-
"chrome-extension",
|
|
38
|
-
"firefox-extension",
|
|
39
|
-
"dynamic-content",
|
|
40
|
-
"dom-manipulation",
|
|
41
|
-
"typescript"
|
|
30
|
+
"dynamic-content"
|
|
42
31
|
],
|
|
43
32
|
"author": "molvqingtai",
|
|
44
33
|
"license": "MIT",
|
|
@@ -59,6 +48,10 @@
|
|
|
59
48
|
"npm-run-all": "^4.1.5",
|
|
60
49
|
"semantic-release": "^24.2.9"
|
|
61
50
|
},
|
|
51
|
+
"peerDependencies": {
|
|
52
|
+
"react": ">=18.0.0",
|
|
53
|
+
"react-dom": ">=18.0.0"
|
|
54
|
+
},
|
|
62
55
|
"publishConfig": {
|
|
63
56
|
"access": "public"
|
|
64
57
|
}
|
|
@@ -11,26 +11,12 @@
|
|
|
11
11
|
"check": "tsc --noEmit"
|
|
12
12
|
},
|
|
13
13
|
"keywords": [
|
|
14
|
-
"react",
|
|
15
|
-
"
|
|
16
|
-
"dynamic",
|
|
14
|
+
"react-portal",
|
|
15
|
+
"anchor",
|
|
17
16
|
"browser-extension",
|
|
18
17
|
"content-script",
|
|
19
|
-
"dom",
|
|
20
18
|
"mutation-observer",
|
|
21
|
-
"
|
|
22
|
-
"mount",
|
|
23
|
-
"anchor",
|
|
24
|
-
"reactdom",
|
|
25
|
-
"createportal",
|
|
26
|
-
"spa",
|
|
27
|
-
"single-page-application",
|
|
28
|
-
"web-extension",
|
|
29
|
-
"chrome-extension",
|
|
30
|
-
"firefox-extension",
|
|
31
|
-
"dynamic-content",
|
|
32
|
-
"dom-manipulation",
|
|
33
|
-
"typescript"
|
|
19
|
+
"dynamic-content"
|
|
34
20
|
],
|
|
35
21
|
"author": "molvqingtai",
|
|
36
22
|
"license": "MIT",
|
|
@@ -42,10 +28,6 @@
|
|
|
42
28
|
"url": "https://github.com/molvqingtai/react-magic-portal/issues"
|
|
43
29
|
},
|
|
44
30
|
"homepage": "https://github.com/molvqingtai/react-magic-portal#readme",
|
|
45
|
-
"peerDependencies": {
|
|
46
|
-
"react": ">=18.0.0",
|
|
47
|
-
"react-dom": ">=18.0.0"
|
|
48
|
-
},
|
|
49
31
|
"devDependencies": {
|
|
50
32
|
"@eslint/js": "^9.36.0",
|
|
51
33
|
"@types/node": "^24.5.2",
|
|
@@ -64,6 +46,10 @@
|
|
|
64
46
|
"typescript": "^5.9.2",
|
|
65
47
|
"typescript-eslint": "^8.44.1"
|
|
66
48
|
},
|
|
49
|
+
"peerDependencies": {
|
|
50
|
+
"react": ">=18.0.0",
|
|
51
|
+
"react-dom": ">=18.0.0"
|
|
52
|
+
},
|
|
67
53
|
"publishConfig": {
|
|
68
54
|
"access": "public"
|
|
69
55
|
}
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"@eslint/js": "^9.36.0",
|
|
20
20
|
"@types/react": "^19.1.14",
|
|
21
21
|
"@types/react-dom": "^19.1.9",
|
|
22
|
-
"@vitejs/plugin-react": "^5.0.
|
|
22
|
+
"@vitejs/plugin-react": "^5.0.4",
|
|
23
23
|
"eslint": "^9.36.0",
|
|
24
24
|
"eslint-plugin-prettier": "^5.5.4",
|
|
25
25
|
"eslint-plugin-react-hooks": "^5.2.0",
|