ssr-plugin-react 6.1.16 → 6.1.17
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 +14 -0
- package/README.md +5 -2
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,20 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [6.1.17](https://github.com/zhangyuang/ssr/compare/v6.1.15...v6.1.17) (2021-12-07)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* add keepNames when esbuild compile plugin-react jsxRuntime use classic ([8502e6c](https://github.com/zhangyuang/ssr/commit/8502e6ca898fd99e936e60af2093fb6b174f6aab))
|
|
12
|
+
* component evaluating in csr mode ([#138](https://github.com/zhangyuang/ssr/issues/138)) ([66f5f09](https://github.com/zhangyuang/ssr/commit/66f5f09963502588bd59a09ff839d1dae8947817))
|
|
13
|
+
* plugin-react csr ([572c6c0](https://github.com/zhangyuang/ssr/commit/572c6c092c63c915da15883e1d34ad26a5a6cadd))
|
|
14
|
+
* plugin-react csr ([ab51062](https://github.com/zhangyuang/ssr/commit/ab510626946234de436a55184937d018c8c0e514))
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
6
20
|
## [6.1.16](https://github.com/zhangyuang/ssr/compare/v6.1.15...v6.1.16) (2021-12-06)
|
|
7
21
|
|
|
8
22
|
|
package/README.md
CHANGED
|
@@ -107,13 +107,16 @@
|
|
|
107
107
|
<a href="https://jiawu.dewu.com" target="_bvlank"><b>得物
|
|
108
108
|
</b></a></td>
|
|
109
109
|
<td align="center" style="height: 100px"><a href="https://www.habisummercamp.com/" target="_blank"><img src="https://res.wx.qq.com/op_res/XXUpF56bDue53vZadoCSPSnqKF3bZqPOQnqsPa_ngEARa0OUIW22pX7eKsftPb6pc5ny62cR_wXM4g5xJ7G3DQ
|
|
110
|
-
" width="200px;margin: 20px 0" alt="
|
|
110
|
+
" width="200px;margin: 20px 0" alt="Happy"/><br />
|
|
111
111
|
<a href="https://www.habisummercamp.com/" target="_bvlank"><b>HappyPC
|
|
112
112
|
</b></a></td>
|
|
113
113
|
<td align="center" style="height: 100px"><a href="https://m.habisummercamp.com/" target="_blank"><img src="https://res.wx.qq.com/op_res/XXUpF56bDue53vZadoCSPSnqKF3bZqPOQnqsPa_ngEARa0OUIW22pX7eKsftPb6pc5ny62cR_wXM4g5xJ7G3DQ
|
|
114
|
-
" width="200px;margin: 20px 0" alt="
|
|
114
|
+
" width="200px;margin: 20px 0" alt="Happy"/><br />
|
|
115
115
|
<a href="https://m.habisummercamp.com/" target="_bvlank"><b>HappyMobile
|
|
116
116
|
</b></a></td>
|
|
117
|
+
<td align="center" style="height: 100px"><a href="https://www.paixin.com/" target="_blank"><img src="https://www.paixin.com/favicon.ico" width="200px;margin: 20px 0" alt="Happy"/><br />
|
|
118
|
+
<a href="https://www.paixin.com/" target="_bvlank"><b>拍信创意
|
|
119
|
+
</b></a></td>
|
|
117
120
|
</tr>
|
|
118
121
|
</table>
|
|
119
122
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ssr-plugin-react",
|
|
3
|
-
"version": "6.1.
|
|
3
|
+
"version": "6.1.17",
|
|
4
4
|
"description": "plugin-react for ssr",
|
|
5
5
|
"main": "./cjs/index.js",
|
|
6
6
|
"module": "./esm/index.js",
|
|
@@ -56,8 +56,8 @@
|
|
|
56
56
|
"serialize-javascript": "^6.0.0",
|
|
57
57
|
"ssr-client-utils": "^6.1.15",
|
|
58
58
|
"ssr-hoc-react": "^6.1.15",
|
|
59
|
-
"ssr-server-utils": "^6.1.
|
|
60
|
-
"ssr-webpack": "^6.1.
|
|
59
|
+
"ssr-server-utils": "^6.1.17",
|
|
60
|
+
"ssr-webpack": "^6.1.17",
|
|
61
61
|
"terser-webpack-plugin": "^2.3.5",
|
|
62
62
|
"url-loader": "^4.1.1",
|
|
63
63
|
"vite": "^2.7.0-beta.10",
|
|
@@ -73,5 +73,5 @@
|
|
|
73
73
|
"@types/webpack": "^4.41.10",
|
|
74
74
|
"ssr-types-react": "^6.1.15"
|
|
75
75
|
},
|
|
76
|
-
"gitHead": "
|
|
76
|
+
"gitHead": "4026213163a642c15c240f186178798e68aa78ce"
|
|
77
77
|
}
|