@modern-js/plugin-garfish 2.0.0-beta.2 → 2.0.0-beta.3
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 +58 -0
- package/dist/js/modern/cli/index.js +0 -1
- package/dist/js/node/cli/index.js +0 -1
- package/dist/js/treeshaking/cli/index.js +0 -1
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,63 @@
|
|
|
1
1
|
# @modern-js/plugin-garfish
|
|
2
2
|
|
|
3
|
+
## 2.0.0-beta.3
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- dda38c9c3e: chore: v2
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- 6604f1b: feat: support router basename
|
|
12
|
+
feat: router 插件支持设置 basename
|
|
13
|
+
- 21d2ddb: feat: support async export provider for module federation
|
|
14
|
+
支持模块联邦场景异步导出 provider
|
|
15
|
+
- cce8ece: fix: handle some `TODO` & `FIXME`, change some tests
|
|
16
|
+
fix: 处理一些 `TODO` 和 `FIXME`, 修改了一些 tests
|
|
17
|
+
- 2344eb26ed: fix: loadApp when dom is mount
|
|
18
|
+
修复 dom 未渲染时挂载子应用行为
|
|
19
|
+
- Updated dependencies [2344eb26ed]
|
|
20
|
+
- Updated dependencies [a11fcf8b50]
|
|
21
|
+
- Updated dependencies [e7ce063]
|
|
22
|
+
- Updated dependencies [b18fa8f3ed]
|
|
23
|
+
- Updated dependencies [c9e800d39a]
|
|
24
|
+
- Updated dependencies [6604f1b]
|
|
25
|
+
- Updated dependencies [6aca875]
|
|
26
|
+
- Updated dependencies [fda836f]
|
|
27
|
+
- Updated dependencies [3e57f2bd58]
|
|
28
|
+
- Updated dependencies [2e60319]
|
|
29
|
+
- Updated dependencies [fbf5eed5aa]
|
|
30
|
+
- Updated dependencies [a2509bfbdb]
|
|
31
|
+
- Updated dependencies [425e570]
|
|
32
|
+
- Updated dependencies [e4357f1]
|
|
33
|
+
- Updated dependencies [4369648ae2]
|
|
34
|
+
- Updated dependencies [92f0eade39]
|
|
35
|
+
- Updated dependencies [92c0994468]
|
|
36
|
+
- Updated dependencies [edd1cfb1af]
|
|
37
|
+
- Updated dependencies [cc971eabfc]
|
|
38
|
+
- Updated dependencies [5b9049f2e9]
|
|
39
|
+
- Updated dependencies [6bda14ed71]
|
|
40
|
+
- Updated dependencies [92004d1906]
|
|
41
|
+
- Updated dependencies [b8bbe036c7]
|
|
42
|
+
- Updated dependencies [40ed5874c6]
|
|
43
|
+
- Updated dependencies [60d5378632]
|
|
44
|
+
- Updated dependencies [d5a31df781]
|
|
45
|
+
- Updated dependencies [dda38c9c3e]
|
|
46
|
+
- Updated dependencies [8b8e1bb571]
|
|
47
|
+
- Updated dependencies [3bbea92b2a]
|
|
48
|
+
- Updated dependencies [b710adb]
|
|
49
|
+
- Updated dependencies [18aaf42249]
|
|
50
|
+
- Updated dependencies [34702d5]
|
|
51
|
+
- Updated dependencies [fcace5b5b9]
|
|
52
|
+
- Updated dependencies [ea7cf06]
|
|
53
|
+
- Updated dependencies [bbe4c4a]
|
|
54
|
+
- Updated dependencies [e4558a0]
|
|
55
|
+
- Updated dependencies [abf3421a75]
|
|
56
|
+
- Updated dependencies [543be9558e]
|
|
57
|
+
- Updated dependencies [14b712da84]
|
|
58
|
+
- @modern-js/runtime@2.0.0-beta.3
|
|
59
|
+
- @modern-js/utils@2.0.0-beta.3
|
|
60
|
+
|
|
3
61
|
## 2.0.0-beta.2
|
|
4
62
|
|
|
5
63
|
### Major Changes
|
|
@@ -84,7 +84,6 @@ export default (({
|
|
|
84
84
|
enableHtmlEntry
|
|
85
85
|
} = getDefaultMicroFrontedConfig((_useConfig$deploy2 = useConfig.deploy) === null || _useConfig$deploy2 === void 0 ? void 0 : _useConfig$deploy2.microFrontend);
|
|
86
86
|
if (!enableHtmlEntry) {
|
|
87
|
-
// FIXME: the handle the `disableCssExtract` config
|
|
88
87
|
disableCssExtract = true;
|
|
89
88
|
}
|
|
90
89
|
}
|
|
@@ -93,7 +93,6 @@ var _default = ({
|
|
|
93
93
|
enableHtmlEntry
|
|
94
94
|
} = getDefaultMicroFrontedConfig((_useConfig$deploy2 = useConfig.deploy) === null || _useConfig$deploy2 === void 0 ? void 0 : _useConfig$deploy2.microFrontend);
|
|
95
95
|
if (!enableHtmlEntry) {
|
|
96
|
-
// FIXME: the handle the `disableCssExtract` config
|
|
97
96
|
disableCssExtract = true;
|
|
98
97
|
}
|
|
99
98
|
}
|
|
@@ -98,7 +98,6 @@ export default (function () {
|
|
|
98
98
|
var _getDefaultMicroFront = getDefaultMicroFrontedConfig((_useConfig$deploy2 = useConfig.deploy) === null || _useConfig$deploy2 === void 0 ? void 0 : _useConfig$deploy2.microFrontend),
|
|
99
99
|
enableHtmlEntry = _getDefaultMicroFront.enableHtmlEntry;
|
|
100
100
|
if (!enableHtmlEntry) {
|
|
101
|
-
// FIXME: the handle the `disableCssExtract` config
|
|
102
101
|
disableCssExtract = true;
|
|
103
102
|
}
|
|
104
103
|
}
|
package/package.json
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"modern",
|
|
12
12
|
"modern.js"
|
|
13
13
|
],
|
|
14
|
-
"version": "2.0.0-beta.
|
|
14
|
+
"version": "2.0.0-beta.3",
|
|
15
15
|
"jsnext:source": "./src/index.ts",
|
|
16
16
|
"types": "./dist/types/runtime/index.d.ts",
|
|
17
17
|
"typesVersions": {
|
|
@@ -56,10 +56,10 @@
|
|
|
56
56
|
"garfish": "^1.8.1",
|
|
57
57
|
"hoist-non-react-statics": "^3.3.2",
|
|
58
58
|
"react-loadable": "^5.5.0",
|
|
59
|
-
"@modern-js/utils": "2.0.0-beta.
|
|
59
|
+
"@modern-js/utils": "2.0.0-beta.3"
|
|
60
60
|
},
|
|
61
61
|
"peerDependencies": {
|
|
62
|
-
"@modern-js/runtime": "^2.0.0-beta.
|
|
62
|
+
"@modern-js/runtime": "^2.0.0-beta.3"
|
|
63
63
|
},
|
|
64
64
|
"peerDependenciesMeta": {
|
|
65
65
|
"@modern-js/runtime": {
|
|
@@ -78,16 +78,16 @@
|
|
|
78
78
|
"jest-fetch-mock": "^3.0.3",
|
|
79
79
|
"react": "^18",
|
|
80
80
|
"react-dom": "^18",
|
|
81
|
-
"react-router-dom": "^6.
|
|
81
|
+
"react-router-dom": "^6.4.4",
|
|
82
82
|
"typescript": "^4",
|
|
83
83
|
"webpack-chain": "^6.5.1",
|
|
84
|
-
"@modern-js/core": "2.0.0-beta.
|
|
85
|
-
"@modern-js/plugin-router-legacy": "2.0.0-beta.
|
|
86
|
-
"@modern-js/runtime": "2.0.0-beta.
|
|
87
|
-
"@modern-js/types": "2.0.0-beta.
|
|
88
|
-
"@scripts/build": "2.0.0-beta.
|
|
89
|
-
"@modern-js/app-tools": "2.0.0-beta.
|
|
90
|
-
"@scripts/jest-config": "2.0.0-beta.
|
|
84
|
+
"@modern-js/core": "2.0.0-beta.3",
|
|
85
|
+
"@modern-js/plugin-router-legacy": "2.0.0-beta.3",
|
|
86
|
+
"@modern-js/runtime": "2.0.0-beta.3",
|
|
87
|
+
"@modern-js/types": "2.0.0-beta.3",
|
|
88
|
+
"@scripts/build": "2.0.0-beta.3",
|
|
89
|
+
"@modern-js/app-tools": "2.0.0-beta.3",
|
|
90
|
+
"@scripts/jest-config": "2.0.0-beta.3"
|
|
91
91
|
},
|
|
92
92
|
"sideEffects": false,
|
|
93
93
|
"modernConfig": {},
|