ssr-plugin-react 6.1.5 → 6.1.9
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 +264 -223
- package/LICENSE +1 -1
- package/README.md +37 -29
- package/cjs/config/base.d.ts +1 -1
- package/cjs/entry/create-context.d.ts +1 -3
- package/cjs/entry/create-context.js +14 -3
- package/cjs/entry/server-entry.js +4 -2
- package/esm/config/base.d.ts +1 -1
- package/esm/entry/create-context.d.ts +1 -3
- package/esm/entry/create-context.js +14 -3
- package/esm/entry/server-entry.js +4 -2
- package/package.json +10 -10
- package/src/entry/create-context.ts +12 -3
- package/src/entry/server-entry.tsx +8 -5
package/CHANGELOG.md
CHANGED
|
@@ -3,7 +3,48 @@
|
|
|
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.
|
|
6
|
+
## [6.1.9](https://github.com/zhangyuang/ssr/compare/ssr-plugin-react@6.1.8...ssr-plugin-react@6.1.9) (2021-12-02)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* add location prop to StaticRouter ([#137](https://github.com/zhangyuang/ssr/issues/137)) ([301f997](https://github.com/zhangyuang/ssr/commit/301f9975ff08a94b8e792e36587c32796cf477ac))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
## [6.1.8](https://github.com/zhangyuang/ssr/compare/ssr-plugin-react@6.1.7...ssr-plugin-react@6.1.8) (2021-11-30)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Bug Fixes
|
|
21
|
+
|
|
22
|
+
* create-context in vite ([109fc6c](https://github.com/zhangyuang/ssr/commit/109fc6ce2ebd73c67b003d5b74c732ad46bee64c))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
## [6.1.7](https://github.com/zhangyuang/ssr/compare/ssr-plugin-react@6.1.6...ssr-plugin-react@6.1.7) (2021-11-22)
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
### Bug Fixes
|
|
32
|
+
|
|
33
|
+
* restore staicRouter ([1150a6c](https://github.com/zhangyuang/ssr/commit/1150a6c4e4fe17d4416e35d619f8aac10837a7b8))
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
## [6.1.6](https://github.com/zhangyuang/ssr/compare/ssr-plugin-react@6.1.5...ssr-plugin-react@6.1.6) (2021-11-19)
|
|
40
|
+
|
|
41
|
+
**Note:** Version bump only for package ssr-plugin-react
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
## [6.1.5](https://github.com/zhangyuang/ssr/compare/ssr-plugin-react@6.1.4...ssr-plugin-react@6.1.5) (2021-11-18)
|
|
7
48
|
|
|
8
49
|
**Note:** Version bump only for package ssr-plugin-react
|
|
9
50
|
|
|
@@ -11,18 +52,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
11
52
|
|
|
12
53
|
|
|
13
54
|
|
|
14
|
-
## [6.1.4](https://github.com/
|
|
55
|
+
## [6.1.4](https://github.com/zhangyuang/ssr/compare/ssr-plugin-react@6.1.3...ssr-plugin-react@6.1.4) (2021-11-17)
|
|
15
56
|
|
|
16
57
|
|
|
17
58
|
### Bug Fixes
|
|
18
59
|
|
|
19
|
-
* boolean GENERATE_SOURCEMAP ([#133](https://github.com/
|
|
60
|
+
* boolean GENERATE_SOURCEMAP ([#133](https://github.com/zhangyuang/ssr/issues/133)) ([dbaeed8](https://github.com/zhangyuang/ssr/commit/dbaeed8efcf3d232c5754b2cfd6f3a664596610c))
|
|
20
61
|
|
|
21
62
|
|
|
22
63
|
|
|
23
64
|
|
|
24
65
|
|
|
25
|
-
## [6.1.3](https://github.com/
|
|
66
|
+
## [6.1.3](https://github.com/zhangyuang/ssr/compare/ssr-plugin-react@6.1.2...ssr-plugin-react@6.1.3) (2021-11-07)
|
|
26
67
|
|
|
27
68
|
**Note:** Version bump only for package ssr-plugin-react
|
|
28
69
|
|
|
@@ -30,7 +71,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
30
71
|
|
|
31
72
|
|
|
32
73
|
|
|
33
|
-
## [6.1.2](https://github.com/
|
|
74
|
+
## [6.1.2](https://github.com/zhangyuang/ssr/compare/ssr-plugin-react@6.1.1...ssr-plugin-react@6.1.2) (2021-11-07)
|
|
34
75
|
|
|
35
76
|
**Note:** Version bump only for package ssr-plugin-react
|
|
36
77
|
|
|
@@ -38,12 +79,12 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
38
79
|
|
|
39
80
|
|
|
40
81
|
|
|
41
|
-
## [6.1.1](https://github.com/
|
|
82
|
+
## [6.1.1](https://github.com/zhangyuang/ssr/compare/ssr-plugin-react@6.0.1...ssr-plugin-react@6.1.1) (2021-11-07)
|
|
42
83
|
|
|
43
84
|
|
|
44
85
|
### Features
|
|
45
86
|
|
|
46
|
-
* update plugin-react fetch params ([243c847](https://github.com/
|
|
87
|
+
* update plugin-react fetch params ([243c847](https://github.com/zhangyuang/ssr/commit/243c847c994032a3dc203bdee6c284b34b39dbfb))
|
|
47
88
|
|
|
48
89
|
|
|
49
90
|
|
|
@@ -62,7 +103,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
62
103
|
|
|
63
104
|
### Features
|
|
64
105
|
|
|
65
|
-
* remove __isBrowser__ when generate routes table ([650af13](https://github.com/
|
|
106
|
+
* remove __isBrowser__ when generate routes table ([650af13](https://github.com/zhangyuang/ssr/commit/650af1344fd7ce56f4b4c4f3946923a691adfb87))
|
|
66
107
|
|
|
67
108
|
|
|
68
109
|
|
|
@@ -71,7 +112,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
71
112
|
|
|
72
113
|
### Features
|
|
73
114
|
|
|
74
|
-
* upgrade file-loader url-loader add changelog dependencies ([9f65e13](https://github.com/
|
|
115
|
+
* upgrade file-loader url-loader add changelog dependencies ([9f65e13](https://github.com/zhangyuang/ssr/commit/9f65e1324da02ed9768fe5f49431d2b043a3891c))
|
|
75
116
|
|
|
76
117
|
|
|
77
118
|
|
|
@@ -88,7 +129,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
88
129
|
|
|
89
130
|
### Features
|
|
90
131
|
|
|
91
|
-
* support dynamic Prefix ([50d8d44](https://github.com/
|
|
132
|
+
* support dynamic Prefix ([50d8d44](https://github.com/zhangyuang/ssr/commit/50d8d44bfcfc5a713ae7bd1032843c432dc86fa7))
|
|
92
133
|
|
|
93
134
|
|
|
94
135
|
|
|
@@ -97,7 +138,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
97
138
|
|
|
98
139
|
### Bug Fixes
|
|
99
140
|
|
|
100
|
-
* queryString annotation ([#121](https://github.com/
|
|
141
|
+
* queryString annotation ([#121](https://github.com/zhangyuang/ssr/issues/121)) ([b939ca9](https://github.com/zhangyuang/ssr/commit/b939ca9dfce93c297a5408c87af0617985a55cd1))
|
|
101
142
|
|
|
102
143
|
|
|
103
144
|
|
|
@@ -118,7 +159,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
118
159
|
|
|
119
160
|
### Features
|
|
120
161
|
|
|
121
|
-
* add limit plugin in server side ([11c70aa](https://github.com/
|
|
162
|
+
* add limit plugin in server side ([11c70aa](https://github.com/zhangyuang/ssr/commit/11c70aa2afc49fe5b7fa51ac2c72310ec5f8548f))
|
|
122
163
|
|
|
123
164
|
|
|
124
165
|
|
|
@@ -127,12 +168,12 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
127
168
|
|
|
128
169
|
### Bug Fixes
|
|
129
170
|
|
|
130
|
-
* add switch in router ([44dbde1](https://github.com/
|
|
171
|
+
* add switch in router ([44dbde1](https://github.com/zhangyuang/ssr/commit/44dbde16dc986c2f42c1198302ae76fc15de0379))
|
|
131
172
|
|
|
132
173
|
|
|
133
174
|
### Features
|
|
134
175
|
|
|
135
|
-
* rerender App.tsx when router change ([7df174e](https://github.com/
|
|
176
|
+
* rerender App.tsx when router change ([7df174e](https://github.com/zhangyuang/ssr/commit/7df174e8af15134033e63ae489b8109c211ed9c7))
|
|
136
177
|
|
|
137
178
|
|
|
138
179
|
|
|
@@ -141,7 +182,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
141
182
|
|
|
142
183
|
### Bug Fixes
|
|
143
184
|
|
|
144
|
-
* wrapComponent ([5099eaf](https://github.com/
|
|
185
|
+
* wrapComponent ([5099eaf](https://github.com/zhangyuang/ssr/commit/5099eafc651b3e937018a68c73e1cece6ba0a4eb))
|
|
145
186
|
|
|
146
187
|
|
|
147
188
|
|
|
@@ -150,7 +191,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
150
191
|
|
|
151
192
|
### Features
|
|
152
193
|
|
|
153
|
-
* update f.yml upgrade postcss-loader to v4 ([59e1cfb](https://github.com/
|
|
194
|
+
* update f.yml upgrade postcss-loader to v4 ([59e1cfb](https://github.com/zhangyuang/ssr/commit/59e1cfb944d460e690007b4fc10cfe945ec369fa))
|
|
154
195
|
|
|
155
196
|
|
|
156
197
|
|
|
@@ -159,7 +200,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
159
200
|
|
|
160
201
|
### Bug Fixes
|
|
161
202
|
|
|
162
|
-
* remove manifest plugin publicPath ([f4f3e0a](https://github.com/
|
|
203
|
+
* remove manifest plugin publicPath ([f4f3e0a](https://github.com/zhangyuang/ssr/commit/f4f3e0a74bbaaa0967c62d81d15d66f99ad66a1d))
|
|
163
204
|
|
|
164
205
|
|
|
165
206
|
|
|
@@ -176,7 +217,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
176
217
|
|
|
177
218
|
### Features
|
|
178
219
|
|
|
179
|
-
* remove cssModulesWhitelist update docs.md ([7473836](https://github.com/
|
|
220
|
+
* remove cssModulesWhitelist update docs.md ([7473836](https://github.com/zhangyuang/ssr/commit/7473836725b0c2f8685ea58c2457d4b20a2ec747))
|
|
180
221
|
|
|
181
222
|
|
|
182
223
|
|
|
@@ -189,7 +230,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
189
230
|
|
|
190
231
|
### Bug Fixes
|
|
191
232
|
|
|
192
|
-
* update react vite.config.tpl ([7d2d4bd](https://github.com/
|
|
233
|
+
* update react vite.config.tpl ([7d2d4bd](https://github.com/zhangyuang/ssr/commit/7d2d4bdce828633f7acd1db3e158c0f3d2ba7f3d))
|
|
193
234
|
|
|
194
235
|
|
|
195
236
|
|
|
@@ -198,7 +239,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
198
239
|
|
|
199
240
|
### Bug Fixes
|
|
200
241
|
|
|
201
|
-
* update react vite.config.tpl ([df9c6f4](https://github.com/
|
|
242
|
+
* update react vite.config.tpl ([df9c6f4](https://github.com/zhangyuang/ssr/commit/df9c6f47d8a54b923f4a47dd93b12346776f74c9))
|
|
202
243
|
|
|
203
244
|
|
|
204
245
|
|
|
@@ -215,7 +256,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
215
256
|
|
|
216
257
|
### Features
|
|
217
258
|
|
|
218
|
-
* upgrade css-loader version aligen modules hash ([8ff93d1](https://github.com/
|
|
259
|
+
* upgrade css-loader version aligen modules hash ([8ff93d1](https://github.com/zhangyuang/ssr/commit/8ff93d1dc4031d870a9ff977c0508d29008fd6a5))
|
|
219
260
|
|
|
220
261
|
|
|
221
262
|
|
|
@@ -224,7 +265,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
224
265
|
|
|
225
266
|
### Bug Fixes
|
|
226
267
|
|
|
227
|
-
* keep function names in prod environment ([a1500ce](https://github.com/
|
|
268
|
+
* keep function names in prod environment ([a1500ce](https://github.com/zhangyuang/ssr/commit/a1500ceb3b5f3573e2c793eb12327f4b185e7ac0))
|
|
228
269
|
|
|
229
270
|
|
|
230
271
|
|
|
@@ -233,7 +274,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
233
274
|
|
|
234
275
|
### Features
|
|
235
276
|
|
|
236
|
-
* add vite rollupOptions.input ([c88c531](https://github.com/
|
|
277
|
+
* add vite rollupOptions.input ([c88c531](https://github.com/zhangyuang/ssr/commit/c88c5310e415b78a4f6a0fd8616ffa9cf7fe1e0c))
|
|
237
278
|
|
|
238
279
|
|
|
239
280
|
|
|
@@ -242,7 +283,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
242
283
|
|
|
243
284
|
### Features
|
|
244
285
|
|
|
245
|
-
* support micro-app ([e91c2ee](https://github.com/
|
|
286
|
+
* support micro-app ([e91c2ee](https://github.com/zhangyuang/ssr/commit/e91c2ee33ab1f24627118c224bda35064d331c40))
|
|
246
287
|
|
|
247
288
|
|
|
248
289
|
|
|
@@ -263,7 +304,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
263
304
|
|
|
264
305
|
### Bug Fixes
|
|
265
306
|
|
|
266
|
-
* update plugin-react base config ([d275fed](https://github.com/
|
|
307
|
+
* update plugin-react base config ([d275fed](https://github.com/zhangyuang/ssr/commit/d275fed8b9c678d9fb6345ba8f6a67df63f87902))
|
|
267
308
|
|
|
268
309
|
|
|
269
310
|
|
|
@@ -276,7 +317,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
276
317
|
|
|
277
318
|
### Bug Fixes
|
|
278
319
|
|
|
279
|
-
* ssr types ([742440f](https://github.com/
|
|
320
|
+
* ssr types ([742440f](https://github.com/zhangyuang/ssr/commit/742440f186af3577d0df0bf5fac25d665e43dbcd))
|
|
280
321
|
|
|
281
322
|
|
|
282
323
|
|
|
@@ -285,12 +326,12 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
285
326
|
|
|
286
327
|
### Bug Fixes
|
|
287
328
|
|
|
288
|
-
* clear router cache in vite mode ([d2d7e00](https://github.com/
|
|
329
|
+
* clear router cache in vite mode ([d2d7e00](https://github.com/zhangyuang/ssr/commit/d2d7e003f4cbecee6cc0770a64653714b50ff34b))
|
|
289
330
|
|
|
290
331
|
|
|
291
332
|
### Features
|
|
292
333
|
|
|
293
|
-
* move ssr-temporary-routes position ([9966d10](https://github.com/
|
|
334
|
+
* move ssr-temporary-routes position ([9966d10](https://github.com/zhangyuang/ssr/commit/9966d10b466e2d6dcf10ba09b4267dd8e2a324f0))
|
|
294
335
|
|
|
295
336
|
|
|
296
337
|
|
|
@@ -299,7 +340,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
299
340
|
|
|
300
341
|
### Bug Fixes
|
|
301
342
|
|
|
302
|
-
* clear router cache in vite mode ([cea9fc0](https://github.com/
|
|
343
|
+
* clear router cache in vite mode ([cea9fc0](https://github.com/zhangyuang/ssr/commit/cea9fc09c41813bbc1fe4a8d8d94c1d511f85945))
|
|
303
344
|
|
|
304
345
|
|
|
305
346
|
|
|
@@ -308,7 +349,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
308
349
|
|
|
309
350
|
### Bug Fixes
|
|
310
351
|
|
|
311
|
-
* 修复渲染降级 ([9accc6c](https://github.com/
|
|
352
|
+
* 修复渲染降级 ([9accc6c](https://github.com/zhangyuang/ssr/commit/9accc6c07998ca72602add786d53b41172d77086))
|
|
312
353
|
|
|
313
354
|
|
|
314
355
|
|
|
@@ -317,7 +358,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
317
358
|
|
|
318
359
|
### Features
|
|
319
360
|
|
|
320
|
-
* support parallel fetch ([0268c4c](https://github.com/
|
|
361
|
+
* support parallel fetch ([0268c4c](https://github.com/zhangyuang/ssr/commit/0268c4c9ae25062feba75c40f10e6a3d3df64381))
|
|
321
362
|
|
|
322
363
|
|
|
323
364
|
|
|
@@ -342,7 +383,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
342
383
|
|
|
343
384
|
### Features
|
|
344
385
|
|
|
345
|
-
* not emit svg file in server side ([e8aaefc](https://github.com/
|
|
386
|
+
* not emit svg file in server side ([e8aaefc](https://github.com/zhangyuang/ssr/commit/e8aaefc5aef0627fb62e87ac5e37444c921c1c67))
|
|
346
387
|
|
|
347
388
|
|
|
348
389
|
|
|
@@ -359,7 +400,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
359
400
|
|
|
360
401
|
### Features
|
|
361
402
|
|
|
362
|
-
* optimize combineReducer ([8033d40](https://github.com/
|
|
403
|
+
* optimize combineReducer ([8033d40](https://github.com/zhangyuang/ssr/commit/8033d4070fe4a8d92af5e31c1aad6ddfa4e0922e))
|
|
363
404
|
|
|
364
405
|
|
|
365
406
|
|
|
@@ -368,7 +409,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
368
409
|
|
|
369
410
|
### Bug Fixes
|
|
370
411
|
|
|
371
|
-
* react combineReducers ([d4dc551](https://github.com/
|
|
412
|
+
* react combineReducers ([d4dc551](https://github.com/zhangyuang/ssr/commit/d4dc551731ac929deafb9933ee3f64de9880b0c9))
|
|
372
413
|
|
|
373
414
|
|
|
374
415
|
|
|
@@ -377,7 +418,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
377
418
|
|
|
378
419
|
### Features
|
|
379
420
|
|
|
380
|
-
* React useContext add user reducers ([69d00c5](https://github.com/
|
|
421
|
+
* React useContext add user reducers ([69d00c5](https://github.com/zhangyuang/ssr/commit/69d00c58632bcccf7f981fd4d3855fe795ca26d3))
|
|
381
422
|
|
|
382
423
|
|
|
383
424
|
|
|
@@ -390,12 +431,12 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
390
431
|
|
|
391
432
|
### Features
|
|
392
433
|
|
|
393
|
-
* update react injectState ([0acd219](https://github.com/
|
|
434
|
+
* update react injectState ([0acd219](https://github.com/zhangyuang/ssr/commit/0acd2196644a17a6aa826cb8cd32ff10fe64ab66))
|
|
394
435
|
|
|
395
436
|
|
|
396
437
|
### Reverts
|
|
397
438
|
|
|
398
|
-
* Revert "chore: modify to concurrent fetch. (#81)" (#82) ([31380a8](https://github.com/
|
|
439
|
+
* Revert "chore: modify to concurrent fetch. (#81)" (#82) ([31380a8](https://github.com/zhangyuang/ssr/commit/31380a82ab7d0fd3e341ede18f218c00950ec484)), closes [#81](https://github.com/zhangyuang/ssr/issues/81) [#82](https://github.com/zhangyuang/ssr/issues/82)
|
|
399
440
|
|
|
400
441
|
|
|
401
442
|
|
|
@@ -404,7 +445,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
404
445
|
|
|
405
446
|
### Bug Fixes
|
|
406
447
|
|
|
407
|
-
* normalizePublicPath ([b5b4d21](https://github.com/
|
|
448
|
+
* normalizePublicPath ([b5b4d21](https://github.com/zhangyuang/ssr/commit/b5b4d21dc62db870f1418a3a625888b69fd2e032))
|
|
408
449
|
|
|
409
450
|
|
|
410
451
|
|
|
@@ -413,7 +454,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
413
454
|
|
|
414
455
|
### Features
|
|
415
456
|
|
|
416
|
-
* not emit unused file in server side close [#80](https://github.com/
|
|
457
|
+
* not emit unused file in server side close [#80](https://github.com/zhangyuang/ssr/issues/80) ([2b9a222](https://github.com/zhangyuang/ssr/commit/2b9a222b7889adb87bf2a24f9ad925ffffa2febf))
|
|
417
458
|
|
|
418
459
|
|
|
419
460
|
|
|
@@ -426,12 +467,12 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
426
467
|
|
|
427
468
|
### Bug Fixes
|
|
428
469
|
|
|
429
|
-
* vite mode judge ([61fbb80](https://github.com/
|
|
470
|
+
* vite mode judge ([61fbb80](https://github.com/zhangyuang/ssr/commit/61fbb803f687d0653c0f879fc8018c9ed5fa17d5))
|
|
430
471
|
|
|
431
472
|
|
|
432
473
|
### Features
|
|
433
474
|
|
|
434
|
-
* use crypto algorithm to crypto asyncChunkName to prevent too long ([675d6b8](https://github.com/
|
|
475
|
+
* use crypto algorithm to crypto asyncChunkName to prevent too long ([675d6b8](https://github.com/zhangyuang/ssr/commit/675d6b8a9d233c732b361590032273354845b13b))
|
|
435
476
|
|
|
436
477
|
|
|
437
478
|
|
|
@@ -440,7 +481,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
440
481
|
|
|
441
482
|
### Features
|
|
442
483
|
|
|
443
|
-
* vue3 vue2 react scene add asyncChunks logic ([d872fe3](https://github.com/
|
|
484
|
+
* vue3 vue2 react scene add asyncChunks logic ([d872fe3](https://github.com/zhangyuang/ssr/commit/d872fe3d3da27531d0ae16e595beeb91fa24a71d))
|
|
444
485
|
|
|
445
486
|
|
|
446
487
|
|
|
@@ -453,8 +494,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
453
494
|
|
|
454
495
|
### Bug Fixes
|
|
455
496
|
|
|
456
|
-
* splitChunks 优化 ([16d820c](https://github.com/
|
|
457
|
-
* use chunks async in production environment ([61987e0](https://github.com/
|
|
497
|
+
* splitChunks 优化 ([16d820c](https://github.com/zhangyuang/ssr/commit/16d820c209bc04e25f78e56c63cae31a54c38d3e))
|
|
498
|
+
* use chunks async in production environment ([61987e0](https://github.com/zhangyuang/ssr/commit/61987e0458d973b7a21c45e095f33680fa1af5da))
|
|
458
499
|
|
|
459
500
|
|
|
460
501
|
|
|
@@ -475,12 +516,12 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
475
516
|
|
|
476
517
|
### Bug Fixes
|
|
477
518
|
|
|
478
|
-
* use inline sourcemap ([f1a2db5](https://github.com/
|
|
519
|
+
* use inline sourcemap ([f1a2db5](https://github.com/zhangyuang/ssr/commit/f1a2db553429daa53be9f746df145bbee90d329f))
|
|
479
520
|
|
|
480
521
|
|
|
481
522
|
### Features
|
|
482
523
|
|
|
483
|
-
* use cheap-module-source-map replace eval sourcemap in server bundle ([8d59f44](https://github.com/
|
|
524
|
+
* use cheap-module-source-map replace eval sourcemap in server bundle ([8d59f44](https://github.com/zhangyuang/ssr/commit/8d59f44eea78409092d963cba04a89d3eaf55cbf))
|
|
484
525
|
|
|
485
526
|
|
|
486
527
|
|
|
@@ -501,7 +542,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
501
542
|
|
|
502
543
|
### Bug Fixes
|
|
503
544
|
|
|
504
|
-
* reac types ([#69](https://github.com/
|
|
545
|
+
* reac types ([#69](https://github.com/zhangyuang/ssr/issues/69)) ([41daeb2](https://github.com/zhangyuang/ssr/commit/41daeb25133db25bf474bf0a29dcb5c3c6c9930b))
|
|
505
546
|
|
|
506
547
|
|
|
507
548
|
|
|
@@ -518,7 +559,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
518
559
|
|
|
519
560
|
### Bug Fixes
|
|
520
561
|
|
|
521
|
-
* 锁死 optimize-css-assets-webpack-plugin 版本 ([1418bcb](https://github.com/
|
|
562
|
+
* 锁死 optimize-css-assets-webpack-plugin 版本 ([1418bcb](https://github.com/zhangyuang/ssr/commit/1418bcb6121f850a10d7af85a3b1a84c5e3d0310))
|
|
522
563
|
|
|
523
564
|
|
|
524
565
|
|
|
@@ -535,7 +576,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
535
576
|
|
|
536
577
|
### Bug Fixes
|
|
537
578
|
|
|
538
|
-
* optimize node_modules path in lerna scene ([1c561d6](https://github.com/
|
|
579
|
+
* optimize node_modules path in lerna scene ([1c561d6](https://github.com/zhangyuang/ssr/commit/1c561d6b97f788c1b7098e529b10747e7bcc72f4))
|
|
539
580
|
|
|
540
581
|
|
|
541
582
|
|
|
@@ -560,7 +601,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
560
601
|
|
|
561
602
|
### Features
|
|
562
603
|
|
|
563
|
-
* setStyle 优化 文档添加如何支持 Sass ([7dbfc5f](https://github.com/
|
|
604
|
+
* setStyle 优化 文档添加如何支持 Sass ([7dbfc5f](https://github.com/zhangyuang/ssr/commit/7dbfc5ff2913c3c0a9150720c40230f1956e62bb))
|
|
564
605
|
|
|
565
606
|
|
|
566
607
|
|
|
@@ -569,7 +610,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
569
610
|
|
|
570
611
|
### Features
|
|
571
612
|
|
|
572
|
-
* update default babelExtraModule ([e0d322e](https://github.com/
|
|
613
|
+
* update default babelExtraModule ([e0d322e](https://github.com/zhangyuang/ssr/commit/e0d322eb667d7817f1bd39f2e64fcc63fce6bd32))
|
|
573
614
|
|
|
574
615
|
|
|
575
616
|
|
|
@@ -582,7 +623,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
582
623
|
|
|
583
624
|
### Features
|
|
584
625
|
|
|
585
|
-
* add babelExtraModule ([ff47710](https://github.com/
|
|
626
|
+
* add babelExtraModule ([ff47710](https://github.com/zhangyuang/ssr/commit/ff47710c5cee4fff14487394f052295b8f564459))
|
|
586
627
|
|
|
587
628
|
|
|
588
629
|
|
|
@@ -611,7 +652,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
611
652
|
|
|
612
653
|
### Bug Fixes
|
|
613
654
|
|
|
614
|
-
* vite client entry file path ([f2d5d82](https://github.com/
|
|
655
|
+
* vite client entry file path ([f2d5d82](https://github.com/zhangyuang/ssr/commit/f2d5d8292f3d3996addcbacab4a78a1085512a45))
|
|
615
656
|
|
|
616
657
|
|
|
617
658
|
|
|
@@ -620,7 +661,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
620
661
|
|
|
621
662
|
### Features
|
|
622
663
|
|
|
623
|
-
* use webpack bar replace progress ([5fef2de](https://github.com/
|
|
664
|
+
* use webpack bar replace progress ([5fef2de](https://github.com/zhangyuang/ssr/commit/5fef2de0472d1646aa9ed3ae84b2adab56066f94))
|
|
624
665
|
|
|
625
666
|
|
|
626
667
|
|
|
@@ -649,7 +690,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
649
690
|
|
|
650
691
|
### Bug Fixes
|
|
651
692
|
|
|
652
|
-
* react example ([3074c19](https://github.com/
|
|
693
|
+
* react example ([3074c19](https://github.com/zhangyuang/ssr/commit/3074c199eb9e793a1a1f4c4eecdb090f97ecffce))
|
|
653
694
|
|
|
654
695
|
|
|
655
696
|
|
|
@@ -658,8 +699,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
658
699
|
|
|
659
700
|
### Features
|
|
660
701
|
|
|
661
|
-
* react 场景支持 basename ([1cd6e94](https://github.com/
|
|
662
|
-
* vue2/3 支持 router.base ([2e03c4c](https://github.com/
|
|
702
|
+
* react 场景支持 basename ([1cd6e94](https://github.com/zhangyuang/ssr/commit/1cd6e94873c4ed75c7f06868345afe93004546b0))
|
|
703
|
+
* vue2/3 支持 router.base ([2e03c4c](https://github.com/zhangyuang/ssr/commit/2e03c4c36d395bc3eb0398a8a4151635e5b54df4))
|
|
663
704
|
|
|
664
705
|
|
|
665
706
|
|
|
@@ -676,7 +717,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
676
717
|
|
|
677
718
|
### Features
|
|
678
719
|
|
|
679
|
-
* add ssrVueLoaderOptions csrVueloaderOptions ssr-hoc-vue3 ([09c4dc5](https://github.com/
|
|
720
|
+
* add ssrVueLoaderOptions csrVueloaderOptions ssr-hoc-vue3 ([09c4dc5](https://github.com/zhangyuang/ssr/commit/09c4dc5a820e4c57ece73427a78968b75abea2f3))
|
|
680
721
|
|
|
681
722
|
|
|
682
723
|
|
|
@@ -689,7 +730,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
689
730
|
|
|
690
731
|
### Features
|
|
691
732
|
|
|
692
|
-
* upgrade less-loader to ^7.0.0 support options.less update antd plugin-import config ([a19b2c4](https://github.com/
|
|
733
|
+
* upgrade less-loader to ^7.0.0 support options.less update antd plugin-import config ([a19b2c4](https://github.com/zhangyuang/ssr/commit/a19b2c4be4e1b5ea5aa36e39a615933d931e7042))
|
|
693
734
|
|
|
694
735
|
|
|
695
736
|
|
|
@@ -698,7 +739,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
698
739
|
|
|
699
740
|
### Features
|
|
700
741
|
|
|
701
|
-
* add corejs config ([8ccc266](https://github.com/
|
|
742
|
+
* add corejs config ([8ccc266](https://github.com/zhangyuang/ssr/commit/8ccc266371e181830ac07f9881443815c67c0bd6))
|
|
702
743
|
|
|
703
744
|
|
|
704
745
|
|
|
@@ -711,7 +752,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
711
752
|
|
|
712
753
|
### Bug Fixes
|
|
713
754
|
|
|
714
|
-
* webpack don't process font file ([41186c7](https://github.com/
|
|
755
|
+
* webpack don't process font file ([41186c7](https://github.com/zhangyuang/ssr/commit/41186c7d8ebdcdb13dec221ad78869f9372d6c4b))
|
|
715
756
|
|
|
716
757
|
|
|
717
758
|
|
|
@@ -720,7 +761,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
720
761
|
|
|
721
762
|
### Features
|
|
722
763
|
|
|
723
|
-
* update react vite ssr ([0f0f4c4](https://github.com/
|
|
764
|
+
* update react vite ssr ([0f0f4c4](https://github.com/zhangyuang/ssr/commit/0f0f4c40902fe4c44bcf950e068e125c6c17064e))
|
|
724
765
|
|
|
725
766
|
|
|
726
767
|
|
|
@@ -729,7 +770,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
729
770
|
|
|
730
771
|
### Features
|
|
731
772
|
|
|
732
|
-
* react vite ([#52](https://github.com/
|
|
773
|
+
* react vite ([#52](https://github.com/zhangyuang/ssr/issues/52)) ([d8290a0](https://github.com/zhangyuang/ssr/commit/d8290a0677081d0677774dec981deae39ab75d58))
|
|
733
774
|
|
|
734
775
|
|
|
735
776
|
|
|
@@ -738,7 +779,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
738
779
|
|
|
739
780
|
### Features
|
|
740
781
|
|
|
741
|
-
* update parseFeRoutes ([#51](https://github.com/
|
|
782
|
+
* update parseFeRoutes ([#51](https://github.com/zhangyuang/ssr/issues/51)) ([915e4cc](https://github.com/zhangyuang/ssr/commit/915e4cca22d0450b551fa6874c2b466648638374))
|
|
742
783
|
|
|
743
784
|
|
|
744
785
|
|
|
@@ -747,7 +788,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
747
788
|
|
|
748
789
|
### Features
|
|
749
790
|
|
|
750
|
-
* react add App.tsx ([30efee5](https://github.com/
|
|
791
|
+
* react add App.tsx ([30efee5](https://github.com/zhangyuang/ssr/commit/30efee55661953ef52ad6ecc5d0bf1d5b34468ad))
|
|
751
792
|
|
|
752
793
|
|
|
753
794
|
|
|
@@ -780,7 +821,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
780
821
|
|
|
781
822
|
### Features
|
|
782
823
|
|
|
783
|
-
* vite ([#39](https://github.com/
|
|
824
|
+
* vite ([#39](https://github.com/zhangyuang/ssr/issues/39)) ([#42](https://github.com/zhangyuang/ssr/issues/42)) ([32217f5](https://github.com/zhangyuang/ssr/commit/32217f5729e5fc080dd6344d1033503cf330e2f9))
|
|
784
825
|
|
|
785
826
|
|
|
786
827
|
|
|
@@ -813,7 +854,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
813
854
|
|
|
814
855
|
### Bug Fixes
|
|
815
856
|
|
|
816
|
-
* dynamic css chunk ([bc3fb86](https://github.com/
|
|
857
|
+
* dynamic css chunk ([bc3fb86](https://github.com/zhangyuang/ssr/commit/bc3fb86ab11ec27a9919e8d0d9a953f26ab4d851))
|
|
817
858
|
|
|
818
859
|
|
|
819
860
|
|
|
@@ -834,7 +875,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
834
875
|
|
|
835
876
|
### Bug Fixes
|
|
836
877
|
|
|
837
|
-
* file-loader images ([a7f799e](https://github.com/
|
|
878
|
+
* file-loader images ([a7f799e](https://github.com/zhangyuang/ssr/commit/a7f799ee3ff2ccd888c214e4c55216b0ae89c777))
|
|
838
879
|
|
|
839
880
|
|
|
840
881
|
|
|
@@ -867,8 +908,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
867
908
|
|
|
868
909
|
### Bug Fixes
|
|
869
910
|
|
|
870
|
-
* dynamic css inject ([070b97c](https://github.com/
|
|
871
|
-
* serverRender过滤掉undefined css ([#27](https://github.com/
|
|
911
|
+
* dynamic css inject ([070b97c](https://github.com/zhangyuang/ssr/commit/070b97cf851f1edd5a53009de37de2dfed1c1001))
|
|
912
|
+
* serverRender过滤掉undefined css ([#27](https://github.com/zhangyuang/ssr/issues/27)) ([9b5ebe1](https://github.com/zhangyuang/ssr/commit/9b5ebe19a6f0574547871f71456e4d70ee28a0bf))
|
|
872
913
|
|
|
873
914
|
|
|
874
915
|
|
|
@@ -893,7 +934,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
893
934
|
|
|
894
935
|
### Bug Fixes
|
|
895
936
|
|
|
896
|
-
* plugin-vue externals vant ([5a9421c](https://github.com/
|
|
937
|
+
* plugin-vue externals vant ([5a9421c](https://github.com/zhangyuang/ssr/commit/5a9421cc8469a49824b06900c2087d6919f1e3e2))
|
|
897
938
|
|
|
898
939
|
|
|
899
940
|
|
|
@@ -906,7 +947,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
906
947
|
|
|
907
948
|
### Bug Fixes
|
|
908
949
|
|
|
909
|
-
* remove dependencies vue-template-compiler ([495c56c](https://github.com/
|
|
950
|
+
* remove dependencies vue-template-compiler ([495c56c](https://github.com/zhangyuang/ssr/commit/495c56cf241c25423977307cde5dfccbc636eb4f))
|
|
910
951
|
|
|
911
952
|
|
|
912
953
|
|
|
@@ -947,7 +988,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
947
988
|
|
|
948
989
|
### Bug Fixes
|
|
949
990
|
|
|
950
|
-
* update package.json ([927ffb6](https://github.com/
|
|
991
|
+
* update package.json ([927ffb6](https://github.com/zhangyuang/ssr/commit/927ffb65e176a24371129a475d8bc97884751545))
|
|
951
992
|
|
|
952
993
|
|
|
953
994
|
|
|
@@ -964,13 +1005,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
964
1005
|
|
|
965
1006
|
### Features
|
|
966
1007
|
|
|
967
|
-
* 完善插件 ([88de938](https://github.com/
|
|
1008
|
+
* 完善插件 ([88de938](https://github.com/zhangyuang/ssr/commit/88de9380414da99d36822c288849d255daf04b74))
|
|
968
1009
|
|
|
969
1010
|
|
|
970
1011
|
|
|
971
1012
|
|
|
972
1013
|
|
|
973
|
-
## [5.7.1](https://github.com/
|
|
1014
|
+
## [5.7.1](https://github.com/zhangyuang/ssr/compare/v5.7.0...v5.7.1) (2021-11-01)
|
|
974
1015
|
|
|
975
1016
|
**Note:** Version bump only for package ssr-plugin-react
|
|
976
1017
|
|
|
@@ -978,40 +1019,40 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
978
1019
|
|
|
979
1020
|
|
|
980
1021
|
|
|
981
|
-
# [5.7.0](https://github.com/
|
|
1022
|
+
# [5.7.0](https://github.com/zhangyuang/ssr/compare/v5.6.33...v5.7.0) (2021-10-29)
|
|
982
1023
|
|
|
983
1024
|
|
|
984
1025
|
### Features
|
|
985
1026
|
|
|
986
|
-
* remove __isBrowser__ when generate routes table ([650af13](https://github.com/
|
|
1027
|
+
* remove __isBrowser__ when generate routes table ([650af13](https://github.com/zhangyuang/ssr/commit/650af1344fd7ce56f4b4c4f3946923a691adfb87))
|
|
987
1028
|
|
|
988
1029
|
|
|
989
1030
|
|
|
990
1031
|
|
|
991
1032
|
|
|
992
|
-
## [5.6.33](https://github.com/
|
|
1033
|
+
## [5.6.33](https://github.com/zhangyuang/ssr/compare/v5.6.31...v5.6.33) (2021-10-22)
|
|
993
1034
|
|
|
994
1035
|
|
|
995
1036
|
### Features
|
|
996
1037
|
|
|
997
|
-
* upgrade file-loader url-loader add changelog dependencies ([9f65e13](https://github.com/
|
|
1038
|
+
* upgrade file-loader url-loader add changelog dependencies ([9f65e13](https://github.com/zhangyuang/ssr/commit/9f65e1324da02ed9768fe5f49431d2b043a3891c))
|
|
998
1039
|
|
|
999
1040
|
|
|
1000
1041
|
|
|
1001
1042
|
|
|
1002
1043
|
|
|
1003
|
-
## [5.6.32](https://github.com/
|
|
1044
|
+
## [5.6.32](https://github.com/zhangyuang/ssr/compare/v5.6.31...v5.6.32) (2021-10-22)
|
|
1004
1045
|
|
|
1005
1046
|
|
|
1006
1047
|
### Features
|
|
1007
1048
|
|
|
1008
|
-
* upgrade file-loader url-loader add changelog dependencies ([9f65e13](https://github.com/
|
|
1049
|
+
* upgrade file-loader url-loader add changelog dependencies ([9f65e13](https://github.com/zhangyuang/ssr/commit/9f65e1324da02ed9768fe5f49431d2b043a3891c))
|
|
1009
1050
|
|
|
1010
1051
|
|
|
1011
1052
|
|
|
1012
1053
|
|
|
1013
1054
|
|
|
1014
|
-
## [5.6.31](https://github.com/
|
|
1055
|
+
## [5.6.31](https://github.com/zhangyuang/ssr/compare/v5.6.30...v5.6.31) (2021-10-21)
|
|
1015
1056
|
|
|
1016
1057
|
**Note:** Version bump only for package ssr-plugin-react
|
|
1017
1058
|
|
|
@@ -1019,18 +1060,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1019
1060
|
|
|
1020
1061
|
|
|
1021
1062
|
|
|
1022
|
-
## [5.6.27](https://github.com/
|
|
1063
|
+
## [5.6.27](https://github.com/zhangyuang/ssr/compare/v5.6.26...v5.6.27) (2021-10-14)
|
|
1023
1064
|
|
|
1024
1065
|
|
|
1025
1066
|
### Bug Fixes
|
|
1026
1067
|
|
|
1027
|
-
* queryString annotation ([#121](https://github.com/
|
|
1068
|
+
* queryString annotation ([#121](https://github.com/zhangyuang/ssr/issues/121)) ([b939ca9](https://github.com/zhangyuang/ssr/commit/b939ca9dfce93c297a5408c87af0617985a55cd1))
|
|
1028
1069
|
|
|
1029
1070
|
|
|
1030
1071
|
|
|
1031
1072
|
|
|
1032
1073
|
|
|
1033
|
-
## [5.6.26](https://github.com/
|
|
1074
|
+
## [5.6.26](https://github.com/zhangyuang/ssr/compare/v5.6.25...v5.6.26) (2021-09-29)
|
|
1034
1075
|
|
|
1035
1076
|
**Note:** Version bump only for package ssr-plugin-react
|
|
1036
1077
|
|
|
@@ -1038,7 +1079,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1038
1079
|
|
|
1039
1080
|
|
|
1040
1081
|
|
|
1041
|
-
## [5.6.25](https://github.com/
|
|
1082
|
+
## [5.6.25](https://github.com/zhangyuang/ssr/compare/v5.6.24...v5.6.25) (2021-09-24)
|
|
1042
1083
|
|
|
1043
1084
|
**Note:** Version bump only for package ssr-plugin-react
|
|
1044
1085
|
|
|
@@ -1046,7 +1087,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1046
1087
|
|
|
1047
1088
|
|
|
1048
1089
|
|
|
1049
|
-
## [5.6.24](https://github.com/
|
|
1090
|
+
## [5.6.24](https://github.com/zhangyuang/ssr/compare/v5.6.23...v5.6.24) (2021-09-23)
|
|
1050
1091
|
|
|
1051
1092
|
**Note:** Version bump only for package ssr-plugin-react
|
|
1052
1093
|
|
|
@@ -1054,56 +1095,56 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1054
1095
|
|
|
1055
1096
|
|
|
1056
1097
|
|
|
1057
|
-
## [5.6.23](https://github.com/
|
|
1098
|
+
## [5.6.23](https://github.com/zhangyuang/ssr/compare/v5.6.22...v5.6.23) (2021-09-23)
|
|
1058
1099
|
|
|
1059
1100
|
|
|
1060
1101
|
### Features
|
|
1061
1102
|
|
|
1062
|
-
* add limit plugin in server side ([11c70aa](https://github.com/
|
|
1103
|
+
* add limit plugin in server side ([11c70aa](https://github.com/zhangyuang/ssr/commit/11c70aa2afc49fe5b7fa51ac2c72310ec5f8548f))
|
|
1063
1104
|
|
|
1064
1105
|
|
|
1065
1106
|
|
|
1066
1107
|
|
|
1067
1108
|
|
|
1068
|
-
## [5.6.22](https://github.com/
|
|
1109
|
+
## [5.6.22](https://github.com/zhangyuang/ssr/compare/v5.6.20...v5.6.22) (2021-09-13)
|
|
1069
1110
|
|
|
1070
1111
|
|
|
1071
1112
|
### Bug Fixes
|
|
1072
1113
|
|
|
1073
|
-
* add switch in router ([44dbde1](https://github.com/
|
|
1114
|
+
* add switch in router ([44dbde1](https://github.com/zhangyuang/ssr/commit/44dbde16dc986c2f42c1198302ae76fc15de0379))
|
|
1074
1115
|
|
|
1075
1116
|
|
|
1076
1117
|
### Features
|
|
1077
1118
|
|
|
1078
|
-
* rerender App.tsx when router change ([7df174e](https://github.com/
|
|
1119
|
+
* rerender App.tsx when router change ([7df174e](https://github.com/zhangyuang/ssr/commit/7df174e8af15134033e63ae489b8109c211ed9c7))
|
|
1079
1120
|
|
|
1080
1121
|
|
|
1081
1122
|
|
|
1082
1123
|
|
|
1083
1124
|
|
|
1084
|
-
## [5.6.21](https://github.com/
|
|
1125
|
+
## [5.6.21](https://github.com/zhangyuang/ssr/compare/v5.6.20...v5.6.21) (2021-09-12)
|
|
1085
1126
|
|
|
1086
1127
|
|
|
1087
1128
|
### Features
|
|
1088
1129
|
|
|
1089
|
-
* rerender App.tsx when router change ([7df174e](https://github.com/
|
|
1130
|
+
* rerender App.tsx when router change ([7df174e](https://github.com/zhangyuang/ssr/commit/7df174e8af15134033e63ae489b8109c211ed9c7))
|
|
1090
1131
|
|
|
1091
1132
|
|
|
1092
1133
|
|
|
1093
1134
|
|
|
1094
1135
|
|
|
1095
|
-
## [5.6.19](https://github.com/
|
|
1136
|
+
## [5.6.19](https://github.com/zhangyuang/ssr/compare/v5.6.17...v5.6.19) (2021-09-07)
|
|
1096
1137
|
|
|
1097
1138
|
|
|
1098
1139
|
### Bug Fixes
|
|
1099
1140
|
|
|
1100
|
-
* wrapComponent ([5099eaf](https://github.com/
|
|
1141
|
+
* wrapComponent ([5099eaf](https://github.com/zhangyuang/ssr/commit/5099eafc651b3e937018a68c73e1cece6ba0a4eb))
|
|
1101
1142
|
|
|
1102
1143
|
|
|
1103
1144
|
|
|
1104
1145
|
|
|
1105
1146
|
|
|
1106
|
-
## [5.6.18](https://github.com/
|
|
1147
|
+
## [5.6.18](https://github.com/zhangyuang/ssr/compare/v5.6.17...v5.6.18) (2021-09-07)
|
|
1107
1148
|
|
|
1108
1149
|
**Note:** Version bump only for package ssr-plugin-react
|
|
1109
1150
|
|
|
@@ -1111,29 +1152,29 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1111
1152
|
|
|
1112
1153
|
|
|
1113
1154
|
|
|
1114
|
-
## [5.6.17](https://github.com/
|
|
1155
|
+
## [5.6.17](https://github.com/zhangyuang/ssr/compare/v5.6.16...v5.6.17) (2021-09-03)
|
|
1115
1156
|
|
|
1116
1157
|
|
|
1117
1158
|
### Features
|
|
1118
1159
|
|
|
1119
|
-
* update f.yml upgrade postcss-loader to v4 ([59e1cfb](https://github.com/
|
|
1160
|
+
* update f.yml upgrade postcss-loader to v4 ([59e1cfb](https://github.com/zhangyuang/ssr/commit/59e1cfb944d460e690007b4fc10cfe945ec369fa))
|
|
1120
1161
|
|
|
1121
1162
|
|
|
1122
1163
|
|
|
1123
1164
|
|
|
1124
1165
|
|
|
1125
|
-
## [5.6.16](https://github.com/
|
|
1166
|
+
## [5.6.16](https://github.com/zhangyuang/ssr/compare/v5.6.15...v5.6.16) (2021-09-01)
|
|
1126
1167
|
|
|
1127
1168
|
|
|
1128
1169
|
### Bug Fixes
|
|
1129
1170
|
|
|
1130
|
-
* remove manifest plugin publicPath ([f4f3e0a](https://github.com/
|
|
1171
|
+
* remove manifest plugin publicPath ([f4f3e0a](https://github.com/zhangyuang/ssr/commit/f4f3e0a74bbaaa0967c62d81d15d66f99ad66a1d))
|
|
1131
1172
|
|
|
1132
1173
|
|
|
1133
1174
|
|
|
1134
1175
|
|
|
1135
1176
|
|
|
1136
|
-
## [5.6.15](https://github.com/
|
|
1177
|
+
## [5.6.15](https://github.com/zhangyuang/ssr/compare/v5.6.14...v5.6.15) (2021-08-27)
|
|
1137
1178
|
|
|
1138
1179
|
**Note:** Version bump only for package ssr-plugin-react
|
|
1139
1180
|
|
|
@@ -1141,7 +1182,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1141
1182
|
|
|
1142
1183
|
|
|
1143
1184
|
|
|
1144
|
-
## [5.6.14](https://github.com/
|
|
1185
|
+
## [5.6.14](https://github.com/zhangyuang/ssr/compare/v5.6.13...v5.6.14) (2021-08-25)
|
|
1145
1186
|
|
|
1146
1187
|
**Note:** Version bump only for package ssr-plugin-react
|
|
1147
1188
|
|
|
@@ -1149,18 +1190,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1149
1190
|
|
|
1150
1191
|
|
|
1151
1192
|
|
|
1152
|
-
## [5.6.13](https://github.com/
|
|
1193
|
+
## [5.6.13](https://github.com/zhangyuang/ssr/compare/v5.6.12...v5.6.13) (2021-08-25)
|
|
1153
1194
|
|
|
1154
1195
|
|
|
1155
1196
|
### Features
|
|
1156
1197
|
|
|
1157
|
-
* remove cssModulesWhitelist update docs.md ([7473836](https://github.com/
|
|
1198
|
+
* remove cssModulesWhitelist update docs.md ([7473836](https://github.com/zhangyuang/ssr/commit/7473836725b0c2f8685ea58c2457d4b20a2ec747))
|
|
1158
1199
|
|
|
1159
1200
|
|
|
1160
1201
|
|
|
1161
1202
|
|
|
1162
1203
|
|
|
1163
|
-
## [5.6.12](https://github.com/
|
|
1204
|
+
## [5.6.12](https://github.com/zhangyuang/ssr/compare/v5.6.11...v5.6.12) (2021-08-25)
|
|
1164
1205
|
|
|
1165
1206
|
**Note:** Version bump only for package ssr-plugin-react
|
|
1166
1207
|
|
|
@@ -1168,29 +1209,29 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1168
1209
|
|
|
1169
1210
|
|
|
1170
1211
|
|
|
1171
|
-
## [5.6.11](https://github.com/
|
|
1212
|
+
## [5.6.11](https://github.com/zhangyuang/ssr/compare/v5.6.10...v5.6.11) (2021-08-24)
|
|
1172
1213
|
|
|
1173
1214
|
|
|
1174
1215
|
### Bug Fixes
|
|
1175
1216
|
|
|
1176
|
-
* update react vite.config.tpl ([7d2d4bd](https://github.com/
|
|
1217
|
+
* update react vite.config.tpl ([7d2d4bd](https://github.com/zhangyuang/ssr/commit/7d2d4bdce828633f7acd1db3e158c0f3d2ba7f3d))
|
|
1177
1218
|
|
|
1178
1219
|
|
|
1179
1220
|
|
|
1180
1221
|
|
|
1181
1222
|
|
|
1182
|
-
## [5.6.10](https://github.com/
|
|
1223
|
+
## [5.6.10](https://github.com/zhangyuang/ssr/compare/v5.6.10-alpha.0...v5.6.10) (2021-08-24)
|
|
1183
1224
|
|
|
1184
1225
|
|
|
1185
1226
|
### Bug Fixes
|
|
1186
1227
|
|
|
1187
|
-
* update react vite.config.tpl ([df9c6f4](https://github.com/
|
|
1228
|
+
* update react vite.config.tpl ([df9c6f4](https://github.com/zhangyuang/ssr/commit/df9c6f47d8a54b923f4a47dd93b12346776f74c9))
|
|
1188
1229
|
|
|
1189
1230
|
|
|
1190
1231
|
|
|
1191
1232
|
|
|
1192
1233
|
|
|
1193
|
-
## [5.6.9](https://github.com/
|
|
1234
|
+
## [5.6.9](https://github.com/zhangyuang/ssr/compare/v5.6.8...v5.6.9) (2021-08-24)
|
|
1194
1235
|
|
|
1195
1236
|
**Note:** Version bump only for package ssr-plugin-react
|
|
1196
1237
|
|
|
@@ -1198,51 +1239,51 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1198
1239
|
|
|
1199
1240
|
|
|
1200
1241
|
|
|
1201
|
-
## [5.6.8](https://github.com/
|
|
1242
|
+
## [5.6.8](https://github.com/zhangyuang/ssr/compare/v5.6.7...v5.6.8) (2021-08-24)
|
|
1202
1243
|
|
|
1203
1244
|
|
|
1204
1245
|
### Features
|
|
1205
1246
|
|
|
1206
|
-
* upgrade css-loader version aligen modules hash ([8ff93d1](https://github.com/
|
|
1247
|
+
* upgrade css-loader version aligen modules hash ([8ff93d1](https://github.com/zhangyuang/ssr/commit/8ff93d1dc4031d870a9ff977c0508d29008fd6a5))
|
|
1207
1248
|
|
|
1208
1249
|
|
|
1209
1250
|
|
|
1210
1251
|
|
|
1211
1252
|
|
|
1212
|
-
## [5.6.7](https://github.com/
|
|
1253
|
+
## [5.6.7](https://github.com/zhangyuang/ssr/compare/v5.6.6...v5.6.7) (2021-08-24)
|
|
1213
1254
|
|
|
1214
1255
|
|
|
1215
1256
|
### Bug Fixes
|
|
1216
1257
|
|
|
1217
|
-
* keep function names in prod environment ([a1500ce](https://github.com/
|
|
1258
|
+
* keep function names in prod environment ([a1500ce](https://github.com/zhangyuang/ssr/commit/a1500ceb3b5f3573e2c793eb12327f4b185e7ac0))
|
|
1218
1259
|
|
|
1219
1260
|
|
|
1220
1261
|
|
|
1221
1262
|
|
|
1222
1263
|
|
|
1223
|
-
## [5.6.6](https://github.com/
|
|
1264
|
+
## [5.6.6](https://github.com/zhangyuang/ssr/compare/v5.6.5...v5.6.6) (2021-08-23)
|
|
1224
1265
|
|
|
1225
1266
|
|
|
1226
1267
|
### Features
|
|
1227
1268
|
|
|
1228
|
-
* add vite rollupOptions.input ([c88c531](https://github.com/
|
|
1269
|
+
* add vite rollupOptions.input ([c88c531](https://github.com/zhangyuang/ssr/commit/c88c5310e415b78a4f6a0fd8616ffa9cf7fe1e0c))
|
|
1229
1270
|
|
|
1230
1271
|
|
|
1231
1272
|
|
|
1232
1273
|
|
|
1233
1274
|
|
|
1234
|
-
## [5.6.4](https://github.com/
|
|
1275
|
+
## [5.6.4](https://github.com/zhangyuang/ssr/compare/v5.6.3...v5.6.4) (2021-08-13)
|
|
1235
1276
|
|
|
1236
1277
|
|
|
1237
1278
|
### Features
|
|
1238
1279
|
|
|
1239
|
-
* support micro-app ([e91c2ee](https://github.com/
|
|
1280
|
+
* support micro-app ([e91c2ee](https://github.com/zhangyuang/ssr/commit/e91c2ee33ab1f24627118c224bda35064d331c40))
|
|
1240
1281
|
|
|
1241
1282
|
|
|
1242
1283
|
|
|
1243
1284
|
|
|
1244
1285
|
|
|
1245
|
-
## [5.6.3](https://github.com/
|
|
1286
|
+
## [5.6.3](https://github.com/zhangyuang/ssr/compare/v5.6.2...v5.6.3) (2021-08-12)
|
|
1246
1287
|
|
|
1247
1288
|
**Note:** Version bump only for package ssr-plugin-react
|
|
1248
1289
|
|
|
@@ -1250,7 +1291,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1250
1291
|
|
|
1251
1292
|
|
|
1252
1293
|
|
|
1253
|
-
## [5.6.2](https://github.com/
|
|
1294
|
+
## [5.6.2](https://github.com/zhangyuang/ssr/compare/v5.6.1...v5.6.2) (2021-08-11)
|
|
1254
1295
|
|
|
1255
1296
|
**Note:** Version bump only for package ssr-plugin-react
|
|
1256
1297
|
|
|
@@ -1258,7 +1299,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1258
1299
|
|
|
1259
1300
|
|
|
1260
1301
|
|
|
1261
|
-
## [5.6.1](https://github.com/
|
|
1302
|
+
## [5.6.1](https://github.com/zhangyuang/ssr/compare/v5.6.0...v5.6.1) (2021-08-11)
|
|
1262
1303
|
|
|
1263
1304
|
**Note:** Version bump only for package ssr-plugin-react
|
|
1264
1305
|
|
|
@@ -1266,18 +1307,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1266
1307
|
|
|
1267
1308
|
|
|
1268
1309
|
|
|
1269
|
-
## [5.5.98](https://github.com/
|
|
1310
|
+
## [5.5.98](https://github.com/zhangyuang/ssr/compare/v5.5.97...v5.5.98) (2021-08-06)
|
|
1270
1311
|
|
|
1271
1312
|
|
|
1272
1313
|
### Bug Fixes
|
|
1273
1314
|
|
|
1274
|
-
* update plugin-react base config ([d275fed](https://github.com/
|
|
1315
|
+
* update plugin-react base config ([d275fed](https://github.com/zhangyuang/ssr/commit/d275fed8b9c678d9fb6345ba8f6a67df63f87902))
|
|
1275
1316
|
|
|
1276
1317
|
|
|
1277
1318
|
|
|
1278
1319
|
|
|
1279
1320
|
|
|
1280
|
-
## [5.5.97](https://github.com/
|
|
1321
|
+
## [5.5.97](https://github.com/zhangyuang/ssr/compare/v5.5.96...v5.5.97) (2021-08-06)
|
|
1281
1322
|
|
|
1282
1323
|
**Note:** Version bump only for package ssr-plugin-react
|
|
1283
1324
|
|
|
@@ -1285,18 +1326,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1285
1326
|
|
|
1286
1327
|
|
|
1287
1328
|
|
|
1288
|
-
## [5.5.96](https://github.com/
|
|
1329
|
+
## [5.5.96](https://github.com/zhangyuang/ssr/compare/v5.5.94...v5.5.96) (2021-08-05)
|
|
1289
1330
|
|
|
1290
1331
|
|
|
1291
1332
|
### Bug Fixes
|
|
1292
1333
|
|
|
1293
|
-
* ssr types ([742440f](https://github.com/
|
|
1334
|
+
* ssr types ([742440f](https://github.com/zhangyuang/ssr/commit/742440f186af3577d0df0bf5fac25d665e43dbcd))
|
|
1294
1335
|
|
|
1295
1336
|
|
|
1296
1337
|
|
|
1297
1338
|
|
|
1298
1339
|
|
|
1299
|
-
## [5.5.95](https://github.com/
|
|
1340
|
+
## [5.5.95](https://github.com/zhangyuang/ssr/compare/v5.5.94...v5.5.95) (2021-08-05)
|
|
1300
1341
|
|
|
1301
1342
|
**Note:** Version bump only for package ssr-plugin-react
|
|
1302
1343
|
|
|
@@ -1304,56 +1345,56 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1304
1345
|
|
|
1305
1346
|
|
|
1306
1347
|
|
|
1307
|
-
## [5.5.94](https://github.com/
|
|
1348
|
+
## [5.5.94](https://github.com/zhangyuang/ssr/compare/v5.5.93...v5.5.94) (2021-08-05)
|
|
1308
1349
|
|
|
1309
1350
|
|
|
1310
1351
|
### Bug Fixes
|
|
1311
1352
|
|
|
1312
|
-
* clear router cache in vite mode ([d2d7e00](https://github.com/
|
|
1353
|
+
* clear router cache in vite mode ([d2d7e00](https://github.com/zhangyuang/ssr/commit/d2d7e003f4cbecee6cc0770a64653714b50ff34b))
|
|
1313
1354
|
|
|
1314
1355
|
|
|
1315
1356
|
### Features
|
|
1316
1357
|
|
|
1317
|
-
* move ssr-temporary-routes position ([9966d10](https://github.com/
|
|
1358
|
+
* move ssr-temporary-routes position ([9966d10](https://github.com/zhangyuang/ssr/commit/9966d10b466e2d6dcf10ba09b4267dd8e2a324f0))
|
|
1318
1359
|
|
|
1319
1360
|
|
|
1320
1361
|
|
|
1321
1362
|
|
|
1322
1363
|
|
|
1323
|
-
## [5.5.93](https://github.com/
|
|
1364
|
+
## [5.5.93](https://github.com/zhangyuang/ssr/compare/v5.5.92...v5.5.93) (2021-08-04)
|
|
1324
1365
|
|
|
1325
1366
|
|
|
1326
1367
|
### Bug Fixes
|
|
1327
1368
|
|
|
1328
|
-
* clear router cache in vite mode ([cea9fc0](https://github.com/
|
|
1369
|
+
* clear router cache in vite mode ([cea9fc0](https://github.com/zhangyuang/ssr/commit/cea9fc09c41813bbc1fe4a8d8d94c1d511f85945))
|
|
1329
1370
|
|
|
1330
1371
|
|
|
1331
1372
|
|
|
1332
1373
|
|
|
1333
1374
|
|
|
1334
|
-
## [5.5.92](https://github.com/
|
|
1375
|
+
## [5.5.92](https://github.com/zhangyuang/ssr/compare/v5.5.91...v5.5.92) (2021-08-03)
|
|
1335
1376
|
|
|
1336
1377
|
|
|
1337
1378
|
### Bug Fixes
|
|
1338
1379
|
|
|
1339
|
-
* 修复渲染降级 ([9accc6c](https://github.com/
|
|
1380
|
+
* 修复渲染降级 ([9accc6c](https://github.com/zhangyuang/ssr/commit/9accc6c07998ca72602add786d53b41172d77086))
|
|
1340
1381
|
|
|
1341
1382
|
|
|
1342
1383
|
|
|
1343
1384
|
|
|
1344
1385
|
|
|
1345
|
-
## [5.5.91](https://github.com/
|
|
1386
|
+
## [5.5.91](https://github.com/zhangyuang/ssr/compare/v5.5.90...v5.5.91) (2021-08-02)
|
|
1346
1387
|
|
|
1347
1388
|
|
|
1348
1389
|
### Features
|
|
1349
1390
|
|
|
1350
|
-
* support parallel fetch ([0268c4c](https://github.com/
|
|
1391
|
+
* support parallel fetch ([0268c4c](https://github.com/zhangyuang/ssr/commit/0268c4c9ae25062feba75c40f10e6a3d3df64381))
|
|
1351
1392
|
|
|
1352
1393
|
|
|
1353
1394
|
|
|
1354
1395
|
|
|
1355
1396
|
|
|
1356
|
-
## [5.5.90](https://github.com/
|
|
1397
|
+
## [5.5.90](https://github.com/zhangyuang/ssr/compare/v5.5.89...v5.5.90) (2021-08-02)
|
|
1357
1398
|
|
|
1358
1399
|
**Note:** Version bump only for package ssr-plugin-react
|
|
1359
1400
|
|
|
@@ -1361,7 +1402,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1361
1402
|
|
|
1362
1403
|
|
|
1363
1404
|
|
|
1364
|
-
## [5.5.89](https://github.com/
|
|
1405
|
+
## [5.5.89](https://github.com/zhangyuang/ssr/compare/v5.5.88...v5.5.89) (2021-07-31)
|
|
1365
1406
|
|
|
1366
1407
|
**Note:** Version bump only for package ssr-plugin-react
|
|
1367
1408
|
|
|
@@ -1369,7 +1410,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1369
1410
|
|
|
1370
1411
|
|
|
1371
1412
|
|
|
1372
|
-
## [5.5.88](https://github.com/
|
|
1413
|
+
## [5.5.88](https://github.com/zhangyuang/ssr/compare/v5.5.87...v5.5.88) (2021-07-30)
|
|
1373
1414
|
|
|
1374
1415
|
**Note:** Version bump only for package ssr-plugin-react
|
|
1375
1416
|
|
|
@@ -1377,7 +1418,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1377
1418
|
|
|
1378
1419
|
|
|
1379
1420
|
|
|
1380
|
-
## [5.5.87](https://github.com/
|
|
1421
|
+
## [5.5.87](https://github.com/zhangyuang/ssr/compare/v5.5.86...v5.5.87) (2021-07-30)
|
|
1381
1422
|
|
|
1382
1423
|
**Note:** Version bump only for package ssr-plugin-react
|
|
1383
1424
|
|
|
@@ -1385,18 +1426,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1385
1426
|
|
|
1386
1427
|
|
|
1387
1428
|
|
|
1388
|
-
## [5.5.86](https://github.com/
|
|
1429
|
+
## [5.5.86](https://github.com/zhangyuang/ssr/compare/v5.5.85...v5.5.86) (2021-07-27)
|
|
1389
1430
|
|
|
1390
1431
|
|
|
1391
1432
|
### Features
|
|
1392
1433
|
|
|
1393
|
-
* not emit svg file in server side ([e8aaefc](https://github.com/
|
|
1434
|
+
* not emit svg file in server side ([e8aaefc](https://github.com/zhangyuang/ssr/commit/e8aaefc5aef0627fb62e87ac5e37444c921c1c67))
|
|
1394
1435
|
|
|
1395
1436
|
|
|
1396
1437
|
|
|
1397
1438
|
|
|
1398
1439
|
|
|
1399
|
-
## [5.5.84](https://github.com/
|
|
1440
|
+
## [5.5.84](https://github.com/zhangyuang/ssr/compare/v5.5.83...v5.5.84) (2021-07-26)
|
|
1400
1441
|
|
|
1401
1442
|
**Note:** Version bump only for package ssr-plugin-react
|
|
1402
1443
|
|
|
@@ -1404,7 +1445,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1404
1445
|
|
|
1405
1446
|
|
|
1406
1447
|
|
|
1407
|
-
## [5.5.83](https://github.com/
|
|
1448
|
+
## [5.5.83](https://github.com/zhangyuang/ssr/compare/v5.5.82...v5.5.83) (2021-07-26)
|
|
1408
1449
|
|
|
1409
1450
|
**Note:** Version bump only for package ssr-plugin-react
|
|
1410
1451
|
|
|
@@ -1412,40 +1453,40 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1412
1453
|
|
|
1413
1454
|
|
|
1414
1455
|
|
|
1415
|
-
## [5.5.82](https://github.com/
|
|
1456
|
+
## [5.5.82](https://github.com/zhangyuang/ssr/compare/v5.5.81...v5.5.82) (2021-07-26)
|
|
1416
1457
|
|
|
1417
1458
|
|
|
1418
1459
|
### Features
|
|
1419
1460
|
|
|
1420
|
-
* optimize combineReducer ([8033d40](https://github.com/
|
|
1461
|
+
* optimize combineReducer ([8033d40](https://github.com/zhangyuang/ssr/commit/8033d4070fe4a8d92af5e31c1aad6ddfa4e0922e))
|
|
1421
1462
|
|
|
1422
1463
|
|
|
1423
1464
|
|
|
1424
1465
|
|
|
1425
1466
|
|
|
1426
|
-
## [5.5.81](https://github.com/
|
|
1467
|
+
## [5.5.81](https://github.com/zhangyuang/ssr/compare/v5.5.80...v5.5.81) (2021-07-25)
|
|
1427
1468
|
|
|
1428
1469
|
|
|
1429
1470
|
### Bug Fixes
|
|
1430
1471
|
|
|
1431
|
-
* react combineReducers ([d4dc551](https://github.com/
|
|
1472
|
+
* react combineReducers ([d4dc551](https://github.com/zhangyuang/ssr/commit/d4dc551731ac929deafb9933ee3f64de9880b0c9))
|
|
1432
1473
|
|
|
1433
1474
|
|
|
1434
1475
|
|
|
1435
1476
|
|
|
1436
1477
|
|
|
1437
|
-
## [5.5.80](https://github.com/
|
|
1478
|
+
## [5.5.80](https://github.com/zhangyuang/ssr/compare/v5.5.79...v5.5.80) (2021-07-25)
|
|
1438
1479
|
|
|
1439
1480
|
|
|
1440
1481
|
### Features
|
|
1441
1482
|
|
|
1442
|
-
* React useContext add user reducers ([69d00c5](https://github.com/
|
|
1483
|
+
* React useContext add user reducers ([69d00c5](https://github.com/zhangyuang/ssr/commit/69d00c58632bcccf7f981fd4d3855fe795ca26d3))
|
|
1443
1484
|
|
|
1444
1485
|
|
|
1445
1486
|
|
|
1446
1487
|
|
|
1447
1488
|
|
|
1448
|
-
## [5.5.79](https://github.com/
|
|
1489
|
+
## [5.5.79](https://github.com/zhangyuang/ssr/compare/v5.5.78...v5.5.79) (2021-07-24)
|
|
1449
1490
|
|
|
1450
1491
|
**Note:** Version bump only for package ssr-plugin-react
|
|
1451
1492
|
|
|
@@ -1453,45 +1494,45 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1453
1494
|
|
|
1454
1495
|
|
|
1455
1496
|
|
|
1456
|
-
## [5.5.78](https://github.com/
|
|
1497
|
+
## [5.5.78](https://github.com/zhangyuang/ssr/compare/v5.5.77...v5.5.78) (2021-07-23)
|
|
1457
1498
|
|
|
1458
1499
|
|
|
1459
1500
|
### Features
|
|
1460
1501
|
|
|
1461
|
-
* update react injectState ([0acd219](https://github.com/
|
|
1502
|
+
* update react injectState ([0acd219](https://github.com/zhangyuang/ssr/commit/0acd2196644a17a6aa826cb8cd32ff10fe64ab66))
|
|
1462
1503
|
|
|
1463
1504
|
|
|
1464
1505
|
### Reverts
|
|
1465
1506
|
|
|
1466
|
-
* Revert "chore: modify to concurrent fetch. (#81)" (#82) ([31380a8](https://github.com/
|
|
1507
|
+
* Revert "chore: modify to concurrent fetch. (#81)" (#82) ([31380a8](https://github.com/zhangyuang/ssr/commit/31380a82ab7d0fd3e341ede18f218c00950ec484)), closes [#81](https://github.com/zhangyuang/ssr/issues/81) [#82](https://github.com/zhangyuang/ssr/issues/82)
|
|
1467
1508
|
|
|
1468
1509
|
|
|
1469
1510
|
|
|
1470
1511
|
|
|
1471
1512
|
|
|
1472
|
-
## [5.5.77](https://github.com/
|
|
1513
|
+
## [5.5.77](https://github.com/zhangyuang/ssr/compare/v5.5.76...v5.5.77) (2021-07-22)
|
|
1473
1514
|
|
|
1474
1515
|
|
|
1475
1516
|
### Bug Fixes
|
|
1476
1517
|
|
|
1477
|
-
* normalizePublicPath ([b5b4d21](https://github.com/
|
|
1518
|
+
* normalizePublicPath ([b5b4d21](https://github.com/zhangyuang/ssr/commit/b5b4d21dc62db870f1418a3a625888b69fd2e032))
|
|
1478
1519
|
|
|
1479
1520
|
|
|
1480
1521
|
|
|
1481
1522
|
|
|
1482
1523
|
|
|
1483
|
-
## [5.5.76](https://github.com/
|
|
1524
|
+
## [5.5.76](https://github.com/zhangyuang/ssr/compare/v5.5.75...v5.5.76) (2021-07-21)
|
|
1484
1525
|
|
|
1485
1526
|
|
|
1486
1527
|
### Features
|
|
1487
1528
|
|
|
1488
|
-
* not emit unused file in server side close [#80](https://github.com/
|
|
1529
|
+
* not emit unused file in server side close [#80](https://github.com/zhangyuang/ssr/issues/80) ([2b9a222](https://github.com/zhangyuang/ssr/commit/2b9a222b7889adb87bf2a24f9ad925ffffa2febf))
|
|
1489
1530
|
|
|
1490
1531
|
|
|
1491
1532
|
|
|
1492
1533
|
|
|
1493
1534
|
|
|
1494
|
-
## [5.5.75](https://github.com/
|
|
1535
|
+
## [5.5.75](https://github.com/zhangyuang/ssr/compare/v5.5.74...v5.5.75) (2021-07-19)
|
|
1495
1536
|
|
|
1496
1537
|
**Note:** Version bump only for package ssr-plugin-react
|
|
1497
1538
|
|
|
@@ -1499,34 +1540,34 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1499
1540
|
|
|
1500
1541
|
|
|
1501
1542
|
|
|
1502
|
-
## [5.5.74](https://github.com/
|
|
1543
|
+
## [5.5.74](https://github.com/zhangyuang/ssr/compare/v5.5.73...v5.5.74) (2021-07-16)
|
|
1503
1544
|
|
|
1504
1545
|
|
|
1505
1546
|
### Bug Fixes
|
|
1506
1547
|
|
|
1507
|
-
* vite mode judge ([61fbb80](https://github.com/
|
|
1548
|
+
* vite mode judge ([61fbb80](https://github.com/zhangyuang/ssr/commit/61fbb803f687d0653c0f879fc8018c9ed5fa17d5))
|
|
1508
1549
|
|
|
1509
1550
|
|
|
1510
1551
|
### Features
|
|
1511
1552
|
|
|
1512
|
-
* use crypto algorithm to crypto asyncChunkName to prevent too long ([675d6b8](https://github.com/
|
|
1553
|
+
* use crypto algorithm to crypto asyncChunkName to prevent too long ([675d6b8](https://github.com/zhangyuang/ssr/commit/675d6b8a9d233c732b361590032273354845b13b))
|
|
1513
1554
|
|
|
1514
1555
|
|
|
1515
1556
|
|
|
1516
1557
|
|
|
1517
1558
|
|
|
1518
|
-
## [5.5.73](https://github.com/
|
|
1559
|
+
## [5.5.73](https://github.com/zhangyuang/ssr/compare/v5.5.73-alpha.3...v5.5.73) (2021-07-16)
|
|
1519
1560
|
|
|
1520
1561
|
|
|
1521
1562
|
### Features
|
|
1522
1563
|
|
|
1523
|
-
* vue3 vue2 react scene add asyncChunks logic ([d872fe3](https://github.com/
|
|
1564
|
+
* vue3 vue2 react scene add asyncChunks logic ([d872fe3](https://github.com/zhangyuang/ssr/commit/d872fe3d3da27531d0ae16e595beeb91fa24a71d))
|
|
1524
1565
|
|
|
1525
1566
|
|
|
1526
1567
|
|
|
1527
1568
|
|
|
1528
1569
|
|
|
1529
|
-
## [5.5.72](https://github.com/
|
|
1570
|
+
## [5.5.72](https://github.com/zhangyuang/ssr/compare/v5.5.71...v5.5.72) (2021-07-15)
|
|
1530
1571
|
|
|
1531
1572
|
**Note:** Version bump only for package ssr-plugin-react
|
|
1532
1573
|
|
|
@@ -1534,19 +1575,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1534
1575
|
|
|
1535
1576
|
|
|
1536
1577
|
|
|
1537
|
-
## [5.5.71](https://github.com/
|
|
1578
|
+
## [5.5.71](https://github.com/zhangyuang/ssr/compare/v5.5.70...v5.5.71) (2021-07-12)
|
|
1538
1579
|
|
|
1539
1580
|
|
|
1540
1581
|
### Bug Fixes
|
|
1541
1582
|
|
|
1542
|
-
* splitChunks 优化 ([16d820c](https://github.com/
|
|
1543
|
-
* use chunks async in production environment ([61987e0](https://github.com/
|
|
1583
|
+
* splitChunks 优化 ([16d820c](https://github.com/zhangyuang/ssr/commit/16d820c209bc04e25f78e56c63cae31a54c38d3e))
|
|
1584
|
+
* use chunks async in production environment ([61987e0](https://github.com/zhangyuang/ssr/commit/61987e0458d973b7a21c45e095f33680fa1af5da))
|
|
1544
1585
|
|
|
1545
1586
|
|
|
1546
1587
|
|
|
1547
1588
|
|
|
1548
1589
|
|
|
1549
|
-
## [5.5.70](https://github.com/
|
|
1590
|
+
## [5.5.70](https://github.com/zhangyuang/ssr/compare/v5.5.69...v5.5.70) (2021-07-05)
|
|
1550
1591
|
|
|
1551
1592
|
**Note:** Version bump only for package ssr-plugin-react
|
|
1552
1593
|
|
|
@@ -1554,7 +1595,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1554
1595
|
|
|
1555
1596
|
|
|
1556
1597
|
|
|
1557
|
-
## [5.5.69](https://github.com/
|
|
1598
|
+
## [5.5.69](https://github.com/zhangyuang/ssr/compare/v5.5.68...v5.5.69) (2021-07-05)
|
|
1558
1599
|
|
|
1559
1600
|
**Note:** Version bump only for package ssr-plugin-react
|
|
1560
1601
|
|
|
@@ -1562,7 +1603,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1562
1603
|
|
|
1563
1604
|
|
|
1564
1605
|
|
|
1565
|
-
## [5.5.68](https://github.com/
|
|
1606
|
+
## [5.5.68](https://github.com/zhangyuang/ssr/compare/v5.5.67...v5.5.68) (2021-07-05)
|
|
1566
1607
|
|
|
1567
1608
|
**Note:** Version bump only for package ssr-plugin-react
|
|
1568
1609
|
|
|
@@ -1570,23 +1611,23 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1570
1611
|
|
|
1571
1612
|
|
|
1572
1613
|
|
|
1573
|
-
## [5.5.65](https://github.com/
|
|
1614
|
+
## [5.5.65](https://github.com/zhangyuang/ssr/compare/v5.5.64...v5.5.65) (2021-07-01)
|
|
1574
1615
|
|
|
1575
1616
|
|
|
1576
1617
|
### Bug Fixes
|
|
1577
1618
|
|
|
1578
|
-
* use inline sourcemap ([f1a2db5](https://github.com/
|
|
1619
|
+
* use inline sourcemap ([f1a2db5](https://github.com/zhangyuang/ssr/commit/f1a2db553429daa53be9f746df145bbee90d329f))
|
|
1579
1620
|
|
|
1580
1621
|
|
|
1581
1622
|
### Features
|
|
1582
1623
|
|
|
1583
|
-
* use cheap-module-source-map replace eval sourcemap in server bundle ([8d59f44](https://github.com/
|
|
1624
|
+
* use cheap-module-source-map replace eval sourcemap in server bundle ([8d59f44](https://github.com/zhangyuang/ssr/commit/8d59f44eea78409092d963cba04a89d3eaf55cbf))
|
|
1584
1625
|
|
|
1585
1626
|
|
|
1586
1627
|
|
|
1587
1628
|
|
|
1588
1629
|
|
|
1589
|
-
## [5.5.63](https://github.com/
|
|
1630
|
+
## [5.5.63](https://github.com/zhangyuang/ssr/compare/v5.5.62...v5.5.63) (2021-06-25)
|
|
1590
1631
|
|
|
1591
1632
|
**Note:** Version bump only for package ssr-plugin-react
|
|
1592
1633
|
|
|
@@ -1594,7 +1635,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1594
1635
|
|
|
1595
1636
|
|
|
1596
1637
|
|
|
1597
|
-
## [5.5.61](https://github.com/
|
|
1638
|
+
## [5.5.61](https://github.com/zhangyuang/ssr/compare/v5.5.60...v5.5.61) (2021-06-23)
|
|
1598
1639
|
|
|
1599
1640
|
**Note:** Version bump only for package ssr-plugin-react
|
|
1600
1641
|
|
|
@@ -1602,7 +1643,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1602
1643
|
|
|
1603
1644
|
|
|
1604
1645
|
|
|
1605
|
-
## [5.5.60](https://github.com/
|
|
1646
|
+
## [5.5.60](https://github.com/zhangyuang/ssr/compare/v5.5.59...v5.5.60) (2021-06-23)
|
|
1606
1647
|
|
|
1607
1648
|
**Note:** Version bump only for package ssr-plugin-react
|
|
1608
1649
|
|
|
@@ -1610,18 +1651,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1610
1651
|
|
|
1611
1652
|
|
|
1612
1653
|
|
|
1613
|
-
## [5.5.59](https://github.com/
|
|
1654
|
+
## [5.5.59](https://github.com/zhangyuang/ssr/compare/v5.5.58...v5.5.59) (2021-06-23)
|
|
1614
1655
|
|
|
1615
1656
|
|
|
1616
1657
|
### Bug Fixes
|
|
1617
1658
|
|
|
1618
|
-
* reac types ([#69](https://github.com/
|
|
1659
|
+
* reac types ([#69](https://github.com/zhangyuang/ssr/issues/69)) ([41daeb2](https://github.com/zhangyuang/ssr/commit/41daeb25133db25bf474bf0a29dcb5c3c6c9930b))
|
|
1619
1660
|
|
|
1620
1661
|
|
|
1621
1662
|
|
|
1622
1663
|
|
|
1623
1664
|
|
|
1624
|
-
## [5.5.58](https://github.com/
|
|
1665
|
+
## [5.5.58](https://github.com/zhangyuang/ssr/compare/v5.5.57...v5.5.58) (2021-06-23)
|
|
1625
1666
|
|
|
1626
1667
|
**Note:** Version bump only for package ssr-plugin-react
|
|
1627
1668
|
|
|
@@ -1629,7 +1670,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1629
1670
|
|
|
1630
1671
|
|
|
1631
1672
|
|
|
1632
|
-
## [5.5.57](https://github.com/
|
|
1673
|
+
## [5.5.57](https://github.com/zhangyuang/ssr/compare/v5.5.56...v5.5.57) (2021-06-23)
|
|
1633
1674
|
|
|
1634
1675
|
**Note:** Version bump only for package ssr-plugin-react
|
|
1635
1676
|
|
|
@@ -1637,18 +1678,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1637
1678
|
|
|
1638
1679
|
|
|
1639
1680
|
|
|
1640
|
-
## [5.5.56](https://github.com/
|
|
1681
|
+
## [5.5.56](https://github.com/zhangyuang/ssr/compare/v5.5.55...v5.5.56) (2021-06-23)
|
|
1641
1682
|
|
|
1642
1683
|
|
|
1643
1684
|
### Bug Fixes
|
|
1644
1685
|
|
|
1645
|
-
* 锁死 optimize-css-assets-webpack-plugin 版本 ([1418bcb](https://github.com/
|
|
1686
|
+
* 锁死 optimize-css-assets-webpack-plugin 版本 ([1418bcb](https://github.com/zhangyuang/ssr/commit/1418bcb6121f850a10d7af85a3b1a84c5e3d0310))
|
|
1646
1687
|
|
|
1647
1688
|
|
|
1648
1689
|
|
|
1649
1690
|
|
|
1650
1691
|
|
|
1651
|
-
## [5.5.55](https://github.com/
|
|
1692
|
+
## [5.5.55](https://github.com/zhangyuang/ssr/compare/v5.5.54...v5.5.55) (2021-06-22)
|
|
1652
1693
|
|
|
1653
1694
|
**Note:** Version bump only for package ssr-plugin-react
|
|
1654
1695
|
|
|
@@ -1656,7 +1697,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1656
1697
|
|
|
1657
1698
|
|
|
1658
1699
|
|
|
1659
|
-
## [5.5.54](https://github.com/
|
|
1700
|
+
## [5.5.54](https://github.com/zhangyuang/ssr/compare/v5.5.53...v5.5.54) (2021-06-19)
|
|
1660
1701
|
|
|
1661
1702
|
**Note:** Version bump only for package ssr-plugin-react
|
|
1662
1703
|
|
|
@@ -1664,18 +1705,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1664
1705
|
|
|
1665
1706
|
|
|
1666
1707
|
|
|
1667
|
-
## [5.5.53](https://github.com/
|
|
1708
|
+
## [5.5.53](https://github.com/zhangyuang/ssr/compare/v5.5.52...v5.5.53) (2021-06-18)
|
|
1668
1709
|
|
|
1669
1710
|
|
|
1670
1711
|
### Bug Fixes
|
|
1671
1712
|
|
|
1672
|
-
* optimize node_modules path in lerna scene ([1c561d6](https://github.com/
|
|
1713
|
+
* optimize node_modules path in lerna scene ([1c561d6](https://github.com/zhangyuang/ssr/commit/1c561d6b97f788c1b7098e529b10747e7bcc72f4))
|
|
1673
1714
|
|
|
1674
1715
|
|
|
1675
1716
|
|
|
1676
1717
|
|
|
1677
1718
|
|
|
1678
|
-
## [5.5.52](https://github.com/
|
|
1719
|
+
## [5.5.52](https://github.com/zhangyuang/ssr/compare/v5.5.51...v5.5.52) (2021-06-17)
|
|
1679
1720
|
|
|
1680
1721
|
**Note:** Version bump only for package ssr-plugin-react
|
|
1681
1722
|
|
|
@@ -1683,7 +1724,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1683
1724
|
|
|
1684
1725
|
|
|
1685
1726
|
|
|
1686
|
-
## [5.5.51](https://github.com/
|
|
1727
|
+
## [5.5.51](https://github.com/zhangyuang/ssr/compare/v5.5.50...v5.5.51) (2021-06-17)
|
|
1687
1728
|
|
|
1688
1729
|
**Note:** Version bump only for package ssr-plugin-react
|
|
1689
1730
|
|
|
@@ -1691,7 +1732,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1691
1732
|
|
|
1692
1733
|
|
|
1693
1734
|
|
|
1694
|
-
## [5.5.50](https://github.com/
|
|
1735
|
+
## [5.5.50](https://github.com/zhangyuang/ssr/compare/v5.5.49...v5.5.50) (2021-06-10)
|
|
1695
1736
|
|
|
1696
1737
|
**Note:** Version bump only for package ssr-plugin-react
|
|
1697
1738
|
|
|
@@ -1699,7 +1740,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1699
1740
|
|
|
1700
1741
|
|
|
1701
1742
|
|
|
1702
|
-
## [5.5.49](https://github.com/
|
|
1743
|
+
## [5.5.49](https://github.com/zhangyuang/ssr/compare/v5.5.48...v5.5.49) (2021-06-10)
|
|
1703
1744
|
|
|
1704
1745
|
**Note:** Version bump only for package ssr-plugin-react
|
|
1705
1746
|
|
|
@@ -1707,29 +1748,29 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1707
1748
|
|
|
1708
1749
|
|
|
1709
1750
|
|
|
1710
|
-
## [5.5.48](https://github.com/
|
|
1751
|
+
## [5.5.48](https://github.com/zhangyuang/ssr/compare/v5.5.47...v5.5.48) (2021-06-10)
|
|
1711
1752
|
|
|
1712
1753
|
|
|
1713
1754
|
### Features
|
|
1714
1755
|
|
|
1715
|
-
* setStyle 优化 文档添加如何支持 Sass ([7dbfc5f](https://github.com/
|
|
1756
|
+
* setStyle 优化 文档添加如何支持 Sass ([7dbfc5f](https://github.com/zhangyuang/ssr/commit/7dbfc5ff2913c3c0a9150720c40230f1956e62bb))
|
|
1716
1757
|
|
|
1717
1758
|
|
|
1718
1759
|
|
|
1719
1760
|
|
|
1720
1761
|
|
|
1721
|
-
## [5.5.47](https://github.com/
|
|
1762
|
+
## [5.5.47](https://github.com/zhangyuang/ssr/compare/v5.5.46...v5.5.47) (2021-06-02)
|
|
1722
1763
|
|
|
1723
1764
|
|
|
1724
1765
|
### Features
|
|
1725
1766
|
|
|
1726
|
-
* update default babelExtraModule ([e0d322e](https://github.com/
|
|
1767
|
+
* update default babelExtraModule ([e0d322e](https://github.com/zhangyuang/ssr/commit/e0d322eb667d7817f1bd39f2e64fcc63fce6bd32))
|
|
1727
1768
|
|
|
1728
1769
|
|
|
1729
1770
|
|
|
1730
1771
|
|
|
1731
1772
|
|
|
1732
|
-
## [5.5.46](https://github.com/
|
|
1773
|
+
## [5.5.46](https://github.com/zhangyuang/ssr/compare/v5.5.45...v5.5.46) (2021-06-02)
|
|
1733
1774
|
|
|
1734
1775
|
**Note:** Version bump only for package ssr-plugin-react
|
|
1735
1776
|
|
|
@@ -1737,18 +1778,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1737
1778
|
|
|
1738
1779
|
|
|
1739
1780
|
|
|
1740
|
-
## [5.5.45](https://github.com/
|
|
1781
|
+
## [5.5.45](https://github.com/zhangyuang/ssr/compare/v5.5.44...v5.5.45) (2021-06-02)
|
|
1741
1782
|
|
|
1742
1783
|
|
|
1743
1784
|
### Features
|
|
1744
1785
|
|
|
1745
|
-
* add babelExtraModule ([ff47710](https://github.com/
|
|
1786
|
+
* add babelExtraModule ([ff47710](https://github.com/zhangyuang/ssr/commit/ff47710c5cee4fff14487394f052295b8f564459))
|
|
1746
1787
|
|
|
1747
1788
|
|
|
1748
1789
|
|
|
1749
1790
|
|
|
1750
1791
|
|
|
1751
|
-
## [5.5.44](https://github.com/
|
|
1792
|
+
## [5.5.44](https://github.com/zhangyuang/ssr/compare/v5.5.43...v5.5.44) (2021-06-02)
|
|
1752
1793
|
|
|
1753
1794
|
**Note:** Version bump only for package ssr-plugin-react
|
|
1754
1795
|
|
|
@@ -1756,7 +1797,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1756
1797
|
|
|
1757
1798
|
|
|
1758
1799
|
|
|
1759
|
-
## [5.5.43](https://github.com/
|
|
1800
|
+
## [5.5.43](https://github.com/zhangyuang/ssr/compare/v5.5.42...v5.5.43) (2021-06-02)
|
|
1760
1801
|
|
|
1761
1802
|
**Note:** Version bump only for package ssr-plugin-react
|
|
1762
1803
|
|
|
@@ -1764,7 +1805,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1764
1805
|
|
|
1765
1806
|
|
|
1766
1807
|
|
|
1767
|
-
## [5.5.41](https://github.com/
|
|
1808
|
+
## [5.5.41](https://github.com/zhangyuang/ssr/compare/v5.5.40...v5.5.41) (2021-05-27)
|
|
1768
1809
|
|
|
1769
1810
|
**Note:** Version bump only for package ssr-plugin-react
|
|
1770
1811
|
|
|
@@ -1772,7 +1813,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1772
1813
|
|
|
1773
1814
|
|
|
1774
1815
|
|
|
1775
|
-
## [5.5.39](https://github.com/
|
|
1816
|
+
## [5.5.39](https://github.com/zhangyuang/ssr/compare/v5.5.38...v5.5.39) (2021-05-27)
|
|
1776
1817
|
|
|
1777
1818
|
**Note:** Version bump only for package ssr-plugin-react
|
|
1778
1819
|
|
|
@@ -1780,7 +1821,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1780
1821
|
|
|
1781
1822
|
|
|
1782
1823
|
|
|
1783
|
-
## [5.5.37](https://github.com/
|
|
1824
|
+
## [5.5.37](https://github.com/zhangyuang/ssr/compare/v5.5.36...v5.5.37) (2021-05-27)
|
|
1784
1825
|
|
|
1785
1826
|
**Note:** Version bump only for package ssr-plugin-react
|
|
1786
1827
|
|
|
@@ -1788,29 +1829,29 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1788
1829
|
|
|
1789
1830
|
|
|
1790
1831
|
|
|
1791
|
-
## [5.5.35](https://github.com/
|
|
1832
|
+
## [5.5.35](https://github.com/zhangyuang/ssr/compare/v5.5.34...v5.5.35) (2021-05-25)
|
|
1792
1833
|
|
|
1793
1834
|
|
|
1794
1835
|
### Bug Fixes
|
|
1795
1836
|
|
|
1796
|
-
* vite client entry file path ([f2d5d82](https://github.com/
|
|
1837
|
+
* vite client entry file path ([f2d5d82](https://github.com/zhangyuang/ssr/commit/f2d5d8292f3d3996addcbacab4a78a1085512a45))
|
|
1797
1838
|
|
|
1798
1839
|
|
|
1799
1840
|
|
|
1800
1841
|
|
|
1801
1842
|
|
|
1802
|
-
## [5.5.34](https://github.com/
|
|
1843
|
+
## [5.5.34](https://github.com/zhangyuang/ssr/compare/v5.5.33...v5.5.34) (2021-05-21)
|
|
1803
1844
|
|
|
1804
1845
|
|
|
1805
1846
|
### Features
|
|
1806
1847
|
|
|
1807
|
-
* use webpack bar replace progress ([5fef2de](https://github.com/
|
|
1848
|
+
* use webpack bar replace progress ([5fef2de](https://github.com/zhangyuang/ssr/commit/5fef2de0472d1646aa9ed3ae84b2adab56066f94))
|
|
1808
1849
|
|
|
1809
1850
|
|
|
1810
1851
|
|
|
1811
1852
|
|
|
1812
1853
|
|
|
1813
|
-
## [5.5.33](https://github.com/
|
|
1854
|
+
## [5.5.33](https://github.com/zhangyuang/ssr/compare/v5.5.32...v5.5.33) (2021-05-20)
|
|
1814
1855
|
|
|
1815
1856
|
**Note:** Version bump only for package ssr-plugin-react
|
|
1816
1857
|
|
|
@@ -1818,7 +1859,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1818
1859
|
|
|
1819
1860
|
|
|
1820
1861
|
|
|
1821
|
-
## [5.5.32](https://github.com/
|
|
1862
|
+
## [5.5.32](https://github.com/zhangyuang/ssr/compare/v5.5.31...v5.5.32) (2021-05-20)
|
|
1822
1863
|
|
|
1823
1864
|
**Note:** Version bump only for package ssr-plugin-react
|
|
1824
1865
|
|
|
@@ -1826,7 +1867,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1826
1867
|
|
|
1827
1868
|
|
|
1828
1869
|
|
|
1829
|
-
## [5.5.31](https://github.com/
|
|
1870
|
+
## [5.5.31](https://github.com/zhangyuang/ssr/compare/v5.5.30...v5.5.31) (2021-05-20)
|
|
1830
1871
|
|
|
1831
1872
|
**Note:** Version bump only for package ssr-plugin-react
|
|
1832
1873
|
|
|
@@ -1834,7 +1875,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1834
1875
|
|
|
1835
1876
|
|
|
1836
1877
|
|
|
1837
|
-
## [5.5.30](https://github.com/
|
|
1878
|
+
## [5.5.30](https://github.com/zhangyuang/ssr/compare/v5.5.29...v5.5.30) (2021-05-20)
|
|
1838
1879
|
|
|
1839
1880
|
**Note:** Version bump only for package ssr-plugin-react
|
|
1840
1881
|
|
|
@@ -1842,7 +1883,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1842
1883
|
|
|
1843
1884
|
|
|
1844
1885
|
|
|
1845
|
-
## [5.5.28](https://github.com/
|
|
1886
|
+
## [5.5.28](https://github.com/zhangyuang/ssr/compare/v5.5.27...v5.5.28) (2021-05-13)
|
|
1846
1887
|
|
|
1847
1888
|
**Note:** Version bump only for package ssr-plugin-react
|
|
1848
1889
|
|
|
@@ -1850,30 +1891,30 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1850
1891
|
|
|
1851
1892
|
|
|
1852
1893
|
|
|
1853
|
-
## [5.5.27](https://github.com/
|
|
1894
|
+
## [5.5.27](https://github.com/zhangyuang/ssr/compare/v5.5.26...v5.5.27) (2021-05-13)
|
|
1854
1895
|
|
|
1855
1896
|
|
|
1856
1897
|
### Bug Fixes
|
|
1857
1898
|
|
|
1858
|
-
* react example ([3074c19](https://github.com/
|
|
1899
|
+
* react example ([3074c19](https://github.com/zhangyuang/ssr/commit/3074c199eb9e793a1a1f4c4eecdb090f97ecffce))
|
|
1859
1900
|
|
|
1860
1901
|
|
|
1861
1902
|
|
|
1862
1903
|
|
|
1863
1904
|
|
|
1864
|
-
## [5.5.26](https://github.com/
|
|
1905
|
+
## [5.5.26](https://github.com/zhangyuang/ssr/compare/v5.5.25...v5.5.26) (2021-05-12)
|
|
1865
1906
|
|
|
1866
1907
|
|
|
1867
1908
|
### Features
|
|
1868
1909
|
|
|
1869
|
-
* react 场景支持 basename ([1cd6e94](https://github.com/
|
|
1870
|
-
* vue2/3 支持 router.base ([2e03c4c](https://github.com/
|
|
1910
|
+
* react 场景支持 basename ([1cd6e94](https://github.com/zhangyuang/ssr/commit/1cd6e94873c4ed75c7f06868345afe93004546b0))
|
|
1911
|
+
* vue2/3 支持 router.base ([2e03c4c](https://github.com/zhangyuang/ssr/commit/2e03c4c36d395bc3eb0398a8a4151635e5b54df4))
|
|
1871
1912
|
|
|
1872
1913
|
|
|
1873
1914
|
|
|
1874
1915
|
|
|
1875
1916
|
|
|
1876
|
-
## [5.5.25](https://github.com/
|
|
1917
|
+
## [5.5.25](https://github.com/zhangyuang/ssr/compare/v5.5.24...v5.5.25) (2021-05-12)
|
|
1877
1918
|
|
|
1878
1919
|
**Note:** Version bump only for package ssr-plugin-react
|
|
1879
1920
|
|
|
@@ -1881,7 +1922,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1881
1922
|
|
|
1882
1923
|
|
|
1883
1924
|
|
|
1884
|
-
## [5.5.24](https://github.com/
|
|
1925
|
+
## [5.5.24](https://github.com/zhangyuang/ssr/compare/v5.5.23...v5.5.24) (2021-05-11)
|
|
1885
1926
|
|
|
1886
1927
|
**Note:** Version bump only for package ssr-plugin-react
|
|
1887
1928
|
|
|
@@ -1889,17 +1930,17 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1889
1930
|
|
|
1890
1931
|
|
|
1891
1932
|
|
|
1892
|
-
## [5.5.23](https://github.com/
|
|
1933
|
+
## [5.5.23](https://github.com/zhangyuang/ssr/compare/v5.5.22...v5.5.23) (2021-05-10)
|
|
1893
1934
|
|
|
1894
1935
|
|
|
1895
1936
|
### Features
|
|
1896
1937
|
|
|
1897
|
-
* add ssrVueLoaderOptions csrVueloaderOptions ssr-hoc-vue3 ([09c4dc5](https://github.com/
|
|
1938
|
+
* add ssrVueLoaderOptions csrVueloaderOptions ssr-hoc-vue3 ([09c4dc5](https://github.com/zhangyuang/ssr/commit/09c4dc5a820e4c57ece73427a78968b75abea2f3))
|
|
1898
1939
|
|
|
1899
1940
|
|
|
1900
1941
|
|
|
1901
1942
|
|
|
1902
1943
|
|
|
1903
|
-
## [5.5.23](https://github.com/
|
|
1944
|
+
## [5.5.23](https://github.com/zhangyuang/ssr/compare/v5.5.22...v5.5.23) (2021-05-10)
|
|
1904
1945
|
|
|
1905
1946
|
**Note:** Version bump only for package ssr-plugin-react
|