@modern-js/plugin-garfish 2.6.0 → 2.7.0
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 +22 -0
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
# @modern-js/plugin-garfish
|
|
2
2
|
|
|
3
|
+
## 2.7.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- dcad887024: feat: support deferred data for streaming ssr
|
|
8
|
+
feat: 流式渲染支持 deferred data
|
|
9
|
+
|
|
10
|
+
### Patch Changes
|
|
11
|
+
|
|
12
|
+
- 7fff9020e1: chore: make file naming consistent
|
|
13
|
+
|
|
14
|
+
chore: 统一文件命名为小驼峰格式
|
|
15
|
+
|
|
16
|
+
- Updated dependencies [0f15fc597c]
|
|
17
|
+
- Updated dependencies [dcad887024]
|
|
18
|
+
- Updated dependencies [a4672f7c16]
|
|
19
|
+
- Updated dependencies [7fff9020e1]
|
|
20
|
+
- Updated dependencies [1eea234fdd]
|
|
21
|
+
- Updated dependencies [84bfb439b8]
|
|
22
|
+
- @modern-js/utils@2.7.0
|
|
23
|
+
- @modern-js/runtime@2.7.0
|
|
24
|
+
|
|
3
25
|
## 2.6.0
|
|
4
26
|
|
|
5
27
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"modern",
|
|
12
12
|
"modern.js"
|
|
13
13
|
],
|
|
14
|
-
"version": "2.
|
|
14
|
+
"version": "2.7.0",
|
|
15
15
|
"jsnext:source": "./src/cli/index.ts",
|
|
16
16
|
"types": "./dist/types/cli/index.d.ts",
|
|
17
17
|
"typesVersions": {
|
|
@@ -62,10 +62,10 @@
|
|
|
62
62
|
"garfish": "^1.8.1",
|
|
63
63
|
"hoist-non-react-statics": "^3.3.2",
|
|
64
64
|
"react-loadable": "^5.5.0",
|
|
65
|
-
"@modern-js/utils": "2.
|
|
65
|
+
"@modern-js/utils": "2.7.0"
|
|
66
66
|
},
|
|
67
67
|
"peerDependencies": {
|
|
68
|
-
"@modern-js/runtime": "^2.
|
|
68
|
+
"@modern-js/runtime": "^2.7.0"
|
|
69
69
|
},
|
|
70
70
|
"peerDependenciesMeta": {
|
|
71
71
|
"@modern-js/runtime": {
|
|
@@ -84,16 +84,16 @@
|
|
|
84
84
|
"jest-fetch-mock": "^3.0.3",
|
|
85
85
|
"react": "^18",
|
|
86
86
|
"react-dom": "^18",
|
|
87
|
-
"react-router-dom": "^6.
|
|
87
|
+
"react-router-dom": "^6.8.1",
|
|
88
88
|
"typescript": "^4",
|
|
89
89
|
"webpack-chain": "^6.5.1",
|
|
90
|
-
"@modern-js/app-tools": "2.
|
|
91
|
-
"@modern-js/core": "2.
|
|
92
|
-
"@modern-js/
|
|
93
|
-
"@modern-js/
|
|
94
|
-
"@modern-js/
|
|
95
|
-
"@scripts/build": "2.
|
|
96
|
-
"@scripts/jest-config": "2.
|
|
90
|
+
"@modern-js/app-tools": "2.7.0",
|
|
91
|
+
"@modern-js/core": "2.7.0",
|
|
92
|
+
"@modern-js/plugin-router-v5": "2.7.0",
|
|
93
|
+
"@modern-js/runtime": "2.7.0",
|
|
94
|
+
"@modern-js/types": "2.7.0",
|
|
95
|
+
"@scripts/build": "2.7.0",
|
|
96
|
+
"@scripts/jest-config": "2.7.0"
|
|
97
97
|
},
|
|
98
98
|
"sideEffects": false,
|
|
99
99
|
"modernConfig": {},
|